From b09d6056419ad12acd2dc18cae0e648cc13afd36 Mon Sep 17 00:00:00 2001 From: Javier Cicchelli Date: Fri, 14 Apr 2023 18:17:54 +0200 Subject: [PATCH] Removed unused test targets from the Xcode project. --- BeReal.xcodeproj/project.pbxproj | 133 ------------------- BeRealUITests/BeRealUITests.swift | 42 ------ BeRealUITests/BeRealUITestsLaunchTests.swift | 33 ----- 3 files changed, 208 deletions(-) delete mode 100644 BeRealUITests/BeRealUITests.swift delete mode 100644 BeRealUITests/BeRealUITestsLaunchTests.swift diff --git a/BeReal.xcodeproj/project.pbxproj b/BeReal.xcodeproj/project.pbxproj index 0233f15..9583639 100644 --- a/BeReal.xcodeproj/project.pbxproj +++ b/BeReal.xcodeproj/project.pbxproj @@ -13,22 +13,10 @@ 02AE64F129363DBF005A4AF3 /* ContentView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 02AE64F029363DBF005A4AF3 /* ContentView.swift */; }; 02AE64F329363DC1005A4AF3 /* Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 02AE64F229363DC1005A4AF3 /* Assets.xcassets */; }; 02AE64F629363DC1005A4AF3 /* Preview Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 02AE64F529363DC1005A4AF3 /* Preview Assets.xcassets */; }; - 02AE650A29363DC1005A4AF3 /* BeRealUITests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 02AE650929363DC1005A4AF3 /* BeRealUITests.swift */; }; - 02AE650C29363DC1005A4AF3 /* BeRealUITestsLaunchTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 02AE650B29363DC1005A4AF3 /* BeRealUITestsLaunchTests.swift */; }; 4673A2AC294656A1000FE043 /* Cores in Frameworks */ = {isa = PBXBuildFile; productRef = 4673A2AB294656A1000FE043 /* Cores */; }; 4694AAA0293A7C8800D54903 /* Modules in Frameworks */ = {isa = PBXBuildFile; productRef = 4694AA9F293A7C8800D54903 /* Modules */; }; /* End PBXBuildFile section */ -/* Begin PBXContainerItemProxy section */ - 02AE650629363DC1005A4AF3 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = 02AE64E329363DBF005A4AF3 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 02AE64EA29363DBF005A4AF3; - remoteInfo = BeReal; - }; -/* End PBXContainerItemProxy section */ - /* Begin PBXFileReference section */ 02659B182946AA6900C3AD63 /* SheetView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SheetView.swift; sourceTree = ""; }; 026D9823293B6365009FE888 /* Libraries */ = {isa = PBXFileReference; lastKnownFileType = wrapper; path = Libraries; sourceTree = ""; }; @@ -38,9 +26,6 @@ 02AE64F029363DBF005A4AF3 /* ContentView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ContentView.swift; sourceTree = ""; }; 02AE64F229363DC1005A4AF3 /* Assets.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Assets.xcassets; sourceTree = ""; }; 02AE64F529363DC1005A4AF3 /* Preview Assets.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = "Preview Assets.xcassets"; sourceTree = ""; }; - 02AE650529363DC1005A4AF3 /* BeRealUITests.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = BeRealUITests.xctest; sourceTree = BUILT_PRODUCTS_DIR; }; - 02AE650929363DC1005A4AF3 /* BeRealUITests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = BeRealUITests.swift; sourceTree = ""; }; - 02AE650B29363DC1005A4AF3 /* BeRealUITestsLaunchTests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = BeRealUITestsLaunchTests.swift; sourceTree = ""; }; 02E4701B29506B5100269158 /* README.md */ = {isa = PBXFileReference; lastKnownFileType = net.daringfireball.markdown; path = README.md; sourceTree = ""; }; 466D180A29465340003828DC /* Cores */ = {isa = PBXFileReference; lastKnownFileType = wrapper; path = Cores; sourceTree = ""; }; /* End PBXFileReference section */ @@ -56,13 +41,6 @@ ); runOnlyForDeploymentPostprocessing = 0; }; - 02AE650229363DC1005A4AF3 /* Frameworks */ = { - isa = PBXFrameworksBuildPhase; - buildActionMask = 2147483647; - files = ( - ); - runOnlyForDeploymentPostprocessing = 0; - }; /* End PBXFrameworksBuildPhase section */ /* Begin PBXGroup section */ @@ -116,7 +94,6 @@ 026D9823293B6365009FE888 /* Libraries */, 02784F03293A8331005F839D /* Modules */, 02AE64ED29363DBF005A4AF3 /* BeReal */, - 02AE650829363DC1005A4AF3 /* BeRealUITests */, 02AE64EC29363DBF005A4AF3 /* Products */, 4694AA9E293A7C8800D54903 /* Frameworks */, ); @@ -126,7 +103,6 @@ isa = PBXGroup; children = ( 02AE64EB29363DBF005A4AF3 /* BeReal.app */, - 02AE650529363DC1005A4AF3 /* BeRealUITests.xctest */, ); name = Products; sourceTree = ""; @@ -141,15 +117,6 @@ path = BeReal; sourceTree = ""; }; - 02AE650829363DC1005A4AF3 /* BeRealUITests */ = { - isa = PBXGroup; - children = ( - 02AE650929363DC1005A4AF3 /* BeRealUITests.swift */, - 02AE650B29363DC1005A4AF3 /* BeRealUITestsLaunchTests.swift */, - ); - path = BeRealUITests; - sourceTree = ""; - }; 4694AA9E293A7C8800D54903 /* Frameworks */ = { isa = PBXGroup; children = ( @@ -182,24 +149,6 @@ productReference = 02AE64EB29363DBF005A4AF3 /* BeReal.app */; productType = "com.apple.product-type.application"; }; - 02AE650429363DC1005A4AF3 /* BeRealUITests */ = { - isa = PBXNativeTarget; - buildConfigurationList = 02AE651529363DC1005A4AF3 /* Build configuration list for PBXNativeTarget "BeRealUITests" */; - buildPhases = ( - 02AE650129363DC1005A4AF3 /* Sources */, - 02AE650229363DC1005A4AF3 /* Frameworks */, - 02AE650329363DC1005A4AF3 /* Resources */, - ); - buildRules = ( - ); - dependencies = ( - 02AE650729363DC1005A4AF3 /* PBXTargetDependency */, - ); - name = BeRealUITests; - productName = BeRealUITests; - productReference = 02AE650529363DC1005A4AF3 /* BeRealUITests.xctest */; - productType = "com.apple.product-type.bundle.ui-testing"; - }; /* End PBXNativeTarget section */ /* Begin PBXProject section */ @@ -214,10 +163,6 @@ 02AE64EA29363DBF005A4AF3 = { CreatedOnToolsVersion = 14.1; }; - 02AE650429363DC1005A4AF3 = { - CreatedOnToolsVersion = 14.1; - TestTargetID = 02AE64EA29363DBF005A4AF3; - }; }; }; buildConfigurationList = 02AE64E629363DBF005A4AF3 /* Build configuration list for PBXProject "BeReal" */; @@ -234,7 +179,6 @@ projectRoot = ""; targets = ( 02AE64EA29363DBF005A4AF3 /* BeReal */, - 02AE650429363DC1005A4AF3 /* BeRealUITests */, ); }; /* End PBXProject section */ @@ -249,13 +193,6 @@ ); runOnlyForDeploymentPostprocessing = 0; }; - 02AE650329363DC1005A4AF3 /* Resources */ = { - isa = PBXResourcesBuildPhase; - buildActionMask = 2147483647; - files = ( - ); - runOnlyForDeploymentPostprocessing = 0; - }; /* End PBXResourcesBuildPhase section */ /* Begin PBXSourcesBuildPhase section */ @@ -269,25 +206,8 @@ ); runOnlyForDeploymentPostprocessing = 0; }; - 02AE650129363DC1005A4AF3 /* Sources */ = { - isa = PBXSourcesBuildPhase; - buildActionMask = 2147483647; - files = ( - 02AE650A29363DC1005A4AF3 /* BeRealUITests.swift in Sources */, - 02AE650C29363DC1005A4AF3 /* BeRealUITestsLaunchTests.swift in Sources */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; /* End PBXSourcesBuildPhase section */ -/* Begin PBXTargetDependency section */ - 02AE650729363DC1005A4AF3 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - target = 02AE64EA29363DBF005A4AF3 /* BeReal */; - targetProxy = 02AE650629363DC1005A4AF3 /* PBXContainerItemProxy */; - }; -/* End PBXTargetDependency section */ - /* Begin XCBuildConfiguration section */ 02AE650D29363DC1005A4AF3 /* Debug */ = { isa = XCBuildConfiguration; @@ -471,50 +391,6 @@ }; name = Release; }; - 02AE651629363DC1005A4AF3 /* Debug */ = { - isa = XCBuildConfiguration; - buildSettings = { - ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = YES; - CODE_SIGN_STYLE = Automatic; - CURRENT_PROJECT_VERSION = 1; - DEVELOPMENT_TEAM = 7FMNM89WKG; - GENERATE_INFOPLIST_FILE = YES; - IPHONEOS_DEPLOYMENT_TARGET = 15.0; - MARKETING_VERSION = 1.0; - PRODUCT_BUNDLE_IDENTIFIER = "com.rockncode.app.assignment.be-real.tests.ui"; - PRODUCT_NAME = "$(TARGET_NAME)"; - SUPPORTED_PLATFORMS = "iphoneos iphonesimulator"; - SUPPORTS_MACCATALYST = NO; - SUPPORTS_MAC_DESIGNED_FOR_IPHONE_IPAD = NO; - SWIFT_EMIT_LOC_STRINGS = NO; - SWIFT_VERSION = 5.0; - TARGETED_DEVICE_FAMILY = 1; - TEST_TARGET_NAME = BeReal; - }; - name = Debug; - }; - 02AE651729363DC1005A4AF3 /* Release */ = { - isa = XCBuildConfiguration; - buildSettings = { - ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = YES; - CODE_SIGN_STYLE = Automatic; - CURRENT_PROJECT_VERSION = 1; - DEVELOPMENT_TEAM = 7FMNM89WKG; - GENERATE_INFOPLIST_FILE = YES; - IPHONEOS_DEPLOYMENT_TARGET = 15.0; - MARKETING_VERSION = 1.0; - PRODUCT_BUNDLE_IDENTIFIER = "com.rockncode.app.assignment.be-real.tests.ui"; - PRODUCT_NAME = "$(TARGET_NAME)"; - SUPPORTED_PLATFORMS = "iphoneos iphonesimulator"; - SUPPORTS_MACCATALYST = NO; - SUPPORTS_MAC_DESIGNED_FOR_IPHONE_IPAD = NO; - SWIFT_EMIT_LOC_STRINGS = NO; - SWIFT_VERSION = 5.0; - TARGETED_DEVICE_FAMILY = 1; - TEST_TARGET_NAME = BeReal; - }; - name = Release; - }; /* End XCBuildConfiguration section */ /* Begin XCConfigurationList section */ @@ -536,15 +412,6 @@ defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; }; - 02AE651529363DC1005A4AF3 /* Build configuration list for PBXNativeTarget "BeRealUITests" */ = { - isa = XCConfigurationList; - buildConfigurations = ( - 02AE651629363DC1005A4AF3 /* Debug */, - 02AE651729363DC1005A4AF3 /* Release */, - ); - defaultConfigurationIsVisible = 0; - defaultConfigurationName = Release; - }; /* End XCConfigurationList section */ /* Begin XCSwiftPackageProductDependency section */ diff --git a/BeRealUITests/BeRealUITests.swift b/BeRealUITests/BeRealUITests.swift deleted file mode 100644 index 7b53a72..0000000 --- a/BeRealUITests/BeRealUITests.swift +++ /dev/null @@ -1,42 +0,0 @@ -// -// BeRealUITests.swift -// BeRealUITests -// -// Created by Javier Cicchelli on 29/11/2022. -// Copyright © 2022 Röck+Cöde. All rights reserved. -// - -import XCTest - -final class BeRealUITests: XCTestCase { - - override func setUpWithError() throws { - // Put setup code here. This method is called before the invocation of each test method in the class. - - // In UI tests it is usually best to stop immediately when a failure occurs. - continueAfterFailure = false - - // In UI tests it’s important to set the initial state - such as interface orientation - required for your tests before they run. The setUp method is a good place to do this. - } - - override func tearDownWithError() throws { - // Put teardown code here. This method is called after the invocation of each test method in the class. - } - - func testExample() throws { - // UI tests must launch the application that they test. - let app = XCUIApplication() - app.launch() - - // Use XCTAssert and related functions to verify your tests produce the correct results. - } - - func testLaunchPerformance() throws { - if #available(macOS 10.15, iOS 13.0, tvOS 13.0, watchOS 7.0, *) { - // This measures how long it takes to launch your application. - measure(metrics: [XCTApplicationLaunchMetric()]) { - XCUIApplication().launch() - } - } - } -} diff --git a/BeRealUITests/BeRealUITestsLaunchTests.swift b/BeRealUITests/BeRealUITestsLaunchTests.swift deleted file mode 100644 index b554c86..0000000 --- a/BeRealUITests/BeRealUITestsLaunchTests.swift +++ /dev/null @@ -1,33 +0,0 @@ -// -// BeRealUITestsLaunchTests.swift -// BeRealUITests -// -// Created by Javier Cicchelli on 29/11/2022. -// Copyright © 2022 Röck+Cöde. All rights reserved. -// - -import XCTest - -final class BeRealUITestsLaunchTests: XCTestCase { - - override class var runsForEachTargetApplicationUIConfiguration: Bool { - true - } - - override func setUpWithError() throws { - continueAfterFailure = false - } - - func testLaunch() throws { - let app = XCUIApplication() - app.launch() - - // Insert steps here to perform after app launch but before taking a screenshot, - // such as logging into a test account or navigating somewhere in the app - - let attachment = XCTAttachment(screenshot: app.screenshot()) - attachment.name = "Launch Screen" - attachment.lifetime = .keepAlways - add(attachment) - } -}