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

+ 1 - 1
Rakefile

@@ -79,7 +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 "security unlock -u ~/Library/Keychains/login.keychain"
         sh "xcodebuild -configuration Release"
       end