mirror of
https://github.com/libretro/libretro-super
synced 2025-01-26 03:35:36 +00:00
self sign ios9 builds
This commit is contained in:
parent
c9f5f4a544
commit
79f9cb2419
@ -1301,6 +1301,13 @@ 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}
|
||||
security unlock-keychain -p buildbot /Users/buildbot/Library/Keychains/login.keychain
|
||||
codesign -fs "buildbot" RetroArch\ iOS9.app
|
||||
|
||||
echo $MESSAGE
|
||||
else
|
||||
ERROR=`cat $TMPDIR/log/${BOT}/${LOGDATE}/${LOGDATE}_RetroArch_${PLATFORM}.log | tail -n 100`
|
||||
|
Loading…
x
Reference in New Issue
Block a user