|
4 | 4 | <dict> |
5 | 5 | <key>backstopSettingInfo</key> |
6 | 6 | <dict> |
7 | | - <key>[SWIFT_OPTIMIZATION_LEVEL]-name</key> |
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> |
| 7 | + <key>[COMBINE_HIDPI_IMAGES]-description</key> |
| 8 | + <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> |
| 9 | + <key>[COMBINE_HIDPI_IMAGES]-name</key> |
| 10 | + <string>Combine HiDPI Images</string> |
13 | 11 | <key>[IPHONEOS_DEPLOYMENT_TARGET]-description</key> |
14 | 12 | <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> |
| 13 | + <key>[IPHONEOS_DEPLOYMENT_TARGET]-name</key> |
| 14 | + <string>iOS Deployment Target</string> |
| 15 | + <key>[SWIFT_COMPILATION_MODE]-description</key> |
| 16 | + <string>This setting controls the way the Swift files in a module are rebuilt.\n- Incremental: Only rebuild the Swift source files in the module that are out of date, running multiple compiler processes as needed.\n- Whole Module: Always rebuild all Swift source files in the module, in a single compiler process.</string> |
| 17 | + <key>[SWIFT_COMPILATION_MODE]-name</key> |
| 18 | + <string>Swift Compilation Mode</string> |
| 19 | + <key>[SWIFT_OPTIMIZATION_LEVEL]-description</key> |
| 20 | + <string>None [-Onone], Fastest [-O], Fastest, Unchecked [-Ounchecked]</string> |
| 21 | + <key>[SWIFT_OPTIMIZATION_LEVEL]-name</key> |
| 22 | + <string>Swift Optimization Level</string> |
17 | 23 | <key>[TVOS_DEPLOYMENT_TARGET]-description</key> |
18 | 24 | <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> |
| 25 | + <key>[TVOS_DEPLOYMENT_TARGET]-name</key> |
| 26 | + <string>tvOS Deployment Target</string> |
21 | 27 | <key>[WATCHOS_DEPLOYMENT_TARGET]-description</key> |
22 | 28 | <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> |
27 | | - <key>[SWIFT_COMPILATION_MODE]-name</key> |
28 | | - <string>Swift Compilation Mode</string> |
29 | | - <key>[SWIFT_COMPILATION_MODE]-description</key> |
30 | | - <string>This setting controls the way the Swift files in a module are rebuilt.\n- Incremental: Only rebuild the Swift source files in the module that are out of date, running multiple compiler processes as needed.\n- Whole Module: Always rebuild all Swift source files in the module, in a single compiler process.</string> |
| 29 | + <key>[WATCHOS_DEPLOYMENT_TARGET]-name</key> |
| 30 | + <string>watchOS Deployment Target</string> |
31 | 31 | </dict> |
32 | 32 | <key>subpaths</key> |
33 | 33 | <array> |
|
0 commit comments