Browse Source

Another attempt at codesign

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

+ 1 - 2
Rakefile

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