Skip to content

Instantly share code, notes, and snippets.

@brentkastner
Created July 28, 2019 22:37
Show Gist options
  • Save brentkastner/854afc7cc362bc0f7a72c60b94c731fd to your computer and use it in GitHub Desktop.
Save brentkastner/854afc7cc362bc0f7a72c60b94c731fd to your computer and use it in GitHub Desktop.
- run:
name: "Generate ipa"
command: |
sudo chown -R distiller:staff ../.ionic
security set-key-partition-list -S apple-tool:,apple:,codesign: -s -k default /Users/distiller/Library/Keychains/MyKeychain.keychain-db
ionic cordova build ios --release --device --buildConfig ./build.json
mkdir -p /tmp/ios
cp -r platforms/ios/build/device/*.ipa /tmp/ios
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment