This jailbreak tweak allows you to “click-to-run” (and debug) app directly from Xcode without code signing or with any entitlements.
Which makes it super easy to develop TrollStore based system apps, or to test your own apps without the need to sign them with a developer certificate.
Tested on iOS 15.0/15.4/16.2/16.4/16.5.1/16.7.10/18.3 with palera1n, Dopamine and Dopamine (RootHide) jailbreaks. TrollStore is required.
demo_x264.mp4
-
Prepare your jailbroken iOS device for development.
-
Install this tweak from https://apt.82flex.com
-
Open Xcode and modify the target settings of your app:
CODE_SIGNING_ALLOWED=NO
,ENABLE_USER_SCRIPT_SANDBOXING=NO
-
Set
CODE_SIGN_ENTITLEMENTS
to the path of your entitlement. -
Ensure that you’ve installed
ldid-procursus
. -
Add a “Run Script” phase to your target with the following content:
if [ "$CODE_SIGNING_ALLOWED" = "NO" ]; then ld 7C8C id -S${CODE_SIGN_ENTITLEMENTS} ${CODESIGNING_FOLDER_PATH} fi
- The installation is much slower than normal ones because
trollstorehelper
only accepts.ipa
files :-(
WTFPL License