This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #!/bin/bash | |
| set -x | |
| USAGE() { | |
| cat << EOF | |
| Usage: ${0##*/} <-i ident.p12> [-p password] <-m profile.mobileprovision> [-a com.example.app] [-n NewName] [-I Info.plist] | |
| -i ident.p12 The signing identity file. | |
| -p password The password of signing identity file. | |
| -m profile.mobileprovision Signing provision profile | |
| -a com.example.app Override CFBundleIdentifier |