Skip to content

Commit

Permalink
Fix destination specifier
Browse files Browse the repository at this point in the history
  • Loading branch information
ffried committed Sep 18, 2024
1 parent e219070 commit a3fa912
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion swift/xcode-destination-specifier/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ runs:
'16'*)
case "${PLATFORM}" in
'iOS') DEVICE_NAME='iPhone 16 Pro';;
'iPadOS') DEVICE_NAME='iPad Pro (11-inch) (M4)';;
'iPadOS') DEVICE_NAME='iPad Pro 11-inch (M4)';;
'tvOS') DEVICE_NAME='Apple TV 4K (3rd generation)';;
'watchOS') DEVICE_NAME='Apple Watch Ultra 2 (49mm)';;
'visionOS') DEVICE_NAME='Apple Vision Pro';;
Expand Down

0 comments on commit a3fa912

Please sign in to comment.