Update DEVELOPMENT_ID team

This commit is contained in:
twinaphex 2021-03-07 23:23:53 +01:00
parent 7932eebb9b
commit 65286541df
2 changed files with 3 additions and 3 deletions

View file

@ -9,4 +9,4 @@
// https://help.apple.com/xcode/#/dev745c5c974
#include "Metal.xcconfig"
DEVELOPMENT_TEAM=ZE9XE938Z2
DEVELOPMENT_TEAM=UK699V5ZS8

View file

@ -36,9 +36,9 @@ cp -f ~/${FILENAME} ~/RetroArch_Metal.dmg
echo "Notarizing DMG..."
codesign --force --verbose --timestamp --sign "7069CC8A4AE9AFF0493CC539BBA4FA345F0A668B" ~/RetroArch_Metal.dmg
REQUESTUUID=$(xcrun altool --notarize-app -t osx -f ~/RetroArch_Metal.dmg --primary-bundle-id libretro.RetroArch -u $APPLE_ID -p $APPLE_ID_PASS -itc_provider ZE9XE938Z2 | awk '/RequestUUID/ { print $NF; }')
REQUESTUUID=$(xcrun altool --notarize-app -t osx -f ~/RetroArch_Metal.dmg --primary-bundle-id libretro.RetroArch -u $APPLE_ID -p $APPLE_ID_PASS -itc_provider UK699V5ZS8 | awk '/RequestUUID/ { print $NF; }')
sleep 200
xcrun altool --notarization-info $REQUESTUUID -u $APPLE_ID -p $APPLE_ID_PASS -ascprovider ZE9XE938Z2
xcrun altool --notarization-info $REQUESTUUID -u $APPLE_ID -p $APPLE_ID_PASS -ascprovider UK699V5ZS8
xcrun stapler staple ~/RetroArch_Metal.dmg
xcrun stapler validate ~/RetroArch_Metal.dmg