<< back

iOS App Signer 1.14.0

Can (re)sign apps and bundle them into ipa files that are ready to be installed on iOS.

Category: Utilities
Price: Free
Popularity: Medium
Version String: 1.14.0
Release Date: 2023-02-16
Architecture: Intel & AppleSilicon(ARM)
Minimum OS: macOS 10.9
Vendor Name: Daniel Radtke
Homepage: dantheman827.github.io

Version History 1.14.0

You can find release notes for this version here: [github.com]

Description:

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 only been successfully
tested on OS X 10.11 at this time.

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: The basic process was gleaned from the source code
of this project.