Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: about 1 month 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 (about 9 years ago)
- Default Branch: master
- Last Pushed: 2024-09-22T23:05:05.000Z (about 2 months ago)
- Last Synced: 2024-10-14T11:02:06.685Z (about 1 month ago)
- Language: Objective-C
- Homepage: https://dantheman827.github.io/ios-app-signer
- Size: 629 KB
- Stars: 5,619
- Watchers: 210
- Forks: 1,058
- Open Issues: 122
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
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.