Skip to content

Commit e7085ac

Browse files
committed
chore: swift 6 기반으로 설정
1 parent 222dade commit e7085ac

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Tuist/ProjectDescriptionHelpers/Project+Settings.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@ public extension Settings {
1616
"CURRENT_PROJECT_VERSION": "1",
1717
"INFOPLIST_KEY_CFBundleShortVersionString": "$(MARKETING_VERSION)",
1818
"INFOPLIST_KEY_CFBundleVersion": "$(CURRENT_PROJECT_VERSION)",
19-
"SWIFT_VERSION": "5.0",
2019
"TARGETED_DEVICE_FAMILY": "1,2",
20+
"SWIFT_VERSION": "6.0",
2121
]
2222
commonBase.merge(base) { _, new in new }
2323

0 commit comments

Comments
 (0)