Skip to content

Commit 2e6218d

Browse files
committed
chore: Storage -> Persistence
1 parent 6fb19ac commit 2e6218d

14 files changed

Lines changed: 60 additions & 60 deletions

File tree

Application/DevLogApp/DevLogApp.xcodeproj/project.pbxproj

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
26C3DC51F23F9C590FDB282D /* DevLogPresentation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 67918B544432C45E63273D84 /* DevLogPresentation.framework */; };
1515
618B54224ACD6B35D9A8F841 /* DevLogWidgetCore.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = EBFCE939492CAE5AB44E6B81 /* DevLogWidgetCore.framework */; };
1616
7188DA2B6DFD13F7FF73069E /* DevLogInfra.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 9A6AEE3AFC586C92F1643282 /* DevLogInfra.framework */; };
17-
79134AD67952720CCC5069EA /* DevLogStorage.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 6FFA0A819CB16649AC35CCE6 /* DevLogStorage.framework */; };
17+
79134AD67952720CCC5069EA /* DevLogPersistence.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 6FFA0A819CB16649AC35CCE6 /* DevLogPersistence.framework */; };
1818
8D3BD712CB129F2527B00CFB /* FirebaseMessaging in Frameworks */ = {isa = PBXBuildFile; productRef = E72BBE64130E2666E4680E1B /* FirebaseMessaging */; };
1919
AB11B22C33D44E55F6677889 /* DevLogCore.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = AE11B22C33D44E55F6677889 /* DevLogCore.framework */; };
2020
B05135963579A188BC8AC7AA /* FirebaseCore in Frameworks */ = {isa = PBXBuildFile; productRef = 0B7D3A68C7E7BF5D4A437D29 /* FirebaseCore */; };
@@ -47,10 +47,10 @@
4747
};
4848
3EECE4329ECCA26C0A19337E /* PBXContainerItemProxy */ = {
4949
isa = PBXContainerItemProxy;
50-
containerPortal = 8EEA1D8B1005FDC147585C76 /* DevLogStorage.xcodeproj */;
50+
containerPortal = 8EEA1D8B1005FDC147585C76 /* DevLogPersistence.xcodeproj */;
5151
proxyType = 1;
5252
remoteGlobalIDString = 0C205A501EF8E79FA9A73C4B;
53-
remoteInfo = DevLogStorage;
53+
remoteInfo = DevLogPersistence;
5454
};
5555
5AD2E0B85930A1F24ED8888E /* PBXContainerItemProxy */ = {
5656
isa = PBXContainerItemProxy;
@@ -75,7 +75,7 @@
7575
};
7676
933EF563698CBBA322E4A1FF /* PBXContainerItemProxy */ = {
7777
isa = PBXContainerItemProxy;
78-
containerPortal = 8EEA1D8B1005FDC147585C76 /* DevLogStorage.xcodeproj */;
78+
containerPortal = 8EEA1D8B1005FDC147585C76 /* DevLogPersistence.xcodeproj */;
7979
proxyType = 2;
8080
remoteGlobalIDString = 86E8AA2A43914F444BF5A6C2;
8181
remoteInfo = Subproject;
@@ -162,7 +162,7 @@
162162
/* Begin PBXFileReference section */
163163
264087B765CCEA97AB4C0B79 /* DevLogWidgetCore.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; name = DevLogWidgetCore.xcodeproj; path = ../../Widget/DevLogWidgetCore/DevLogWidgetCore.xcodeproj; sourceTree = "<group>"; };
164164
76E37401D4B2CBB105E63892 /* DevLogDomain.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; name = DevLogDomain.xcodeproj; path = ../DevLogDomain/DevLogDomain.xcodeproj; sourceTree = "<group>"; };
165-
8EEA1D8B1005FDC147585C76 /* DevLogStorage.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; name = DevLogStorage.xcodeproj; path = ../DevLogStorage/DevLogStorage.xcodeproj; sourceTree = "<group>"; };
165+
8EEA1D8B1005FDC147585C76 /* DevLogPersistence.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; name = DevLogPersistence.xcodeproj; path = ../DevLogPersistence/DevLogPersistence.xcodeproj; sourceTree = "<group>"; };
166166
AA11B22C33D44E55F6677889 /* DevLogCore.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; name = DevLogCore.xcodeproj; path = ../DevLogCore/DevLogCore.xcodeproj; sourceTree = "<group>"; };
167167
CA2F877790969610EE38BD93 /* DevLogInfra.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; name = DevLogInfra.xcodeproj; path = ../DevLogInfra/DevLogInfra.xcodeproj; sourceTree = "<group>"; };
168168
DC0CB81C9BF2596ADCE8FB90 /* DevLogPresentation.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; name = DevLogPresentation.xcodeproj; path = ../DevLogPresentation/DevLogPresentation.xcodeproj; sourceTree = "<group>"; };
@@ -243,7 +243,7 @@
243243
AB11B22C33D44E55F6677889 /* DevLogCore.framework in Frameworks */,
244244
186E9AB4F0A79C50FE853607 /* DevLogDomain.framework in Frameworks */,
245245
7188DA2B6DFD13F7FF73069E /* DevLogInfra.framework in Frameworks */,
246-
79134AD67952720CCC5069EA /* DevLogStorage.framework in Frameworks */,
246+
79134AD67952720CCC5069EA /* DevLogPersistence.framework in Frameworks */,
247247
26C3DC51F23F9C590FDB282D /* DevLogPresentation.framework in Frameworks */,
248248
1589C1EF4029ECBF15A842F0 /* DevLogWidgetCore.framework in Frameworks */,
249249
B05135963579A188BC8AC7AA /* FirebaseCore in Frameworks */,
@@ -265,7 +265,7 @@
265265
AE11B22C33D44E55F6677889 /* DevLogCore.framework */,
266266
DA49949C677DDE083F7DE29E /* DevLogDomain.framework */,
267267
9A6AEE3AFC586C92F1643282 /* DevLogInfra.framework */,
268-
6FFA0A819CB16649AC35CCE6 /* DevLogStorage.framework */,
268+
6FFA0A819CB16649AC35CCE6 /* DevLogPersistence.framework */,
269269
67918B544432C45E63273D84 /* DevLogPresentation.framework */,
270270
EBFCE939492CAE5AB44E6B81 /* DevLogWidgetCore.framework */,
271271
B1B97007E09855108A99428B /* DevLogData.framework */,
@@ -280,7 +280,7 @@
280280
76E37401D4B2CBB105E63892 /* DevLogDomain.xcodeproj */,
281281
E6378CBE9A1D81625216CF86 /* DevLogData.xcodeproj */,
282282
CA2F877790969610EE38BD93 /* DevLogInfra.xcodeproj */,
283-
8EEA1D8B1005FDC147585C76 /* DevLogStorage.xcodeproj */,
283+
8EEA1D8B1005FDC147585C76 /* DevLogPersistence.xcodeproj */,
284284
DC0CB81C9BF2596ADCE8FB90 /* DevLogPresentation.xcodeproj */,
285285
264087B765CCEA97AB4C0B79 /* DevLogWidgetCore.xcodeproj */,
286286
);
@@ -451,7 +451,7 @@
451451
},
452452
{
453453
ProductGroup = 4B47FFC0E73415A65560089A /* Products */;
454-
ProjectRef = 8EEA1D8B1005FDC147585C76 /* DevLogStorage.xcodeproj */;
454+
ProjectRef = 8EEA1D8B1005FDC147585C76 /* DevLogPersistence.xcodeproj */;
455455
},
456456
{
457457
ProductGroup = 4B47FFC0E73415A65560089A /* Products */;
@@ -475,10 +475,10 @@
475475
remoteRef = D113DE9A0832A6EB30D402FD /* PBXContainerItemProxy */;
476476
sourceTree = BUILT_PRODUCTS_DIR;
477477
};
478-
6FFA0A819CB16649AC35CCE6 /* DevLogStorage.framework */ = {
478+
6FFA0A819CB16649AC35CCE6 /* DevLogPersistence.framework */ = {
479479
isa = PBXReferenceProxy;
480480
fileType = wrapper.framework;
481-
path = DevLogStorage.framework;
481+
path = DevLogPersistence.framework;
482482
remoteRef = 933EF563698CBBA322E4A1FF /* PBXContainerItemProxy */;
483483
sourceTree = BUILT_PRODUCTS_DIR;
484484
};
@@ -590,7 +590,7 @@
590590
};
591591
CD56EF21C39E985CEDBB9165 /* PBXTargetDependency */ = {
592592
isa = PBXTargetDependency;
593-
name = DevLogStorage;
593+
name = DevLogPersistence;
594594
targetProxy = 3EECE4329ECCA26C0A19337E /* PBXContainerItemProxy */;
595595
};
596596
D8C9622EAD15756212C69E6A /* PBXTargetDependency */ = {

Application/DevLogApp/Sources/App/Assembler/Assembler.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ import DevLogCore
99
import DevLogData
1010
import DevLogDomain
1111
import DevLogInfra
12-
import DevLogStorage
12+
import DevLogPersistence
1313

1414
final class AppAssembler: Assembler {
1515
private let assemblers: [Assembler] = [

Application/DevLogStorage/DevLogStorage.xcodeproj/project.pbxproj renamed to Application/DevLogPersistence/DevLogPersistence.xcodeproj/project.pbxproj

Lines changed: 33 additions & 33 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
B1EAEC66B3C4F0B16072F5BE /* WidgetSnapshotPreferenceStoreImpl.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6C8A7AA23C4A011F28EB5406 /* WidgetSnapshotPreferenceStoreImpl.swift */; };
2323
E53E13B73BFAF0C51013ECA2 /* DevLogWidgetCore.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 5FF5E1613F059A4B77931161 /* DevLogWidgetCore.framework */; };
2424
F47DBE7D3E7E49F08D4B5530 /* DevLogCore.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = A55555555555555555555555 /* DevLogCore.framework */; };
25-
4EE7A141A66C408EB8897D4A /* DevLogStorage.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 86E8AA2A43914F444BF5A6C2 /* DevLogStorage.framework */; };
25+
4EE7A141A66C408EB8897D4A /* DevLogPersistence.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 86E8AA2A43914F444BF5A6C2 /* DevLogPersistence.framework */; };
2626
5F89EB23199E4ABEA925CF92 /* DevLogData.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 493A5D0B4274807F2B948AB3 /* DevLogData.framework */; };
2727
4763564ECF9942DCB6A7D3D2 /* DevLogWidgetCore.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 5FF5E1613F059A4B77931161 /* DevLogWidgetCore.framework */; };
2828
/* End PBXBuildFile section */
@@ -82,7 +82,7 @@
8282
containerPortal = DF1E7E43C1BA2439E9B82492 /* Project object */;
8383
proxyType = 1;
8484
remoteGlobalIDString = 0C205A501EF8E79FA9A73C4B;
85-
remoteInfo = DevLogStorage;
85+
remoteInfo = DevLogPersistence;
8686
};
8787
E797C92EB75C449E9AE5F53F /* PBXContainerItemProxy */ = {
8888
isa = PBXContainerItemProxy;
@@ -125,11 +125,11 @@
125125
04780AD732B7659D3DA1D9AC /* ThemeStoreImpl.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ThemeStoreImpl.swift; path = Sources/Persistence/ThemeStoreImpl.swift; sourceTree = "<group>"; };
126126
52A6964627E9E20D0D6A26B9 /* DevLogData.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; name = DevLogData.xcodeproj; path = ../DevLogData/DevLogData.xcodeproj; sourceTree = "<group>"; };
127127
596DB8A398F4BCB331775AB9 /* DevLogDomain.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; name = DevLogDomain.xcodeproj; path = ../DevLogDomain/DevLogDomain.xcodeproj; sourceTree = "<group>"; };
128-
62B066C5B0714BC3B5F4D9D0 /* DevLogStorageTests.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = DevLogStorageTests.xctest; sourceTree = BUILT_PRODUCTS_DIR; };
128+
62B066C5B0714BC3B5F4D9D0 /* DevLogPersistenceTests.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = DevLogPersistenceTests.xctest; sourceTree = BUILT_PRODUCTS_DIR; };
129129
6C8A7AA23C4A011F28EB5406 /* WidgetSnapshotPreferenceStoreImpl.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = WidgetSnapshotPreferenceStoreImpl.swift; path = Sources/Persistence/WidgetSnapshotPreferenceStoreImpl.swift; sourceTree = "<group>"; };
130130
7DAF91F98F483FF07C38820D /* UserDefaultsStoreImpl.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = UserDefaultsStoreImpl.swift; path = Sources/Persistence/UserDefaultsStoreImpl.swift; sourceTree = "<group>"; };
131131
85D9D7AE4397A6195D68E3F8 /* WidgetSnapshotUpdaterImpl.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = WidgetSnapshotUpdaterImpl.swift; path = Sources/Persistence/WidgetSnapshotUpdaterImpl.swift; sourceTree = "<group>"; };
132-
86E8AA2A43914F444BF5A6C2 /* DevLogStorage.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = DevLogStorage.framework; sourceTree = BUILT_PRODUCTS_DIR; };
132+
86E8AA2A43914F444BF5A6C2 /* DevLogPersistence.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = DevLogPersistence.framework; sourceTree = BUILT_PRODUCTS_DIR; };
133133
98B16FCDA8A71E2E4E1DC05E /* Foundation.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Foundation.framework; path = Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.0.sdk/System/Library/Frameworks/Foundation.framework; sourceTree = DEVELOPER_DIR; };
134134
A22222222222222222222222 /* PersistenceAssembler.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PersistenceAssembler.swift; path = Sources/PersistenceAssembler.swift; sourceTree = "<group>"; };
135135
A44444444444444444444444 /* DevLogCore.xcodeproj */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = "wrapper.pb-project"; name = DevLogCore.xcodeproj; path = ../DevLogCore/DevLogCore.xcodeproj; sourceTree = "<group>"; };
@@ -156,7 +156,7 @@
156156
isa = PBXFrameworksBuildPhase;
157157
buildActionMask = 2147483647;
158158
files = (
159-
4EE7A141A66C408EB8897D4A /* DevLogStorage.framework in Frameworks */,
159+
4EE7A141A66C408EB8897D4A /* DevLogPersistence.framework in Frameworks */,
160160
F47DBE7D3E7E49F08D4B5530 /* DevLogCore.framework in Frameworks */,
161161
8A95AB09613C4F54883A7A38 /* DevLogDomain.framework in Frameworks */,
162162
5F89EB23199E4ABEA925CF92 /* DevLogData.framework in Frameworks */,
@@ -183,13 +183,13 @@
183183
name = Frameworks;
184184
sourceTree = "<group>";
185185
};
186-
63CE47D539EE6F9653C99773 /* DevLogStorage */ = {
186+
63CE47D539EE6F9653C99773 /* DevLogPersistence */ = {
187187
isa = PBXGroup;
188188
children = (
189189
A22222222222222222222222 /* PersistenceAssembler.swift */,
190190
721064495EFC6DDBA559F465 /* Persistence */,
191191
);
192-
name = DevLogStorage;
192+
name = DevLogPersistence;
193193
sourceTree = "<group>";
194194
};
195195
721064495EFC6DDBA559F465 /* Persistence */ = {
@@ -225,7 +225,7 @@
225225
isa = PBXGroup;
226226
children = (
227227
49F17FD9095E72DC89748471 /* Frameworks */,
228-
63CE47D539EE6F9653C99773 /* DevLogStorage */,
228+
63CE47D539EE6F9653C99773 /* DevLogPersistence */,
229229
D5D04ADAA14A44289CF9A22E /* Tests */,
230230
C005798DC28F77FF8B0E248A /* Projects */,
231231
C96806E27CED4BE0CA95A9B0 /* Products */,
@@ -246,8 +246,8 @@
246246
C96806E27CED4BE0CA95A9B0 /* Products */ = {
247247
isa = PBXGroup;
248248
children = (
249-
86E8AA2A43914F444BF5A6C2 /* DevLogStorage.framework */,
250-
62B066C5B0714BC3B5F4D9D0 /* DevLogStorageTests.xctest */,
249+
86E8AA2A43914F444BF5A6C2 /* DevLogPersistence.framework */,
250+
62B066C5B0714BC3B5F4D9D0 /* DevLogPersistenceTests.xctest */,
251251
F334BCFC52C730D5901F6051 /* DevLogDomain.framework */,
252252
5FF5E1613F059A4B77931161 /* DevLogWidgetCore.framework */,
253253
493A5D0B4274807F2B948AB3 /* DevLogData.framework */,
@@ -269,9 +269,9 @@
269269
/* End PBXHeadersBuildPhase section */
270270

271271
/* Begin PBXNativeTarget section */
272-
0C205A501EF8E79FA9A73C4B /* DevLogStorage */ = {
272+
0C205A501EF8E79FA9A73C4B /* DevLogPersistence */ = {
273273
isa = PBXNativeTarget;
274-
buildConfigurationList = 8C12A3FB7175A40B4479C85B /* Build configuration list for PBXNativeTarget "DevLogStorage" */;
274+
buildConfigurationList = 8C12A3FB7175A40B4479C85B /* Build configuration list for PBXNativeTarget "DevLogPersistence" */;
275275
buildPhases = (
276276
5FF511FD5A5529526022FD9C /* Headers */,
277277
D4CC01793812ABB253D6AC08 /* Sources */,
@@ -286,14 +286,14 @@
286286
65214D4CBB998A4369598E01 /* PBXTargetDependency */,
287287
A88888888888888888888888 /* PBXTargetDependency */,
288288
);
289-
name = DevLogStorage;
290-
productName = DevLogStorage;
291-
productReference = 86E8AA2A43914F444BF5A6C2 /* DevLogStorage.framework */;
289+
name = DevLogPersistence;
290+
productName = DevLogPersistence;
291+
productReference = 86E8AA2A43914F444BF5A6C2 /* DevLogPersistence.framework */;
292292
productType = "com.apple.product-type.framework";
293293
};
294-
BE1ADABE58664FAC8B321F12 /* DevLogStorageTests */ = {
294+
BE1ADABE58664FAC8B321F12 /* DevLogPersistenceTests */ = {
295295
isa = PBXNativeTarget;
296-
buildConfigurationList = 5D9A9D653D4C471C82E467D2 /* Build configuration list for PBXNativeTarget "DevLogStorageTests" */;
296+
buildConfigurationList = 5D9A9D653D4C471C82E467D2 /* Build configuration list for PBXNativeTarget "DevLogPersistenceTests" */;
297297
buildPhases = (
298298
21B6276975A04D6D8BDC646D /* Sources */,
299299
292BB970C2B54490BD9BFCDA /* Frameworks */,
@@ -308,9 +308,9 @@
308308
0ADC5DDD59EB427EB1B33FC4 /* PBXTargetDependency */,
309309
49EA84B99E32462D8FFD9073 /* PBXTargetDependency */,
310310
);
311-
name = DevLogStorageTests;
312-
productName = DevLogStorageTests;
313-
productReference = 62B066C5B0714BC3B5F4D9D0 /* DevLogStorageTests.xctest */;
311+
name = DevLogPersistenceTests;
312+
productName = DevLogPersistenceTests;
313+
productReference = 62B066C5B0714BC3B5F4D9D0 /* DevLogPersistenceTests.xctest */;
314314
productType = "com.apple.product-type.bundle.unit-test";
315315
};
316316
/* End PBXNativeTarget section */
@@ -327,7 +327,7 @@
327327
};
328328
};
329329
};
330-
buildConfigurationList = 7977F26B747BC5BCE5E0A6B4 /* Build configuration list for PBXProject "DevLogStorage" */;
330+
buildConfigurationList = 7977F26B747BC5BCE5E0A6B4 /* Build configuration list for PBXProject "DevLogPersistence" */;
331331
compatibilityVersion = "Xcode 3.2";
332332
developmentRegion = en;
333333
hasScannedForEncodings = 0;
@@ -360,8 +360,8 @@
360360
);
361361
projectRoot = "";
362362
targets = (
363-
0C205A501EF8E79FA9A73C4B /* DevLogStorage */,
364-
BE1ADABE58664FAC8B321F12 /* DevLogStorageTests */,
363+
0C205A501EF8E79FA9A73C4B /* DevLogPersistence */,
364+
BE1ADABE58664FAC8B321F12 /* DevLogPersistenceTests */,
365365
);
366366
};
367367
/* End PBXProject section */
@@ -452,7 +452,7 @@
452452
};
453453
369778EAD3564AB68A495DA7 /* PBXTargetDependency */ = {
454454
isa = PBXTargetDependency;
455-
target = 0C205A501EF8E79FA9A73C4B /* DevLogStorage */;
455+
target = 0C205A501EF8E79FA9A73C4B /* DevLogPersistence */;
456456
targetProxy = E235680901FF45419002A175 /* PBXContainerItemProxy */;
457457
};
458458
49EA84B99E32462D8FFD9073 /* PBXTargetDependency */ = {
@@ -562,7 +562,7 @@
562562
INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";
563563
IPHONEOS_DEPLOYMENT_TARGET = 17.0;
564564
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
565-
PRODUCT_BUNDLE_IDENTIFIER = com.opfic.DevLog.DevLogStorage;
565+
PRODUCT_BUNDLE_IDENTIFIER = com.opfic.DevLog.DevLogPersistence;
566566
PRODUCT_NAME = "$(TARGET_NAME)";
567567
SDKROOT = iphoneos;
568568
SKIP_INSTALL = YES;
@@ -582,13 +582,13 @@
582582
GENERATE_INFOPLIST_FILE = YES;
583583
IPHONEOS_DEPLOYMENT_TARGET = 17.0;
584584
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
585-
PRODUCT_BUNDLE_IDENTIFIER = com.opfic.DevLog.DevLogStorageTests;
585+
PRODUCT_BUNDLE_IDENTIFIER = com.opfic.DevLog.DevLogPersistenceTests;
586586
PRODUCT_NAME = "$(TARGET_NAME)";
587587
SDKROOT = iphoneos;
588588
SKIP_INSTALL = YES;
589589
SWIFT_VERSION = 5.0;
590590
TARGETED_DEVICE_FAMILY = "1,2";
591-
TEST_TARGET_NAME = DevLogStorage;
591+
TEST_TARGET_NAME = DevLogPersistence;
592592
};
593593
name = Debug;
594594
};
@@ -654,13 +654,13 @@
654654
GENERATE_INFOPLIST_FILE = YES;
655655
IPHONEOS_DEPLOYMENT_TARGET = 17.0;
656656
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
657-
PRODUCT_BUNDLE_IDENTIFIER = com.opfic.DevLog.DevLogStorageTests;
657+
PRODUCT_BUNDLE_IDENTIFIER = com.opfic.DevLog.DevLogPersistenceTests;
658658
PRODUCT_NAME = "$(TARGET_NAME)";
659659
SDKROOT = iphoneos;
660660
SKIP_INSTALL = YES;
661661
SWIFT_VERSION = 5.0;
662662
TARGETED_DEVICE_FAMILY = "1,2";
663-
TEST_TARGET_NAME = DevLogStorage;
663+
TEST_TARGET_NAME = DevLogPersistence;
664664
VALIDATE_PRODUCT = YES;
665665
};
666666
name = Release;
@@ -678,7 +678,7 @@
678678
INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";
679679
IPHONEOS_DEPLOYMENT_TARGET = 17.0;
680680
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
681-
PRODUCT_BUNDLE_IDENTIFIER = com.opfic.DevLog.DevLogStorage;
681+
PRODUCT_BUNDLE_IDENTIFIER = com.opfic.DevLog.DevLogPersistence;
682682
PRODUCT_NAME = "$(TARGET_NAME)";
683683
SDKROOT = iphoneos;
684684
SKIP_INSTALL = YES;
@@ -692,7 +692,7 @@
692692
/* End XCBuildConfiguration section */
693693

