Sfoglia il codice sorgente

Unlock keychain for codesign

Josh Engebretson 10 anni fa
parent
commit
d62db73de1
1 ha cambiato i file con 1 aggiunte e 0 eliminazioni
  1. 1 0
      Rakefile

+ 1 - 0
Rakefile

@@ -79,6 +79,7 @@ namespace :build  do
       Dir.chdir(CMAKE_IOS_BUILD_FOLDER) do
         sh "#{JSBIND_BIN_MACOSX} #{$RAKE_ROOT} IOS"
         sh "cmake -DIOS=1 -DCMAKE_BUILD_TYPE=Release -G Xcode ../../"
+        sh "security unlock ~/Library/Keychains/login.keychain"
         sh "xcodebuild -configuration Release"
       end