|
|
@@ -58,10 +58,10 @@ jobs:
|
|
|
DESTINATION=''
|
|
|
case "${PLATFORM}" in
|
|
|
'macOS') DESTINATION='platform=macOS';;
|
|
|
- 'iOS') DESTINATION='platform=iOS Simulator,OS=latest,name=iPhone 15 Pro';;
|
|
|
- 'iPadOS') DESTINATION='platform=iOS Simulator,OS=latest,name=iPad Pro (11-inch) (4th generation)';;
|
|
|
+ 'iOS') DESTINATION='platform=iOS Simulator,OS=latest,name=iPhone 16 Pro';;
|
|
|
+ 'iPadOS') DESTINATION='platform=iOS Simulator,OS=latest,name=iPad Pro (11-inch) (M4)';;
|
|
|
'tvOS') DESTINATION='platform=tvOS Simulator,OS=latest,name=Apple TV 4K (3rd generation)';;
|
|
|
- 'watchOS') DESTINATION='platform=watchOS Simulator,OS=latest,name=Apple Watch Series 9 (45mm)';;
|
|
|
+ 'watchOS') DESTINATION='platform=watchOS Simulator,OS=latest,name=Apple Watch Series 10 (46mm)';;
|
|
|
'visionOS') DESTINATION='platform=visionOS Simulator,OS=latest,name=Apple Vision Pro';;
|
|
|
*) echo "::error title=Unknown platform!::Unknown platform: ${PLATFORM}" && exit 1;;
|
|
|
esac
|