We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 222dade commit e7085acCopy full SHA for e7085ac
1 file changed
Tuist/ProjectDescriptionHelpers/Project+Settings.swift
@@ -16,8 +16,8 @@ public extension Settings {
16
"CURRENT_PROJECT_VERSION": "1",
17
"INFOPLIST_KEY_CFBundleShortVersionString": "$(MARKETING_VERSION)",
18
"INFOPLIST_KEY_CFBundleVersion": "$(CURRENT_PROJECT_VERSION)",
19
- "SWIFT_VERSION": "5.0",
20
"TARGETED_DEVICE_FAMILY": "1,2",
+ "SWIFT_VERSION": "6.0",
21
]
22
commonBase.merge(base) { _, new in new }
23
0 commit comments