Josh Engebretson 10 年之前
父节点
当前提交
c7ebeb76e7
共有 1 个文件被更改,包括 1 次插入1 次删除
  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