Skip to content

Commit

Permalink
use proper simulators
Browse files Browse the repository at this point in the history
  • Loading branch information
KazuCocoa committed Dec 7, 2023
1 parent 78128db commit 44cf1a9
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,16 +4,16 @@ variables:
MIN_XCODE_VERSION: 14.1
MIN_PLATFORM_VERSION: 16.1
MIN_TV_PLATFORM_VERSION: 16.1
MIN_TV_DEVICE_NAME: Apple TV 4K (2nd generation)
MIN_IPHONE_DEVICE_NAME: iPhone 11
MIN_IPAD_DEVICE_NAME: iPad Pro (11-inch) (3rd generation)
MIN_TV_DEVICE_NAME: Apple TV 4K (3rd generation)
MIN_IPHONE_DEVICE_NAME: iPhone 14
MIN_IPAD_DEVICE_NAME: iPad Pro (11-inch) (4th generation)
MAX_VM_IMAGE: macOS-13
MAX_XCODE_VERSION: 15.0.1
MAX_PLATFORM_VERSION: 17.0
MAX_PLATFORM_VERSION_TV: 17.0
MAX_IPHONE_DEVICE_NAME: iPhone 13
MAX_TV_DEVICE_NAME: Apple TV 4K (2nd generation)
MAX_IPAD_DEVICE_NAME: iPad Pro (11-inch) (3rd generation)
MAX_IPHONE_DEVICE_NAME: iPhone 15
MAX_TV_DEVICE_NAME: Apple TV 4K (3rd generation)
MAX_IPAD_DEVICE_NAME: iPad Pro (11-inch) (4th generation)
DEFAULT_NODE_VERSION: "18.x"


Expand Down

0 comments on commit 44cf1a9

Please sign in to comment.