Browse Source

build codesigning

Josh Engebretson 10 years ago
parent
commit
4507fc0e09
1 changed files with 1 additions and 1 deletions
  1. 1 1
      Rakefile

+ 1 - 1
Rakefile

@@ -81,7 +81,7 @@ namespace :build  do
         sh "cmake -DIOS=1 -DCMAKE_BUILD_TYPE=Release -G Xcode ../../"
         sh "cmake -DIOS=1 -DCMAKE_BUILD_TYPE=Release -G Xcode ../../"
         sh "KEYCHAIN=/Users/jenkins/Library/Keychains/codesign.keychain"
         sh "KEYCHAIN=/Users/jenkins/Library/Keychains/codesign.keychain"
         # the -s option adds $KEYCHAIN to the search scope, while the -d option adds $KEYCHAIN to the system domain; both are needed
         # the -s option adds $KEYCHAIN to the search scope, while the -d option adds $KEYCHAIN to the system domain; both are needed
-        sh "security -v list-keychains -d system -s $KEYCHAIN"
+        sh "security -v list-keychains -d jenkins -s $KEYCHAIN"
         sh "security -v unlock-keychain -p codesign $KEYCHAIN"
         sh "security -v unlock-keychain -p codesign $KEYCHAIN"
         sh "xcodebuild -configuration Release"
         sh "xcodebuild -configuration Release"
       end
       end