# ios-app-signer **Repository Path**: frankgiteespace/ios-app-signer ## Basic Information - **Project Name**: ios-app-signer - **Description**: No description available - **Primary Language**: Unknown - **License**: GPL-3.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-03-24 - **Last Updated**: 2023-10-26 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## 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.