File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11# https://docs.microsoft.com/en-us/azure/devops/pipelines/agents/hosted?view=azure-devops&tabs=yaml
22variables :
3- MIN_VM_IMAGE : macOS-13
4- MIN_XCODE_VERSION : 14.3.1
5- MIN_PLATFORM_VERSION : 16.4
6- MIN_TV_PLATFORM_VERSION : 16.4
3+ MIN_VM_IMAGE : macOS-14
4+ MIN_XCODE_VERSION : 15.4
5+ MIN_PLATFORM_VERSION : 17.5
6+ MIN_TV_PLATFORM_VERSION : 17.5
77 MIN_TV_DEVICE_NAME : Apple TV 4K (3rd generation)
8- MIN_IPHONE_DEVICE_NAME : iPhone 14 Plus
8+ MIN_IPHONE_DEVICE_NAME : iPhone 15 Plus
99 MIN_IPAD_DEVICE_NAME : iPad Pro (11-inch) (4th generation)
10- MAX_VM_IMAGE : macOS-14
11- MAX_XCODE_VERSION : 15.4
12- MAX_PLATFORM_VERSION : 17.5
13- MAX_PLATFORM_VERSION_TV : 17.5
14- MAX_IPHONE_DEVICE_NAME : iPhone 15 Plus
10+ MAX_VM_IMAGE : macOS-15
11+ MAX_XCODE_VERSION : 26.0
12+ MAX_PLATFORM_VERSION : 26.0
13+ MAX_PLATFORM_VERSION_TV : 26.0
14+ MAX_IPHONE_DEVICE_NAME : iPhone 17
1515 MAX_TV_DEVICE_NAME : Apple TV 4K (3rd generation)
1616 MAX_IPAD_DEVICE_NAME : iPad Air 11-inch (M2)
17- DEFAULT_NODE_VERSION : " 18 .x"
17+ DEFAULT_NODE_VERSION : " 22 .x"
1818
1919trigger :
2020 batch : true
You can’t perform that action at this time.
0 commit comments