Skip to content

Commit

Permalink
๐Ÿ”€ย :: (#532) ios๋ฒ„์ „์— ๋”ฐ๋ฅธ ์œ„์ ฏ ์•ˆ๋œจ๋Š” ๋ฒ„๊ทธ ์ˆ˜์ •
Browse files Browse the repository at this point in the history
  • Loading branch information
juyeong525 authored Jun 21, 2023
2 parents 4487a89 + 27207ab commit 7aa1279
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Application/Project.swift
Original file line number Diff line number Diff line change
Expand Up @@ -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/**",
Expand Down

0 comments on commit 7aa1279

Please sign in to comment.