694694
/* Begin XCConfigurationList section */
695-
7977F26B747BC5BCE5E0A6B4 /* Build configuration list for PBXProject "DevLogStorage" */ = {
695+
7977F26B747BC5BCE5E0A6B4 /* Build configuration list for PBXProject "DevLogPersistence" */ = {
696696
isa = XCConfigurationList;
697697
buildConfigurations = (
698698
3047117C7630A6B91F1477F5 /* Debug */,
@@ -701,7 +701,7 @@
701701
defaultConfigurationIsVisible = 0;
702702
defaultConfigurationName = Release;
703703
};
704-
8C12A3FB7175A40B4479C85B /* Build configuration list for PBXNativeTarget "DevLogStorage" */ = {
704+
8C12A3FB7175A40B4479C85B /* Build configuration list for PBXNativeTarget "DevLogPersistence" */ = {
705705
isa = XCConfigurationList;
706706
buildConfigurations = (
707707
586E1D6B64BF31CC733055C9 /* Release */,
@@ -710,7 +710,7 @@
710710
defaultConfigurationIsVisible = 0;
711711
defaultConfigurationName = Release;
712712
};
713-
5D9A9D653D4C471C82E467D2 /* Build configuration list for PBXNativeTarget "DevLogStorageTests" */ = {
713+
5D9A9D653D4C471C82E467D2 /* Build configuration list for PBXNativeTarget "DevLogPersistenceTests" */ = {
714714
isa = XCConfigurationList;
715715
buildConfigurations = (
716716
318C40EC8339400D9F44404E /* Debug */,

0 commit comments

Comments
 (0)