Skip to content

Commit b9d70ce

Browse files
authored
Update README.md
1 parent 445d0ec commit b9d70ce

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

README.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ Tested on iOS 15.0/15.4/16.2/16.4/16.5.1 with Dopamine and Dopamine (RootHide) j
1717

1818
<img width="499" alt="截屏2025-05-29 上午5 05 42" src="https://github.com/user-attachments/assets/7ca46b03-6554-4e57-a1b8-04e709e1a0bc" />
1919

20-
7. Add a “Run Script” phase to your target with the following content:
20+
5. Add a “Run Script” phase to your target with the following content:
2121

2222
```bash
2323
if [ "$CODE_SIGNING_ALLOWED" = "NO" ]; then
@@ -27,6 +27,13 @@ Tested on iOS 15.0/15.4/16.2/16.4/16.5.1 with Dopamine and Dopamine (RootHide) j
2727

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

30+
## How does it work?
31+
32+
- Step 1 or 2 is to disable debugging restrictions.
33+
- Step 3 is to bypass code signing verification of `installd` with `trollstorehelper`.
34+
- Step 4 is to bypass code signing verification of Xcode.
35+
- Step 5 is to inject entitlements into the target app.
36+
3037
## LICENSE
3138

3239
WTFPL License

0 commit comments

Comments
 (0)