You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: BuildSettingExtractor/BuildSettingInfoSubpaths.plist
+4Lines changed: 4 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -32,6 +32,10 @@
32
32
<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>
33
33
<key>[WATCHOS_DEPLOYMENT_TARGET]-name</key>
34
34
<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>
0 commit comments