Skip to content

Commit

Permalink
[Setting] #220 Widget Extension 패키지에서 제외
Browse files Browse the repository at this point in the history
  • Loading branch information
gnksbm committed Apr 12, 2024
1 parent bd11565 commit 6ba70d1
Showing 1 changed file with 20 additions and 20 deletions.
40 changes: 20 additions & 20 deletions Projects/App/Project.swift
Original file line number Diff line number Diff line change
Expand Up @@ -8,26 +8,26 @@ let project = Project.makeProject(
entitlementsPath: .relativeToManifest("App.entitlements"),
hasResource: true,
appExtensionTarget: [
Project.appExtensionTarget(
name: "Widget",
plist: .extendingDefault(
with: .widgetInfoPlist
),
resources: [
"Resources/Model.xcdatamodeld",
"Resources/total_stationList.json",
"Widget/Resources/**",
],
entitlements: .file(
path: .relativeToRoot(
"Projects/App/Widget.entitlements"
)
),
dependencies: [
.mainFeature,
.data,
]
)
// Project.appExtensionTarget(
// name: "Widget",
// plist: .extendingDefault(
// with: .widgetInfoPlist
// ),
// resources: [
// "Resources/Model.xcdatamodeld",
// "Resources/total_stationList.json",
// "Widget/Resources/**",
// ],
// entitlements: .file(
// path: .relativeToRoot(
// "Projects/App/Widget.entitlements"
// )
// ),
// dependencies: [
// .mainFeature,
// .data,
// ]
// )
],
packages: [
.remote(
Expand Down

0 comments on commit 6ba70d1

Please sign in to comment.