You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+9-2Lines changed: 9 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,8 @@
1
1
# XcodeAnyTroll
2
2
3
-
This jailbreak tweak allows you to “run” app directly from Xcode without code signing or with any entitlements.
3
+
**⚠️ This is a developer tweak. Use with caution.**
4
+
5
+
This jailbreak tweak allows you to “click-to-run” (and debug) app directly from Xcode without code signing or with any entitlements.
4
6
5
7
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.
6
8
@@ -12,14 +14,19 @@ Tested on iOS 15.0/15.4/16.2/16.4/16.5.1 with Dopamine and Dopamine (RootHide) j
12
14
2. (Other) Install and configure “XcodeRootDebug” from <https://apt.82flex.com>
13
15
3. Install this tweak from <https://apt.82flex.com>
14
16
4. Open Xcode and modify the target settings of your app: `CODE_SIGNING_ALLOWED=NO`
15
-
5. Add a “Run Script” phase to your target with the following content:
0 commit comments