Skip to content

Commit f7dfd8d

Browse files
committed
update README.md
Signed-off-by: 82Flex <[email protected]>
1 parent 47d5ba0 commit f7dfd8d

File tree

1 file changed

+5
-14
lines changed

1 file changed

+5
-14
lines changed

README.md

Lines changed: 5 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -13,17 +13,15 @@ https://github.com/user-attachments/assets/36af81b7-724b-4fb7-b29e-0e71235c2edd
1313
## How to use?
1414

1515
0. Prepare your jailbroken iOS device for development.
16-
1. (RootHide, Optional) Install “Xcode Any Debug” from <https://roothide.github.io>
17-
2. (Other Jailbreaks, Optional) Install and configure “XcodeRootDebug” from <https://apt.82flex.com>
18-
3. Install this tweak from <https://apt.82flex.com>
19-
4. Open Xcode and modify the target settings of your app: `CODE_SIGNING_ALLOWED=NO`, `ENABLE_USER_SCRIPT_SANDBOXING=NO`
16+
1. Install this tweak from <https://apt.82flex.com>
17+
2. Open Xcode and modify the target settings of your app: `CODE_SIGNING_ALLOWED=NO`, `ENABLE_USER_SCRIPT_SANDBOXING=NO`
2018

2119
<img width="499" alt="截屏2025-05-29 上午5 05 42" src="https://github.com/user-attachments/assets/7ca46b03-6554-4e57-a1b8-04e709e1a0bc" />
2220
<img width="482" alt="截屏2025-05-29 上午6 04 22" src="https://github.com/user-attachments/assets/f4feae75-393c-44e0-af75-918ec2973fb9" />
2321

24-
5. Set `CODE_SIGN_ENTITLEMENTS` to the path of your entitlement.
25-
6. Ensure that you’ve installed [`ldid-procursus`](https://github.com/opa334/ldid).
26-
7. Add a “Run Script” phase to your target with the following content:
22+
3. Set `CODE_SIGN_ENTITLEMENTS` to the path of your entitlement.
23+
4. Ensure that you’ve installed [`ldid-procursus`](https://github.com/opa334/ldid).
24+
5. Add a “Run Script” phase to your target with the following content:
2725

2826
```bash
2927
if [ "$CODE_SIGNING_ALLOWED" = "NO" ]; then
@@ -33,13 +31,6 @@ https://github.com/user-attachments/assets/36af81b7-724b-4fb7-b29e-0e71235c2edd
3331

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

36-
## How does it work?
37-
38-
- Step 1 or 2 is to disable debugging restrictions.
39-
- Step 3 is to bypass code signing verification of `installd` with `trollstorehelper`.
40-
- Step 4 is to bypass code signing verification of Xcode.
41-
- Step 5 is to inject entitlements into the target app.
42-
4334
## Known issues
4435

4536
- The installation is much slower than normal ones because `trollstorehelper` only accepts `.ipa` files :-(

0 commit comments

Comments
 (0)