Skip to content

Commit 9b8691d

Browse files
Add backstop entry for new MARKETING_VERSION build setting.
- Also accept some whitespace changes from PlistEdit Pro
1 parent 81036b7 commit 9b8691d

File tree

1 file changed

+13
-9
lines changed

1 file changed

+13
-9
lines changed

BuildSettingExtractor/BuildSettingInfoSubpaths.plist

Lines changed: 13 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,10 @@
1212
<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>
1313
<key>[IPHONEOS_DEPLOYMENT_TARGET]-name</key>
1414
<string>iOS Deployment Target</string>
15+
<key>[MARKETING_VERSION]-description</key>
16+
<string>This setting defines the user-visible version of the project. The value corresponds to the `CFBundleShortVersionString` key in your app&apos;s Info.plist.</string>
17+
<key>[MARKETING_VERSION]-name</key>
18+
<string>Marketing Version</string>
1519
<key>[SWIFT_COMPILATION_MODE]-description</key>
1620
<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>
1721
<key>[SWIFT_COMPILATION_MODE]-name</key>
@@ -29,15 +33,15 @@
2933
<key>[WATCHOS_DEPLOYMENT_TARGET]-name</key>
3034
<string>watchOS Deployment Target</string>
3135
</dict>
32-
<key>deprecatedSubpathsByVersion</key>
33-
<dict>
34-
<key>0900</key>
35-
<array>
36-
<array>
37-
<string>Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/Xcode/Specifications/English.lproj/Native Build System.strings</string>
38-
</array>
39-
</array>
40-
</dict>
36+
<key>deprecatedSubpathsByVersion</key>
37+
<dict>
38+
<key>0900</key>
39+
<array>
40+
<array>
41+
<string>Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/Xcode/Specifications/English.lproj/Native Build System.strings</string>
42+
</array>
43+
</array>
44+
</dict>
4145
<key>subpaths</key>
4246
<array>
4347
<array>

0 commit comments

Comments
 (0)