Skip to content

Commit

Permalink
Removes UITest target
Browse files Browse the repository at this point in the history
  • Loading branch information
mohssenfathi committed Apr 3, 2024
1 parent fdebde6 commit 0fe1a31
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 105 deletions.
82 changes: 0 additions & 82 deletions examples/UberSDK/UberSDK.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,6 @@
B2D7AE1E2B979EDA007F03FB /* ContentView.swift in Sources */ = {isa = PBXBuildFile; fileRef = B2D7AE1D2B979EDA007F03FB /* ContentView.swift */; };
B2D7AE202B979EDB007F03FB /* Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = B2D7AE1F2B979EDB007F03FB /* Assets.xcassets */; };
B2D7AE232B979EDB007F03FB /* Preview Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = B2D7AE222B979EDB007F03FB /* Preview Assets.xcassets */; };
B2D7AE372B979EDB007F03FB /* UberSDKUITests.swift in Sources */ = {isa = PBXBuildFile; fileRef = B2D7AE362B979EDB007F03FB /* UberSDKUITests.swift */; };
B2D7AE392B979EDB007F03FB /* UberSDKUITestsLaunchTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = B2D7AE382B979EDB007F03FB /* UberSDKUITestsLaunchTests.swift */; };
B2D7AE442B979F4E007F03FB /* UberAuth in Frameworks */ = {isa = PBXBuildFile; productRef = B2D7AE432B979F4E007F03FB /* UberAuth */; };
B2D7AE462B979F4E007F03FB /* UberCore in Frameworks */ = {isa = PBXBuildFile; productRef = B2D7AE452B979F4E007F03FB /* UberCore */; };
B2D7AE482B979F4E007F03FB /* UberRides in Frameworks */ = {isa = PBXBuildFile; productRef = B2D7AE472B979F4E007F03FB /* UberRides */; };
Expand Down Expand Up @@ -65,9 +63,6 @@
B2D7AE1F2B979EDB007F03FB /* Assets.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Assets.xcassets; sourceTree = "<group>"; };
B2D7AE222B979EDB007F03FB /* Preview Assets.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = "Preview Assets.xcassets"; sourceTree = "<group>"; };
B2D7AE282B979EDB007F03FB /* UberSDKTests.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = UberSDKTests.xctest; sourceTree = BUILT_PRODUCTS_DIR; };
B2D7AE322B979EDB007F03FB /* UberSDKUITests.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = UberSDKUITests.xctest; sourceTree = BUILT_PRODUCTS_DIR; };
B2D7AE362B979EDB007F03FB /* UberSDKUITests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = UberSDKUITests.swift; sourceTree = "<group>"; };
B2D7AE382B979EDB007F03FB /* UberSDKUITestsLaunchTests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = UberSDKUITestsLaunchTests.swift; sourceTree = "<group>"; };
/* End PBXFileReference section */

/* Begin PBXFrameworksBuildPhase section */
Expand Down Expand Up @@ -117,7 +112,6 @@
children = (
B2D7AE1A2B979EDA007F03FB /* UberSDK */,
B2D7AE2B2B979EDB007F03FB /* UberSDKTests */,
B2D7AE352B979EDB007F03FB /* UberSDKUITests */,
B29303A32B89113F00D28BAA /* Products */,
);
sourceTree = "<group>";
Expand All @@ -127,7 +121,6 @@
children = (
B2D7AE192B979EDA007F03FB /* UberSDK.app */,
B2D7AE282B979EDB007F03FB /* UberSDKTests.xctest */,
B2D7AE322B979EDB007F03FB /* UberSDKUITests.xctest */,
);
name = Products;
sourceTree = "<group>";
Expand Down Expand Up @@ -172,15 +165,6 @@
path = UberSDKTests;
sourceTree = "<group>";
};
B2D7AE352B979EDB007F03FB /* UberSDKUITests */ = {
isa = PBXGroup;
children = (
B2D7AE362B979EDB007F03FB /* UberSDKUITests.swift */,
B2D7AE382B979EDB007F03FB /* UberSDKUITestsLaunchTests.swift */,
);
path = UberSDKUITests;
sourceTree = "<group>";
};
/* End PBXGroup section */

