Skip to content

Commit

Permalink
[Fix] Tuist 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
MUKER-WON committed May 10, 2024
1 parent 67a35a7 commit 58a681c
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 21 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ public extension String {
static let organizationName = "Pepsi-Club"
static let teamId = "T4W7695R5C"
/// 앱스토어에 게시할 때마다 증가해줘야 하는 버전
static let marketingVersion: Self = "1.2.1"
static let marketingVersion: Self = "1.2.2"
/// 개발자가 내부적으로 확인하기 위한 용도 (날짜를 사용하기도 함 - 2023.12.8.1 )
static var buildVersion: Self {
let date = Date()
Expand Down
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 58a681c

Please sign in to comment.