udevsharold / TrollCuts

Arbitrary entitled extensions for Shortcuts

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

TrollCuts

Shortcuts extensions for iOS 16.0+. It leverages the ability of TrollStore to obtain arbitrary entitlements for binary and thus doing stuffs that normally sandboxed apps unable to.

I created this because I needed an automatable way to switch TrollStore installed apps registration state so that iCloud could backup them. I never tested the theory what happens when automatic backup happens in the middle of the night when those apps are in "System" state. Will the previously backed-up data dissappear again? Guess only one way to find out.

It only comes with few basic Shortcuts extensions (because I just realized how much I dislikes Swift). If you got interesting stuffs to extend its extensions functionality, do it.

Requirements

iOS 16.0+ (AppIntent framework) and TrollStore.

Credits

TrollStore - chunks of code in this repository are from there

@asdfugil, PureKFD - for the userspacereboot.c

locsim

License

Pieces of code obtained from other repo are bound to their own license, everything else do as you please.

About

Arbitrary entitled extensions for Shortcuts


Languages

Language:Objective-C 55.9%Language:Swift 29.6%Language:C 11.8%Language:Shell 2.6%