{"id":20325826,"url":"https://github.com/paradiseduo/plistreader","last_synced_at":"2025-09-22T23:32:01.357Z","repository":{"id":38259468,"uuid":"434522140","full_name":"paradiseduo/PlistReader","owner":"paradiseduo","description":"An application can read other application's plist file.","archived":false,"fork":false,"pushed_at":"2025-02-24T06:09:08.000Z","size":1389,"stargazers_count":4,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-04-05T07:11:25.102Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Objective-C","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/paradiseduo.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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}},"created_at":"2021-12-03T08:33:00.000Z","updated_at":"2025-02-24T06:09:11.000Z","dependencies_parsed_at":"2025-02-08T04:18:02.253Z","dependency_job_id":"f65af8d9-749c-4662-85a8-438a46f50e85","html_url":"https://github.com/paradiseduo/PlistReader","commit_stats":null,"previous_names":[],"tags_count":6,"template":false,"template_full_name":null,"purl":"pkg:github/paradiseduo/PlistReader","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/paradiseduo%2FPlistReader","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/paradiseduo%2FPlistReader/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/paradiseduo%2FPlistReader/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/paradiseduo%2FPlistReader/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/paradiseduo","download_url":"https://codeload.github.com/paradiseduo/PlistReader/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/paradiseduo%2FPlistReader/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":276489850,"owners_count":25651623,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-09-22T02:00:08.972Z","response_time":79,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":"2024-11-14T19:41:51.060Z","updated_at":"2025-09-22T23:32:01.349Z","avatar_url":"https://github.com/paradiseduo.png","language":"Objective-C","readme":"# PlistReader\nAn application can read other application's plist file. Or Downgrade IPA \n\n# Look At Me\n\n\u003cimg src=\"https://github.com/paradiseduo/PlistReader/blob/main/Image/1.PNG?raw=true\" width=\"25%\"\u003e\u003cimg src=\"https://github.com/paradiseduo/PlistReader/blob/main/Image/4.PNG?raw=true\" width=\"25%\"\u003e\u003cimg src=\"https://github.com/paradiseduo/PlistReader/blob/main/Image/2.PNG?raw=true\" width=\"25%\"\u003e\u003cimg src=\"https://github.com/paradiseduo/PlistReader/blob/main/Image/3.PNG?raw=true\" width=\"25%\"\u003e\n\n\u003cimg src=\"https://github.com/paradiseduo/PlistReader/blob/main/Image/5.jpg?raw=true\" width=\"33%\"\u003e\u003cimg src=\"https://github.com/paradiseduo/PlistReader/blob/main/Image/6.jpg?raw=true\" width=\"33%\"\u003e\u003cimg src=\"https://github.com/paradiseduo/PlistReader/blob/main/Image/7.jpg?raw=true\" width=\"33%\"\u003e\n\n\n# How to use\nJust download deb and install\nOn Mac:\n```bash\n❯ iproxy 2222 22\n❯ wget https://github.com/paradiseduo/PlistReader/releases/download/1.3.0/com.paradiseduo.plistreader_1.3.0_iphoneos-arm.deb\n❯ scp -P 2222 com.paradiseduo.plistreader_1.3.0_iphoneos-arm.deb root@127.0.0.1:/tmp\n```\nOn iPhone:\n```bash\n❯ cd /tmp\n❯ dpkg -i com.paradiseduo.plistreader_1.3.0_iphoneos-arm.deb\n❯ su -c /usr/bin/uicache mobile \u003e /dev/null\n```\n\nOr use TrollStore\n\nOn root iphone\n```bash\ngit clone https://github.com/paradiseduo/PlistReader.git\ncd PlistReader\nldid -Sroot.entitlements ./PlistReader/Package/Applications/PlistReader.app/PlistReader\nmkdir Payload\nmv PlistReader.app Payload\nzip -r app.ipa Payload\npython3 -m http.server 8765\nUse TrollStore install from URL http://yourip:8765/app.ipa\n```\n\nOn rootless iphone\n```bash\ngit clone https://github.com/paradiseduo/PlistReader.git\ncd PlistReader\nldid -Sstore.entitlements ./PlistReader/Package/Applications/PlistReader.app/PlistReader\nmkdir Payload\nmv PlistReader.app Payload\nzip -r app.ipa Payload\npython3 -m http.server 8765\nUse TrollStore install from URL http://yourip:8765/app.ipa\n```\n\nOn rootless and install by root permission\n```bash\ngit clone https://github.com/paradiseduo/PlistReader.git\ncd PlistReader\nldid -Sroot.entitlements  ./PlistReader/Package/Applications/PlistReader.app/PlistReader\nzip PlistReader.app PlistReader.zip\nscp -P 22 PlistReader.zip mobile@10.152.102.24:/private/preboot/xxxxxx/dopamine-xxxxxx/procursus/tmp\nunzip PlistReader.zip\nmv PlistReader.app /private/preboot/xxxxxx/dopamine-xxxxxx/procursus/Applications\nuicache -a\n```\n\n\n# Other\nYou need an jailbreak iPhone or iPad device\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fparadiseduo%2Fplistreader","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fparadiseduo%2Fplistreader","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fparadiseduo%2Fplistreader/lists"}