|
4 | 4 | <dict> |
5 | 5 | <key>backstopSettingInfo</key> |
6 | 6 | <dict> |
7 | | - <key>[SWIFT_OPTIMIZATION_LEVEL]-description</key> |
8 | | - <string>None [-Onone], Fastest [-O], Fastest, Unchecked [-Ounchecked]</string> |
9 | 7 | <key>[SWIFT_OPTIMIZATION_LEVEL]-name</key> |
10 | 8 | <string>Swift Optimization Level</string> |
| 9 | + <key>[SWIFT_OPTIMIZATION_LEVEL]-description</key> |
| 10 | + <string>None [-Onone], Fastest [-O], Fastest, Unchecked [-Ounchecked]</string> |
| 11 | + <key>[IPHONEOS_DEPLOYMENT_TARGET]-name</key> |
| 12 | + <string>iOS Deployment Target</string> |
| 13 | + <key>[IPHONEOS_DEPLOYMENT_TARGET]-description</key> |
| 14 | + <string>Code will load on this and later versions of iOS. Framework APIs that are unavailable in earlier versions will be weak-linked; your code should check for null function pointers or specific system versions before calling newer APIs.</string> |
| 15 | + <key>[TVOS_DEPLOYMENT_TARGET]-name</key> |
| 16 | + <string>tvOS Deployment Target</string> |
| 17 | + <key>[TVOS_DEPLOYMENT_TARGET]-description</key> |
| 18 | + <string>Code will load on this and later versions of tvOS. Framework APIs that are unavailable in earlier versions will be weak-linked; your code should check for null function pointers or specific system versions before calling newer APIs.</string> |
| 19 | + <key>[WATCHOS_DEPLOYMENT_TARGET]-name</key> |
| 20 | + <string>watchOS Deployment Target</string> |
| 21 | + <key>[WATCHOS_DEPLOYMENT_TARGET]-description</key> |
| 22 | + <string>Code will load on this and later versions of watchOS. Framework APIs that are unavailable in earlier versions will be weak-linked; your code should check for null function pointers or specific system versions before calling newer APIs.</string> |
| 23 | + <key>[COMBINE_HIDPI_IMAGES]-name</key> |
| 24 | + <string>Combine HiDPI Images</string> |
| 25 | + <key>[COMBINE_HIDPI_IMAGES]-description</key> |
| 26 | + <string>Combines image files at different resolutions into one multi-page TIFF file that is HiDPI compliant for macOS 10.7 and later. Only image files in the same directory and with the same base name and extension are combined. The file names must conform to the naming convention used in HiDPI.</string> |
11 | 27 | </dict> |
12 | 28 | <key>subpaths</key> |
13 | 29 | <array> |
|
0 commit comments