Skip to content

Commit 7de3670

Browse files
committed
fix: 앱 설정 파일 참조 추가
1 parent 06f0608 commit 7de3670

3 files changed

Lines changed: 7 additions & 3 deletions

File tree

Application/DevLogApp/DevLogApp.xcodeproj/project.pbxproj

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -138,6 +138,7 @@
138138
DCC05042BEB7C047BE4DB7E9 /* DevLogWidgetCore.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = DevLogWidgetCore.framework; sourceTree = BUILT_PRODUCTS_DIR; };
139139
ECA33E1403AF8BDB84D46C01 /* DevLogPresentation.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = DevLogPresentation.framework; sourceTree = BUILT_PRODUCTS_DIR; };
140140
F078E79DE65AE8D92F556B27 /* DeletePushNotificationIntegrationTests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = DeletePushNotificationIntegrationTests.swift; sourceTree = "<group>"; };
141+
FA3AC9C61067B0FBDE869711 /* App.xcconfig */ = {isa = PBXFileReference; lastKnownFileType = text.xcconfig; path = App.xcconfig; sourceTree = "<group>"; };
141142
/* End PBXFileReference section */
142143

143144
/* Begin PBXFrameworksBuildPhase section */
@@ -206,6 +207,7 @@
206207
children = (
207208
6F190E03DDAFD11C50FF6510 /* App */,
208209
514423F7A59AD057AC7310CA /* Resource */,
210+
FA3AC9C61067B0FBDE869711 /* App.xcconfig */,
209211
);
210212
path = Sources;
211213
sourceTree = "<group>";
@@ -509,7 +511,7 @@
509511
/* Begin XCBuildConfiguration section */
510512
31AC08F8A6DA3854B3A6B6AC /* Release */ = {
511513
isa = XCBuildConfiguration;
512-
baseConfigurationReference = 4635BA36DE82C73A105E7157 /* Version.xcconfig */;
514+
baseConfigurationReference = FA3AC9C61067B0FBDE869711 /* App.xcconfig */;
513515
buildSettings = {
514516
APS_ENVIRONMENT = production;
515517
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
@@ -618,7 +620,7 @@
618620
};
619621
8D758741AE117AED0462B9E4 /* Debug */ = {
620622
isa = XCBuildConfiguration;
621-
baseConfigurationReference = 4635BA36DE82C73A105E7157 /* Version.xcconfig */;
623+
baseConfigurationReference = FA3AC9C61067B0FBDE869711 /* App.xcconfig */;
622624
buildSettings = {
623625
APS_ENVIRONMENT = development;
624626
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;

Application/DevLogApp/Project.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ let project = Project(
3636
DevLogPackages.swiftLintPlugin,
3737
],
3838
settings: .devlog(
39-
versionXcconfigPath: "../Shared/Version.xcconfig",
39+
versionXcconfigPath: "Sources/App.xcconfig",
4040
base: [
4141
"ASSETCATALOG_COMPILER_APPICON_NAME": "AppIcon",
4242
"CODE_SIGN_STYLE": "Automatic",
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
#include "../../Shared/Version.xcconfig"
2+
#include? "Resource/Config.xcconfig"

0 commit comments

Comments
 (0)