Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(26)

Unified Diff: ios/build/bots/scripts/TestProject/TestProject.xcodeproj/project.pbxproj

Issue 2805133005: Support running eg tests with xctestrun file on devices. (Closed)
Patch Set: test-filter Created 3 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | ios/build/bots/scripts/TestProject/TestProject.xcodeproj/xcshareddata/xcschemes/TestProject.xcscheme » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ios/build/bots/scripts/TestProject/TestProject.xcodeproj/project.pbxproj
diff --git a/ios/build/bots/scripts/TestProject/TestProject.xcodeproj/project.pbxproj b/ios/build/bots/scripts/TestProject/TestProject.xcodeproj/project.pbxproj
deleted file mode 100644
index eebc6ddf8d778b43835463ac8592275a8c43d591..0000000000000000000000000000000000000000
--- a/ios/build/bots/scripts/TestProject/TestProject.xcodeproj/project.pbxproj
+++ /dev/null
@@ -1,154 +0,0 @@
-// !$*UTF8*$!
-{
- archiveVersion = 1;
- classes = {
- };
- objectVersion = 46;
- objects = {
-
-/* Begin PBXBuildFile section */
- 8BBA57C51C5FDD5E00F0CB90 /* .app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = .app; sourceTree = BUILT_PRODUCTS_DIR; };
- 8BBA57DE1C5FDD5E00F0CB90 /* .xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = .xctest; sourceTree = BUILT_PRODUCTS_DIR; };
-/* End PBXBuildFile section */
-
-/* Begin PBXGroup section */
- 8BBA57BC1C5FDD5E00F0CB90 = {
- isa = PBXGroup;
- children = (
- 8BBA57C61C5FDD5E00F0CB90 /* Products */,
- );
- sourceTree = "<group>";
- };
- 8BBA57C61C5FDD5E00F0CB90 /* Products */ = {
- isa = PBXGroup;
- children = (
- 8BBA57C51C5FDD5E00F0CB90 /* .app */,
- 8BBA57DE1C5FDD5E00F0CB90 /* .xctest */,
- );
- name = Products;
- sourceTree = "<group>";
- };
-/* End PBXGroup section */
-
-/* Begin PBXNativeTarget section */
- 8BBA57C41C5FDD5E00F0CB90 /* TestProject */ = {
- isa = PBXNativeTarget;
- buildConfigurationList = 8BBA57E71C5FDD5E00F0CB90 /* Build configuration list for PBXNativeTarget "TestProject" */;
- buildPhases = (
- );
- buildRules = (
- );
- dependencies = (
- );
- name = TestProject;
- productName = TestProject;
- productReference = 8BBA57C51C5FDD5E00F0CB90 /* .app */;
- productType = "com.apple.product-type.application";
- };
- 8BBA57DD1C5FDD5E00F0CB90 /* TestProjectTests */ = {
- isa = PBXNativeTarget;
- buildConfigurationList = 8BBA57EA1C5FDD5E00F0CB90 /* Build configuration list for PBXNativeTarget "TestProjectTests" */;
- buildPhases = (
- );
- buildRules = (
- );
- dependencies = (
- );
- name = TestProjectTests;
- productName = TestProjectTests;
- productReference = 8BBA57DE1C5FDD5E00F0CB90 /* .xctest */;
- productType = "com.apple.product-type.bundle.unit-test";
- };
-/* End PBXNativeTarget section */
-
-/* Begin PBXProject section */
- 8BBA57BD1C5FDD5E00F0CB90 /* Project object */ = {
- isa = PBXProject;
- attributes = {
- LastUpgradeCheck = 0720;
- ORGANIZATIONNAME = "Google Inc";
- TargetAttributes = {
- 8BBA57C41C5FDD5E00F0CB90 = {
- CreatedOnToolsVersion = 7.2;
- };
- 8BBA57DD1C5FDD5E00F0CB90 = {
- CreatedOnToolsVersion = 7.2;
- TestTargetID = 8BBA57C41C5FDD5E00F0CB90;
- };
- };
- };
- buildConfigurationList = 8BBA57C01C5FDD5E00F0CB90 /* Build configuration list for PBXProject "TestProject" */;
- compatibilityVersion = "Xcode 3.2";
- developmentRegion = English;
- hasScannedForEncodings = 0;
- knownRegions = (
- en,
- Base,
- );
- mainGroup = 8BBA57BC1C5FDD5E00F0CB90;
- productRefGroup = 8BBA57C61C5FDD5E00F0CB90 /* Products */;
- projectDirPath = "";
- projectRoot = "";
- targets = (
- 8BBA57C41C5FDD5E00F0CB90 /* TestProject */,
- 8BBA57DD1C5FDD5E00F0CB90 /* TestProjectTests */,
- );
- };
-/* End PBXProject section */
-
-/* Begin XCBuildConfiguration section */
- 8BBA57E61C5FDD5E00F0CB90 /* Default */ = {
- isa = XCBuildConfiguration;
- buildSettings = {
- IPHONEOS_DEPLOYMENT_TARGET = 9.0;
- SDKROOT = iphoneos;
- CODE_SIGNING_REQUIRED = NO;
- PROVISIONING_PROFILE = AUTOMATIC;
- };
- name = Default;
- };
- 8BBA57E91C5FDD5E00F0CB90 /* Default */ = {
- isa = XCBuildConfiguration;
- buildSettings = {
- PRODUCT_NAME = "$(APP_TARGET_NAME)";
- CONFIGURATION_BUILD_DIR = "$(BUILT_PRODUCTS_DIR)";
- };
- name = Default;
- };
- 8BBA57EB1C5FDD5E00F0CB90 /* Default */ = {
- isa = XCBuildConfiguration;
- buildSettings = {
- PRODUCT_NAME = "$(TEST_TARGET_NAME)";
- TEST_HOST = "$(BUILT_PRODUCTS_DIR)/$(APP_TARGET_NAME).app/$(APP_TARGET_NAME)";
- CONFIGURATION_BUILD_DIR = "$(BUILT_PRODUCTS_DIR)";
- };
- name = Default;
- };
-/* End XCBuildConfiguration section */
-
-/* Begin XCConfigurationList section */
- 8BBA57C01C5FDD5E00F0CB90 /* Build configuration list for PBXProject "TestProject" */ = {
- isa = XCConfigurationList;
- buildConfigurations = (
- 8BBA57E61C5FDD5E00F0CB90 /* Default */,
- );
- defaultConfigurationIsVisible = 0;
- };
- 8BBA57E71C5FDD5E00F0CB90 /* Build configuration list for PBXNativeTarget "TestProject" */ = {
- isa = XCConfigurationList;
- buildConfigurations = (
- 8BBA57E91C5FDD5E00F0CB90 /* Default */,
- );
- defaultConfigurationIsVisible = 0;
- };
- 8BBA57EA1C5FDD5E00F0CB90 /* Build configuration list for PBXNativeTarget "TestProjectTests" */ = {
- isa = XCConfigurationList;
- buildConfigurations = (
- 8BBA57EB1C5FDD5E00F0CB90 /* Default */,
- );
- defaultConfigurationIsVisible = 0;
- };
-/* End XCConfigurationList section */
- };
- rootObject = 8BBA57BD1C5FDD5E00F0CB90 /* Project object */;
-}
« no previous file with comments | « no previous file | ios/build/bots/scripts/TestProject/TestProject.xcodeproj/xcshareddata/xcschemes/TestProject.xcscheme » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698