Skip to content

Commit 4883e05

Browse files
authored
Update README.md
1 parent 6d3f918 commit 4883e05

File tree

1 file changed

+9
-2
lines changed

1 file changed

+9
-2
lines changed

README.md

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
# XcodeAnyTroll
22

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.
46

57
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.
68

@@ -12,14 +14,19 @@ Tested on iOS 15.0/15.4/16.2/16.4/16.5.1 with Dopamine and Dopamine (RootHide) j
1214
2. (Other) Install and configure “XcodeRootDebug” from <https://apt.82flex.com>
1315
3. Install this tweak from <https://apt.82flex.com>
1416
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:
17+
18+
<img width="499" alt="截屏2025-05-29 上午5 05 42" src="https://github.com/user-attachments/assets/7ca46b03-6554-4e57-a1b8-04e709e1a0bc" />
19+
20+
7. Add a “Run Script” phase to your target with the following content:
1621

1722
```bash
1823
if [ "$CODE_SIGNING_ALLOWED" = "NO" ]; then
1924
ldid -S${CODE_SIGN_ENTITLEMENTS} ${CODESIGNING_FOLDER_PATH}
2025
fi
2126
```
2227

28+
<img width="743" alt="截屏2025-05-29 上午5 06 20" src="https://github.com/user-attachments/assets/611ee75d-006f-423e-a855-112f31aad808" />
29+
2330
## LICENSE
2431

2532
WTFPL License

0 commit comments

Comments
 (0)