doubledutch / recodesign

This script provides an easy way to codesign a DoubleDutch created iOS event app.
18 stars 10 forks source link
codesign entitlements

Recodesign

This script provides an easy way to codesign a DoubleDutch created iOS event app.

Getting Started

This script is pretty simple in the end but there are a few requirements.

Prerequisites

Required on local system for recodesign.sh script and for recodesigning process:

Some notes and explanations

Installing

Clone this repo or download the .zip If you want the ultimate in convenience, put this repo in a safe place, then add to your $PATH

Usage

sh path/to/recodesign.sh -e path/to/app.ipa path/to/profile.mobileprovision

or

sh path/to/recodesign.sh -E path/to/app.ipa path/to/profile.mobileprovision

Example

An example of how this could look (file paths and names will vary):

sh recodesign.sh ~/Desktop/provided.ipa ~/Downloads/app.mobileprovision

Acknowledgments