self sign ios9 builds

This commit is contained in:
radius 2015-10-30 01:23:19 -05:00
parent c9f5f4a544
commit 79f9cb2419

View File

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