{"id":28531276,"url":"https://github.com/lessica/xcodeanytroll","last_synced_at":"2026-02-10T23:02:18.975Z","repository":{"id":296079541,"uuid":"992192331","full_name":"Lessica/XcodeAnyTroll","owner":"Lessica","description":"Run app from Xcode, without any code signature, but with any entitlements. Based on TrollStore.","archived":false,"fork":false,"pushed_at":"2025-07-16T05:49:19.000Z","size":541,"stargazers_count":122,"open_issues_count":0,"forks_count":14,"subscribers_count":3,"default_branch":"main","last_synced_at":"2025-08-18T12:23:51.408Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Logos","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"wtfpl","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Lessica.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2025-05-28T19:03:17.000Z","updated_at":"2025-08-14T06:33:17.000Z","dependencies_parsed_at":"2025-05-28T22:20:44.743Z","dependency_job_id":"4820a493-9b62-4050-8e3a-89ef12255161","html_url":"https://github.com/Lessica/XcodeAnyTroll","commit_stats":null,"previous_names":["lessica/xcodeanytroll"],"tags_count":5,"template":false,"template_full_name":null,"purl":"pkg:github/Lessica/XcodeAnyTroll","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Lessica%2FXcodeAnyTroll","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Lessica%2FXcodeAnyTroll/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Lessica%2FXcodeAnyTroll/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Lessica%2FXcodeAnyTroll/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Lessica","download_url":"https://codeload.github.com/Lessica/XcodeAnyTroll/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Lessica%2FXcodeAnyTroll/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29321276,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-10T20:44:44.282Z","status":"ssl_error","status_checked_at":"2026-02-10T20:44:43.393Z","response_time":65,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2025-06-09T15:10:08.266Z","updated_at":"2026-02-10T23:02:18.938Z","avatar_url":"https://github.com/Lessica.png","language":"Logos","funding_links":[],"categories":[],"sub_categories":[],"readme":"# XcodeAnyTroll\n\n**⚠️ This is a developer tweak. Use with caution.**\n\nThis jailbreak tweak allows you to “click-to-run” (and debug) app directly from Xcode without code signing or with any entitlements.\n\nWhich 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.\n\nTested on iOS 15.0/15.4/16.2/16.4/16.5.1/16.7.10/18.3 with [palera1n](https://palera.in), [Dopamine](https://ellekit.space/dopamine) and [Dopamine (RootHide)](https://github.com/roothide/Dopamine2-roothide) jailbreaks. TrollStore is required.\n\nhttps://github.com/user-attachments/assets/36af81b7-724b-4fb7-b29e-0e71235c2edd\n\n## How to use?\n\n0. Prepare your jailbroken iOS device for development.\n1. Install this tweak from \u003chttps://apt.82flex.com\u003e\n2. Open Xcode and modify the target settings of your app: `CODE_SIGNING_ALLOWED=NO`, `ENABLE_USER_SCRIPT_SANDBOXING=NO`\n\n    \u003cimg width=\"499\" alt=\"截屏2025-05-29 上午5 05 42\" src=\"https://github.com/user-attachments/assets/7ca46b03-6554-4e57-a1b8-04e709e1a0bc\" /\u003e\n    \u003cimg width=\"482\" alt=\"截屏2025-05-29 上午6 04 22\" src=\"https://github.com/user-attachments/assets/f4feae75-393c-44e0-af75-918ec2973fb9\" /\u003e\n\n3. Set `CODE_SIGN_ENTITLEMENTS` to the path of your entitlement.\n\n    \u003cimg width=\"597\" alt=\"截屏2025-05-29 下午11 29 07\" src=\"https://github.com/user-attachments/assets/cfd484e3-3237-4c40-8975-5296fa96f755\" /\u003e\n\n4. Ensure that you’ve installed [`ldid-procursus`](https://github.com/opa334/ldid).\n5. Add a “Run Script” phase to your target with the following content:\n\n    ```bash\n    PATH=\"/opt/homebrew/bin:$PATH\"\n    if [ \"$CODE_SIGNING_ALLOWED\" = \"NO\" ]; then\n      ldid -S${CODE_SIGN_ENTITLEMENTS} ${CODESIGNING_FOLDER_PATH}\n    fi\n    ```\n\n    \u003cimg width=\"743\" alt=\"截屏2025-05-29 上午5 06 20\" src=\"https://github.com/user-attachments/assets/611ee75d-006f-423e-a855-112f31aad808\" /\u003e\n\n## Depends on\n\n- My personal fork of [XcodeAnyDebug](https://github.com/Lessica/XcodeAnyDebug)\n- My tiny XPC library [SandyXpc](https://github.com/Lessica/SandyXpc)\n- opa334’s [libSandy](https://github.com/opa334/libSandy) and [TrollStore](https://github.com/opa334/TrollStore)\n\n## Known issues\n\n- The installation is much slower than normal ones because `trollstorehelper` only accepts `.ipa` files :-(\n\n## Example Project\n\n- [TrollFools](https://github.com/Lessica/TrollFools)\n\n## LICENSE\n\nWTFPL License\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flessica%2Fxcodeanytroll","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Flessica%2Fxcodeanytroll","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flessica%2Fxcodeanytroll/lists"}