Skip to content

Commit fbc0732

Browse files
authored
[#514] Tuist generated file 추적 정책을 정리한다 (#516)
refactor: generated 파일 추적 정책 정리
1 parent 858b64a commit fbc0732

22 files changed

Lines changed: 189 additions & 217 deletions

File tree

Application/DevLogApp/DevLogApp.xcodeproj/project.pbxproj

Lines changed: 12 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -111,6 +111,7 @@
111111
2242DBABD8ABF11A23160669 /* DevLogPersistence.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = DevLogPersistence.framework; sourceTree = BUILT_PRODUCTS_DIR; };
112112
28ECC31B0B7F9C0A9BB4F55C /* DevLogInfra.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = DevLogInfra.framework; sourceTree = BUILT_PRODUCTS_DIR; };
113113
2B937350A0682E6F1CD20536 /* DeleteWebPageIntegrationTests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = DeleteWebPageIntegrationTests.swift; sourceTree = "<group>"; };
114+
2DA024CEC167F3E73260E675 /* UnitTests-Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist; path = "UnitTests-Info.plist"; sourceTree = "<group>"; };
114115
346173767E6ED68E9DFDA51C /* FCMTokenSyncHandler.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = FCMTokenSyncHandler.swift; sourceTree = "<group>"; };
115116
3494F50D6E7BC9510DE43F65 /* DevLogDomain.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = DevLogDomain.framework; sourceTree = BUILT_PRODUCTS_DIR; };
116117
3AC12B5E227050E4BAEF315D /* AppDelegate.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = AppDelegate.swift; sourceTree = "<group>"; };
@@ -131,7 +132,6 @@
131132
B1F60100641A6FBC29ED402D /* DevLogCore.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = DevLogCore.framework; sourceTree = BUILT_PRODUCTS_DIR; };
132133
B347482071F5035929CB7CFB /* TempView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = TempView.swift; sourceTree = "<group>"; };
133134
B967FCB16D2F91F183A858E7 /* DevLogAppTests.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = DevLogAppTests.xctest; sourceTree = BUILT_PRODUCTS_DIR; };
134-
C362AF15094D8F5E93617B0E /* DevLogAppTests-Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist; path = "DevLogAppTests-Info.plist"; sourceTree = "<group>"; };
135135
C44AFCDB8890714D634C4536 /* DevLogApp.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = DevLogApp.swift; sourceTree = "<group>"; };
136136
CAEEC97A4EC302C6974E1A4E /* MainTab+WidgetDeepLink.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = "MainTab+WidgetDeepLink.swift"; sourceTree = "<group>"; };
137137
D0044D9310C29492954FD1F7 /* DevLogWidgetExtension.appex */ = {isa = PBXFileReference; explicitFileType = "wrapper.app-extension"; includeInIndex = 0; path = DevLogWidgetExtension.appex; sourceTree = BUILT_PRODUCTS_DIR; };
@@ -230,17 +230,10 @@
230230
path = Integration;
231231
sourceTree = "<group>";
232232
};
233-
60097CE5D1DA42FC84930179 /* InfoPlists */ = {
234-
isa = PBXGroup;
235-
children = (
236-
C362AF15094D8F5E93617B0E /* DevLogAppTests-Info.plist */,
237-
);
238-
path = InfoPlists;
239-
sourceTree = "<group>";
240-
};
241233
627EA6CB7079FEF3EAA0919A /* Shared */ = {
242234
isa = PBXGroup;
243235
children = (
236+
B83508A381C872901D29B6E9 /* InfoPlists */,
244237
4635BA36DE82C73A105E7157 /* Version.xcconfig */,
245238
);
246239
name = Shared;
@@ -281,22 +274,13 @@
281274
9E8EF4194ED8097ED76A15CB /* Project */ = {
282275
isa = PBXGroup;
283276
children = (
284-
A921B89C54E83E78FB2AC773 /* Derived */,
285277
627EA6CB7079FEF3EAA0919A /* Shared */,
286278
486F3A456A292E22151A8E00 /* Sources */,
287279
1A3B968711187139DE60604C /* Tests */,
288280
);
289281
name = Project;
290282
sourceTree = "<group>";
291283
};
292-
A921B89C54E83E78FB2AC773 /* Derived */ = {
293-
isa = PBXGroup;
294-
children = (
295-
60097CE5D1DA42FC84930179 /* InfoPlists */,
296-
);
297-
path = Derived;
298-
sourceTree = "<group>";
299-
};
300284
B010DBB3FAA011D8422A374B /* PushNotification */ = {
301285
isa = PBXGroup;
302286
children = (
@@ -322,6 +306,14 @@
322306
);
323307
sourceTree = "<group>";
324308
};
309+
B83508A381C872901D29B6E9 /* InfoPlists */ = {
310+
isa = PBXGroup;
311+
children = (
312+
2DA024CEC167F3E73260E675 /* UnitTests-Info.plist */,
313+
);
314+
path = InfoPlists;
315+
sourceTree = "<group>";
316+
};
325317
BD7D139B00B80391043465AA /* Support */ = {
326318
isa = PBXGroup;
327319
children = (
@@ -558,7 +550,7 @@
558550
CODE_SIGN_IDENTITY = "iPhone Developer";
559551
CODE_SIGN_STYLE = Automatic;
560552
CURRENT_PROJECT_VERSION = 1;
561-
INFOPLIST_FILE = "Derived/InfoPlists/DevLogAppTests-Info.plist";
553+
INFOPLIST_FILE = "../Shared/InfoPlists/UnitTests-Info.plist";
562554
INFOPLIST_KEY_CFBundleShortVersionString = "$(MARKETING_VERSION)";
563555
INFOPLIST_KEY_CFBundleVersion = "$(CURRENT_PROJECT_VERSION)";
564556
LD_RUNPATH_SEARCH_PATHS = (
@@ -596,7 +588,7 @@
596588
CODE_SIGN_IDENTITY = "iPhone Developer";
597589
CODE_SIGN_STYLE = Automatic;
598590
CURRENT_PROJECT_VERSION = 1;
599-
INFOPLIST_FILE = "Derived/InfoPlists/DevLogAppTests-Info.plist";
591+
INFOPLIST_FILE = "../Shared/InfoPlists/UnitTests-Info.plist";
600592
INFOPLIST_KEY_CFBundleShortVersionString = "$(MARKETING_VERSION)";
601593
INFOPLIST_KEY_CFBundleVersion = "$(CURRENT_PROJECT_VERSION)";
602594
LD_RUNPATH_SEARCH_PATHS = (

Application/DevLogApp/Project.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ let project = Project(
4949
destinations: .iOS,
5050
product: .unitTests,
5151
bundleId: "opfic.DevLogAppTests",
52-
infoPlist: .default,
52+
infoPlist: .file(path: "../Shared/InfoPlists/UnitTests-Info.plist"),
5353
sources: ["Tests/**/*.swift"],
5454
dependencies: [
5555
.target(name: "DevLogApp"),

Application/DevLogCore/DevLogCore.xcodeproj/project.pbxproj

Lines changed: 6 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -42,10 +42,10 @@
4242
7E1439EDF75977AE379F076D /* PushNotificationQuery.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = PushNotificationQuery.swift; sourceTree = "<group>"; };
4343
858BAFA1A55F74A8B4F7347D /* ActivityKind.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ActivityKind.swift; sourceTree = "<group>"; };
4444
9BB8F354E9137D253A489F1A /* TodoQuery.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = TodoQuery.swift; sourceTree = "<group>"; };
45+
A2FE45360391B5FC6507D122 /* Framework-Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist; path = "Framework-Info.plist"; sourceTree = "<group>"; };
4546
BED429545213969E5D9E8F0C /* WidgetTodoSnapshot.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = WidgetTodoSnapshot.swift; sourceTree = "<group>"; };
4647
C532C71BD62DF500DC86772E /* Logger.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Logger.swift; sourceTree = "<group>"; };
4748
C5C98D8733B9DAD3033E8EE4 /* DevLogCore.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = DevLogCore.framework; sourceTree = BUILT_PRODUCTS_DIR; };
48-
EAC049AFC1FF824FA25456CD /* DevLogCore-Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist; path = "DevLogCore-Info.plist"; sourceTree = "<group>"; };
4949
F8F6B8781A629983E05833E3 /* Assembler.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Assembler.swift; sourceTree = "<group>"; };
5050
FFC29B53B4EC380EB2FD9933 /* DIContainerKey.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = DIContainerKey.swift; sourceTree = "<group>"; };
5151
/* End PBXFileReference section */
@@ -90,32 +90,24 @@
9090
4CA20564D210295B92BFAADE /* Project */ = {
9191
isa = PBXGroup;
9292
children = (
93-
BFDBAB21C2E19AD1DD116F1D /* Derived */,
9493
CB7BF94122488E7FFA8C3A60 /* Shared */,
9594
407D1BC54FEA47F991D2CF92 /* Sources */,
9695
);
9796
name = Project;
9897
sourceTree = "<group>";
9998
};
100-
8B7A85A075850DD8E25126DA /* InfoPlists */ = {
99+
4F8D665D200FA33FCBCBBD56 /* InfoPlists */ = {
101100
isa = PBXGroup;
102101
children = (
103-
EAC049AFC1FF824FA25456CD /* DevLogCore-Info.plist */,
102+
A2FE45360391B5FC6507D122 /* Framework-Info.plist */,
104103
);
105104
path = InfoPlists;
106105
sourceTree = "<group>";
107106
};
108-
BFDBAB21C2E19AD1DD116F1D /* Derived */ = {
109-
isa = PBXGroup;
110-
children = (
111-
8B7A85A075850DD8E25126DA /* InfoPlists */,
112-
);
113-
path = Derived;
114-
sourceTree = "<group>";
115-
};
116107
CB7BF94122488E7FFA8C3A60 /* Shared */ = {
117108
isa = PBXGroup;
118109
children = (
110+
4F8D665D200FA33FCBCBBD56 /* InfoPlists */,
119111
2250B6ED63E0398484C1E019 /* Version.xcconfig */,
120112
);
121113
name = Shared;
@@ -304,7 +296,7 @@
304296
DYLIB_COMPATIBILITY_VERSION = 1;
305297
DYLIB_CURRENT_VERSION = 1;
306298
DYLIB_INSTALL_NAME_BASE = "@rpath";
307-
INFOPLIST_FILE = "Derived/InfoPlists/DevLogCore-Info.plist";
299+
INFOPLIST_FILE = "../Shared/InfoPlists/Framework-Info.plist";
308300
INFOPLIST_KEY_CFBundleShortVersionString = "$(MARKETING_VERSION)";
309301
INFOPLIST_KEY_CFBundleVersion = "$(CURRENT_PROJECT_VERSION)";
310302
INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";
@@ -406,7 +398,7 @@
406398
DYLIB_COMPATIBILITY_VERSION = 1;
407399
DYLIB_CURRENT_VERSION = 1;
408400
DYLIB_INSTALL_NAME_BASE = "@rpath";
409-
INFOPLIST_FILE = "Derived/InfoPlists/DevLogCore-Info.plist";
401+
INFOPLIST_FILE = "../Shared/InfoPlists/Framework-Info.plist";
410402
INFOPLIST_KEY_CFBundleShortVersionString = "$(MARKETING_VERSION)";
411403
INFOPLIST_KEY_CFBundleVersion = "$(CURRENT_PROJECT_VERSION)";
412404
INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";

Application/DevLogCore/Project.swift

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@ let project = Project.devlogFramework(
55
name: "DevLogCore",
66
bundleId: "com.opfic.DevLog.DevLogCore",
77
versionXcconfigPath: "../Shared/Version.xcconfig",
8+
frameworkInfoPlistPath: "../Shared/InfoPlists/Framework-Info.plist",
9+
testsInfoPlistPath: "../Shared/InfoPlists/UnitTests-Info.plist",
810
packages: DevLogPackages.lintOnlyPackages,
911
hasTests: false
1012
)

Application/DevLogData/DevLogData.xcodeproj/project.pbxproj

Lines changed: 11 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -113,6 +113,7 @@
113113
0DB0EF9420637563E4608D82 /* TodoReferenceResponse.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = TodoReferenceResponse.swift; sourceTree = "<group>"; };
114114
0E5D3E31AD1E8B7CE04D4ACD /* UserPreferencesRepositoryImplTests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = UserPreferencesRepositoryImplTests.swift; sourceTree = "<group>"; };
115115
13196553E95A4457076017F7 /* TodoPageResponse.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = TodoPageResponse.swift; sourceTree = "<group>"; };
116+
172ECD791E7439EF818A8B6C /* UnitTests-Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist; path = "UnitTests-Info.plist"; sourceTree = "<group>"; };
116117
1753CF1357FCECF1C08BF516 /* WidgetSyncEventHandler.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = WidgetSyncEventHandler.swift; sourceTree = "<group>"; };
117118
1CC4FAF80149828CE4DD965E /* PushNotificationResponse.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = PushNotificationResponse.swift; sourceTree = "<group>"; };
118119
1DCE41E91372D51D7ED06A1B /* WidgetSyncEventBusTests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = WidgetSyncEventBusTests.swift; sourceTree = "<group>"; };
@@ -129,6 +130,7 @@
129130
44D8E28151D4ACD689D20CA4 /* TodoCategoryService.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = TodoCategoryService.swift; sourceTree = "<group>"; };
130131
46CDEBB619995D2FAFE246DC /* TodoCategoryPreferenceResponse.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = TodoCategoryPreferenceResponse.swift; sourceTree = "<group>"; };
131132
475F578F7B5D79DE12864D0F /* NetworkConnectivityRepositoryImpl.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = NetworkConnectivityRepositoryImpl.swift; sourceTree = "<group>"; };
133+
4B0C831B507031CCA7E97067 /* Framework-Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist; path = "Framework-Info.plist"; sourceTree = "<group>"; };
132134
4B0D536ED65FF0568D75B5A7 /* AuthDataResponse.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = AuthDataResponse.swift; sourceTree = "<group>"; };
133135
5770DD42523D93F4AB839D66 /* TodoDTO.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = TodoDTO.swift; sourceTree = "<group>"; };
134136
59CEE04ACC0B3172214095E2 /* UserProfileMapping.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = UserProfileMapping.swift; sourceTree = "<group>"; };
@@ -151,7 +153,6 @@
151153
9B7B242B75300BEFE39185F7 /* TodoCategoryResponse.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = TodoCategoryResponse.swift; sourceTree = "<group>"; };
152154
9CB48D91C8EF2DBC52476A36 /* AuthDataRepositoryImpl.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = AuthDataRepositoryImpl.swift; sourceTree = "<group>"; };
153155
9E1C9616F8398F1C2A11B3E8 /* AuthenticationRepositoryImpl.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = AuthenticationRepositoryImpl.swift; sourceTree = "<group>"; };
154-
9FA7E683DA10F820DE3FEB02 /* DevLogData-Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist; path = "DevLogData-Info.plist"; sourceTree = "<group>"; };
155156
A24E7646031B3F49A361B271 /* TodoRepositoryImplTests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = TodoRepositoryImplTests.swift; sourceTree = "<group>"; };
156157
A29C910FFD87F558526C0008 /* WidgetSyncEvent.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = WidgetSyncEvent.swift; sourceTree = "<group>"; };
157158
A460ED05FBC68418D31FF3E6 /* PushMessagingService.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = PushMessagingService.swift; sourceTree = "<group>"; };
@@ -171,7 +172,6 @@
171172
F398BF7F2B4457A83FC9D853 /* TodoRepositoryImpl.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = TodoRepositoryImpl.swift; sourceTree = "<group>"; };
172173
FAA5CCDA41641E01694E29C6 /* WidgetSyncEventBus.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = WidgetSyncEventBus.swift; sourceTree = "<group>"; };
173174
FB0152B2261416B944A9EB9D /* PushNotificationMapping.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = PushNotificationMapping.swift; sourceTree = "<group>"; };
174-
FBFBA0307CCB614F70F13A54 /* DevLogDataTests-Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist; path = "DevLogDataTests-Info.plist"; sourceTree = "<group>"; };
175175
FCEF33A1976C86AFE87F32DA /* UserDefaultsStore.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = UserDefaultsStore.swift; sourceTree = "<group>"; };
176176
/* End PBXFileReference section */
177177

@@ -227,18 +227,18 @@
227227
path = Sources;
228228
sourceTree = "<group>";
229229
};
230-
3009D76FFD9BC0F7216D873B /* Derived */ = {
230+
2118E3A720544C3E7793C528 /* InfoPlists */ = {
231231
isa = PBXGroup;
232232
children = (
233-
47D74BB51491EC04558C65E9 /* InfoPlists */,
233+
4B0C831B507031CCA7E97067 /* Framework-Info.plist */,
234+
172ECD791E7439EF818A8B6C /* UnitTests-Info.plist */,
234235
);
235-
path = Derived;
236+
path = InfoPlists;
236237
sourceTree = "<group>";
237238
};
238239
3DB77CA26B141A5930A6DAC8 /* Project */ = {
239240
isa = PBXGroup;
240241
children = (
241-
3009D76FFD9BC0F7216D873B /* Derived */,
242242
C8D902130F1B575C6B4A4F0F /* Shared */,
243243
114A48F28014D99C30CA3B1C /* Sources */,
244244
02B682D08AA4968B501E9987 /* Tests */,
@@ -256,15 +256,6 @@
256256
path = Widget;
257257
sourceTree = "<group>";
258258
};
259-
47D74BB51491EC04558C65E9 /* InfoPlists */ = {
260-
isa = PBXGroup;
261-
children = (
262-
9FA7E683DA10F820DE3FEB02 /* DevLogData-Info.plist */,
263-
FBFBA0307CCB614F70F13A54 /* DevLogDataTests-Info.plist */,
264-
);
265-
path = InfoPlists;
266-
sourceTree = "<group>";
267-
};
268259
4D310A185DAC92A76849442A /* Repository */ = {
269260
isa = PBXGroup;
270261
children = (
@@ -384,6 +375,7 @@
384375
C8D902130F1B575C6B4A4F0F /* Shared */ = {
385376
isa = PBXGroup;
386377
children = (
378+
2118E3A720544C3E7793C528 /* InfoPlists */,
387379
2726E65D4893C8BE8739FD9F /* Version.xcconfig */,
388380
);
389381
name = Shared;
@@ -584,7 +576,7 @@
584576
buildSettings = {
585577
CODE_SIGN_IDENTITY = "iPhone Developer";
586578
CURRENT_PROJECT_VERSION = 1;
587-
INFOPLIST_FILE = "Derived/InfoPlists/DevLogDataTests-Info.plist";
579+
INFOPLIST_FILE = "../Shared/InfoPlists/UnitTests-Info.plist";
588580
INFOPLIST_KEY_CFBundleShortVersionString = "$(MARKETING_VERSION)";
589581
INFOPLIST_KEY_CFBundleVersion = "$(CURRENT_PROJECT_VERSION)";
590582
LD_RUNPATH_SEARCH_PATHS = (
@@ -624,7 +616,7 @@
624616
DYLIB_COMPATIBILITY_VERSION = 1;
625617
DYLIB_CURRENT_VERSION = 1;
626618
DYLIB_INSTALL_NAME_BASE = "@rpath";
627-
INFOPLIST_FILE = "Derived/InfoPlists/DevLogData-Info.plist";
619+
INFOPLIST_FILE = "../Shared/InfoPlists/Framework-Info.plist";
628620
INFOPLIST_KEY_CFBundleShortVersionString = "$(MARKETING_VERSION)";
629621
INFOPLIST_KEY_CFBundleVersion = "$(CURRENT_PROJECT_VERSION)";
630622
INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";
@@ -794,7 +786,7 @@
794786
buildSettings = {
795787
CODE_SIGN_IDENTITY = "iPhone Developer";
796788
CURRENT_PROJECT_VERSION = 1;
797-
INFOPLIST_FILE = "Derived/InfoPlists/DevLogDataTests-Info.plist";
789+
INFOPLIST_FILE = "../Shared/InfoPlists/UnitTests-Info.plist";
798790
INFOPLIST_KEY_CFBundleShortVersionString = "$(MARKETING_VERSION)";
799791
INFOPLIST_KEY_CFBundleVersion = "$(CURRENT_PROJECT_VERSION)";
800792
LD_RUNPATH_SEARCH_PATHS = (
@@ -830,7 +822,7 @@
830822
DYLIB_COMPATIBILITY_VERSION = 1;
831823
DYLIB_CURRENT_VERSION = 1;
832824
DYLIB_INSTALL_NAME_BASE = "@rpath";
833-
INFOPLIST_FILE = "Derived/InfoPlists/DevLogData-Info.plist";
825+
INFOPLIST_FILE = "../Shared/InfoPlists/Framework-Info.plist";
834826
INFOPLIST_KEY_CFBundleShortVersionString = "$(MARKETING_VERSION)";
835827
INFOPLIST_KEY_CFBundleVersion = "$(CURRENT_PROJECT_VERSION)";
836828
INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";

Application/DevLogData/Project.swift

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@ let project = Project.devlogFramework(
55
name: "DevLogData",
66
bundleId: "com.opfic.DevLog.DevLogData",
77
versionXcconfigPath: "../Shared/Version.xcconfig",
8+
frameworkInfoPlistPath: "../Shared/InfoPlists/Framework-Info.plist",
9+
testsInfoPlistPath: "../Shared/InfoPlists/UnitTests-Info.plist",
810
packages: DevLogPackages.lintOnlyPackages,
911
dependencies: [
1012
.project(target: "DevLogDomain", path: "../DevLogDomain"),

0 commit comments

Comments
 (0)