From 61ef5943264551b80294974b023640e15f05268b Mon Sep 17 00:00:00 2001 From: radius Date: Fri, 30 Oct 2015 02:02:59 -0500 Subject: [PATCH] seems these are no longer needed --- libretro-buildbot-recipe.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/libretro-buildbot-recipe.sh b/libretro-buildbot-recipe.sh index 66ae7e25..4f115740 100755 --- a/libretro-buildbot-recipe.sh +++ b/libretro-buildbot-recipe.sh @@ -1302,9 +1302,9 @@ if [ "${PLATFORM}" == "ios9" ] && [ "${RA}" == "YES" ]; then if [ $? -eq 0 ]; then MESSAGE="retroarch build succeeded [$jobid]" cd build/Release-iphoneos - plat=/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/ - allocate=${plat}/Developer/usr/bin/codesign_allocate - export CODESIGN_ALLOCATE=${allocate} + #plat=/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/ + #allocate=${plat}/Developer/usr/bin/codesign_allocate + #export CODESIGN_ALLOCATE=${allocate} security unlock-keychain -p buildbot /Users/buildbot/Library/Keychains/login.keychain codesign -fs "buildbot" RetroArch.app