{"id":17982481,"url":"https://github.com/floatinghotpot/ipa-deploy","last_synced_at":"2025-08-09T08:08:22.212Z","repository":{"id":57276473,"uuid":"44655529","full_name":"floatinghotpot/ipa-deploy","owner":"floatinghotpot","description":"Deploy .IPA package to iOS device with a command line tool","archived":false,"fork":false,"pushed_at":"2022-10-08T06:49:16.000Z","size":10,"stargazers_count":50,"open_issues_count":0,"forks_count":6,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-07-05T15:14:58.436Z","etag":null,"topics":["ios","ipa"],"latest_commit_sha":null,"homepage":"","language":"Python","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/floatinghotpot.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}},"created_at":"2015-10-21T05:54:09.000Z","updated_at":"2025-02-15T22:40:16.000Z","dependencies_parsed_at":"2022-09-14T02:50:38.818Z","dependency_job_id":null,"html_url":"https://github.com/floatinghotpot/ipa-deploy","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/floatinghotpot/ipa-deploy","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/floatinghotpot%2Fipa-deploy","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/floatinghotpot%2Fipa-deploy/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/floatinghotpot%2Fipa-deploy/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/floatinghotpot%2Fipa-deploy/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/floatinghotpot","download_url":"https://codeload.github.com/floatinghotpot/ipa-deploy/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/floatinghotpot%2Fipa-deploy/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":269548500,"owners_count":24436113,"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-08-09T02:00:10.424Z","response_time":111,"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":["ios","ipa"],"created_at":"2024-10-29T18:14:21.717Z","updated_at":"2025-08-09T08:08:22.021Z","avatar_url":"https://github.com/floatinghotpot.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"\nCommand line tool to deploy IPA package to iOS device.\n\nIt was written with nodejs before, now it's re-written with python3.\n\n# Installation #\n\nPlease make sure your Python is v3.7 or above.\n\n```bash\npython3 --version\npython3 -m pip install ipa-deploy\n```\n\nOr, clone from GitHub:\n```bash\ngit clone https://github.com/floatinghotpot/ipa-deploy.git\ncd ipa-deploy\npython3 -m pip install -e .\n```\n\n# How To Use #\n\n```bash\nipa-deploy \u003cpath_to_ipa_file\u003e\n```\n\nExample:\n```bash\nipa-deploy myapp.ipa\n```\n\n# How It Works #\n\nHere are the steps that the tool actualy runs:\n\n```bash\n# unzip the IPA file to tmp folder\nmkdir ./tmp\nunzip \u003cpath_to_ipa_file\u003e -d ./tmp\n\n# run ios-deploy to install the app into iOS device\nios-deploy -b ./tmp/Payload/*.app\n\n# clean up the tmp folder\nrm -r ./tmp\n```\n\n# Dependency #\n\nIt will call [ios-deploy](https://github.com/ios-control/ios-deploy), so make sure it's installed first.\n\nIf not installed, install  it with Homebrew:\n```bash\nbrew install ios-deploy\n```\n\n# Credits #\n\nA simple tool created by Raymond Xie, to install IPA package with command line.\n\nAny comments are welcome.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffloatinghotpot%2Fipa-deploy","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ffloatinghotpot%2Fipa-deploy","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffloatinghotpot%2Fipa-deploy/lists"}