mirror of
https://github.com/libretro/RetroArch
synced 2025-04-07 13:23:32 +00:00
Update DEVELOPMENT_ID team
This commit is contained in:
parent
7932eebb9b
commit
65286541df
@ -9,4 +9,4 @@
|
|||||||
// https://help.apple.com/xcode/#/dev745c5c974
|
// https://help.apple.com/xcode/#/dev745c5c974
|
||||||
|
|
||||||
#include "Metal.xcconfig"
|
#include "Metal.xcconfig"
|
||||||
DEVELOPMENT_TEAM=ZE9XE938Z2
|
DEVELOPMENT_TEAM=UK699V5ZS8
|
||||||
|
@ -36,9 +36,9 @@ cp -f ~/${FILENAME} ~/RetroArch_Metal.dmg
|
|||||||
echo "Notarizing DMG..."
|
echo "Notarizing DMG..."
|
||||||
|
|
||||||
codesign --force --verbose --timestamp --sign "7069CC8A4AE9AFF0493CC539BBA4FA345F0A668B" ~/RetroArch_Metal.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
|
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 staple ~/RetroArch_Metal.dmg
|
||||||
xcrun stapler validate ~/RetroArch_Metal.dmg
|
xcrun stapler validate ~/RetroArch_Metal.dmg
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user