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

Side by Side Diff: samples/github/ios/github.xcodeproj/project.pbxproj

Issue 2035023003: Remove service-compiler related code. (Closed) Base URL: git@github.com:dartino/sdk.git@master
Patch Set: Created 4 years, 6 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
OLDNEW
(Empty)
1 // !$*UTF8*$!
2 {
3 archiveVersion = 1;
4 classes = {
5 };
6 objectVersion = 46;
7 objects = {
8
9 /* Begin PBXBuildFile section */
10 2D6E8DC71B283A6300FED492 /* dart-logo.png in Resources */ = {isa = PBXBuildFile; fileRef = 2D6E8DC61B283A6300FED492 /* dart-logo.png */; };
11 2DB491831B0C83D200912DA3 /* CommitCellPresenter.mm in Sources */ = {isa = PBXBuildFile; fileRef = 2DB491821B0C83D200912DA3 /* CommitCellPresente r.mm */; };
12 2DB4918A1B0C9B2000912DA3 /* CommitListPresenter.mm in Sources */ = {isa = PBXBuildFile; fileRef = 2DB491891B0C9B2000912DA3 /* CommitListPresente r.mm */; };
13 DA155C1F1B6A2F2100022EA8 /* libdartinovm.a in Frameworks */ = {i sa = PBXBuildFile; fileRef = DA155C1E1B6A2F2100022EA8 /* libdartinovm.a */; };
14 DA155C241B6A2FAA00022EA8 /* github.snapshot in Resources */ = {i sa = PBXBuildFile; fileRef = DA155C231B6A2FAA00022EA8 /* github.snapshot */; };
15 DA1D77031B037490009E936C /* MainController.mm in Sources */ = {i sa = PBXBuildFile; fileRef = DA1D77021B037490009E936C /* MainController.mm */; } ;
16 DA313FA51AD665A6000089F9 /* main.m in Sources */ = {isa = PBXBui ldFile; fileRef = DA313FA41AD665A6000089F9 /* main.m */; };
17 DA313FA81AD665A6000089F9 /* AppDelegate.mm in Sources */ = {isa = PBXBuildFile; fileRef = DA313FA71AD665A6000089F9 /* AppDelegate.mm */; };
18 DA313FAE1AD665A6000089F9 /* Main.storyboard in Resources */ = {i sa = PBXBuildFile; fileRef = DA313FAC1AD665A6000089F9 /* Main.storyboard */; };
19 DA313FB01AD665A6000089F9 /* Images.xcassets in Resources */ = {i sa = PBXBuildFile; fileRef = DA313FAF1AD665A6000089F9 /* Images.xcassets */; };
20 DA313FB31AD665A6000089F9 /* LaunchScreen.xib in Resources */ = { isa = PBXBuildFile; fileRef = DA313FB11AD665A6000089F9 /* LaunchScreen.xib */; } ;
21 DA313FBF1AD665A7000089F9 /* githubTests.m in Sources */ = {isa = PBXBuildFile; fileRef = DA313FBE1AD665A7000089F9 /* githubTests.m */; };
22 DAC37B8D1BA807CD00104EA8 /* github_mock_service.snapshot in Reso urces */ = {isa = PBXBuildFile; fileRef = DAC37B8C1BA807CD00104EA8 /* github_moc k_service.snapshot */; };
23 ED555EEAB4712F57987985D0 /* libPods.a in Frameworks */ = {isa = PBXBuildFile; fileRef = CCA642B939EC230FB0A8EBD6 /* libPods.a */; };
24 /* End PBXBuildFile section */
25
26 /* Begin PBXContainerItemProxy section */
27 DA313FB91AD665A7000089F9 /* PBXContainerItemProxy */ = {
28 isa = PBXContainerItemProxy;
29 containerPortal = DA313F971AD665A6000089F9 /* Project ob ject */;
30 proxyType = 1;
31 remoteGlobalIDString = DA313F9E1AD665A6000089F9;
32 remoteInfo = github;
33 };
34 /* End PBXContainerItemProxy section */
35
36 /* Begin PBXFileReference section */
37 2D6E8DC61B283A6300FED492 /* dart-logo.png */ = {isa = PBXFileRef erence; lastKnownFileType = image.png; name = "dart-logo.png"; path = "github/da rt-logo.png"; sourceTree = "<group>"; };
38 2DB491811B0C83D200912DA3 /* CommitCellPresenter.h */ = {isa = PB XFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; lineEnding = 0; path = CommitCellPresenter.h; sourceTree = "<group>"; xcLanguageSpecificat ionIdentifier = xcode.lang.objcpp; };
39 2DB491821B0C83D200912DA3 /* CommitCellPresenter.mm */ = {isa = P BXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.objcpp; li neEnding = 0; path = CommitCellPresenter.mm; sourceTree = "<group>"; xcLanguageS pecificationIdentifier = xcode.lang.objcpp; };
40 2DB491881B0C9B2000912DA3 /* CommitListPresenter.h */ = {isa = PB XFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = Com mitListPresenter.h; sourceTree = "<group>"; };
41 2DB491891B0C9B2000912DA3 /* CommitListPresenter.mm */ = {isa = P BXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.objcpp; pa th = CommitListPresenter.mm; sourceTree = "<group>"; };
42 4161D6553D51B74A4F8DBA90 /* Pods.debug.xcconfig */ = {isa = PBXF ileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = Pods .debug.xcconfig; path = "Pods/Target Support Files/Pods/Pods.debug.xcconfig"; so urceTree = "<group>"; };
43 B2F089567A7ED1FE2EBE0CEE /* Pods.release.xcconfig */ = {isa = PB XFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = Po ds.release.xcconfig; path = "Pods/Target Support Files/Pods/Pods.release.xcconfi g"; sourceTree = "<group>"; };
44 CCA642B939EC230FB0A8EBD6 /* libPods.a */ = {isa = PBXFileReferen ce; explicitFileType = archive.ar; includeInIndex = 0; path = libPods.a; sourceT ree = BUILT_PRODUCTS_DIR; };
45 DA155C1E1B6A2F2100022EA8 /* libdartinovm.a */ = {isa = PBXFileRe ference; explicitFileType = archive.ar; path = libdartinovm.a; sourceTree = "<gr oup>"; };
46 DA155C231B6A2FAA00022EA8 /* github.snapshot */ = {isa = PBXFileR eference; lastKnownFileType = file; path = github.snapshot; sourceTree = "<group >"; };
47 DA1D77011B037490009E936C /* MainController.h */ = {isa = PBXFile Reference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = MainCont roller.h; sourceTree = "<group>"; };
48 DA1D77021B037490009E936C /* MainController.mm */ = {isa = PBXFil eReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.objcpp; path = MainController.mm; sourceTree = "<group>"; };
49 DA313F9F1AD665A6000089F9 /* github.app */ = {isa = PBXFileRefere nce; explicitFileType = wrapper.application; includeInIndex = 0; path = github.a pp; sourceTree = BUILT_PRODUCTS_DIR; };
50 DA313FA31AD665A6000089F9 /* Info.plist */ = {isa = PBXFileRefere nce; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group >"; };
51 DA313FA41AD665A6000089F9 /* main.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = main.m; sourceTree = "<group>"; } ;
52 DA313FA61AD665A6000089F9 /* AppDelegate.h */ = {isa = PBXFileRef erence; lastKnownFileType = sourcecode.c.h; path = AppDelegate.h; sourceTree = " <group>"; };
53 DA313FA71AD665A6000089F9 /* AppDelegate.mm */ = {isa = PBXFileRe ference; lastKnownFileType = sourcecode.cpp.objcpp; path = AppDelegate.mm; sourc eTree = "<group>"; };
54 DA313FAD1AD665A6000089F9 /* Base */ = {isa = PBXFileReference; l astKnownFileType = file.storyboard; name = Base; path = Base.lproj/Main.storyboa rd; sourceTree = "<group>"; };
55 DA313FAF1AD665A6000089F9 /* Images.xcassets */ = {isa = PBXFileR eference; lastKnownFileType = folder.assetcatalog; path = Images.xcassets; sourc eTree = "<group>"; };
56 DA313FB21AD665A6000089F9 /* Base */ = {isa = PBXFileReference; l astKnownFileType = file.xib; name = Base; path = Base.lproj/LaunchScreen.xib; so urceTree = "<group>"; };
57 DA313FB81AD665A7000089F9 /* githubTests.xctest */ = {isa = PBXFi leReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = git hubTests.xctest; sourceTree = BUILT_PRODUCTS_DIR; };
58 DA313FBD1AD665A7000089F9 /* Info.plist */ = {isa = PBXFileRefere nce; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group >"; };
59 DA313FBE1AD665A7000089F9 /* githubTests.m */ = {isa = PBXFileRef erence; lastKnownFileType = sourcecode.c.objc; path = githubTests.m; sourceTree = "<group>"; };
60 DAC37B8C1BA807CD00104EA8 /* github_mock_service.snapshot */ = {i sa = PBXFileReference; lastKnownFileType = file; name = github_mock_service.snap shot; path = ../github_mock_service.snapshot; sourceTree = "<group>"; };
61 /* End PBXFileReference section */
62
63 /* Begin PBXFrameworksBuildPhase section */
64 DA313F9C1AD665A6000089F9 /* Frameworks */ = {
65 isa = PBXFrameworksBuildPhase;
66 buildActionMask = 2147483647;
67 files = (
68 DA155C1F1B6A2F2100022EA8 /* libdartinovm.a in Fr ameworks */,
69 ED555EEAB4712F57987985D0 /* libPods.a in Framewo rks */,
70 );
71 runOnlyForDeploymentPostprocessing = 0;
72 };
73 DA313FB51AD665A7000089F9 /* Frameworks */ = {
74 isa = PBXFrameworksBuildPhase;
75 buildActionMask = 2147483647;
76 files = (
77 );
78 runOnlyForDeploymentPostprocessing = 0;
79 };
80 /* End PBXFrameworksBuildPhase section */
81
82 /* Begin PBXGroup section */
83 374C8718DFFCF2F8D0FB8ACB /* Pods */ = {
84 isa = PBXGroup;
85 children = (
86 4161D6553D51B74A4F8DBA90 /* Pods.debug.xcconfig */,
87 B2F089567A7ED1FE2EBE0CEE /* Pods.release.xcconfi g */,
88 );
89 name = Pods;
90 sourceTree = "<group>";
91 };
92 7C592E2EDA0570FB00C78420 /* Frameworks */ = {
93 isa = PBXGroup;
94 children = (
95 DA155C1E1B6A2F2100022EA8 /* libdartinovm.a */,
96 CCA642B939EC230FB0A8EBD6 /* libPods.a */,
97 );
98 name = Frameworks;
99 sourceTree = "<group>";
100 };
101 DA155C221B6A2F6100022EA8 /* Resources */ = {
102 isa = PBXGroup;
103 children = (
104 DAC37B8C1BA807CD00104EA8 /* github_mock_service. snapshot */,
105 2D6E8DC61B283A6300FED492 /* dart-logo.png */,
106 DA155C231B6A2FAA00022EA8 /* github.snapshot */,
107 );
108 name = Resources;
109 sourceTree = "<group>";
110 };
111 DA313F961AD665A6000089F9 = {
112 isa = PBXGroup;
113 children = (
114 DA313FA11AD665A6000089F9 /* github */,
115 DA313FBB1AD665A7000089F9 /* githubTests */,
116 DA155C221B6A2F6100022EA8 /* Resources */,
117 DA313FA01AD665A6000089F9 /* Products */,
118 7C592E2EDA0570FB00C78420 /* Frameworks */,
119 374C8718DFFCF2F8D0FB8ACB /* Pods */,
120 );
121 sourceTree = "<group>";
122 };
123 DA313FA01AD665A6000089F9 /* Products */ = {
124 isa = PBXGroup;
125 children = (
126 DA313F9F1AD665A6000089F9 /* github.app */,
127 DA313FB81AD665A7000089F9 /* githubTests.xctest * /,
128 );
129 name = Products;
130 sourceTree = "<group>";
131 };
132 DA313FA11AD665A6000089F9 /* github */ = {
133 isa = PBXGroup;
134 children = (
135 DA313FA61AD665A6000089F9 /* AppDelegate.h */,
136 DA313FA71AD665A6000089F9 /* AppDelegate.mm */,
137 DA1D77011B037490009E936C /* MainController.h */,
138 DA1D77021B037490009E936C /* MainController.mm */ ,
139 2DB491811B0C83D200912DA3 /* CommitCellPresenter. h */,
140 2DB491821B0C83D200912DA3 /* CommitCellPresenter. mm */,
141 2DB491881B0C9B2000912DA3 /* CommitListPresenter. h */,
142 2DB491891B0C9B2000912DA3 /* CommitListPresenter. mm */,
143 DA313FAC1AD665A6000089F9 /* Main.storyboard */,
144 DA313FAF1AD665A6000089F9 /* Images.xcassets */,
145 DA313FB11AD665A6000089F9 /* LaunchScreen.xib */,
146 DA313FA21AD665A6000089F9 /* Supporting Files */,
147 );
148 path = github;
149 sourceTree = "<group>";
150 };
151 DA313FA21AD665A6000089F9 /* Supporting Files */ = {
152 isa = PBXGroup;
153 children = (
154 DA313FA31AD665A6000089F9 /* Info.plist */,
155 DA313FA41AD665A6000089F9 /* main.m */,
156 );
157 name = "Supporting Files";
158 sourceTree = "<group>";
159 };
160 DA313FBB1AD665A7000089F9 /* githubTests */ = {
161 isa = PBXGroup;
162 children = (
163 DA313FBE1AD665A7000089F9 /* githubTests.m */,
164 DA313FBC1AD665A7000089F9 /* Supporting Files */,
165 );
166 path = githubTests;
167 sourceTree = "<group>";
168 };
169 DA313FBC1AD665A7000089F9 /* Supporting Files */ = {
170 isa = PBXGroup;
171 children = (
172 DA313FBD1AD665A7000089F9 /* Info.plist */,
173 );
174 name = "Supporting Files";
175 sourceTree = "<group>";
176 };
177 /* End PBXGroup section */
178
179 /* Begin PBXNativeTarget section */
180 DA313F9E1AD665A6000089F9 /* github */ = {
181 isa = PBXNativeTarget;
182 buildConfigurationList = DA313FC21AD665A7000089F9 /* Bui ld configuration list for PBXNativeTarget "github" */;
183 buildPhases = (
184 F0B647F7A948C0AD6E54F40A /* Check Pods Manifest. lock */,
185 DA313F9B1AD665A6000089F9 /* Sources */,
186 DA313F9C1AD665A6000089F9 /* Frameworks */,
187 DA313F9D1AD665A6000089F9 /* Resources */,
188 517ED2F71F1E7ADAB358491A /* Embed Pods Framework s */,
189 9D5E6AB526EB02BC0D9677E2 /* Copy Pods Resources */,
190 );
191 buildRules = (
192 );
193 dependencies = (
194 );
195 name = github;
196 productName = github;
197 productReference = DA313F9F1AD665A6000089F9 /* github.ap p */;
198 productType = "com.apple.product-type.application";
199 };
200 DA313FB71AD665A7000089F9 /* githubTests */ = {
201 isa = PBXNativeTarget;
202 buildConfigurationList = DA313FC51AD665A7000089F9 /* Bui ld configuration list for PBXNativeTarget "githubTests" */;
203 buildPhases = (
204 DA313FB41AD665A7000089F9 /* Sources */,
205 DA313FB51AD665A7000089F9 /* Frameworks */,
206 DA313FB61AD665A7000089F9 /* Resources */,
207 );
208 buildRules = (
209 );
210 dependencies = (
211 DA313FBA1AD665A7000089F9 /* PBXTargetDependency */,
212 );
213 name = githubTests;
214 productName = githubTests;
215 productReference = DA313FB81AD665A7000089F9 /* githubTes ts.xctest */;
216 productType = "com.apple.product-type.bundle.unit-test";
217 };
218 /* End PBXNativeTarget section */
219
220 /* Begin PBXProject section */
221 DA313F971AD665A6000089F9 /* Project object */ = {
222 isa = PBXProject;
223 attributes = {
224 LastUpgradeCheck = 0630;
225 ORGANIZATIONNAME = "Google Inc";
226 TargetAttributes = {
227 DA313F9E1AD665A6000089F9 = {
228 CreatedOnToolsVersion = 6.1.1;
229 };
230 DA313FB71AD665A7000089F9 = {
231 CreatedOnToolsVersion = 6.1.1;
232 TestTargetID = DA313F9E1AD665A60 00089F9;
233 };
234 };
235 };
236 buildConfigurationList = DA313F9A1AD665A6000089F9 /* Bui ld configuration list for PBXProject "github" */;
237 compatibilityVersion = "Xcode 3.2";
238 developmentRegion = English;
239 hasScannedForEncodings = 0;
240 knownRegions = (
241 en,
242 Base,
243 );
244 mainGroup = DA313F961AD665A6000089F9;
245 productRefGroup = DA313FA01AD665A6000089F9 /* Products * /;
246 projectDirPath = "";
247 projectRoot = "";
248 targets = (
249 DA313F9E1AD665A6000089F9 /* github */,
250 DA313FB71AD665A7000089F9 /* githubTests */,
251 );
252 };
253 /* End PBXProject section */
254
255 /* Begin PBXResourcesBuildPhase section */
256 DA313F9D1AD665A6000089F9 /* Resources */ = {
257 isa = PBXResourcesBuildPhase;
258 buildActionMask = 2147483647;
259 files = (
260 DA313FAE1AD665A6000089F9 /* Main.storyboard in R esources */,
261 DA313FB31AD665A6000089F9 /* LaunchScreen.xib in Resources */,
262 DAC37B8D1BA807CD00104EA8 /* github_mock_service. snapshot in Resources */,
263 2D6E8DC71B283A6300FED492 /* dart-logo.png in Res ources */,
264 DA313FB01AD665A6000089F9 /* Images.xcassets in R esources */,
265 DA155C241B6A2FAA00022EA8 /* github.snapshot in R esources */,
266 );
267 runOnlyForDeploymentPostprocessing = 0;
268 };
269 DA313FB61AD665A7000089F9 /* Resources */ = {
270 isa = PBXResourcesBuildPhase;
271 buildActionMask = 2147483647;
272 files = (
273 );
274 runOnlyForDeploymentPostprocessing = 0;
275 };
276 /* End PBXResourcesBuildPhase section */
277
278 /* Begin PBXShellScriptBuildPhase section */
279 517ED2F71F1E7ADAB358491A /* Embed Pods Frameworks */ = {
280 isa = PBXShellScriptBuildPhase;
281 buildActionMask = 2147483647;
282 files = (
283 );
284 inputPaths = (
285 );
286 name = "Embed Pods Frameworks";
287 outputPaths = (
288 );
289 runOnlyForDeploymentPostprocessing = 0;
290 shellPath = /bin/sh;
291 shellScript = "\"${SRCROOT}/Pods/Target Support Files/Po ds/Pods-frameworks.sh\"\n";
292 showEnvVarsInLog = 0;
293 };
294 9D5E6AB526EB02BC0D9677E2 /* Copy Pods Resources */ = {
295 isa = PBXShellScriptBuildPhase;
296 buildActionMask = 2147483647;
297 files = (
298 );
299 inputPaths = (
300 );
301 name = "Copy Pods Resources";
302 outputPaths = (
303 );
304 runOnlyForDeploymentPostprocessing = 0;
305 shellPath = /bin/sh;
306 shellScript = "\"${SRCROOT}/Pods/Target Support Files/Po ds/Pods-resources.sh\"\n";
307 showEnvVarsInLog = 0;
308 };
309 F0B647F7A948C0AD6E54F40A /* Check Pods Manifest.lock */ = {
310 isa = PBXShellScriptBuildPhase;
311 buildActionMask = 2147483647;
312 files = (
313 );
314 inputPaths = (
315 );
316 name = "Check Pods Manifest.lock";
317 outputPaths = (
318 );
319 runOnlyForDeploymentPostprocessing = 0;
320 shellPath = /bin/sh;
321 shellScript = "diff \"${PODS_ROOT}/../Podfile.lock\" \"$ {PODS_ROOT}/Manifest.lock\" > /dev/null\nif [[ $? != 0 ]] ; then\n cat << EOM \nerror: The sandbox is not in sync with the Podfile.lock. Run 'pod install' or update your CocoaPods installation.\nEOM\n exit 1\nfi\n";
322 showEnvVarsInLog = 0;
323 };
324 /* End PBXShellScriptBuildPhase section */
325
326 /* Begin PBXSourcesBuildPhase section */
327 DA313F9B1AD665A6000089F9 /* Sources */ = {
328 isa = PBXSourcesBuildPhase;
329 buildActionMask = 2147483647;
330 files = (
331 2DB4918A1B0C9B2000912DA3 /* CommitListPresenter. mm in Sources */,
332 DA1D77031B037490009E936C /* MainController.mm in Sources */,
333 DA313FA81AD665A6000089F9 /* AppDelegate.mm in So urces */,
334 2DB491831B0C83D200912DA3 /* CommitCellPresenter. mm in Sources */,
335 DA313FA51AD665A6000089F9 /* main.m in Sources */ ,
336 );
337 runOnlyForDeploymentPostprocessing = 0;
338 };
339 DA313FB41AD665A7000089F9 /* Sources */ = {
340 isa = PBXSourcesBuildPhase;
341 buildActionMask = 2147483647;
342 files = (
343 DA313FBF1AD665A7000089F9 /* githubTests.m in Sou rces */,
344 );
345 runOnlyForDeploymentPostprocessing = 0;
346 };
347 /* End PBXSourcesBuildPhase section */
348
349 /* Begin PBXTargetDependency section */
350 DA313FBA1AD665A7000089F9 /* PBXTargetDependency */ = {
351 isa = PBXTargetDependency;
352 target = DA313F9E1AD665A6000089F9 /* github */;
353 targetProxy = DA313FB91AD665A7000089F9 /* PBXContainerIt emProxy */;
354 };
355 /* End PBXTargetDependency section */
356
357 /* Begin PBXVariantGroup section */
358 DA313FAC1AD665A6000089F9 /* Main.storyboard */ = {
359 isa = PBXVariantGroup;
360 children = (
361 DA313FAD1AD665A6000089F9 /* Base */,
362 );
363 name = Main.storyboard;
364 sourceTree = "<group>";
365 };
366 DA313FB11AD665A6000089F9 /* LaunchScreen.xib */ = {
367 isa = PBXVariantGroup;
368 children = (
369 DA313FB21AD665A6000089F9 /* Base */,
370 );
371 name = LaunchScreen.xib;
372 sourceTree = "<group>";
373 };
374 /* End PBXVariantGroup section */
375
376 /* Begin XCBuildConfiguration section */
377 DA313FC01AD665A7000089F9 /* Debug */ = {
378 isa = XCBuildConfiguration;
379 buildSettings = {
380 ALWAYS_SEARCH_USER_PATHS = NO;
381 ARCHS = armv7;
382 CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x";
383 CLANG_CXX_LIBRARY = "libc++";
384 CLANG_ENABLE_MODULES = YES;
385 CLANG_ENABLE_OBJC_ARC = YES;
386 CLANG_WARN_BOOL_CONVERSION = YES;
387 CLANG_WARN_CONSTANT_CONVERSION = YES;
388 CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
389 CLANG_WARN_EMPTY_BODY = YES;
390 CLANG_WARN_ENUM_CONVERSION = YES;
391 CLANG_WARN_INT_CONVERSION = YES;
392 CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
393 CLANG_WARN_UNREACHABLE_CODE = YES;
394 CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
395 "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone De veloper";
396 COPY_PHASE_STRIP = NO;
397 DEAD_CODE_STRIPPING = NO;
398 ENABLE_STRICT_OBJC_MSGSEND = YES;
399 GCC_C_LANGUAGE_STANDARD = gnu99;
400 GCC_DYNAMIC_NO_PIC = NO;
401 GCC_OPTIMIZATION_LEVEL = 0;
402 GCC_PREPROCESSOR_DEFINITIONS = (
403 "DEBUG=1",
404 "$(inherited)",
405 );
406 GCC_SYMBOLS_PRIVATE_EXTERN = NO;
407 GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
408 GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
409 GCC_WARN_UNDECLARED_SELECTOR = YES;
410 GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
411 GCC_WARN_UNUSED_FUNCTION = YES;
412 GCC_WARN_UNUSED_VARIABLE = YES;
413 IPHONEOS_DEPLOYMENT_TARGET = 8.1;
414 MTL_ENABLE_DEBUG_INFO = YES;
415 ONLY_ACTIVE_ARCH = YES;
416 SDKROOT = iphoneos;
417 TARGETED_DEVICE_FAMILY = "1,2";
418 };
419 name = Debug;
420 };
421 DA313FC11AD665A7000089F9 /* Release */ = {
422 isa = XCBuildConfiguration;
423 buildSettings = {
424 ALWAYS_SEARCH_USER_PATHS = NO;
425 ARCHS = armv7;
426 CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x";
427 CLANG_CXX_LIBRARY = "libc++";
428 CLANG_ENABLE_MODULES = YES;
429 CLANG_ENABLE_OBJC_ARC = YES;
430 CLANG_WARN_BOOL_CONVERSION = YES;
431 CLANG_WARN_CONSTANT_CONVERSION = YES;
432 CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
433 CLANG_WARN_EMPTY_BODY = YES;
434 CLANG_WARN_ENUM_CONVERSION = YES;
435 CLANG_WARN_INT_CONVERSION = YES;
436 CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
437 CLANG_WARN_UNREACHABLE_CODE = YES;
438 CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
439 "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone De veloper";
440 COPY_PHASE_STRIP = YES;
441 DEAD_CODE_STRIPPING = NO;
442 ENABLE_NS_ASSERTIONS = NO;
443 ENABLE_STRICT_OBJC_MSGSEND = YES;
444 GCC_C_LANGUAGE_STANDARD = gnu99;
445 GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
446 GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
447 GCC_WARN_UNDECLARED_SELECTOR = YES;
448 GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
449 GCC_WARN_UNUSED_FUNCTION = YES;
450 GCC_WARN_UNUSED_VARIABLE = YES;
451 IPHONEOS_DEPLOYMENT_TARGET = 8.1;
452 MTL_ENABLE_DEBUG_INFO = NO;
453 SDKROOT = iphoneos;
454 TARGETED_DEVICE_FAMILY = "1,2";
455 VALIDATE_PRODUCT = YES;
456 };
457 name = Release;
458 };
459 DA313FC31AD665A7000089F9 /* Debug */ = {
460 isa = XCBuildConfiguration;
461 baseConfigurationReference = 4161D6553D51B74A4F8DBA90 /* Pods.debug.xcconfig */;
462 buildSettings = {
463 ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
464 DEAD_CODE_STRIPPING = NO;
465 HEADER_SEARCH_PATHS = (
466 "$(inherited)",
467 /Applications/Xcode.app/Contents/Develop er/Toolchains/XcodeDefault.xctoolchain/usr/include,
468 );
469 INFOPLIST_FILE = github/Info.plist;
470 LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executa ble_path/Frameworks";
471 LIBRARY_SEARCH_PATHS = (
472 "$(inherited)",
473 "$(PROJECT_DIR)",
474 );
475 PRODUCT_NAME = "$(TARGET_NAME)";
476 USER_HEADER_SEARCH_PATHS = "";
477 VALID_ARCHS = "arm64 armv7 armv7s";
478 };
479 name = Debug;
480 };
481 DA313FC41AD665A7000089F9 /* Release */ = {
482 isa = XCBuildConfiguration;
483 baseConfigurationReference = B2F089567A7ED1FE2EBE0CEE /* Pods.release.xcconfig */;
484 buildSettings = {
485 ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
486 DEAD_CODE_STRIPPING = NO;
487 HEADER_SEARCH_PATHS = (
488 "$(inherited)",
489 /Applications/Xcode.app/Contents/Develop er/Toolchains/XcodeDefault.xctoolchain/usr/include,
490 );
491 INFOPLIST_FILE = github/Info.plist;
492 LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executa ble_path/Frameworks";
493 LIBRARY_SEARCH_PATHS = (
494 "$(inherited)",
495 "$(PROJECT_DIR)",
496 );
497 PRODUCT_NAME = "$(TARGET_NAME)";
498 USER_HEADER_SEARCH_PATHS = "";
499 VALID_ARCHS = "arm64 armv7 armv7s";
500 };
501 name = Release;
502 };
503 DA313FC61AD665A7000089F9 /* Debug */ = {
504 isa = XCBuildConfiguration;
505 buildSettings = {
506 BUNDLE_LOADER = "$(TEST_HOST)";
507 FRAMEWORK_SEARCH_PATHS = (
508 "$(SDKROOT)/Developer/Library/Frameworks ",
509 "$(inherited)",
510 );
511 GCC_PREPROCESSOR_DEFINITIONS = (
512 "DEBUG=1",
513 "$(inherited)",
514 );
515 INFOPLIST_FILE = githubTests/Info.plist;
516 LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executa ble_path/Frameworks @loader_path/Frameworks";
517 PRODUCT_NAME = "$(TARGET_NAME)";
518 TEST_HOST = "$(BUILT_PRODUCTS_DIR)/github.app/gi thub";
519 };
520 name = Debug;
521 };
522 DA313FC71AD665A7000089F9 /* Release */ = {
523 isa = XCBuildConfiguration;
524 buildSettings = {
525 BUNDLE_LOADER = "$(TEST_HOST)";
526 FRAMEWORK_SEARCH_PATHS = (
527 "$(SDKROOT)/Developer/Library/Frameworks ",
528 "$(inherited)",
529 );
530 INFOPLIST_FILE = githubTests/Info.plist;
531 LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executa ble_path/Frameworks @loader_path/Frameworks";
532 PRODUCT_NAME = "$(TARGET_NAME)";
533 TEST_HOST = "$(BUILT_PRODUCTS_DIR)/github.app/gi thub";
534 };
535 name = Release;
536 };
537 /* End XCBuildConfiguration section */
538
539 /* Begin XCConfigurationList section */
540 DA313F9A1AD665A6000089F9 /* Build configuration list for PBXProj ect "github" */ = {
541 isa = XCConfigurationList;
542 buildConfigurations = (
543 DA313FC01AD665A7000089F9 /* Debug */,
544 DA313FC11AD665A7000089F9 /* Release */,
545 );
546 defaultConfigurationIsVisible = 0;
547 defaultConfigurationName = Release;
548 };
549 DA313FC21AD665A7000089F9 /* Build configuration list for PBXNati veTarget "github" */ = {
550 isa = XCConfigurationList;
551 buildConfigurations = (
552 DA313FC31AD665A7000089F9 /* Debug */,
553 DA313FC41AD665A7000089F9 /* Release */,
554 );
555 defaultConfigurationIsVisible = 0;
556 defaultConfigurationName = Release;
557 };
558 DA313FC51AD665A7000089F9 /* Build configuration list for PBXNati veTarget "githubTests" */ = {
559 isa = XCConfigurationList;
560 buildConfigurations = (
561 DA313FC61AD665A7000089F9 /* Debug */,
562 DA313FC71AD665A7000089F9 /* Release */,
563 );
564 defaultConfigurationIsVisible = 0;
565 defaultConfigurationName = Release;
566 };
567 /* End XCConfigurationList section */
568 };
569 rootObject = DA313F971AD665A6000089F9 /* Project object */;
570 }
OLDNEW
« no previous file with comments | « samples/github/ios/compile.sh ('k') | samples/github/ios/github.xcodeproj/project.xcworkspace/contents.xcworkspacedata » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698