From 0a7299b3695aa40c0fa684281d7e23495812ecf5 Mon Sep 17 00:00:00 2001 From: juyeong525 Date: Thu, 15 Jun 2023 23:18:22 +0900 Subject: [PATCH] =?UTF-8?q?=F0=9F=90=9B=C2=A0::=20ios=EB=B2=84=EC=A0=84?= =?UTF-8?q?=EC=97=90=20=EB=94=B0=EB=A5=B8=20=EC=9C=84=EC=A0=AF=20=EC=95=88?= =?UTF-8?q?=EB=9C=A8=EB=8A=94=20=EB=B2=84=EA=B7=B8=20=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Application/Project.swift | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Application/Project.swift b/Application/Project.swift index 4af488b5..f83f8a7e 100644 --- a/Application/Project.swift +++ b/Application/Project.swift @@ -48,6 +48,10 @@ let project = Project( platform: .iOS, product: .appExtension, bundleId: "$(APP_BUNDLE_ID).WidgetExtension", + deploymentTarget: .iOS( + targetVersion: "15.0", + devices: [.iphone, .ipad] + ), infoPlist: .file(path: Path("Widget/SupportingFiles/Info.plist")), sources: "Widget/Sources/**", resources: "Widget/Resources/**",