mirror of
https://github.com/libretro/libretro-super
synced 2025-01-26 21:35:36 +00:00
seems these are no longer needed
This commit is contained in:
parent
628cc12714
commit
61ef594326
@ -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
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user