diff --git a/Modules/.swiftpm/xcode/xcshareddata/xcschemes/Storage.xcscheme b/Modules/.swiftpm/xcode/xcshareddata/xcschemes/Storage.xcscheme index 218a81b6e87..6c18af40e45 100644 --- a/Modules/.swiftpm/xcode/xcshareddata/xcschemes/Storage.xcscheme +++ b/Modules/.swiftpm/xcode/xcshareddata/xcschemes/Storage.xcscheme @@ -27,8 +27,13 @@ buildConfiguration = "Debug" selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.LLDB" selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB" - shouldUseLaunchSchemeArgsEnv = "YES" - shouldAutocreateTestPlan = "YES"> + shouldUseLaunchSchemeArgsEnv = "YES"> + + + + target 'XcodeTarget_' referenced in product 'XcodeTarget_' is empty -import Foundation - -public struct __Empty {} diff --git a/Storage/StorageTests/CoreData/CoreDataIterativeMigrator+MigrationStepTests.swift b/Modules/Tests/StorageTests/CoreData/CoreDataIterativeMigrator+MigrationStepTests.swift similarity index 100% rename from Storage/StorageTests/CoreData/CoreDataIterativeMigrator+MigrationStepTests.swift rename to Modules/Tests/StorageTests/CoreData/CoreDataIterativeMigrator+MigrationStepTests.swift diff --git a/Storage/StorageTests/CoreData/CoreDataIterativeMigratorTests.swift b/Modules/Tests/StorageTests/CoreData/CoreDataIterativeMigratorTests.swift similarity index 100% rename from Storage/StorageTests/CoreData/CoreDataIterativeMigratorTests.swift rename to Modules/Tests/StorageTests/CoreData/CoreDataIterativeMigratorTests.swift diff --git a/Storage/StorageTests/CoreData/CoreDataManagerTests.swift b/Modules/Tests/StorageTests/CoreData/CoreDataManagerTests.swift similarity index 100% rename from Storage/StorageTests/CoreData/CoreDataManagerTests.swift rename to Modules/Tests/StorageTests/CoreData/CoreDataManagerTests.swift diff --git a/Storage/StorageTests/CoreData/ManagedObjectModelsInventoryTests.swift b/Modules/Tests/StorageTests/CoreData/ManagedObjectModelsInventoryTests.swift similarity index 100% rename from Storage/StorageTests/CoreData/ManagedObjectModelsInventoryTests.swift rename to Modules/Tests/StorageTests/CoreData/ManagedObjectModelsInventoryTests.swift diff --git a/Storage/StorageTests/CoreData/MappingModelTests.swift b/Modules/Tests/StorageTests/CoreData/MappingModelTests.swift similarity index 100% rename from Storage/StorageTests/CoreData/MappingModelTests.swift rename to Modules/Tests/StorageTests/CoreData/MappingModelTests.swift diff --git a/Storage/StorageTests/CoreData/MigrationTests.swift b/Modules/Tests/StorageTests/CoreData/MigrationTests.swift similarity index 100% rename from Storage/StorageTests/CoreData/MigrationTests.swift rename to Modules/Tests/StorageTests/CoreData/MigrationTests.swift diff --git a/Storage/StorageTests/Extensions/NSManagedObjectContextStorageTests.swift b/Modules/Tests/StorageTests/Extensions/NSManagedObjectContextStorageTests.swift similarity index 100% rename from Storage/StorageTests/Extensions/NSManagedObjectContextStorageTests.swift rename to Modules/Tests/StorageTests/Extensions/NSManagedObjectContextStorageTests.swift diff --git a/Storage/StorageTests/Extensions/NSManagedObjectStorageTests.swift b/Modules/Tests/StorageTests/Extensions/NSManagedObjectStorageTests.swift similarity index 100% rename from Storage/StorageTests/Extensions/NSManagedObjectStorageTests.swift rename to Modules/Tests/StorageTests/Extensions/NSManagedObjectStorageTests.swift diff --git a/Storage/StorageTests/Mocks/MockFileManager.swift b/Modules/Tests/StorageTests/Mocks/MockFileManager.swift similarity index 100% rename from Storage/StorageTests/Mocks/MockFileManager.swift rename to Modules/Tests/StorageTests/Mocks/MockFileManager.swift diff --git a/Storage/StorageTests/Mocks/MockInMemoryStorage.swift b/Modules/Tests/StorageTests/Mocks/MockInMemoryStorage.swift similarity index 100% rename from Storage/StorageTests/Mocks/MockInMemoryStorage.swift rename to Modules/Tests/StorageTests/Mocks/MockInMemoryStorage.swift diff --git a/Storage/StorageTests/Mocks/SpyFileManager.swift b/Modules/Tests/StorageTests/Mocks/SpyFileManager.swift similarity index 100% rename from Storage/StorageTests/Mocks/SpyFileManager.swift rename to Modules/Tests/StorageTests/Mocks/SpyFileManager.swift diff --git a/Storage/StorageTests/Mocks/SpyPersistentStoreCoordinator.swift b/Modules/Tests/StorageTests/Mocks/SpyPersistentStoreCoordinator.swift similarity index 100% rename from Storage/StorageTests/Mocks/SpyPersistentStoreCoordinator.swift rename to Modules/Tests/StorageTests/Mocks/SpyPersistentStoreCoordinator.swift diff --git a/Storage/StorageTests/Model/AppSettings/GeneralAppSettingsTests.swift b/Modules/Tests/StorageTests/Model/AppSettings/GeneralAppSettingsTests.swift similarity index 100% rename from Storage/StorageTests/Model/AppSettings/GeneralAppSettingsTests.swift rename to Modules/Tests/StorageTests/Model/AppSettings/GeneralAppSettingsTests.swift diff --git a/Storage/StorageTests/Model/AppSettings/GeneralStoreSettingsTests.swift b/Modules/Tests/StorageTests/Model/AppSettings/GeneralStoreSettingsTests.swift similarity index 100% rename from Storage/StorageTests/Model/AppSettings/GeneralStoreSettingsTests.swift rename to Modules/Tests/StorageTests/Model/AppSettings/GeneralStoreSettingsTests.swift diff --git a/Storage/StorageTests/Model/ProductVariationTests.swift b/Modules/Tests/StorageTests/Model/ProductVariationTests.swift similarity index 100% rename from Storage/StorageTests/Model/ProductVariationTests.swift rename to Modules/Tests/StorageTests/Model/ProductVariationTests.swift diff --git a/Storage/StorageTests/Mock data/shipment-provider.plist b/Modules/Tests/StorageTests/Resources/shipment-provider.plist similarity index 100% rename from Storage/StorageTests/Mock data/shipment-provider.plist rename to Modules/Tests/StorageTests/Resources/shipment-provider.plist diff --git a/Storage/StorageTests/StorageTests.xctestplan b/Modules/Tests/StorageTests/StorageTests.xctestplan similarity index 73% rename from Storage/StorageTests/StorageTests.xctestplan rename to Modules/Tests/StorageTests/StorageTests.xctestplan index def0a10a83d..b02f0548d9d 100644 --- a/Storage/StorageTests/StorageTests.xctestplan +++ b/Modules/Tests/StorageTests/StorageTests.xctestplan @@ -14,8 +14,8 @@ "testTargets" : [ { "target" : { - "containerPath" : "container:Storage.xcodeproj", - "identifier" : "B54CA5A120A4BBA600F38CD1", + "containerPath" : "container:", + "identifier" : "StorageTests", "name" : "StorageTests" } } diff --git a/Storage/StorageTests/TestKit/Assertions.swift b/Modules/Tests/StorageTests/TestKit/Assertions.swift similarity index 100% rename from Storage/StorageTests/TestKit/Assertions.swift rename to Modules/Tests/StorageTests/TestKit/Assertions.swift diff --git a/Storage/StorageTests/Tools/Constants.swift b/Modules/Tests/StorageTests/Tools/Constants.swift similarity index 100% rename from Storage/StorageTests/Tools/Constants.swift rename to Modules/Tests/StorageTests/Tools/Constants.swift diff --git a/Storage/StorageTests/Tools/DummyStack.swift b/Modules/Tests/StorageTests/Tools/DummyStack.swift similarity index 100% rename from Storage/StorageTests/Tools/DummyStack.swift rename to Modules/Tests/StorageTests/Tools/DummyStack.swift diff --git a/Storage/StorageTests/Tools/FileStorageTests.swift b/Modules/Tests/StorageTests/Tools/FileStorageTests.swift similarity index 100% rename from Storage/StorageTests/Tools/FileStorageTests.swift rename to Modules/Tests/StorageTests/Tools/FileStorageTests.swift diff --git a/Storage/StorageTests/Tools/GeneralAppSettingsStorageTests.swift b/Modules/Tests/StorageTests/Tools/GeneralAppSettingsStorageTests.swift similarity index 100% rename from Storage/StorageTests/Tools/GeneralAppSettingsStorageTests.swift rename to Modules/Tests/StorageTests/Tools/GeneralAppSettingsStorageTests.swift diff --git a/Storage/StorageTests/Tools/NSManagedObjectContext+TestHelpers.swift b/Modules/Tests/StorageTests/Tools/NSManagedObjectContext+TestHelpers.swift similarity index 100% rename from Storage/StorageTests/Tools/NSManagedObjectContext+TestHelpers.swift rename to Modules/Tests/StorageTests/Tools/NSManagedObjectContext+TestHelpers.swift diff --git a/Storage/StorageTests/Tools/StorageTypeDeletionsTests.swift b/Modules/Tests/StorageTests/Tools/StorageTypeDeletionsTests.swift similarity index 100% rename from Storage/StorageTests/Tools/StorageTypeDeletionsTests.swift rename to Modules/Tests/StorageTests/Tools/StorageTypeDeletionsTests.swift diff --git a/Storage/StorageTests/Tools/StorageTypeExtensionsTests.swift b/Modules/Tests/StorageTests/Tools/StorageTypeExtensionsTests.swift similarity index 100% rename from Storage/StorageTests/Tools/StorageTypeExtensionsTests.swift rename to Modules/Tests/StorageTests/Tools/StorageTypeExtensionsTests.swift diff --git a/Storage/Storage.xcodeproj/project.pbxproj b/Storage/Storage.xcodeproj/project.pbxproj deleted file mode 100644 index 2d079c4a2ce..00000000000 --- a/Storage/Storage.xcodeproj/project.pbxproj +++ /dev/null @@ -1,588 +0,0 @@ -// !$*UTF8*$! -{ - archiveVersion = 1; - classes = { - }; - objectVersion = 54; - objects = { - -/* Begin PBXBuildFile section */ - 2619F71925AF95030006DAFF /* StorageTypeExtensionsTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2619F71825AF95020006DAFF /* StorageTypeExtensionsTests.swift */; }; - 2685C11D263DEF0C00D9EE97 /* StorageTypeDeletionsTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2685C11C263DEF0B00D9EE97 /* StorageTypeDeletionsTests.swift */; }; - 26EA01D524EC44B300176A57 /* GeneralAppSettingsTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 26EA01D424EC44B300176A57 /* GeneralAppSettingsTests.swift */; }; - 3F2B4AD62DDC312F00E5E49C /* XcodeTarget_StorageTests in Frameworks */ = {isa = PBXBuildFile; productRef = 3F2B4AD52DDC312F00E5E49C /* XcodeTarget_StorageTests */; }; - 5707FBC825B610DA00B7C1A6 /* CoreDataIterativeMigrator+MigrationStepTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5707FBC725B610DA00B7C1A6 /* CoreDataIterativeMigrator+MigrationStepTests.swift */; }; - 572C099625475208005372E1 /* SpyFileManager.swift in Sources */ = {isa = PBXBuildFile; fileRef = 572C099525475208005372E1 /* SpyFileManager.swift */; }; - 5736879024AABE4D00B528FE /* ManagedObjectModelsInventoryTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5736878F24AABE4D00B528FE /* ManagedObjectModelsInventoryTests.swift */; }; - 574B774E24AA883D0042116F /* MockFileManager.swift in Sources */ = {isa = PBXBuildFile; fileRef = 574B774D24AA883D0042116F /* MockFileManager.swift */; }; - 57589E90252275CA000F22CE /* NSManagedObjectContext+TestHelpers.swift in Sources */ = {isa = PBXBuildFile; fileRef = 57589E8F252275CA000F22CE /* NSManagedObjectContext+TestHelpers.swift */; }; - 5772842725BF5BFB0092FB2C /* SpyPersistentStoreCoordinator.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5772842625BF5BFB0092FB2C /* SpyPersistentStoreCoordinator.swift */; }; - 5772842C25BF62A90092FB2C /* Assertions.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5772842B25BF62A90092FB2C /* Assertions.swift */; }; - 5784D65925CB52C400428B75 /* MappingModelTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5784D65825CB52C400428B75 /* MappingModelTests.swift */; }; - 57A29FB825226BDC004DEE01 /* MigrationTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 57A29FB725226BDC004DEE01 /* MigrationTests.swift */; }; - 57CEB1A22525349B00D8544F /* ProductVariationTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 57CEB1A12525349B00D8544F /* ProductVariationTests.swift */; }; - 9302E3AC220E1CE900DA5018 /* CoreDataIterativeMigratorTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9302E3AB220E1CE900DA5018 /* CoreDataIterativeMigratorTests.swift */; }; - B54CA5C220A4BF6900F38CD1 /* NSManagedObjectStorageTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = B54CA5C020A4BF6900F38CD1 /* NSManagedObjectStorageTests.swift */; }; - B54CA5C320A4BF6900F38CD1 /* NSManagedObjectContextStorageTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = B54CA5C120A4BF6900F38CD1 /* NSManagedObjectContextStorageTests.swift */; }; - B54CA5C720A4BFDC00F38CD1 /* DummyStack.swift in Sources */ = {isa = PBXBuildFile; fileRef = B54CA5C620A4BFDC00F38CD1 /* DummyStack.swift */; }; - B59E11DE20A9F1FB004121A4 /* CoreDataManagerTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = B59E11DD20A9F1FB004121A4 /* CoreDataManagerTests.swift */; }; - B59E11E020A9F5E6004121A4 /* Constants.swift in Sources */ = {isa = PBXBuildFile; fileRef = B59E11DF20A9F5E6004121A4 /* Constants.swift */; }; - D87F61572265AD980031A13B /* FileStorageTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = D87F61562265AD980031A13B /* FileStorageTests.swift */; }; - D87F615C2265AF190031A13B /* shipment-provider.plist in Resources */ = {isa = PBXBuildFile; fileRef = D87F615B2265AF190031A13B /* shipment-provider.plist */; }; - E16D3741284F1CDA005676BC /* GeneralAppSettingsStorageTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = E16D3740284F1CDA005676BC /* GeneralAppSettingsStorageTests.swift */; }; - E16D3743284F1E76005676BC /* MockInMemoryStorage.swift in Sources */ = {isa = PBXBuildFile; fileRef = E16D3742284F1E76005676BC /* MockInMemoryStorage.swift */; }; - E1BCBE842844D35E00087C33 /* GeneralStoreSettingsTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = E1BCBE832844D35E00087C33 /* GeneralStoreSettingsTests.swift */; }; -/* End PBXBuildFile section */ - -/* Begin PBXFileReference section */ - 2619F71825AF95020006DAFF /* StorageTypeExtensionsTests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = StorageTypeExtensionsTests.swift; sourceTree = ""; }; - 2685C11C263DEF0B00D9EE97 /* StorageTypeDeletionsTests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = StorageTypeDeletionsTests.swift; sourceTree = ""; }; - 26EA01D424EC44B300176A57 /* GeneralAppSettingsTests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = GeneralAppSettingsTests.swift; sourceTree = ""; }; - 5707FBC725B610DA00B7C1A6 /* CoreDataIterativeMigrator+MigrationStepTests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = "CoreDataIterativeMigrator+MigrationStepTests.swift"; sourceTree = ""; }; - 572C099525475208005372E1 /* SpyFileManager.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SpyFileManager.swift; sourceTree = ""; }; - 5736878F24AABE4D00B528FE /* ManagedObjectModelsInventoryTests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ManagedObjectModelsInventoryTests.swift; sourceTree = ""; }; - 574B774D24AA883D0042116F /* MockFileManager.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = MockFileManager.swift; sourceTree = ""; }; - 57589E8F252275CA000F22CE /* NSManagedObjectContext+TestHelpers.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = "NSManagedObjectContext+TestHelpers.swift"; sourceTree = ""; }; - 5772842625BF5BFB0092FB2C /* SpyPersistentStoreCoordinator.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SpyPersistentStoreCoordinator.swift; sourceTree = ""; }; - 5772842B25BF62A90092FB2C /* Assertions.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Assertions.swift; sourceTree = ""; }; - 5784D65825CB52C400428B75 /* MappingModelTests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = MappingModelTests.swift; sourceTree = ""; }; - 57A29FB725226BDC004DEE01 /* MigrationTests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = MigrationTests.swift; sourceTree = ""; }; - 57CEB1A12525349B00D8544F /* ProductVariationTests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ProductVariationTests.swift; sourceTree = ""; }; - 9302E3AB220E1CE900DA5018 /* CoreDataIterativeMigratorTests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = CoreDataIterativeMigratorTests.swift; sourceTree = ""; }; - B54CA5A220A4BBA600F38CD1 /* StorageTests.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = StorageTests.xctest; sourceTree = BUILT_PRODUCTS_DIR; }; - B54CA5A920A4BBA600F38CD1 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = ""; }; - B54CA5B420A4BC0300F38CD1 /* CoreData.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = CoreData.framework; path = System/Library/Frameworks/CoreData.framework; sourceTree = SDKROOT; }; - B54CA5C020A4BF6900F38CD1 /* NSManagedObjectStorageTests.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = NSManagedObjectStorageTests.swift; sourceTree = ""; }; - B54CA5C120A4BF6900F38CD1 /* NSManagedObjectContextStorageTests.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = NSManagedObjectContextStorageTests.swift; sourceTree = ""; }; - B54CA5C620A4BFDC00F38CD1 /* DummyStack.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = DummyStack.swift; sourceTree = ""; }; - B59E11DD20A9F1FB004121A4 /* CoreDataManagerTests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = CoreDataManagerTests.swift; sourceTree = ""; }; - B59E11DF20A9F5E6004121A4 /* Constants.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = Constants.swift; sourceTree = ""; }; - D87F61562265AD980031A13B /* FileStorageTests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; name = FileStorageTests.swift; path = StorageTests/Tools/FileStorageTests.swift; sourceTree = SOURCE_ROOT; }; - D87F615B2265AF190031A13B /* shipment-provider.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = "shipment-provider.plist"; sourceTree = ""; }; - E16D3740284F1CDA005676BC /* GeneralAppSettingsStorageTests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = GeneralAppSettingsStorageTests.swift; sourceTree = ""; }; - E16D3742284F1E76005676BC /* MockInMemoryStorage.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = MockInMemoryStorage.swift; sourceTree = ""; }; - E1BCBE832844D35E00087C33 /* GeneralStoreSettingsTests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = GeneralStoreSettingsTests.swift; sourceTree = ""; }; -/* End PBXFileReference section */ - -/* Begin PBXFrameworksBuildPhase section */ - B54CA59F20A4BBA600F38CD1 /* Frameworks */ = { - isa = PBXFrameworksBuildPhase; - buildActionMask = 2147483647; - files = ( - 3F2B4AD62DDC312F00E5E49C /* XcodeTarget_StorageTests in Frameworks */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; -/* End PBXFrameworksBuildPhase section */ - -/* Begin PBXGroup section */ - 02A098252480D155002F8C7A /* Mocks */ = { - isa = PBXGroup; - children = ( - 574B774D24AA883D0042116F /* MockFileManager.swift */, - 572C099525475208005372E1 /* SpyFileManager.swift */, - 5772842625BF5BFB0092FB2C /* SpyPersistentStoreCoordinator.swift */, - E16D3742284F1E76005676BC /* MockInMemoryStorage.swift */, - ); - path = Mocks; - sourceTree = ""; - }; - 26EA01D224EC449C00176A57 /* Model */ = { - isa = PBXGroup; - children = ( - 26EA01D324EC449C00176A57 /* AppSettings */, - 57CEB1A12525349B00D8544F /* ProductVariationTests.swift */, - ); - path = Model; - sourceTree = ""; - }; - 26EA01D324EC449C00176A57 /* AppSettings */ = { - isa = PBXGroup; - children = ( - 26EA01D424EC44B300176A57 /* GeneralAppSettingsTests.swift */, - E1BCBE832844D35E00087C33 /* GeneralStoreSettingsTests.swift */, - ); - path = AppSettings; - sourceTree = ""; - }; - 5772842A25BF62960092FB2C /* TestKit */ = { - isa = PBXGroup; - children = ( - 5772842B25BF62A90092FB2C /* Assertions.swift */, - ); - path = TestKit; - sourceTree = ""; - }; - B52B0F7D20AA2F1200477698 /* Extensions */ = { - isa = PBXGroup; - children = ( - B54CA5C020A4BF6900F38CD1 /* NSManagedObjectStorageTests.swift */, - B54CA5C120A4BF6900F38CD1 /* NSManagedObjectContextStorageTests.swift */, - ); - path = Extensions; - sourceTree = ""; - }; - B54CA58F20A4BBA500F38CD1 = { - isa = PBXGroup; - children = ( - B54CA5A620A4BBA600F38CD1 /* StorageTests */, - B54CA59A20A4BBA500F38CD1 /* Products */, - B54CA5B320A4BC0200F38CD1 /* Frameworks */, - ); - sourceTree = ""; - }; - B54CA59A20A4BBA500F38CD1 /* Products */ = { - isa = PBXGroup; - children = ( - B54CA5A220A4BBA600F38CD1 /* StorageTests.xctest */, - ); - name = Products; - sourceTree = ""; - }; - B54CA5A620A4BBA600F38CD1 /* StorageTests */ = { - isa = PBXGroup; - children = ( - 5772842A25BF62960092FB2C /* TestKit */, - D87F61582265AED70031A13B /* Mock data */, - 02A098252480D155002F8C7A /* Mocks */, - 26EA01D224EC449C00176A57 /* Model */, - B54CA5C520A4BFC800F38CD1 /* Tools */, - B52B0F7D20AA2F1200477698 /* Extensions */, - B59E11DC20A9F1E6004121A4 /* CoreData */, - B54CA5A920A4BBA600F38CD1 /* Info.plist */, - ); - path = StorageTests; - sourceTree = ""; - }; - B54CA5B320A4BC0200F38CD1 /* Frameworks */ = { - isa = PBXGroup; - children = ( - B54CA5B420A4BC0300F38CD1 /* CoreData.framework */, - ); - name = Frameworks; - sourceTree = ""; - }; - B54CA5C520A4BFC800F38CD1 /* Tools */ = { - isa = PBXGroup; - children = ( - B59E11DF20A9F5E6004121A4 /* Constants.swift */, - B54CA5C620A4BFDC00F38CD1 /* DummyStack.swift */, - 57589E8F252275CA000F22CE /* NSManagedObjectContext+TestHelpers.swift */, - 2619F71825AF95020006DAFF /* StorageTypeExtensionsTests.swift */, - 2685C11C263DEF0B00D9EE97 /* StorageTypeDeletionsTests.swift */, - E16D3740284F1CDA005676BC /* GeneralAppSettingsStorageTests.swift */, - ); - path = Tools; - sourceTree = ""; - }; - B59E11DC20A9F1E6004121A4 /* CoreData */ = { - isa = PBXGroup; - children = ( - D87F61562265AD980031A13B /* FileStorageTests.swift */, - 9302E3AB220E1CE900DA5018 /* CoreDataIterativeMigratorTests.swift */, - B59E11DD20A9F1FB004121A4 /* CoreDataManagerTests.swift */, - 5736878F24AABE4D00B528FE /* ManagedObjectModelsInventoryTests.swift */, - 57A29FB725226BDC004DEE01 /* MigrationTests.swift */, - 5707FBC725B610DA00B7C1A6 /* CoreDataIterativeMigrator+MigrationStepTests.swift */, - 5784D65825CB52C400428B75 /* MappingModelTests.swift */, - ); - path = CoreData; - sourceTree = ""; - }; - D87F61582265AED70031A13B /* Mock data */ = { - isa = PBXGroup; - children = ( - D87F615B2265AF190031A13B /* shipment-provider.plist */, - ); - path = "Mock data"; - sourceTree = ""; - }; -/* End PBXGroup section */ - -/* Begin PBXNativeTarget section */ - B54CA5A120A4BBA600F38CD1 /* StorageTests */ = { - isa = PBXNativeTarget; - buildConfigurationList = B54CA5B020A4BBA600F38CD1 /* Build configuration list for PBXNativeTarget "StorageTests" */; - buildPhases = ( - B54CA59E20A4BBA600F38CD1 /* Sources */, - B54CA59F20A4BBA600F38CD1 /* Frameworks */, - B54CA5A020A4BBA600F38CD1 /* Resources */, - ); - buildRules = ( - ); - dependencies = ( - ); - name = StorageTests; - packageProductDependencies = ( - 3F2B4AD52DDC312F00E5E49C /* XcodeTarget_StorageTests */, - ); - productName = StorageTests; - productReference = B54CA5A220A4BBA600F38CD1 /* StorageTests.xctest */; - productType = "com.apple.product-type.bundle.unit-test"; - }; -/* End PBXNativeTarget section */ - -/* Begin PBXProject section */ - B54CA59020A4BBA500F38CD1 /* Project object */ = { - isa = PBXProject; - attributes = { - BuildIndependentTargetsInParallel = YES; - LastSwiftUpdateCheck = 0930; - LastUpgradeCheck = 1620; - ORGANIZATIONNAME = Automattic; - TargetAttributes = { - B54CA5A120A4BBA600F38CD1 = { - CreatedOnToolsVersion = 9.3; - LastSwiftMigration = 1020; - }; - }; - }; - buildConfigurationList = B54CA59320A4BBA500F38CD1 /* Build configuration list for PBXProject "Storage" */; - compatibilityVersion = "Xcode 9.3"; - developmentRegion = en; - hasScannedForEncodings = 0; - knownRegions = ( - en, - Base, - ); - mainGroup = B54CA58F20A4BBA500F38CD1; - packageReferences = ( - ); - productRefGroup = B54CA59A20A4BBA500F38CD1 /* Products */; - projectDirPath = ""; - projectRoot = ""; - targets = ( - B54CA5A120A4BBA600F38CD1 /* StorageTests */, - ); - }; -/* End PBXProject section */ - -/* Begin PBXResourcesBuildPhase section */ - B54CA5A020A4BBA600F38CD1 /* Resources */ = { - isa = PBXResourcesBuildPhase; - buildActionMask = 2147483647; - files = ( - D87F615C2265AF190031A13B /* shipment-provider.plist in Resources */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; -/* End PBXResourcesBuildPhase section */ - -/* Begin PBXSourcesBuildPhase section */ - B54CA59E20A4BBA600F38CD1 /* Sources */ = { - isa = PBXSourcesBuildPhase; - buildActionMask = 2147483647; - files = ( - 5784D65925CB52C400428B75 /* MappingModelTests.swift in Sources */, - 9302E3AC220E1CE900DA5018 /* CoreDataIterativeMigratorTests.swift in Sources */, - 5707FBC825B610DA00B7C1A6 /* CoreDataIterativeMigrator+MigrationStepTests.swift in Sources */, - 57CEB1A22525349B00D8544F /* ProductVariationTests.swift in Sources */, - B59E11E020A9F5E6004121A4 /* Constants.swift in Sources */, - B54CA5C320A4BF6900F38CD1 /* NSManagedObjectContextStorageTests.swift in Sources */, - E16D3743284F1E76005676BC /* MockInMemoryStorage.swift in Sources */, - B54CA5C720A4BFDC00F38CD1 /* DummyStack.swift in Sources */, - 574B774E24AA883D0042116F /* MockFileManager.swift in Sources */, - B54CA5C220A4BF6900F38CD1 /* NSManagedObjectStorageTests.swift in Sources */, - 572C099625475208005372E1 /* SpyFileManager.swift in Sources */, - 5736879024AABE4D00B528FE /* ManagedObjectModelsInventoryTests.swift in Sources */, - 2619F71925AF95030006DAFF /* StorageTypeExtensionsTests.swift in Sources */, - 57589E90252275CA000F22CE /* NSManagedObjectContext+TestHelpers.swift in Sources */, - D87F61572265AD980031A13B /* FileStorageTests.swift in Sources */, - B59E11DE20A9F1FB004121A4 /* CoreDataManagerTests.swift in Sources */, - 57A29FB825226BDC004DEE01 /* MigrationTests.swift in Sources */, - 2685C11D263DEF0C00D9EE97 /* StorageTypeDeletionsTests.swift in Sources */, - E16D3741284F1CDA005676BC /* GeneralAppSettingsStorageTests.swift in Sources */, - 5772842725BF5BFB0092FB2C /* SpyPersistentStoreCoordinator.swift in Sources */, - E1BCBE842844D35E00087C33 /* GeneralStoreSettingsTests.swift in Sources */, - 5772842C25BF62A90092FB2C /* Assertions.swift in Sources */, - 26EA01D524EC44B300176A57 /* GeneralAppSettingsTests.swift in Sources */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; -/* End PBXSourcesBuildPhase section */ - -/* Begin XCBuildConfiguration section */ - 1A96903B2359D9AF0061E383 /* Release-Alpha */ = { - isa = XCBuildConfiguration; - buildSettings = { - ALWAYS_SEARCH_USER_PATHS = NO; - CLANG_ANALYZER_NONNULL = YES; - CLANG_ANALYZER_NUMBER_OBJECT_CONVERSION = YES_AGGRESSIVE; - CLANG_CXX_LANGUAGE_STANDARD = "gnu++14"; - CLANG_CXX_LIBRARY = "libc++"; - CLANG_ENABLE_MODULES = YES; - CLANG_ENABLE_OBJC_ARC = YES; - CLANG_ENABLE_OBJC_WEAK = YES; - CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES; - CLANG_WARN_BOOL_CONVERSION = YES; - CLANG_WARN_COMMA = YES; - CLANG_WARN_CONSTANT_CONVERSION = YES; - CLANG_WARN_DEPRECATED_OBJC_IMPLEMENTATIONS = YES; - CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR; - CLANG_WARN_DOCUMENTATION_COMMENTS = YES; - CLANG_WARN_EMPTY_BODY = YES; - CLANG_WARN_ENUM_CONVERSION = YES; - CLANG_WARN_INFINITE_RECURSION = YES; - CLANG_WARN_INT_CONVERSION = YES; - CLANG_WARN_NON_LITERAL_NULL_CONVERSION = YES; - CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF = YES; - CLANG_WARN_OBJC_LITERAL_CONVERSION = YES; - CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR; - CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = YES; - CLANG_WARN_RANGE_LOOP_ANALYSIS = YES; - CLANG_WARN_STRICT_PROTOTYPES = YES; - CLANG_WARN_SUSPICIOUS_MOVE = YES; - CLANG_WARN_UNGUARDED_AVAILABILITY = YES_AGGRESSIVE; - CLANG_WARN_UNREACHABLE_CODE = YES; - CLANG_WARN__DUPLICATE_METHOD_MATCH = YES; - CODE_SIGN_IDENTITY = "iPhone Developer"; - COPY_PHASE_STRIP = NO; - CURRENT_PROJECT_VERSION = 1; - DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym"; - ENABLE_NS_ASSERTIONS = NO; - ENABLE_STRICT_OBJC_MSGSEND = YES; - ENABLE_USER_SCRIPT_SANDBOXING = YES; - GCC_C_LANGUAGE_STANDARD = gnu11; - GCC_NO_COMMON_BLOCKS = YES; - GCC_WARN_64_TO_32_BIT_CONVERSION = YES; - GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR; - GCC_WARN_UNDECLARED_SELECTOR = YES; - GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE; - GCC_WARN_UNUSED_FUNCTION = YES; - GCC_WARN_UNUSED_VARIABLE = YES; - MTL_ENABLE_DEBUG_INFO = NO; - SDKROOT = iphoneos; - SWIFT_COMPILATION_MODE = wholemodule; - SWIFT_OPTIMIZATION_LEVEL = "-O"; - VALIDATE_PRODUCT = YES; - VALID_ARCHS = "$(ARCHS_STANDARD_64_BIT)"; - VERSIONING_SYSTEM = "apple-generic"; - VERSION_INFO_PREFIX = ""; - }; - name = "Release-Alpha"; - }; - 1A96903D2359D9AF0061E383 /* Release-Alpha */ = { - isa = XCBuildConfiguration; - buildSettings = { - CLANG_ENABLE_MODULES = YES; - CODE_SIGN_STYLE = Automatic; - DEVELOPMENT_TEAM = PZYM8XX95Q; - ENABLE_USER_SCRIPT_SANDBOXING = NO; - INFOPLIST_FILE = StorageTests/Info.plist; - LD_RUNPATH_SEARCH_PATHS = ( - "$(inherited)", - "@executable_path/Frameworks", - "@loader_path/Frameworks", - ); - MACH_O_TYPE = mh_dylib; - PRODUCT_BUNDLE_IDENTIFIER = com.automattic.woo.StorageTests; - PRODUCT_NAME = "$(TARGET_NAME)"; - SWIFT_VERSION = 5.0; - TARGETED_DEVICE_FAMILY = "1,2"; - VALID_ARCHS = "$(inherited)"; - }; - name = "Release-Alpha"; - }; - B54CA5AB20A4BBA600F38CD1 /* Debug */ = { - isa = XCBuildConfiguration; - buildSettings = { - ALWAYS_SEARCH_USER_PATHS = NO; - CLANG_ANALYZER_NONNULL = YES; - CLANG_ANALYZER_NUMBER_OBJECT_CONVERSION = YES_AGGRESSIVE; - CLANG_CXX_LANGUAGE_STANDARD = "gnu++14"; - CLANG_CXX_LIBRARY = "libc++"; - CLANG_ENABLE_MODULES = YES; - CLANG_ENABLE_OBJC_ARC = YES; - CLANG_ENABLE_OBJC_WEAK = YES; - CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES; - CLANG_WARN_BOOL_CONVERSION = YES; - CLANG_WARN_COMMA = YES; - CLANG_WARN_CONSTANT_CONVERSION = YES; - CLANG_WARN_DEPRECATED_OBJC_IMPLEMENTATIONS = YES; - CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR; - CLANG_WARN_DOCUMENTATION_COMMENTS = YES; - CLANG_WARN_EMPTY_BODY = YES; - CLANG_WARN_ENUM_CONVERSION = YES; - CLANG_WARN_INFINITE_RECURSION = YES; - CLANG_WARN_INT_CONVERSION = YES; - CLANG_WARN_NON_LITERAL_NULL_CONVERSION = YES; - CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF = YES; - CLANG_WARN_OBJC_LITERAL_CONVERSION = YES; - CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR; - CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = YES; - CLANG_WARN_RANGE_LOOP_ANALYSIS = YES; - CLANG_WARN_STRICT_PROTOTYPES = YES; - CLANG_WARN_SUSPICIOUS_MOVE = YES; - CLANG_WARN_UNGUARDED_AVAILABILITY = YES_AGGRESSIVE; - CLANG_WARN_UNREACHABLE_CODE = YES; - CLANG_WARN__DUPLICATE_METHOD_MATCH = YES; - CODE_SIGN_IDENTITY = "iPhone Developer"; - COPY_PHASE_STRIP = NO; - CURRENT_PROJECT_VERSION = 1; - DEBUG_INFORMATION_FORMAT = dwarf; - ENABLE_STRICT_OBJC_MSGSEND = YES; - ENABLE_TESTABILITY = YES; - ENABLE_USER_SCRIPT_SANDBOXING = YES; - GCC_C_LANGUAGE_STANDARD = gnu11; - GCC_DYNAMIC_NO_PIC = NO; - GCC_NO_COMMON_BLOCKS = YES; - GCC_OPTIMIZATION_LEVEL = 0; - GCC_PREPROCESSOR_DEFINITIONS = ( - "DEBUG=1", - "$(inherited)", - ); - GCC_WARN_64_TO_32_BIT_CONVERSION = YES; - GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR; - GCC_WARN_UNDECLARED_SELECTOR = YES; - GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE; - GCC_WARN_UNUSED_FUNCTION = YES; - GCC_WARN_UNUSED_VARIABLE = YES; - MTL_ENABLE_DEBUG_INFO = YES; - ONLY_ACTIVE_ARCH = YES; - SDKROOT = iphoneos; - SWIFT_ACTIVE_COMPILATION_CONDITIONS = DEBUG; - SWIFT_OPTIMIZATION_LEVEL = "-Onone"; - VALID_ARCHS = "$(ARCHS_STANDARD_64_BIT)"; - VERSIONING_SYSTEM = "apple-generic"; - VERSION_INFO_PREFIX = ""; - }; - name = Debug; - }; - B54CA5AC20A4BBA600F38CD1 /* Release */ = { - isa = XCBuildConfiguration; - buildSettings = { - ALWAYS_SEARCH_USER_PATHS = NO; - CLANG_ANALYZER_NONNULL = YES; - CLANG_ANALYZER_NUMBER_OBJECT_CONVERSION = YES_AGGRESSIVE; - CLANG_CXX_LANGUAGE_STANDARD = "gnu++14"; - CLANG_CXX_LIBRARY = "libc++"; - CLANG_ENABLE_MODULES = YES; - CLANG_ENABLE_OBJC_ARC = YES; - CLANG_ENABLE_OBJC_WEAK = YES; - CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES; - CLANG_WARN_BOOL_CONVERSION = YES; - CLANG_WARN_COMMA = YES; - CLANG_WARN_CONSTANT_CONVERSION = YES; - CLANG_WARN_DEPRECATED_OBJC_IMPLEMENTATIONS = YES; - CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR; - CLANG_WARN_DOCUMENTATION_COMMENTS = YES; - CLANG_WARN_EMPTY_BODY = YES; - CLANG_WARN_ENUM_CONVERSION = YES; - CLANG_WARN_INFINITE_RECURSION = YES; - CLANG_WARN_INT_CONVERSION = YES; - CLANG_WARN_NON_LITERAL_NULL_CONVERSION = YES; - CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF = YES; - CLANG_WARN_OBJC_LITERAL_CONVERSION = YES; - CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR; - CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = YES; - CLANG_WARN_RANGE_LOOP_ANALYSIS = YES; - CLANG_WARN_STRICT_PROTOTYPES = YES; - CLANG_WARN_SUSPICIOUS_MOVE = YES; - CLANG_WARN_UNGUARDED_AVAILABILITY = YES_AGGRESSIVE; - CLANG_WARN_UNREACHABLE_CODE = YES; - CLANG_WARN__DUPLICATE_METHOD_MATCH = YES; - CODE_SIGN_IDENTITY = "iPhone Developer"; - COPY_PHASE_STRIP = NO; - CURRENT_PROJECT_VERSION = 1; - DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym"; - ENABLE_NS_ASSERTIONS = NO; - ENABLE_STRICT_OBJC_MSGSEND = YES; - ENABLE_USER_SCRIPT_SANDBOXING = YES; - GCC_C_LANGUAGE_STANDARD = gnu11; - GCC_NO_COMMON_BLOCKS = YES; - GCC_WARN_64_TO_32_BIT_CONVERSION = YES; - GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR; - GCC_WARN_UNDECLARED_SELECTOR = YES; - GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE; - GCC_WARN_UNUSED_FUNCTION = YES; - GCC_WARN_UNUSED_VARIABLE = YES; - MTL_ENABLE_DEBUG_INFO = NO; - SDKROOT = iphoneos; - SWIFT_COMPILATION_MODE = wholemodule; - SWIFT_OPTIMIZATION_LEVEL = "-O"; - VALIDATE_PRODUCT = YES; - VALID_ARCHS = "$(ARCHS_STANDARD_64_BIT)"; - VERSIONING_SYSTEM = "apple-generic"; - VERSION_INFO_PREFIX = ""; - }; - name = Release; - }; - B54CA5B120A4BBA600F38CD1 /* Debug */ = { - isa = XCBuildConfiguration; - buildSettings = { - CLANG_ENABLE_MODULES = YES; - CODE_SIGN_STYLE = Automatic; - DEVELOPMENT_TEAM = PZYM8XX95Q; - ENABLE_USER_SCRIPT_SANDBOXING = NO; - INFOPLIST_FILE = StorageTests/Info.plist; - LD_RUNPATH_SEARCH_PATHS = ( - "$(inherited)", - "@executable_path/Frameworks", - "@loader_path/Frameworks", - ); - MACH_O_TYPE = mh_dylib; - PRODUCT_BUNDLE_IDENTIFIER = com.automattic.woo.StorageTests; - PRODUCT_NAME = "$(TARGET_NAME)"; - SWIFT_OPTIMIZATION_LEVEL = "-Onone"; - SWIFT_VERSION = 5.0; - TARGETED_DEVICE_FAMILY = "1,2"; - VALID_ARCHS = "$(inherited)"; - }; - name = Debug; - }; - B54CA5B220A4BBA600F38CD1 /* Release */ = { - isa = XCBuildConfiguration; - buildSettings = { - CLANG_ENABLE_MODULES = YES; - CODE_SIGN_STYLE = Automatic; - DEVELOPMENT_TEAM = PZYM8XX95Q; - ENABLE_USER_SCRIPT_SANDBOXING = NO; - INFOPLIST_FILE = StorageTests/Info.plist; - LD_RUNPATH_SEARCH_PATHS = ( - "$(inherited)", - "@executable_path/Frameworks", - "@loader_path/Frameworks", - ); - MACH_O_TYPE = mh_dylib; - PRODUCT_BUNDLE_IDENTIFIER = com.automattic.woo.StorageTests; - PRODUCT_NAME = "$(TARGET_NAME)"; - SWIFT_VERSION = 5.0; - TARGETED_DEVICE_FAMILY = "1,2"; - VALID_ARCHS = "$(inherited)"; - }; - name = Release; - }; -/* End XCBuildConfiguration section */ - -/* Begin XCConfigurationList section */ - B54CA59320A4BBA500F38CD1 /* Build configuration list for PBXProject "Storage" */ = { - isa = XCConfigurationList; - buildConfigurations = ( - B54CA5AB20A4BBA600F38CD1 /* Debug */, - B54CA5AC20A4BBA600F38CD1 /* Release */, - 1A96903B2359D9AF0061E383 /* Release-Alpha */, - ); - defaultConfigurationIsVisible = 0; - defaultConfigurationName = Release; - }; - B54CA5B020A4BBA600F38CD1 /* Build configuration list for PBXNativeTarget "StorageTests" */ = { - isa = XCConfigurationList; - buildConfigurations = ( - B54CA5B120A4BBA600F38CD1 /* Debug */, - B54CA5B220A4BBA600F38CD1 /* Release */, - 1A96903D2359D9AF0061E383 /* Release-Alpha */, - ); - defaultConfigurationIsVisible = 0; - defaultConfigurationName = Release; - }; -/* End XCConfigurationList section */ - -/* Begin XCSwiftPackageProductDependency section */ - 3F2B4AD52DDC312F00E5E49C /* XcodeTarget_StorageTests */ = { - isa = XCSwiftPackageProductDependency; - productName = XcodeTarget_StorageTests; - }; -/* End XCSwiftPackageProductDependency section */ - }; - rootObject = B54CA59020A4BBA500F38CD1 /* Project object */; -} diff --git a/Storage/Storage.xcodeproj/project.xcworkspace/contents.xcworkspacedata b/Storage/Storage.xcodeproj/project.xcworkspace/contents.xcworkspacedata deleted file mode 100644 index 668f9849e49..00000000000 --- a/Storage/Storage.xcodeproj/project.xcworkspace/contents.xcworkspacedata +++ /dev/null @@ -1,7 +0,0 @@ - - - - - diff --git a/Storage/Storage.xcodeproj/project.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist b/Storage/Storage.xcodeproj/project.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist deleted file mode 100644 index 18d981003d6..00000000000 --- a/Storage/Storage.xcodeproj/project.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist +++ /dev/null @@ -1,8 +0,0 @@ - - - - - IDEDidComputeMac32BitWarning - - - diff --git a/Storage/Storage.xcodeproj/xcshareddata/xcschemes/StorageTests.xcscheme b/Storage/Storage.xcodeproj/xcshareddata/xcschemes/StorageTests.xcscheme deleted file mode 100644 index 684be4a28d3..00000000000 --- a/Storage/Storage.xcodeproj/xcshareddata/xcschemes/StorageTests.xcscheme +++ /dev/null @@ -1,59 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/Storage/StorageTests/Info.plist b/Storage/StorageTests/Info.plist deleted file mode 100644 index 6c40a6cd0c4..00000000000 --- a/Storage/StorageTests/Info.plist +++ /dev/null @@ -1,22 +0,0 @@ - - - - - CFBundleDevelopmentRegion - $(DEVELOPMENT_LANGUAGE) - CFBundleExecutable - $(EXECUTABLE_NAME) - CFBundleIdentifier - $(PRODUCT_BUNDLE_IDENTIFIER) - CFBundleInfoDictionaryVersion - 6.0 - CFBundleName - $(PRODUCT_NAME) - CFBundlePackageType - BNDL - CFBundleShortVersionString - 1.0 - CFBundleVersion - 1 - - diff --git a/WooCommerce.xcworkspace/contents.xcworkspacedata b/WooCommerce.xcworkspace/contents.xcworkspacedata index aea7030d8a6..5a4e478eaba 100644 --- a/WooCommerce.xcworkspace/contents.xcworkspacedata +++ b/WooCommerce.xcworkspace/contents.xcworkspacedata @@ -7,9 +7,6 @@ - - diff --git a/WooCommerce/WooCommerceTests/UnitTests.xctestplan b/WooCommerce/WooCommerceTests/UnitTests.xctestplan index 8cd8945e9ae..6b4066977ac 100644 --- a/WooCommerce/WooCommerceTests/UnitTests.xctestplan +++ b/WooCommerce/WooCommerceTests/UnitTests.xctestplan @@ -31,16 +31,16 @@ "testTargets" : [ { "target" : { - "containerPath" : "container:..\/Modules", - "identifier" : "WooFoundationTests", - "name" : "WooFoundationTests" + "containerPath" : "container:..\/Yosemite\/Yosemite.xcodeproj", + "identifier" : "B5C9DDFD2087FEC0006B910A", + "name" : "YosemiteTests" } }, { "target" : { "containerPath" : "container:..\/Modules", - "identifier" : "WordPressSharedTests", - "name" : "WordPressSharedTests" + "identifier" : "HardwareTests", + "name" : "HardwareTests" } }, { @@ -67,52 +67,52 @@ }, { "target" : { - "containerPath" : "container:..\/Modules", - "identifier" : "ExperimentsTests", - "name" : "ExperimentsTests" + "containerPath" : "container:..\/Networking\/Networking.xcodeproj", + "identifier" : "B557D9EB209753AA005962F4", + "name" : "NetworkingTests" } }, { - "enabled" : false, "target" : { - "containerPath" : "container:WooCommerce.xcodeproj", - "identifier" : "3F0904072D26A40800D8ACCE", - "name" : "WordPressAuthenticatorTests" + "containerPath" : "container:..\/Modules", + "identifier" : "WooFoundationTests", + "name" : "WooFoundationTests" } }, { "target" : { "containerPath" : "container:..\/Modules", - "identifier" : "HardwareTests", - "name" : "HardwareTests" + "identifier" : "WordPressSharedObjCTests", + "name" : "WordPressSharedObjCTests" } }, { "target" : { - "containerPath" : "container:..\/Networking\/Networking.xcodeproj", - "identifier" : "B557D9EB209753AA005962F4", - "name" : "NetworkingTests" + "containerPath" : "container:", + "identifier" : "StorageTests", + "name" : "StorageTests" } }, { "target" : { - "containerPath" : "container:..\/Yosemite\/Yosemite.xcodeproj", - "identifier" : "B5C9DDFD2087FEC0006B910A", - "name" : "YosemiteTests" + "containerPath" : "container:..\/Modules", + "identifier" : "WordPressSharedTests", + "name" : "WordPressSharedTests" } }, { "target" : { "containerPath" : "container:..\/Modules", - "identifier" : "WordPressSharedObjCTests", - "name" : "WordPressSharedObjCTests" + "identifier" : "ExperimentsTests", + "name" : "ExperimentsTests" } }, { + "enabled" : false, "target" : { - "containerPath" : "container:..\/Storage\/Storage.xcodeproj", - "identifier" : "B54CA5A120A4BBA600F38CD1", - "name" : "StorageTests" + "containerPath" : "container:WooCommerce.xcodeproj", + "identifier" : "3F0904072D26A40800D8ACCE", + "name" : "WordPressAuthenticatorTests" } } ],