Skip to content

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.

License

Notifications You must be signed in to change notification settings

DanTheMan827/ios-app-signer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

7c0daee · Nov 4, 2024
Nov 4, 2024
Nov 4, 2024
Feb 6, 2016
Nov 4, 2024
Nov 6, 2015
Jun 22, 2020
Nov 26, 2016
Nov 15, 2015
Jun 22, 2020
Sep 22, 2024
Nov 8, 2021
Nov 26, 2016
Nov 15, 2015
Feb 6, 2016

Repository files navigation

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.

Donate

Thanks To

maciekish / iReSign: The basic process was gleaned from the source code of this project.