Skip to content

Commit 9a6b7e9

Browse files
committed
revert: deploymentTargets 16->15 복구
코드 상으로 모든 버전을 대응하기 위해 기존 지원 버전 15로 복구합니다.
1 parent d1c9090 commit 9a6b7e9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

EATSSU_MVC/Project.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ let project = Project(
6565
destinations: [.iPhone],
6666
product: .app,
6767
bundleId: "com.jiwoo.EatSSU",
68-
deploymentTargets: .iOS("16.0"),
68+
deploymentTargets: .iOS("15.0"),
6969
infoPlist: eatSSUInfoPlist,
7070
sources: ["EATSSU_MVC/Sources/**"],
7171
resources: ["EATSSU_MVC/Resources/**"],

0 commit comments

Comments
 (0)