|
218 | 218 | DEC51AE0275B41BE009F3DF4 /* WooCommerce.xcdatamodeld in Sources */ = {isa = PBXBuildFile; fileRef = DEC51AA4275B41BE009F3DF4 /* WooCommerce.xcdatamodeld */; }; |
219 | 219 | DEFD6D422641B70400E51E0D /* SitePlugin+CoreDataProperties.swift in Sources */ = {isa = PBXBuildFile; fileRef = DEFD6D412641B70400E51E0D /* SitePlugin+CoreDataProperties.swift */; }; |
220 | 220 | DEFD6D432641B70400E51E0D /* SitePlugin+CoreDataClass.swift in Sources */ = {isa = PBXBuildFile; fileRef = DEFD6D402641B70400E51E0D /* SitePlugin+CoreDataClass.swift */; }; |
| 221 | + E16D3741284F1CDA005676BC /* GeneralAppSettingsStorageTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = E16D3740284F1CDA005676BC /* GeneralAppSettingsStorageTests.swift */; }; |
| 222 | + E16D3743284F1E76005676BC /* MockInMemoryStorage.swift in Sources */ = {isa = PBXBuildFile; fileRef = E16D3742284F1E76005676BC /* MockInMemoryStorage.swift */; }; |
221 | 223 | E1E632C02846245D00878082 /* GeneralAppSettingsStorage.swift in Sources */ = {isa = PBXBuildFile; fileRef = E1E632BF2846245D00878082 /* GeneralAppSettingsStorage.swift */; }; |
222 | 224 | FEDD70AD26A5DBDD00194C3A /* EligibilityErrorInfo.swift in Sources */ = {isa = PBXBuildFile; fileRef = FEDD70AC26A5DBDD00194C3A /* EligibilityErrorInfo.swift */; }; |
223 | 225 | /* End PBXBuildFile section */ |
|
531 | 533 | DEFD6D402641B70400E51E0D /* SitePlugin+CoreDataClass.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = "SitePlugin+CoreDataClass.swift"; sourceTree = "<group>"; }; |
532 | 534 | DEFD6D412641B70400E51E0D /* SitePlugin+CoreDataProperties.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = "SitePlugin+CoreDataProperties.swift"; sourceTree = "<group>"; }; |
533 | 535 | DF3D3B298350F68191CD1DAD /* Pods_Storage.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = Pods_Storage.framework; sourceTree = BUILT_PRODUCTS_DIR; }; |
| 536 | + E16D3740284F1CDA005676BC /* GeneralAppSettingsStorageTests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = GeneralAppSettingsStorageTests.swift; sourceTree = "<group>"; }; |
| 537 | + E16D3742284F1E76005676BC /* MockInMemoryStorage.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = MockInMemoryStorage.swift; sourceTree = "<group>"; }; |
534 | 538 | E1E632BF2846245D00878082 /* GeneralAppSettingsStorage.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = GeneralAppSettingsStorage.swift; sourceTree = "<group>"; }; |
535 | 539 | F0439F2ADB3B211DF5C44D83 /* Pods-StorageTests.release-alpha.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-StorageTests.release-alpha.xcconfig"; path = "../Pods/Target Support Files/Pods-StorageTests/Pods-StorageTests.release-alpha.xcconfig"; sourceTree = "<group>"; }; |
536 | 540 | FEDD70AC26A5DBDD00194C3A /* EligibilityErrorInfo.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = EligibilityErrorInfo.swift; sourceTree = "<group>"; }; |
|
567 | 571 | 574B774D24AA883D0042116F /* MockFileManager.swift */, |
568 | 572 | 572C099525475208005372E1 /* SpyFileManager.swift */, |
569 | 573 | 5772842625BF5BFB0092FB2C /* SpyPersistentStoreCoordinator.swift */, |
| 574 | + E16D3742284F1E76005676BC /* MockInMemoryStorage.swift */, |
570 | 575 | ); |
571 | 576 | path = Mocks; |
572 | 577 | sourceTree = "<group>"; |
|
802 | 807 | 2619F71825AF95020006DAFF /* StorageTypeExtensionsTests.swift */, |
803 | 808 | 2685C11C263DEF0B00D9EE97 /* StorageTypeDeletionsTests.swift */, |
804 | 809 | 2619F78525B5D29B0006DAFF /* TypedPredicateTests.swift */, |
| 810 | + E16D3740284F1CDA005676BC /* GeneralAppSettingsStorageTests.swift */, |
805 | 811 | ); |
806 | 812 | path = Tools; |
807 | 813 | sourceTree = "<group>"; |
|
1362 | 1368 | B59E11E020A9F5E6004121A4 /* Constants.swift in Sources */, |
1363 | 1369 | B54CA5C320A4BF6900F38CD1 /* NSManagedObjectContextStorageTests.swift in Sources */, |
1364 | 1370 | 02A098272480D160002F8C7A /* MockCrashLogger.swift in Sources */, |
| 1371 | + E16D3743284F1E76005676BC /* MockInMemoryStorage.swift in Sources */, |
1365 | 1372 | B54CA5C720A4BFDC00F38CD1 /* DummyStack.swift in Sources */, |
1366 | 1373 | 574B774E24AA883D0042116F /* MockFileManager.swift in Sources */, |
1367 | 1374 | B54CA5C220A4BF6900F38CD1 /* NSManagedObjectStorageTests.swift in Sources */, |
|
1374 | 1381 | 57A29FB825226BDC004DEE01 /* MigrationTests.swift in Sources */, |
1375 | 1382 | 2685C11D263DEF0C00D9EE97 /* StorageTypeDeletionsTests.swift in Sources */, |
1376 | 1383 | 2619F78625B5D29B0006DAFF /* TypedPredicateTests.swift in Sources */, |
| 1384 | + E16D3741284F1CDA005676BC /* GeneralAppSettingsStorageTests.swift in Sources */, |
1377 | 1385 | 5772842725BF5BFB0092FB2C /* SpyPersistentStoreCoordinator.swift in Sources */, |
1378 | 1386 | 5772842C25BF62A90092FB2C /* Assertions.swift in Sources */, |
1379 | 1387 | 26EA01D524EC44B300176A57 /* GeneralAppSettingsTests.swift in Sources */, |
|
0 commit comments