Skip to content

Instantly share code, notes, and snippets.

@adaam
Created April 28, 2015 10:10
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save adaam/a719ca952a7997dbc34a to your computer and use it in GitHub Desktop.
Save adaam/a719ca952a7997dbc34a to your computer and use it in GitHub Desktop.
use for ipa file resign config
#!/bin/sh
# (Information)
# - PROVISIONING PROFILE PATH:
# FOR EXAMPLE /Users/YOURNAME/Library/MobileDevice/Provisioning Profiles/PROVISIONINGPROFILE.mobileprovision
ProvProfile="YOUR_DOWNLOAD_PATH_OF_ANY.mobileprovision"
# - YOUR DISTROBUTION CERT NAME HERE FROM KEYCHAIN
SigningCertName="SET_YOUR_CERT_NAME"
# (Configuration)
# - CFBundleIdentifier
BundleID="SET_YOUR_BONDLE_ID"
# - Apple ID = Bundle Seed + Bundle ID
AppleID="SET_YOUR_APPLE_ID"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment