{"id":16831760,"url":"https://github.com/rodrigo-lima/resign-ipa","last_synced_at":"2025-04-10T04:23:27.496Z","repository":{"id":20918387,"uuid":"24206309","full_name":"rodrigo-lima/resign-ipa","owner":"rodrigo-lima","description":"Simple script to re-sign IPA file and update mobile provisioning, bundleID and entitlements","archived":false,"fork":false,"pushed_at":"2016-05-13T21:00:38.000Z","size":9,"stargazers_count":5,"open_issues_count":0,"forks_count":2,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-03-24T05:43:32.306Z","etag":null,"topics":["automation","entitlements","ipa","mobileprovision","sign-ipa"],"latest_commit_sha":null,"homepage":null,"language":"Ruby","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/rodrigo-lima.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}},"created_at":"2014-09-18T21:45:15.000Z","updated_at":"2024-04-07T09:41:36.000Z","dependencies_parsed_at":"2022-07-25T00:02:10.510Z","dependency_job_id":null,"html_url":"https://github.com/rodrigo-lima/resign-ipa","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rodrigo-lima%2Fresign-ipa","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rodrigo-lima%2Fresign-ipa/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rodrigo-lima%2Fresign-ipa/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rodrigo-lima%2Fresign-ipa/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/rodrigo-lima","download_url":"https://codeload.github.com/rodrigo-lima/resign-ipa/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248155698,"owners_count":21056690,"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","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":["automation","entitlements","ipa","mobileprovision","sign-ipa"],"created_at":"2024-10-13T11:45:03.229Z","updated_at":"2025-04-10T04:23:27.464Z","avatar_url":"https://github.com/rodrigo-lima.png","language":"Ruby","funding_links":[],"categories":[],"sub_categories":[],"readme":"ipa-tools\n==========\n\n**ipa-tools.rb** resign will re-sign the given IPA file using the provided distribution certificate.\n\nIn order for it to work, you must provide the following:\n\n- **-i** -- IPA file name to be signed. Example: `-i \"My_App.ipa\"`\n- **-e** -- Executable file name. Example: `-e \"My App\"`\n- **-c** -- distribution certificate to be used. Example: `-c \"iPhone Distribution: John Smith (1234)\"`\n- **-p** -- mobileprovision file. By default, it'll look for a file called **mobileprovision.plist**, or you could specify the full path with **-p**. Example: `-p \"~/Downloads/Team_Provisioning.plist\"`\n- **-o** -- output signed IPA file name. Example: `-o \"Signed_App.ipa`\n\nThe script will also apply new **Entitlements** during signing. It searches for a file *'entitlements.plist'* on the current directory, and will ask you for a full file path if it cannot find.\n\nAfter signed, the default output is called **'signed.ipa'** unless specified via -o argument.\n\nA sample shell script - run_resign.sh - has been provided with most common options pre-set. Just update the variables on the top and run this shell script.\n\n```\n\u003e $ ipa-tools.rb resign -i \"My App.ipa\" -c \"iPhone Distribution: John Smith (1234)\" -v\n\u003e\n\u003e $ ipa-tools.rb resign -i \"Another App.ipa\" \\\n                        -c \"iPhone Distribution: John Smith (1234)\" \\\n                        -p \"~/Downloads/Team_Provisioning.plist\" \\\n                        -o \"My-SignedApp.ipa\" \\\n                        -v\n```\n\nRequirements\n====\n- RubyGems -- [download](https://rubygems.org/pages/download)\n- thor -- [info](https://rubygems.org/gems/thor)\n- zip -- [info](https://rubygems.org/gems/zip)\n\nReferences\n====\n- [Checking Distribution Entitlements](https://developer.apple.com/library/ios/qa/qa1798/_index.html)\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frodrigo-lima%2Fresign-ipa","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frodrigo-lima%2Fresign-ipa","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frodrigo-lima%2Fresign-ipa/lists"}