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

Side by Side 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 unified diff | 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 »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
(Empty)
1 // !$*UTF8*$!
2 {
3 archiveVersion = 1;
4 classes = {
5 };
6 objectVersion = 46;
7 objects = {
8
9 /* Begin PBXBuildFile section */
10 8BBA57C51C5FDD5E00F0CB90 /* .app */ = {isa = PBXFileReference; explicitFileT ype = wrapper.application; includeInIndex = 0; path = .app; sourceTree = BUILT_P RODUCTS_DIR; };
11 8BBA57DE1C5FDD5E00F0CB90 /* .xctest */ = {isa = PBXFileReference; explicitFi leType = wrapper.cfbundle; includeInIndex = 0; path = .xctest; sourceTree = BUIL T_PRODUCTS_DIR; };
12 /* End PBXBuildFile section */
13
14 /* Begin PBXGroup section */
15 8BBA57BC1C5FDD5E00F0CB90 = {
16 isa = PBXGroup;
17 children = (
18 8BBA57C61C5FDD5E00F0CB90 /* Products */,
19 );
20 sourceTree = "<group>";
21 };
22 8BBA57C61C5FDD5E00F0CB90 /* Products */ = {
23 isa = PBXGroup;
24 children = (
25 8BBA57C51C5FDD5E00F0CB90 /* .app */,
26 8BBA57DE1C5FDD5E00F0CB90 /* .xctest */,
27 );
28 name = Products;
29 sourceTree = "<group>";
30 };
31 /* End PBXGroup section */
32
33 /* Begin PBXNativeTarget section */
34 8BBA57C41C5FDD5E00F0CB90 /* TestProject */ = {
35 isa = PBXNativeTarget;
36 buildConfigurationList = 8BBA57E71C5FDD5E00F0CB90 /* Build configuration l ist for PBXNativeTarget "TestProject" */;
37 buildPhases = (
38 );
39 buildRules = (
40 );
41 dependencies = (
42 );
43 name = TestProject;
44 productName = TestProject;
45 productReference = 8BBA57C51C5FDD5E00F0CB90 /* .app */;
46 productType = "com.apple.product-type.application";
47 };
48 8BBA57DD1C5FDD5E00F0CB90 /* TestProjectTests */ = {
49 isa = PBXNativeTarget;
50 buildConfigurationList = 8BBA57EA1C5FDD5E00F0CB90 /* Build configuration l ist for PBXNativeTarget "TestProjectTests" */;
51 buildPhases = (
52 );
53 buildRules = (
54 );
55 dependencies = (
56 );
57 name = TestProjectTests;
58 productName = TestProjectTests;
59 productReference = 8BBA57DE1C5FDD5E00F0CB90 /* .xctest */;
60 productType = "com.apple.product-type.bundle.unit-test";
61 };
62 /* End PBXNativeTarget section */
63
64 /* Begin PBXProject section */
65 8BBA57BD1C5FDD5E00F0CB90 /* Project object */ = {
66 isa = PBXProject;
67 attributes = {
68 LastUpgradeCheck = 0720;
69 ORGANIZATIONNAME = "Google Inc";
70 TargetAttributes = {
71 8BBA57C41C5FDD5E00F0CB90 = {
72 CreatedOnToolsVersion = 7.2;
73 };
74 8BBA57DD1C5FDD5E00F0CB90 = {
75 CreatedOnToolsVersion = 7.2;
76 TestTargetID = 8BBA57C41C5FDD5E00F0CB90;
77 };
78 };
79 };
80 buildConfigurationList = 8BBA57C01C5FDD5E00F0CB90 /* Build configuration l ist for PBXProject "TestProject" */;
81 compatibilityVersion = "Xcode 3.2";
82 developmentRegion = English;
83 hasScannedForEncodings = 0;
84 knownRegions = (
85 en,
86 Base,
87 );
88 mainGroup = 8BBA57BC1C5FDD5E00F0CB90;
89 productRefGroup = 8BBA57C61C5FDD5E00F0CB90 /* Products */;
90 projectDirPath = "";
91 projectRoot = "";
92 targets = (
93 8BBA57C41C5FDD5E00F0CB90 /* TestProject */,
94 8BBA57DD1C5FDD5E00F0CB90 /* TestProjectTests */,
95 );
96 };
97 /* End PBXProject section */
98
99 /* Begin XCBuildConfiguration section */
100 8BBA57E61C5FDD5E00F0CB90 /* Default */ = {
101 isa = XCBuildConfiguration;
102 buildSettings = {
103 IPHONEOS_DEPLOYMENT_TARGET = 9.0;
104 SDKROOT = iphoneos;
105 CODE_SIGNING_REQUIRED = NO;
106 PROVISIONING_PROFILE = AUTOMATIC;
107 };
108 name = Default;
109 };
110 8BBA57E91C5FDD5E00F0CB90 /* Default */ = {
111 isa = XCBuildConfiguration;
112 buildSettings = {
113 PRODUCT_NAME = "$(APP_TARGET_NAME)";
114 CONFIGURATION_BUILD_DIR = "$(BUILT_PRODUCTS_DIR)";
115 };
116 name = Default;
117 };
118 8BBA57EB1C5FDD5E00F0CB90 /* Default */ = {
119 isa = XCBuildConfiguration;
120 buildSettings = {
121 PRODUCT_NAME = "$(TEST_TARGET_NAME)";
122 TEST_HOST = "$(BUILT_PRODUCTS_DIR)/$(APP_TARGET_NAME).app/$(APP_TARGET_N AME)";
123 CONFIGURATION_BUILD_DIR = "$(BUILT_PRODUCTS_DIR)";
124 };
125 name = Default;
126 };
127 /* End XCBuildConfiguration section */
128
129 /* Begin XCConfigurationList section */
130 8BBA57C01C5FDD5E00F0CB90 /* Build configuration list for PBXProject "TestPro ject" */ = {
131 isa = XCConfigurationList;
132 buildConfigurations = (
133 8BBA57E61C5FDD5E00F0CB90 /* Default */,
134 );
135 defaultConfigurationIsVisible = 0;
136 };
137 8BBA57E71C5FDD5E00F0CB90 /* Build configuration list for PBXNativeTarget "Te stProject" */ = {
138 isa = XCConfigurationList;
139 buildConfigurations = (
140 8BBA57E91C5FDD5E00F0CB90 /* Default */,
141 );
142 defaultConfigurationIsVisible = 0;
143 };
144 8BBA57EA1C5FDD5E00F0CB90 /* Build configuration list for PBXNativeTarget "Te stProjectTests" */ = {
145 isa = XCConfigurationList;
146 buildConfigurations = (
147 8BBA57EB1C5FDD5E00F0CB90 /* Default */,
148 );
149 defaultConfigurationIsVisible = 0;
150 };
151 /* End XCConfigurationList section */
152 };
153 rootObject = 8BBA57BD1C5FDD5E00F0CB90 /* Project object */;
154 }
OLDNEW
« 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