-
Notifications
You must be signed in to change notification settings - Fork 58
iOS Builds
Randall Wood edited this page Nov 1, 2013
·
3 revisions
Building application targets for iOS requires that your iPhone Developer certificates be available to the Jenkins slave.
- Export the Certificate and Key from Keychain for your developer profiles.
sudo cp /path/to/exported-keys-and-certificates /var/lib/jenkins
- For each certificate and key:
sudo -i -u jenkins /var/lib/jenkins/security.sh add-apple-certificate --certificate=/var/lib/jenkins/name-of-exported-cert
- Delete the exported certificate file if is not password protected.