This repo is a fork of the original project with the wildcard entitlements fix applied and binaries produced by GitHub CI.
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
This app requires xcode-select
to be installed, macOS will offer to install it in case it's not present.
This app has successfully been tested on macOS 10.15
and 11.1
.
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.
maciekish / iReSign: The basic process was gleaned from the source code of this project.