Build ios app for iphoneos
sdk with signing using Travis ci.
- Export your private key that you are going to use for signing from Keychain Access app to
~/privateKey.p12
with export password__YourRandomPass22
- Fetch script and run it from your Travis-enabled target iOS app repo:
IOS_IDENTITY_KEY=~/privateKey.p12 IOS_IDENTITY_KEY_PASSWORD=__YourRandomPass22 bash <(curl -s https://gist.githubusercontent.com/darvin/96a3af399d0b970a59b1/raw/setup_travis_ios_signing.sh)
- Review changes and commit. It suppose to work now.