-
New Feature
-
Resolution: Unresolved
-
Minor
-
Mac Mini - OSX 10.7.5
I have large project that takes a long to compile after a clean or when the workspace is wiped. Since it takes so long the keychain is locked by time the codesign step is reached so I will always have a failed build after the workspace is cleaned and need to build it a second time. The keychain has an option to set the timeout using set-keychain-settings. The options are to lock the keychain when the system sleeps or after a specified interval. It would be nice to be able to select one of these values and customize a timeout on the unlock keychain step.
This doesn't sound to hard to add. Would you mind trying ?
https://developer.apple.com/library/mac/documentation/Darwin/Reference/ManPages/man1/security.1.html
https://github.com/jenkinsci/xcode-plugin/blob/master/src/main/java/au/com/rayh/XCodeBuilder.java#L363
Try to support both -u -l and -t arguments