From 58a681c61184dd5df4d0f67c6d1d4be17a540bef Mon Sep 17 00:00:00 2001 From: MUKER-WON Date: Fri, 10 May 2024 20:43:13 +0900 Subject: [PATCH] =?UTF-8?q?[Fix]=20Tuist=20=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../Environment.swift | 2 +- Projects/App/Project.swift | 40 +++++++++---------- 2 files changed, 21 insertions(+), 21 deletions(-) diff --git a/Plugins/EnvironmentPlugin/ProjectDescriptionHelpers/Environment.swift b/Plugins/EnvironmentPlugin/ProjectDescriptionHelpers/Environment.swift index 8bc429de..e1f6b9d2 100644 --- a/Plugins/EnvironmentPlugin/ProjectDescriptionHelpers/Environment.swift +++ b/Plugins/EnvironmentPlugin/ProjectDescriptionHelpers/Environment.swift @@ -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() diff --git a/Projects/App/Project.swift b/Projects/App/Project.swift index 25f9a55b..0311330e 100644 --- a/Projects/App/Project.swift +++ b/Projects/App/Project.swift @@ -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(