seems these are no longer needed

This commit is contained in:
radius 2015-10-30 02:02:59 -05:00
parent 628cc12714
commit 61ef594326

View File

@ -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