/* Begin PBXNativeTarget section */
Expand Down Expand Up @@ -224,24 +208,6 @@
productReference = B2D7AE282B979EDB007F03FB /* UberSDKTests.xctest */;
productType = "com.apple.product-type.bundle.unit-test";
};
B2D7AE312B979EDB007F03FB /* UberSDKUITests */ = {
isa = PBXNativeTarget;
buildConfigurationList = B2D7AE402B979EDB007F03FB /* Build configuration list for PBXNativeTarget "UberSDKUITests" */;
buildPhases = (
B2D7AE2E2B979EDB007F03FB /* Sources */,
B2D7AE2F2B979EDB007F03FB /* Frameworks */,
B2D7AE302B979EDB007F03FB /* Resources */,
);
buildRules = (
);
dependencies = (
B2D7AE342B979EDB007F03FB /* PBXTargetDependency */,
);
name = UberSDKUITests;
productName = UberSDKUITests;
productReference = B2D7AE322B979EDB007F03FB /* UberSDKUITests.xctest */;
productType = "com.apple.product-type.bundle.ui-testing";
};
/* End PBXNativeTarget section */

/* Begin PBXProject section */
Expand Down Expand Up @@ -283,7 +249,6 @@
targets = (
B2D7AE182B979EDA007F03FB /* UberSDK */,
B2D7AE272B979EDB007F03FB /* UberSDKTests */,
B2D7AE312B979EDB007F03FB /* UberSDKUITests */,
);
};
/* End PBXProject section */
Expand Down Expand Up @@ -346,8 +311,6 @@
isa = PBXSourcesBuildPhase;
buildActionMask = 2147483647;
files = (
B2D7AE372B979EDB007F03FB /* UberSDKUITests.swift in Sources */,
B2D7AE392B979EDB007F03FB /* UberSDKUITestsLaunchTests.swift in Sources */,
);
runOnlyForDeploymentPostprocessing = 0;
};
Expand Down Expand Up @@ -588,42 +551,6 @@
};
name = Release;
};
B2D7AE412B979EDB007F03FB /* Debug */ = {
isa = XCBuildConfiguration;
buildSettings = {
ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = YES;
CODE_SIGN_STYLE = Automatic;
CURRENT_PROJECT_VERSION = 1;
DEVELOPMENT_TEAM = 5F83KRY2FH;
GENERATE_INFOPLIST_FILE = YES;
MARKETING_VERSION = 1.0;
PRODUCT_BUNDLE_IDENTIFIER = com.uber.UberSDKUITests;
PRODUCT_NAME = "$(TARGET_NAME)";
SWIFT_EMIT_LOC_STRINGS = NO;
SWIFT_VERSION = 5.0;
TARGETED_DEVICE_FAMILY = "1,2";
TEST_TARGET_NAME = UberSDK;
};
name = Debug;
};
B2D7AE422B979EDB007F03FB /* Release */ = {
isa = XCBuildConfiguration;
buildSettings = {
ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = YES;
CODE_SIGN_STYLE = Automatic;
CURRENT_PROJECT_VERSION = 1;
DEVELOPMENT_TEAM = 5F83KRY2FH;
GENERATE_INFOPLIST_FILE = YES;
MARKETING_VERSION = 1.0;
PRODUCT_BUNDLE_IDENTIFIER = com.uber.UberSDKUITests;
PRODUCT_NAME = "$(TARGET_NAME)";
SWIFT_EMIT_LOC_STRINGS = NO;
SWIFT_VERSION = 5.0;
TARGETED_DEVICE_FAMILY = "1,2";
TEST_TARGET_NAME = UberSDK;
};
name = Release;
};
/* End XCBuildConfiguration section */

/* Begin XCConfigurationList section */
Expand Down Expand Up @@ -654,15 +581,6 @@
defaultConfigurationIsVisible = 0;
defaultConfigurationName = Release;
};
B2D7AE402B979EDB007F03FB /* Build configuration list for PBXNativeTarget "UberSDKUITests" */ = {
isa = XCConfigurationList;
buildConfigurations = (
B2D7AE412B979EDB007F03FB /* Debug */,
B2D7AE422B979EDB007F03FB /* Release */,
);
defaultConfigurationIsVisible = 0;
defaultConfigurationName = Release;
};
/* End XCConfigurationList section */

/* Begin XCLocalSwiftPackageReference section */
Expand Down
10 changes: 0 additions & 10 deletions examples/UberSDK/UberSDKUITests/UberSDKUITests.swift

This file was deleted.

13 changes: 0 additions & 13 deletions examples/UberSDK/UberSDKUITests/UberSDKUITestsLaunchTests.swift

This file was deleted.

0 comments on commit 0fe1a31

Please sign in to comment.