Skip to content
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.

  1. Export the Certificate and Key from Keychain for your developer profiles.
  2. sudo cp /path/to/exported-keys-and-certificates /var/lib/jenkins
  3. 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
  4. Delete the exported certificate file if is not password protected.
Clone this wiki locally