Skip to content

Commit 046089f

Browse files
authored
[#481] 모듈러 아키텍처 전환 후 WidgetCore 중복 포함으로 TestFlight 업로드 검증에 실패하는 현상을 해결한다 (#483)
* fix: WidgetExtension의 DevLogWidgetCore 중복 임베드 제거 * fix: 내부 프레임워크의 버전 메타데이터 누락 제거 * fix: 내부 프레임워크의 버전 메타데이터 누락 제거 * refactor: 내부 프레임워크 버전 설정을 공통 xcconfig로 중앙화
1 parent 9cded76 commit 046089f

15 files changed

Lines changed: 50 additions & 0 deletions

File tree

Application/DevLogCore/DevLogCore.xcodeproj/project.pbxproj

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -173,6 +173,8 @@
173173
/* Begin XCBuildConfiguration section */
174174
0095EA3D0E3FC18B545418BE /* Debug */ = {
175175
isa = XCBuildConfiguration;
176+
baseConfigurationReferenceAnchor = DA0865721A6D430B66025E66 /* Sources */;
177+
baseConfigurationReferenceRelativePath = Version.xcconfig;
176178
buildSettings = {
177179
CLANG_ENABLE_OBJC_WEAK = NO;
178180
CURRENT_PROJECT_VERSION = 1;
@@ -188,6 +190,7 @@
188190
"@executable_path/Frameworks",
189191
"@loader_path/Frameworks",
190192
);
193+
MARKETING_VERSION = 1.2;
191194
PRODUCT_BUNDLE_IDENTIFIER = com.opfic.DevLog.DevLogCore;
192195
PRODUCT_NAME = "$(TARGET_NAME)";
193196
SDKROOT = iphoneos;
@@ -255,6 +258,8 @@
255258
};
256259
CE0953D10C4F8C380398A44D /* Release */ = {
257260
isa = XCBuildConfiguration;
261+
baseConfigurationReferenceAnchor = DA0865721A6D430B66025E66 /* Sources */;
262+
baseConfigurationReferenceRelativePath = Version.xcconfig;
258263
buildSettings = {
259264
CLANG_ENABLE_OBJC_WEAK = NO;
260265
CURRENT_PROJECT_VERSION = 1;
@@ -270,6 +275,7 @@
270275
"@executable_path/Frameworks",
271276
"@loader_path/Frameworks",
272277
);
278+
MARKETING_VERSION = 1.2;
273279
PRODUCT_BUNDLE_IDENTIFIER = com.opfic.DevLog.DevLogCore;
274280
PRODUCT_NAME = "$(TARGET_NAME)";
275281
SDKROOT = iphoneos;
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
#include "../../Shared/Version.xcconfig"

Application/DevLogData/DevLogData.xcodeproj/project.pbxproj

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -278,6 +278,8 @@
278278
};
279279
1E63E77475382EF159DBD932 /* Debug */ = {
280280
isa = XCBuildConfiguration;
281+
baseConfigurationReferenceAnchor = 5A15B28E791BA16F53BAF94E /* Sources */;
282+
baseConfigurationReferenceRelativePath = Version.xcconfig;
281283
buildSettings = {
282284
CLANG_ENABLE_OBJC_WEAK = NO;
283285
CURRENT_PROJECT_VERSION = 1;
@@ -293,6 +295,7 @@
293295
"@executable_path/Frameworks",
294296
"@loader_path/Frameworks",
295297
);
298+
MARKETING_VERSION = 1.2;
296299
PRODUCT_BUNDLE_IDENTIFIER = com.opfic.DevLog.DevLogData;
297300
PRODUCT_NAME = "$(TARGET_NAME)";
298301
SDKROOT = iphoneos;
@@ -421,6 +424,8 @@
421424
};
422425
D6BAE0518A7CBD73832246F3 /* Release */ = {
423426
isa = XCBuildConfiguration;
427+
baseConfigurationReferenceAnchor = 5A15B28E791BA16F53BAF94E /* Sources */;
428+
baseConfigurationReferenceRelativePath = Version.xcconfig;
424429
buildSettings = {
425430
CLANG_ENABLE_OBJC_WEAK = NO;
426431
CURRENT_PROJECT_VERSION = 1;
@@ -436,6 +441,7 @@
436441
"@executable_path/Frameworks",
437442
"@loader_path/Frameworks",
438443
);
444+
MARKETING_VERSION = 1.2;
439445
PRODUCT_BUNDLE_IDENTIFIER = com.opfic.DevLog.DevLogData;
440446
PRODUCT_NAME = "$(TARGET_NAME)";
441447
SDKROOT = iphoneos;
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
#include "../../Shared/Version.xcconfig"

Application/DevLogDomain/DevLogDomain.xcodeproj/project.pbxproj

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -388,6 +388,8 @@
388388
};
389389
CE7099C63D3B75B186422932 /* Debug */ = {
390390
isa = XCBuildConfiguration;
391+
baseConfigurationReferenceAnchor = 534E4B81FFFA3D0023139ACE /* Sources */;
392+
baseConfigurationReferenceRelativePath = Version.xcconfig;
391393
buildSettings = {
392394
CLANG_ENABLE_OBJC_WEAK = NO;
393395
CURRENT_PROJECT_VERSION = 1;
@@ -403,6 +405,7 @@
403405
"@executable_path/Frameworks",
404406
"@loader_path/Frameworks",
405407
);
408+
MARKETING_VERSION = 1.2;
406409
PRODUCT_BUNDLE_IDENTIFIER = com.opfic.DevLog.DevLogDomain;
407410
PRODUCT_NAME = "$(TARGET_NAME)";
408411
SDKROOT = iphoneos;
@@ -435,6 +438,8 @@
435438
};
436439
F0EB74E2AA0977D6CB2E3A56 /* Release */ = {
437440
isa = XCBuildConfiguration;
441+
baseConfigurationReferenceAnchor = 534E4B81FFFA3D0023139ACE /* Sources */;
442+
baseConfigurationReferenceRelativePath = Version.xcconfig;
438443
buildSettings = {
439444
CLANG_ENABLE_OBJC_WEAK = NO;
440445
CURRENT_PROJECT_VERSION = 1;
@@ -450,6 +455,7 @@
450455
"@executable_path/Frameworks",
451456
"@loader_path/Frameworks",
452457
);
458+
MARKETING_VERSION = 1.2;
453459
PRODUCT_BUNDLE_IDENTIFIER = com.opfic.DevLog.DevLogDomain;
454460
PRODUCT_NAME = "$(TARGET_NAME)";
455461
SDKROOT = iphoneos;
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
#include "../../Shared/Version.xcconfig"

Application/DevLogInfra/DevLogInfra.xcodeproj/project.pbxproj

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -301,6 +301,8 @@
301301
};
302302
7569DA679CECDD9F8128BF95 /* Release */ = {
303303
isa = XCBuildConfiguration;
304+
baseConfigurationReferenceAnchor = 959D79D1263CC74E32B40D78 /* Sources */;
305+
baseConfigurationReferenceRelativePath = Version.xcconfig;
304306
buildSettings = {
305307
CLANG_ENABLE_OBJC_WEAK = NO;
306308
CURRENT_PROJECT_VERSION = 1;
@@ -316,6 +318,7 @@
316318
"@executable_path/Frameworks",
317319
"@loader_path/Frameworks",
318320
);
321+
MARKETING_VERSION = 1.2;
319322
PRODUCT_BUNDLE_IDENTIFIER = com.opfic.DevLog.DevLogInfra;
320323
PRODUCT_NAME = "$(TARGET_NAME)";
321324
SDKROOT = iphoneos;
@@ -403,6 +406,8 @@
403406
};
404407
DD3059FD7C49E00F6F754331 /* Debug */ = {
405408
isa = XCBuildConfiguration;
409+
baseConfigurationReferenceAnchor = 959D79D1263CC74E32B40D78 /* Sources */;
410+
baseConfigurationReferenceRelativePath = Version.xcconfig;
406411
buildSettings = {
407412
CLANG_ENABLE_OBJC_WEAK = NO;
408413
CURRENT_PROJECT_VERSION = 1;
@@ -418,6 +423,7 @@
418423
"@executable_path/Frameworks",
419424
"@loader_path/Frameworks",
420425
);
426+
MARKETING_VERSION = 1.2;
421427
PRODUCT_BUNDLE_IDENTIFIER = com.opfic.DevLog.DevLogInfra;
422428
PRODUCT_NAME = "$(TARGET_NAME)";
423429
SDKROOT = iphoneos;
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
#include "../../Shared/Version.xcconfig"

Application/DevLogPersistence/DevLogPersistence.xcodeproj/project.pbxproj

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -351,6 +351,8 @@
351351
};
352352
586E1D6B64BF31CC733055C9 /* Release */ = {
353353
isa = XCBuildConfiguration;
354+
baseConfigurationReferenceAnchor = 63CE47D539EE6F9653C99773 /* Sources */;
355+
baseConfigurationReferenceRelativePath = Version.xcconfig;
354356
buildSettings = {
355357
CLANG_ENABLE_OBJC_WEAK = NO;
356358
CURRENT_PROJECT_VERSION = 1;
@@ -366,6 +368,7 @@
366368
"@executable_path/Frameworks",
367369
"@loader_path/Frameworks",
368370
);
371+
MARKETING_VERSION = 1.2;
369372
PRODUCT_BUNDLE_IDENTIFIER = com.opfic.DevLog.DevLogPersistence;
370373
PRODUCT_NAME = "$(TARGET_NAME)";
371374
SDKROOT = iphoneos;
@@ -457,6 +460,8 @@
457460
};
458461
D36B8CAC0F1A28A54A5C1BFA /* Debug */ = {
459462
isa = XCBuildConfiguration;
463+
baseConfigurationReferenceAnchor = 63CE47D539EE6F9653C99773 /* Sources */;
464+
baseConfigurationReferenceRelativePath = Version.xcconfig;
460465
buildSettings = {
461466
CLANG_ENABLE_OBJC_WEAK = NO;
462467
CURRENT_PROJECT_VERSION = 1;
@@ -472,6 +477,7 @@
472477
"@executable_path/Frameworks",
473478
"@loader_path/Frameworks",
474479
);
480+
MARKETING_VERSION = 1.2;
475481
PRODUCT_BUNDLE_IDENTIFIER = com.opfic.DevLog.DevLogPersistence;
476482
PRODUCT_NAME = "$(TARGET_NAME)";
477483
SDKROOT = iphoneos;
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
#include "../../Shared/Version.xcconfig"

0 commit comments

Comments
 (0)