File tree Expand file tree Collapse file tree 1 file changed +8
-1
lines changed
Expand file tree Collapse file tree 1 file changed +8
-1
lines changed Original file line number Diff line number Diff 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
3239WTFPL License
You can’t perform that action at this time.
0 commit comments