Skip to content

Commit 0da6a36

Browse files
Add backstop entries for SWIFT_VERSION name and description
- Resolves #87
1 parent 6ff7b5b commit 0da6a36

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

BuildSettingExtractor/BuildSettingInfoSubpaths.plist

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,10 @@
3232
<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>
3333
<key>[WATCHOS_DEPLOYMENT_TARGET]-name</key>
3434
<string>watchOS Deployment Target</string>
35+
<key>[SWIFT_VERSION]-name</key>
36+
<string>Swift Language Version</string>
37+
<key>[SWIFT_VERSION]-description</key>
38+
<string>Interpret input according to a specific Swift language version number.</string>
3539
</dict>
3640
<key>deprecatedSubpathsByVersion</key>
3741
<dict>

0 commit comments

Comments
 (0)