mirror of
https://github.com/libretro/libretro-super
synced 2025-01-28 00:35:18 +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
|
if [ $? -eq 0 ]; then
|
||||||
MESSAGE="retroarch build succeeded [$jobid]"
|
MESSAGE="retroarch build succeeded [$jobid]"
|
||||||
cd build/Release-iphoneos
|
cd build/Release-iphoneos
|
||||||
plat=/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/
|
#plat=/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/
|
||||||
allocate=${plat}/Developer/usr/bin/codesign_allocate
|
#allocate=${plat}/Developer/usr/bin/codesign_allocate
|
||||||
export CODESIGN_ALLOCATE=${allocate}
|
#export CODESIGN_ALLOCATE=${allocate}
|
||||||
security unlock-keychain -p buildbot /Users/buildbot/Library/Keychains/login.keychain
|
security unlock-keychain -p buildbot /Users/buildbot/Library/Keychains/login.keychain
|
||||||
codesign -fs "buildbot" RetroArch.app
|
codesign -fs "buildbot" RetroArch.app
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user