https://github.com/DanTheMan827/ios-app-signer
This is an app for OS X that can (re)sign apps and bundle them into ipa files that are ready to be installed on an iOS device.
https://github.com/DanTheMan827/ios-app-signer
Last synced: 29 days ago
JSON representation
This is an app for OS X that can (re)sign apps and bundle them into ipa files that are ready to be installed on an iOS device.
- Host: GitHub
- URL: https://github.com/DanTheMan827/ios-app-signer
- Owner: DanTheMan827
- License: gpl-3.0
- Created: 2015-11-06T18:22:43.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2024-11-04T19:55:53.000Z (5 months ago)
- Last Synced: 2025-03-11T19:18:08.723Z (about 1 month ago)
- Language: Objective-C
- Homepage: https://dantheman827.github.io/ios-app-signer
- Size: 678 KB
- Stars: 5,783
- Watchers: 205
- Forks: 1,076
- Open Issues: 115
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
- awesome-iOS-security-tools - ios-app-signer
- awesome-ios-security - iOS App Signer - An app for macOS that can (re)sign apps and bundle them into ipa files that are ready to be installed on an iOS device. (Tools / Reverse Engineering Tools)
- awesome-apple-security - iOS App Signer - An app for macOS that can (re)sign apps and bundle them into ipa files that are ready to be installed on an iOS device. (Tools / Reverse Engineering Tools)
- awesome-hacking-lists - DanTheMan827/ios-app-signer - This is an app for OS X that can (re)sign apps and bundle them into ipa files that are ready to be installed on an iOS device. (Objective-C)
- awesome - ios-app-signer - This is an app for OS X that can (re)sign apps and bundle them into ipa files that are ready to be installed on an iOS device. ([Instructions](https://dantheman827.github.io/ios-app-signer/)) (MacOS / Projects-Demo)
README
# iOS App Signer
This is an app for OS X that can (re)sign apps and bundle them into ipa files that are ready to be installed on an iOS device.Supported input types are: ipa, deb, app, xcarchive
Usage
------
This app requires Xcode to be installed, it has run successfully on the new macOS 12 Monterey.You need a provisioning profile and signing certificate, you can get these from Xcode by creating a new project.
You can then open up iOS App Signer and select your input file, signing certificate, provisioning file, and optionally specify a new application ID and/or application display name.
Thanks To
------
[maciekish / iReSign](https://github.com/maciekish/iReSign): The basic process was gleaned from the source code of this project.