xcoder 0.1.0 → 0.1.1

Sign up to get free protection for your applications and to get access to all the features.
Files changed (53) hide show
  1. data/spec/TestProject/TestProject.xcodeproj/project.pbxproj +801 -433
  2. data/spec/build_phase_spec.rb +1 -1
  3. data/spec/builder_spec.rb +54 -32
  4. data/spec/configuration_list_spec.rb +38 -0
  5. data/spec/configuration_spec.rb +5 -6
  6. data/spec/group_spec.rb +43 -32
  7. data/spec/integration/builder_spec.rb +60 -0
  8. data/spec/integration/cedar_install_spec.rb +107 -0
  9. data/spec/integration/pull_to_refresh_install_spec.rb +36 -0
  10. data/spec/integration/reachability_install_spec.rb +43 -0
  11. data/spec/keychain_spec.rb +2 -2
  12. data/spec/project_spec.rb +55 -6
  13. data/spec/scheme_spec.rb +1 -2
  14. data/spec/spec_helper.rb +2 -1
  15. data/spec/target_spec.rb +93 -3
  16. data/spec/test_report_spec.rb +2 -2
  17. data/spec/workspace_spec.rb +1 -2
  18. metadata +25 -48
  19. data/.gitignore +0 -7
  20. data/.rvmrc +0 -4
  21. data/Gemfile +0 -11
  22. data/Guardfile +0 -13
  23. data/README.md +0 -125
  24. data/Rakefile +0 -16
  25. data/lib/xcode/build_file.rb +0 -22
  26. data/lib/xcode/build_phase.rb +0 -46
  27. data/lib/xcode/builder.rb +0 -182
  28. data/lib/xcode/buildfile.rb +0 -101
  29. data/lib/xcode/configuration.rb +0 -129
  30. data/lib/xcode/core_ext/array.rb +0 -23
  31. data/lib/xcode/core_ext/boolean.rb +0 -21
  32. data/lib/xcode/core_ext/fixnum.rb +0 -5
  33. data/lib/xcode/core_ext/hash.rb +0 -27
  34. data/lib/xcode/core_ext/string.rb +0 -11
  35. data/lib/xcode/file_reference.rb +0 -29
  36. data/lib/xcode/group.rb +0 -118
  37. data/lib/xcode/info_plist.rb +0 -41
  38. data/lib/xcode/keychain.rb +0 -77
  39. data/lib/xcode/parsers/plutil_project_parser.rb +0 -20
  40. data/lib/xcode/project.rb +0 -190
  41. data/lib/xcode/provisioning_profile.rb +0 -53
  42. data/lib/xcode/registry.rb +0 -120
  43. data/lib/xcode/resource.rb +0 -187
  44. data/lib/xcode/scheme.rb +0 -36
  45. data/lib/xcode/shell.rb +0 -21
  46. data/lib/xcode/target.rb +0 -94
  47. data/lib/xcode/test/report_parser.rb +0 -172
  48. data/lib/xcode/testflight.rb +0 -56
  49. data/lib/xcode/variant_group.rb +0 -8
  50. data/lib/xcode/version.rb +0 -3
  51. data/lib/xcode/workspace.rb +0 -40
  52. data/lib/xcoder.rb +0 -105
  53. data/xcoder.gemspec +0 -26
@@ -1,434 +1,802 @@
1
- // !$*UTF8*$!
1
+ // !$*UTF8*$!"
2
2
  {
3
- archiveVersion = 1;
4
- classes = {
5
- };
6
- objectVersion = 46;
7
- objects = {
8
-
9
- /* Begin PBXBuildFile section */
10
- 7165D455146B4EA100DE2F0E /* UIKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 7165D454146B4EA100DE2F0E /* UIKit.framework */; };
11
- 7165D457146B4EA100DE2F0E /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 7165D456146B4EA100DE2F0E /* Foundation.framework */; };
12
- 7165D459146B4EA100DE2F0E /* CoreGraphics.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 7165D458146B4EA100DE2F0E /* CoreGraphics.framework */; };
13
- 7165D45F146B4EA100DE2F0E /* InfoPlist.strings in Resources */ = {isa = PBXBuildFile; fileRef = 7165D45D146B4EA100DE2F0E /* InfoPlist.strings */; };
14
- 7165D461146B4EA100DE2F0E /* main.m in Sources */ = {isa = PBXBuildFile; fileRef = 7165D460146B4EA100DE2F0E /* main.m */; };
15
- 7165D465146B4EA100DE2F0E /* AppDelegate.m in Sources */ = {isa = PBXBuildFile; fileRef = 7165D464146B4EA100DE2F0E /* AppDelegate.m */; };
16
- 7165D46D146B4EA100DE2F0E /* SenTestingKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 7165D46C146B4EA100DE2F0E /* SenTestingKit.framework */; };
17
- 7165D46E146B4EA100DE2F0E /* UIKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 7165D454146B4EA100DE2F0E /* UIKit.framework */; };
18
- 7165D46F146B4EA100DE2F0E /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 7165D456146B4EA100DE2F0E /* Foundation.framework */; };
19
- 7165D477146B4EA100DE2F0E /* InfoPlist.strings in Resources */ = {isa = PBXBuildFile; fileRef = 7165D475146B4EA100DE2F0E /* InfoPlist.strings */; };
20
- 7165D47A146B4EA100DE2F0E /* TestProjectTests.m in Sources */ = {isa = PBXBuildFile; fileRef = 7165D479146B4EA100DE2F0E /* TestProjectTests.m */; };
21
- 7171EB6F1486E29E00AF2FE3 /* AnotherTest.m in Sources */ = {isa = PBXBuildFile; fileRef = 7171EB6C1486DFE000AF2FE3 /* AnotherTest.m */; };
22
- /* End PBXBuildFile section */
23
-
24
- /* Begin PBXContainerItemProxy section */
25
- 7165D470146B4EA100DE2F0E /* PBXContainerItemProxy */ = {
26
- isa = PBXContainerItemProxy;
27
- containerPortal = 7165D447146B4EA100DE2F0E /* Project object */;
28
- proxyType = 1;
29
- remoteGlobalIDString = 7165D44F146B4EA100DE2F0E;
30
- remoteInfo = TestProject;
31
- };
32
- /* End PBXContainerItemProxy section */
33
-
34
- /* Begin PBXFileReference section */
35
- 7165D450146B4EA100DE2F0E /* TestProject.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = TestProject.app; sourceTree = BUILT_PRODUCTS_DIR; };
36
- 7165D454146B4EA100DE2F0E /* UIKit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = UIKit.framework; path = System/Library/Frameworks/UIKit.framework; sourceTree = SDKROOT; };
37
- 7165D456146B4EA100DE2F0E /* Foundation.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Foundation.framework; path = System/Library/Frameworks/Foundation.framework; sourceTree = SDKROOT; };
38
- 7165D458146B4EA100DE2F0E /* CoreGraphics.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = CoreGraphics.framework; path = System/Library/Frameworks/CoreGraphics.framework; sourceTree = SDKROOT; };
39
- 7165D45C146B4EA100DE2F0E /* TestProject-Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = "TestProject-Info.plist"; sourceTree = "<group>"; };
40
- 7165D45E146B4EA100DE2F0E /* en */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = en; path = en.lproj/InfoPlist.strings; sourceTree = "<group>"; };
41
- 7165D460146B4EA100DE2F0E /* main.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = main.m; sourceTree = "<group>"; };
42
- 7165D462146B4EA100DE2F0E /* TestProject-Prefix.pch */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = "TestProject-Prefix.pch"; sourceTree = "<group>"; };
43
- 7165D463146B4EA100DE2F0E /* AppDelegate.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = AppDelegate.h; sourceTree = "<group>"; };
44
- 7165D464146B4EA100DE2F0E /* AppDelegate.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = AppDelegate.m; sourceTree = "<group>"; };
45
- 7165D46B146B4EA100DE2F0E /* TestProjectTests.octest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = TestProjectTests.octest; sourceTree = BUILT_PRODUCTS_DIR; };
46
- 7165D46C146B4EA100DE2F0E /* SenTestingKit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = SenTestingKit.framework; path = Library/Frameworks/SenTestingKit.framework; sourceTree = DEVELOPER_DIR; };
47
- 7165D474146B4EA100DE2F0E /* TestProjectTests-Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = "TestProjectTests-Info.plist"; sourceTree = "<group>"; };
48
- 7165D476146B4EA100DE2F0E /* en */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = en; path = en.lproj/InfoPlist.strings; sourceTree = "<group>"; };
49
- 7165D478146B4EA100DE2F0E /* TestProjectTests.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = TestProjectTests.h; sourceTree = "<group>"; };
50
- 7165D479146B4EA100DE2F0E /* TestProjectTests.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = TestProjectTests.m; sourceTree = "<group>"; };
51
- 7171EB6B1486DFE000AF2FE3 /* AnotherTest.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = AnotherTest.h; sourceTree = "<group>"; };
52
- 7171EB6C1486DFE000AF2FE3 /* AnotherTest.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = AnotherTest.m; sourceTree = "<group>"; };
53
- /* End PBXFileReference section */
54
-
55
- /* Begin PBXFrameworksBuildPhase section */
56
- 7165D44D146B4EA100DE2F0E /* Frameworks */ = {
57
- isa = PBXFrameworksBuildPhase;
58
- buildActionMask = 2147483647;
59
- files = (
60
- 7165D455146B4EA100DE2F0E /* UIKit.framework in Frameworks */,
61
- 7165D457146B4EA100DE2F0E /* Foundation.framework in Frameworks */,
62
- 7165D459146B4EA100DE2F0E /* CoreGraphics.framework in Frameworks */,
63
- );
64
- runOnlyForDeploymentPostprocessing = 0;
65
- };
66
- 7165D467146B4EA100DE2F0E /* Frameworks */ = {
67
- isa = PBXFrameworksBuildPhase;
68
- buildActionMask = 2147483647;
69
- files = (
70
- 7165D46D146B4EA100DE2F0E /* SenTestingKit.framework in Frameworks */,
71
- 7165D46E146B4EA100DE2F0E /* UIKit.framework in Frameworks */,
72
- 7165D46F146B4EA100DE2F0E /* Foundation.framework in Frameworks */,
73
- );
74
- runOnlyForDeploymentPostprocessing = 0;
75
- };
76
- /* End PBXFrameworksBuildPhase section */
77
-
78
- /* Begin PBXGroup section */
79
- 7165D445146B4EA100DE2F0E = {
80
- isa = PBXGroup;
81
- children = (
82
- 7165D45A146B4EA100DE2F0E /* TestProject */,
83
- 7165D472146B4EA100DE2F0E /* TestProjectTests */,
84
- 7165D453146B4EA100DE2F0E /* Frameworks */,
85
- 7165D451146B4EA100DE2F0E /* Products */,
86
- );
87
- sourceTree = "<group>";
88
- };
89
- 7165D451146B4EA100DE2F0E /* Products */ = {
90
- isa = PBXGroup;
91
- children = (
92
- 7165D450146B4EA100DE2F0E /* TestProject.app */,
93
- 7165D46B146B4EA100DE2F0E /* TestProjectTests.octest */,
94
- );
95
- name = Products;
96
- sourceTree = "<group>";
97
- };
98
- 7165D453146B4EA100DE2F0E /* Frameworks */ = {
99
- isa = PBXGroup;
100
- children = (
101
- 7165D454146B4EA100DE2F0E /* UIKit.framework */,
102
- 7165D456146B4EA100DE2F0E /* Foundation.framework */,
103
- 7165D458146B4EA100DE2F0E /* CoreGraphics.framework */,
104
- 7165D46C146B4EA100DE2F0E /* SenTestingKit.framework */,
105
- );
106
- name = Frameworks;
107
- sourceTree = "<group>";
108
- };
109
- 7165D45A146B4EA100DE2F0E /* TestProject */ = {
110
- isa = PBXGroup;
111
- children = (
112
- 7165D463146B4EA100DE2F0E /* AppDelegate.h */,
113
- 7165D464146B4EA100DE2F0E /* AppDelegate.m */,
114
- 7165D45B146B4EA100DE2F0E /* Supporting Files */,
115
- );
116
- path = TestProject;
117
- sourceTree = "<group>";
118
- };
119
- 7165D45B146B4EA100DE2F0E /* Supporting Files */ = {
120
- isa = PBXGroup;
121
- children = (
122
- 7165D45C146B4EA100DE2F0E /* TestProject-Info.plist */,
123
- 7165D45D146B4EA100DE2F0E /* InfoPlist.strings */,
124
- 7165D460146B4EA100DE2F0E /* main.m */,
125
- 7165D462146B4EA100DE2F0E /* TestProject-Prefix.pch */,
126
- );
127
- name = "Supporting Files";
128
- sourceTree = "<group>";
129
- };
130
- 7165D472146B4EA100DE2F0E /* TestProjectTests */ = {
131
- isa = PBXGroup;
132
- children = (
133
- 7165D478146B4EA100DE2F0E /* TestProjectTests.h */,
134
- 7165D479146B4EA100DE2F0E /* TestProjectTests.m */,
135
- 7165D473146B4EA100DE2F0E /* Supporting Files */,
136
- 7171EB6B1486DFE000AF2FE3 /* AnotherTest.h */,
137
- 7171EB6C1486DFE000AF2FE3 /* AnotherTest.m */,
138
- );
139
- path = TestProjectTests;
140
- sourceTree = "<group>";
141
- };
142
- 7165D473146B4EA100DE2F0E /* Supporting Files */ = {
143
- isa = PBXGroup;
144
- children = (
145
- 7165D474146B4EA100DE2F0E /* TestProjectTests-Info.plist */,
146
- 7165D475146B4EA100DE2F0E /* InfoPlist.strings */,
147
- );
148
- name = "Supporting Files";
149
- sourceTree = "<group>";
150
- };
151
- /* End PBXGroup section */
152
-
153
- /* Begin PBXNativeTarget section */
154
- 7165D44F146B4EA100DE2F0E /* TestProject */ = {
155
- isa = PBXNativeTarget;
156
- buildConfigurationList = 7165D47D146B4EA100DE2F0E /* Build configuration list for PBXNativeTarget "TestProject" */;
157
- buildPhases = (
158
- 7165D44C146B4EA100DE2F0E /* Sources */,
159
- 7165D44D146B4EA100DE2F0E /* Frameworks */,
160
- 7165D44E146B4EA100DE2F0E /* Resources */,
161
- );
162
- buildRules = (
163
- );
164
- dependencies = (
165
- );
166
- name = TestProject;
167
- productName = TestProject;
168
- productReference = 7165D450146B4EA100DE2F0E /* TestProject.app */;
169
- productType = "com.apple.product-type.application";
170
- };
171
- 7165D46A146B4EA100DE2F0E /* TestProjectTests */ = {
172
- isa = PBXNativeTarget;
173
- buildConfigurationList = 7165D480146B4EA100DE2F0E /* Build configuration list for PBXNativeTarget "TestProjectTests" */;
174
- buildPhases = (
175
- 7165D466146B4EA100DE2F0E /* Sources */,
176
- 7165D467146B4EA100DE2F0E /* Frameworks */,
177
- 7165D468146B4EA100DE2F0E /* Resources */,
178
- 7165D469146B4EA100DE2F0E /* ShellScript */,
179
- );
180
- buildRules = (
181
- );
182
- dependencies = (
183
- 7165D471146B4EA100DE2F0E /* PBXTargetDependency */,
184
- );
185
- name = TestProjectTests;
186
- productName = TestProjectTests;
187
- productReference = 7165D46B146B4EA100DE2F0E /* TestProjectTests.octest */;
188
- productType = "com.apple.product-type.bundle";
189
- };
190
- /* End PBXNativeTarget section */
191
-
192
- /* Begin PBXProject section */
193
- 7165D447146B4EA100DE2F0E /* Project object */ = {
194
- isa = PBXProject;
195
- attributes = {
196
- LastUpgradeCheck = 0420;
197
- };
198
- buildConfigurationList = 7165D44A146B4EA100DE2F0E /* Build configuration list for PBXProject "TestProject" */;
199
- compatibilityVersion = "Xcode 3.2";
200
- developmentRegion = English;
201
- hasScannedForEncodings = 0;
202
- knownRegions = (
203
- en,
204
- );
205
- mainGroup = 7165D445146B4EA100DE2F0E;
206
- productRefGroup = 7165D451146B4EA100DE2F0E /* Products */;
207
- projectDirPath = "";
208
- projectRoot = "";
209
- targets = (
210
- 7165D44F146B4EA100DE2F0E /* TestProject */,
211
- 7165D46A146B4EA100DE2F0E /* TestProjectTests */,
212
- );
213
- };
214
- /* End PBXProject section */
215
-
216
- /* Begin PBXResourcesBuildPhase section */
217
- 7165D44E146B4EA100DE2F0E /* Resources */ = {
218
- isa = PBXResourcesBuildPhase;
219
- buildActionMask = 2147483647;
220
- files = (
221
- 7165D45F146B4EA100DE2F0E /* InfoPlist.strings in Resources */,
222
- );
223
- runOnlyForDeploymentPostprocessing = 0;
224
- };
225
- 7165D468146B4EA100DE2F0E /* Resources */ = {
226
- isa = PBXResourcesBuildPhase;
227
- buildActionMask = 2147483647;
228
- files = (
229
- 7165D477146B4EA100DE2F0E /* InfoPlist.strings in Resources */,
230
- );
231
- runOnlyForDeploymentPostprocessing = 0;
232
- };
233
- /* End PBXResourcesBuildPhase section */
234
-
235
- /* Begin PBXShellScriptBuildPhase section */
236
- 7165D469146B4EA100DE2F0E /* ShellScript */ = {
237
- isa = PBXShellScriptBuildPhase;
238
- buildActionMask = 2147483647;
239
- files = (
240
- );
241
- inputPaths = (
242
- );
243
- outputPaths = (
244
- );
245
- runOnlyForDeploymentPostprocessing = 0;
246
- shellPath = /bin/sh;
247
- shellScript = "# Run the unit tests in this test bundle.\n\"${SYSTEM_DEVELOPER_DIR}/Tools/RunUnitTests\"\n";
248
- };
249
- /* End PBXShellScriptBuildPhase section */
250
-
251
- /* Begin PBXSourcesBuildPhase section */
252
- 7165D44C146B4EA100DE2F0E /* Sources */ = {
253
- isa = PBXSourcesBuildPhase;
254
- buildActionMask = 2147483647;
255
- files = (
256
- 7165D461146B4EA100DE2F0E /* main.m in Sources */,
257
- 7165D465146B4EA100DE2F0E /* AppDelegate.m in Sources */,
258
- );
259
- runOnlyForDeploymentPostprocessing = 0;
260
- };
261
- 7165D466146B4EA100DE2F0E /* Sources */ = {
262
- isa = PBXSourcesBuildPhase;
263
- buildActionMask = 2147483647;
264
- files = (
265
- 7165D47A146B4EA100DE2F0E /* TestProjectTests.m in Sources */,
266
- 7171EB6F1486E29E00AF2FE3 /* AnotherTest.m in Sources */,
267
- );
268
- runOnlyForDeploymentPostprocessing = 0;
269
- };
270
- /* End PBXSourcesBuildPhase section */
271
-
272
- /* Begin PBXTargetDependency section */
273
- 7165D471146B4EA100DE2F0E /* PBXTargetDependency */ = {
274
- isa = PBXTargetDependency;
275
- target = 7165D44F146B4EA100DE2F0E /* TestProject */;
276
- targetProxy = 7165D470146B4EA100DE2F0E /* PBXContainerItemProxy */;
277
- };
278
- /* End PBXTargetDependency section */
279
-
280
- /* Begin PBXVariantGroup section */
281
- 7165D45D146B4EA100DE2F0E /* InfoPlist.strings */ = {
282
- isa = PBXVariantGroup;
283
- children = (
284
- 7165D45E146B4EA100DE2F0E /* en */,
285
- );
286
- name = InfoPlist.strings;
287
- sourceTree = "<group>";
288
- };
289
- 7165D475146B4EA100DE2F0E /* InfoPlist.strings */ = {
290
- isa = PBXVariantGroup;
291
- children = (
292
- 7165D476146B4EA100DE2F0E /* en */,
293
- );
294
- name = InfoPlist.strings;
295
- sourceTree = "<group>";
296
- };
297
- /* End PBXVariantGroup section */
298
-
299
- /* Begin XCBuildConfiguration section */
300
- 7165D47B146B4EA100DE2F0E /* Debug */ = {
301
- isa = XCBuildConfiguration;
302
- buildSettings = {
303
- ALWAYS_SEARCH_USER_PATHS = NO;
304
- ARCHS = "$(ARCHS_STANDARD_32_BIT)";
305
- "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
306
- COPY_PHASE_STRIP = NO;
307
- GCC_C_LANGUAGE_STANDARD = gnu99;
308
- GCC_DYNAMIC_NO_PIC = NO;
309
- GCC_OPTIMIZATION_LEVEL = 0;
310
- GCC_PREPROCESSOR_DEFINITIONS = (
311
- "DEBUG=1",
312
- "$(inherited)",
313
- );
314
- GCC_SYMBOLS_PRIVATE_EXTERN = NO;
315
- GCC_VERSION = com.apple.compilers.llvm.clang.1_0;
316
- GCC_WARN_ABOUT_MISSING_PROTOTYPES = YES;
317
- GCC_WARN_ABOUT_RETURN_TYPE = YES;
318
- GCC_WARN_UNUSED_VARIABLE = YES;
319
- IPHONEOS_DEPLOYMENT_TARGET = 5.0;
320
- SDKROOT = iphoneos;
321
- TARGETED_DEVICE_FAMILY = "1,2";
322
- };
323
- name = Debug;
324
- };
325
- 7165D47C146B4EA100DE2F0E /* Release */ = {
326
- isa = XCBuildConfiguration;
327
- buildSettings = {
328
- ALWAYS_SEARCH_USER_PATHS = NO;
329
- ARCHS = "$(ARCHS_STANDARD_32_BIT)";
330
- "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
331
- COPY_PHASE_STRIP = YES;
332
- GCC_C_LANGUAGE_STANDARD = gnu99;
333
- GCC_VERSION = com.apple.compilers.llvm.clang.1_0;
334
- GCC_WARN_ABOUT_MISSING_PROTOTYPES = YES;
335
- GCC_WARN_ABOUT_RETURN_TYPE = YES;
336
- GCC_WARN_UNUSED_VARIABLE = YES;
337
- IPHONEOS_DEPLOYMENT_TARGET = 5.0;
338
- OTHER_CFLAGS = "-DNS_BLOCK_ASSERTIONS=1";
339
- SDKROOT = iphoneos;
340
- TARGETED_DEVICE_FAMILY = "1,2";
341
- VALIDATE_PRODUCT = YES;
342
- };
343
- name = Release;
344
- };
345
- 7165D47E146B4EA100DE2F0E /* Debug */ = {
346
- isa = XCBuildConfiguration;
347
- buildSettings = {
348
- GCC_PRECOMPILE_PREFIX_HEADER = YES;
349
- GCC_PREFIX_HEADER = "TestProject/TestProject-Prefix.pch";
350
- INFOPLIST_FILE = "TestProject/TestProject-Info.plist";
351
- PRODUCT_NAME = "$(TARGET_NAME)";
352
- WRAPPER_EXTENSION = app;
353
- };
354
- name = Debug;
355
- };
356
- 7165D47F146B4EA100DE2F0E /* Release */ = {
357
- isa = XCBuildConfiguration;
358
- buildSettings = {
359
- GCC_PRECOMPILE_PREFIX_HEADER = YES;
360
- GCC_PREFIX_HEADER = "TestProject/TestProject-Prefix.pch";
361
- INFOPLIST_FILE = "TestProject/TestProject-Info.plist";
362
- PRODUCT_NAME = "$(TARGET_NAME)";
363
- WRAPPER_EXTENSION = app;
364
- };
365
- name = Release;
366
- };
367
- 7165D481146B4EA100DE2F0E /* Debug */ = {
368
- isa = XCBuildConfiguration;
369
- buildSettings = {
370
- BUNDLE_LOADER = "$(BUILT_PRODUCTS_DIR)/TestProject.app/TestProject";
371
- FRAMEWORK_SEARCH_PATHS = (
372
- "$(SDKROOT)/Developer/Library/Frameworks",
373
- "$(DEVELOPER_LIBRARY_DIR)/Frameworks",
374
- );
375
- GCC_PRECOMPILE_PREFIX_HEADER = YES;
376
- GCC_PREFIX_HEADER = "TestProject/TestProject-Prefix.pch";
377
- INFOPLIST_FILE = "TestProjectTests/TestProjectTests-Info.plist";
378
- PRODUCT_NAME = "$(TARGET_NAME)";
379
- TEST_HOST = "$(BUNDLE_LOADER)";
380
- WRAPPER_EXTENSION = octest;
381
- };
382
- name = Debug;
383
- };
384
- 7165D482146B4EA100DE2F0E /* Release */ = {
385
- isa = XCBuildConfiguration;
386
- buildSettings = {
387
- BUNDLE_LOADER = "$(BUILT_PRODUCTS_DIR)/TestProject.app/TestProject";
388
- FRAMEWORK_SEARCH_PATHS = (
389
- "$(SDKROOT)/Developer/Library/Frameworks",
390
- "$(DEVELOPER_LIBRARY_DIR)/Frameworks",
391
- );
392
- GCC_PRECOMPILE_PREFIX_HEADER = YES;
393
- GCC_PREFIX_HEADER = "TestProject/TestProject-Prefix.pch";
394
- INFOPLIST_FILE = "TestProjectTests/TestProjectTests-Info.plist";
395
- PRODUCT_NAME = "$(TARGET_NAME)";
396
- TEST_HOST = "$(BUNDLE_LOADER)";
397
- WRAPPER_EXTENSION = octest;
398
- };
399
- name = Release;
400
- };
401
- /* End XCBuildConfiguration section */
402
-
403
- /* Begin XCConfigurationList section */
404
- 7165D44A146B4EA100DE2F0E /* Build configuration list for PBXProject "TestProject" */ = {
405
- isa = XCConfigurationList;
406
- buildConfigurations = (
407
- 7165D47B146B4EA100DE2F0E /* Debug */,
408
- 7165D47C146B4EA100DE2F0E /* Release */,
409
- );
410
- defaultConfigurationIsVisible = 0;
411
- defaultConfigurationName = Release;
412
- };
413
- 7165D47D146B4EA100DE2F0E /* Build configuration list for PBXNativeTarget "TestProject" */ = {
414
- isa = XCConfigurationList;
415
- buildConfigurations = (
416
- 7165D47E146B4EA100DE2F0E /* Debug */,
417
- 7165D47F146B4EA100DE2F0E /* Release */,
418
- );
419
- defaultConfigurationIsVisible = 0;
420
- defaultConfigurationName = Release;
421
- };
422
- 7165D480146B4EA100DE2F0E /* Build configuration list for PBXNativeTarget "TestProjectTests" */ = {
423
- isa = XCConfigurationList;
424
- buildConfigurations = (
425
- 7165D481146B4EA100DE2F0E /* Debug */,
426
- 7165D482146B4EA100DE2F0E /* Release */,
427
- );
428
- defaultConfigurationIsVisible = 0;
429
- defaultConfigurationName = Release;
430
- };
431
- /* End XCConfigurationList section */
432
- };
433
- rootObject = 7165D447146B4EA100DE2F0E /* Project object */;
434
- }
3
+ "archiveVersion" = "1";
4
+ "classes" = {
5
+
6
+ };
7
+ "objectVersion" = "46";
8
+ "objects" = {
9
+ "7165D445146B4EA100DE2F0E" = {
10
+ "children" = (
11
+ "7165D45A146B4EA100DE2F0E",
12
+ "7165D472146B4EA100DE2F0E",
13
+ "7165D453146B4EA100DE2F0E",
14
+ "7165D451146B4EA100DE2F0E",
15
+ "39DE9119D059DDAF344528F7",
16
+ "08CA042925B6A23E9B5FD749"
17
+ );
18
+ "isa" = "PBXGroup";
19
+ "sourceTree" = "<group>";
20
+ };
21
+ "7165D447146B4EA100DE2F0E" = {
22
+ "attributes" = {
23
+ "LastUpgradeCheck" = "0420";
24
+ };
25
+ "buildConfigurationList" = "7165D44A146B4EA100DE2F0E";
26
+ "compatibilityVersion" = "Xcode 3.2";
27
+ "developmentRegion" = "English";
28
+ "hasScannedForEncodings" = "0";
29
+ "isa" = "PBXProject";
30
+ "knownRegions" = (
31
+ "en"
32
+ );
33
+ "mainGroup" = "7165D445146B4EA100DE2F0E";
34
+ "productRefGroup" = "7165D451146B4EA100DE2F0E";
35
+ "projectDirPath" = "";
36
+ "projectRoot" = "";
37
+ "targets" = (
38
+ "7165D44F146B4EA100DE2F0E",
39
+ "7165D46A146B4EA100DE2F0E",
40
+ "D111C141DDDD1009668E310E"
41
+ );
42
+ };
43
+ "7165D44A146B4EA100DE2F0E" = {
44
+ "buildConfigurations" = (
45
+ "7165D47B146B4EA100DE2F0E",
46
+ "7165D47C146B4EA100DE2F0E"
47
+ );
48
+ "defaultConfigurationIsVisible" = "0";
49
+ "defaultConfigurationName" = "Release";
50
+ "isa" = "XCConfigurationList";
51
+ };
52
+ "7165D44C146B4EA100DE2F0E" = {
53
+ "buildActionMask" = "2147483647";
54
+ "files" = (
55
+ "7165D461146B4EA100DE2F0E",
56
+ "7165D465146B4EA100DE2F0E"
57
+ );
58
+ "isa" = "PBXSourcesBuildPhase";
59
+ "runOnlyForDeploymentPostprocessing" = "0";
60
+ };
61
+ "7165D44D146B4EA100DE2F0E" = {
62
+ "buildActionMask" = "2147483647";
63
+ "files" = (
64
+ "7165D455146B4EA100DE2F0E",
65
+ "7165D457146B4EA100DE2F0E",
66
+ "7165D459146B4EA100DE2F0E"
67
+ );
68
+ "isa" = "PBXFrameworksBuildPhase";
69
+ "runOnlyForDeploymentPostprocessing" = "0";
70
+ };
71
+ "7165D44E146B4EA100DE2F0E" = {
72
+ "buildActionMask" = "2147483647";
73
+ "files" = (
74
+ "7165D45F146B4EA100DE2F0E"
75
+ );
76
+ "isa" = "PBXResourcesBuildPhase";
77
+ "runOnlyForDeploymentPostprocessing" = "0";
78
+ };
79
+ "7165D44F146B4EA100DE2F0E" = {
80
+ "buildConfigurationList" = "7165D47D146B4EA100DE2F0E";
81
+ "buildPhases" = (
82
+ "7165D44C146B4EA100DE2F0E",
83
+ "7165D44D146B4EA100DE2F0E",
84
+ "7165D44E146B4EA100DE2F0E"
85
+ );
86
+ "buildRules" = (
87
+
88
+ );
89
+ "dependencies" = (
90
+
91
+ );
92
+ "isa" = "PBXNativeTarget";
93
+ "name" = "TestProject";
94
+ "productName" = "TestProject";
95
+ "productReference" = "7165D450146B4EA100DE2F0E";
96
+ "productType" = "com.apple.product-type.application";
97
+ };
98
+ "7165D450146B4EA100DE2F0E" = {
99
+ "explicitFileType" = "wrapper.application";
100
+ "includeInIndex" = "0";
101
+ "isa" = "PBXFileReference";
102
+ "path" = "TestProject.app";
103
+ "sourceTree" = "BUILT_PRODUCTS_DIR";
104
+ };
105
+ "7165D451146B4EA100DE2F0E" = {
106
+ "children" = (
107
+ "7165D450146B4EA100DE2F0E",
108
+ "7165D46B146B4EA100DE2F0E",
109
+ "630E8768C91375E025BDAB9D"
110
+ );
111
+ "isa" = "PBXGroup";
112
+ "name" = "Products";
113
+ "sourceTree" = "<group>";
114
+ };
115
+ "7165D453146B4EA100DE2F0E" = {
116
+ "children" = (
117
+ "7165D454146B4EA100DE2F0E",
118
+ "7165D456146B4EA100DE2F0E",
119
+ "7165D458146B4EA100DE2F0E",
120
+ "7165D46C146B4EA100DE2F0E",
121
+ "6C10ABBB52B3D1FA38AB47FF",
122
+ "70F2C1C35C0D60D44412B5D5"
123
+ );
124
+ "isa" = "PBXGroup";
125
+ "name" = "Frameworks";
126
+ "sourceTree" = "<group>";
127
+ };
128
+ "7165D454146B4EA100DE2F0E" = {
129
+ "isa" = "PBXFileReference";
130
+ "lastKnownFileType" = "wrapper.framework";
131
+ "name" = "UIKit.framework";
132
+ "path" = "System/Library/Frameworks/UIKit.framework";
133
+ "sourceTree" = "SDKROOT";
134
+ };
135
+ "7165D455146B4EA100DE2F0E" = {
136
+ "fileRef" = "7165D454146B4EA100DE2F0E";
137
+ "isa" = "PBXBuildFile";
138
+ };
139
+ "7165D456146B4EA100DE2F0E" = {
140
+ "isa" = "PBXFileReference";
141
+ "lastKnownFileType" = "wrapper.framework";
142
+ "name" = "Foundation.framework";
143
+ "path" = "System/Library/Frameworks/Foundation.framework";
144
+ "sourceTree" = "SDKROOT";
145
+ };
146
+ "7165D457146B4EA100DE2F0E" = {
147
+ "fileRef" = "7165D456146B4EA100DE2F0E";
148
+ "isa" = "PBXBuildFile";
149
+ };
150
+ "7165D458146B4EA100DE2F0E" = {
151
+ "isa" = "PBXFileReference";
152
+ "lastKnownFileType" = "wrapper.framework";
153
+ "name" = "CoreGraphics.framework";
154
+ "path" = "System/Library/Frameworks/CoreGraphics.framework";
155
+ "sourceTree" = "SDKROOT";
156
+ };
157
+ "7165D459146B4EA100DE2F0E" = {
158
+ "fileRef" = "7165D458146B4EA100DE2F0E";
159
+ "isa" = "PBXBuildFile";
160
+ };
161
+ "7165D45A146B4EA100DE2F0E" = {
162
+ "children" = (
163
+ "7165D463146B4EA100DE2F0E",
164
+ "7165D464146B4EA100DE2F0E",
165
+ "7165D45B146B4EA100DE2F0E"
166
+ );
167
+ "isa" = "PBXGroup";
168
+ "path" = "TestProject";
169
+ "sourceTree" = "<group>";
170
+ };
171
+ "7165D45B146B4EA100DE2F0E" = {
172
+ "children" = (
173
+ "7165D45C146B4EA100DE2F0E",
174
+ "7165D45D146B4EA100DE2F0E",
175
+ "7165D460146B4EA100DE2F0E",
176
+ "7165D462146B4EA100DE2F0E"
177
+ );
178
+ "isa" = "PBXGroup";
179
+ "name" = "Supporting Files";
180
+ "sourceTree" = "<group>";
181
+ };
182
+ "7165D45C146B4EA100DE2F0E" = {
183
+ "isa" = "PBXFileReference";
184
+ "lastKnownFileType" = "text.plist.xml";
185
+ "path" = "TestProject-Info.plist";
186
+ "sourceTree" = "<group>";
187
+ };
188
+ "7165D45D146B4EA100DE2F0E" = {
189
+ "children" = (
190
+ "7165D45E146B4EA100DE2F0E"
191
+ );
192
+ "isa" = "PBXVariantGroup";
193
+ "name" = "InfoPlist.strings";
194
+ "sourceTree" = "<group>";
195
+ };
196
+ "7165D45E146B4EA100DE2F0E" = {
197
+ "isa" = "PBXFileReference";
198
+ "lastKnownFileType" = "text.plist.strings";
199
+ "name" = "en";
200
+ "path" = "en.lproj/InfoPlist.strings";
201
+ "sourceTree" = "<group>";
202
+ };
203
+ "7165D45F146B4EA100DE2F0E" = {
204
+ "fileRef" = "7165D45D146B4EA100DE2F0E";
205
+ "isa" = "PBXBuildFile";
206
+ };
207
+ "7165D460146B4EA100DE2F0E" = {
208
+ "isa" = "PBXFileReference";
209
+ "lastKnownFileType" = "sourcecode.c.objc";
210
+ "path" = "main.m";
211
+ "sourceTree" = "<group>";
212
+ };
213
+ "7165D461146B4EA100DE2F0E" = {
214
+ "fileRef" = "7165D460146B4EA100DE2F0E";
215
+ "isa" = "PBXBuildFile";
216
+ };
217
+ "7165D462146B4EA100DE2F0E" = {
218
+ "isa" = "PBXFileReference";
219
+ "lastKnownFileType" = "sourcecode.c.h";
220
+ "path" = "TestProject-Prefix.pch";
221
+ "sourceTree" = "<group>";
222
+ };
223
+ "7165D463146B4EA100DE2F0E" = {
224
+ "isa" = "PBXFileReference";
225
+ "lastKnownFileType" = "sourcecode.c.h";
226
+ "path" = "AppDelegate.h";
227
+ "sourceTree" = "<group>";
228
+ };
229
+ "7165D464146B4EA100DE2F0E" = {
230
+ "isa" = "PBXFileReference";
231
+ "lastKnownFileType" = "sourcecode.c.objc";
232
+ "path" = "AppDelegate.m";
233
+ "sourceTree" = "<group>";
234
+ };
235
+ "7165D465146B4EA100DE2F0E" = {
236
+ "fileRef" = "7165D464146B4EA100DE2F0E";
237
+ "isa" = "PBXBuildFile";
238
+ };
239
+ "7165D466146B4EA100DE2F0E" = {
240
+ "buildActionMask" = "2147483647";
241
+ "files" = (
242
+ "7165D47A146B4EA100DE2F0E",
243
+ "7171EB6F1486E29E00AF2FE3"
244
+ );
245
+ "isa" = "PBXSourcesBuildPhase";
246
+ "runOnlyForDeploymentPostprocessing" = "0";
247
+ };
248
+ "7165D467146B4EA100DE2F0E" = {
249
+ "buildActionMask" = "2147483647";
250
+ "files" = (
251
+ "7165D46D146B4EA100DE2F0E",
252
+ "7165D46E146B4EA100DE2F0E",
253
+ "7165D46F146B4EA100DE2F0E"
254
+ );
255
+ "isa" = "PBXFrameworksBuildPhase";
256
+ "runOnlyForDeploymentPostprocessing" = "0";
257
+ };
258
+ "7165D468146B4EA100DE2F0E" = {
259
+ "buildActionMask" = "2147483647";
260
+ "files" = (
261
+ "7165D477146B4EA100DE2F0E"
262
+ );
263
+ "isa" = "PBXResourcesBuildPhase";
264
+ "runOnlyForDeploymentPostprocessing" = "0";
265
+ };
266
+ "7165D469146B4EA100DE2F0E" = {
267
+ "buildActionMask" = "2147483647";
268
+ "files" = (
269
+
270
+ );
271
+ "inputPaths" = (
272
+
273
+ );
274
+ "isa" = "PBXShellScriptBuildPhase";
275
+ "outputPaths" = (
276
+
277
+ );
278
+ "runOnlyForDeploymentPostprocessing" = "0";
279
+ "shellPath" = "/bin/sh";
280
+ "shellScript" = "# Run the unit tests in this test bundle.\n\"${SYSTEM_DEVELOPER_DIR}/Tools/RunUnitTests\"\n";
281
+ };
282
+ "7165D46A146B4EA100DE2F0E" = {
283
+ "buildConfigurationList" = "7165D480146B4EA100DE2F0E";
284
+ "buildPhases" = (
285
+ "7165D466146B4EA100DE2F0E",
286
+ "7165D467146B4EA100DE2F0E",
287
+ "7165D468146B4EA100DE2F0E",
288
+ "7165D469146B4EA100DE2F0E"
289
+ );
290
+ "buildRules" = (
291
+
292
+ );
293
+ "dependencies" = (
294
+ "7165D471146B4EA100DE2F0E"
295
+ );
296
+ "isa" = "PBXNativeTarget";
297
+ "name" = "TestProjectTests";
298
+ "productName" = "TestProjectTests";
299
+ "productReference" = "7165D46B146B4EA100DE2F0E";
300
+ "productType" = "com.apple.product-type.bundle";
301
+ };
302
+ "7165D46B146B4EA100DE2F0E" = {
303
+ "explicitFileType" = "wrapper.cfbundle";
304
+ "includeInIndex" = "0";
305
+ "isa" = "PBXFileReference";
306
+ "path" = "TestProjectTests.octest";
307
+ "sourceTree" = "BUILT_PRODUCTS_DIR";
308
+ };
309
+ "7165D46C146B4EA100DE2F0E" = {
310
+ "isa" = "PBXFileReference";
311
+ "lastKnownFileType" = "wrapper.framework";
312
+ "name" = "SenTestingKit.framework";
313
+ "path" = "Library/Frameworks/SenTestingKit.framework";
314
+ "sourceTree" = "DEVELOPER_DIR";
315
+ };
316
+ "7165D46D146B4EA100DE2F0E" = {
317
+ "fileRef" = "7165D46C146B4EA100DE2F0E";
318
+ "isa" = "PBXBuildFile";
319
+ };
320
+ "7165D46E146B4EA100DE2F0E" = {
321
+ "fileRef" = "7165D454146B4EA100DE2F0E";
322
+ "isa" = "PBXBuildFile";
323
+ };
324
+ "7165D46F146B4EA100DE2F0E" = {
325
+ "fileRef" = "7165D456146B4EA100DE2F0E";
326
+ "isa" = "PBXBuildFile";
327
+ };
328
+ "7165D470146B4EA100DE2F0E" = {
329
+ "containerPortal" = "7165D447146B4EA100DE2F0E";
330
+ "isa" = "PBXContainerItemProxy";
331
+ "proxyType" = "1";
332
+ "remoteGlobalIDString" = "7165D44F146B4EA100DE2F0E";
333
+ "remoteInfo" = "TestProject";
334
+ };
335
+ "7165D471146B4EA100DE2F0E" = {
336
+ "isa" = "PBXTargetDependency";
337
+ "target" = "7165D44F146B4EA100DE2F0E";
338
+ "targetProxy" = "7165D470146B4EA100DE2F0E";
339
+ };
340
+ "7165D472146B4EA100DE2F0E" = {
341
+ "children" = (
342
+ "7165D478146B4EA100DE2F0E",
343
+ "7165D479146B4EA100DE2F0E",
344
+ "7165D473146B4EA100DE2F0E",
345
+ "7171EB6B1486DFE000AF2FE3",
346
+ "7171EB6C1486DFE000AF2FE3"
347
+ );
348
+ "isa" = "PBXGroup";
349
+ "path" = "TestProjectTests";
350
+ "sourceTree" = "<group>";
351
+ };
352
+ "7165D473146B4EA100DE2F0E" = {
353
+ "children" = (
354
+ "7165D474146B4EA100DE2F0E",
355
+ "7165D475146B4EA100DE2F0E"
356
+ );
357
+ "isa" = "PBXGroup";
358
+ "name" = "Supporting Files";
359
+ "sourceTree" = "<group>";
360
+ };
361
+ "7165D474146B4EA100DE2F0E" = {
362
+ "isa" = "PBXFileReference";
363
+ "lastKnownFileType" = "text.plist.xml";
364
+ "path" = "TestProjectTests-Info.plist";
365
+ "sourceTree" = "<group>";
366
+ };
367
+ "7165D475146B4EA100DE2F0E" = {
368
+ "children" = (
369
+ "7165D476146B4EA100DE2F0E"
370
+ );
371
+ "isa" = "PBXVariantGroup";
372
+ "name" = "InfoPlist.strings";
373
+ "sourceTree" = "<group>";
374
+ };
375
+ "7165D476146B4EA100DE2F0E" = {
376
+ "isa" = "PBXFileReference";
377
+ "lastKnownFileType" = "text.plist.strings";
378
+ "name" = "en";
379
+ "path" = "en.lproj/InfoPlist.strings";
380
+ "sourceTree" = "<group>";
381
+ };
382
+ "7165D477146B4EA100DE2F0E" = {
383
+ "fileRef" = "7165D475146B4EA100DE2F0E";
384
+ "isa" = "PBXBuildFile";
385
+ };
386
+ "7165D478146B4EA100DE2F0E" = {
387
+ "isa" = "PBXFileReference";
388
+ "lastKnownFileType" = "sourcecode.c.h";
389
+ "path" = "TestProjectTests.h";
390
+ "sourceTree" = "<group>";
391
+ };
392
+ "7165D479146B4EA100DE2F0E" = {
393
+ "isa" = "PBXFileReference";
394
+ "lastKnownFileType" = "sourcecode.c.objc";
395
+ "path" = "TestProjectTests.m";
396
+ "sourceTree" = "<group>";
397
+ };
398
+ "7165D47A146B4EA100DE2F0E" = {
399
+ "fileRef" = "7165D479146B4EA100DE2F0E";
400
+ "isa" = "PBXBuildFile";
401
+ };
402
+ "7165D47B146B4EA100DE2F0E" = {
403
+ "buildSettings" = {
404
+ "ALWAYS_SEARCH_USER_PATHS" = "NO";
405
+ "ARCHS" = "$(ARCHS_STANDARD_32_BIT)";
406
+ "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
407
+ "COPY_PHASE_STRIP" = "NO";
408
+ "GCC_C_LANGUAGE_STANDARD" = "gnu99";
409
+ "GCC_DYNAMIC_NO_PIC" = "NO";
410
+ "GCC_OPTIMIZATION_LEVEL" = "0";
411
+ "GCC_PREPROCESSOR_DEFINITIONS" = (
412
+ "DEBUG=1",
413
+ "$(inherited)"
414
+ );
415
+ "GCC_SYMBOLS_PRIVATE_EXTERN" = "NO";
416
+ "GCC_VERSION" = "com.apple.compilers.llvm.clang.1_0";
417
+ "GCC_WARN_ABOUT_MISSING_PROTOTYPES" = "YES";
418
+ "GCC_WARN_ABOUT_RETURN_TYPE" = "YES";
419
+ "GCC_WARN_UNUSED_VARIABLE" = "YES";
420
+ "IPHONEOS_DEPLOYMENT_TARGET" = "5.0";
421
+ "SDKROOT" = "iphoneos";
422
+ "TARGETED_DEVICE_FAMILY" = "1,2";
423
+ };
424
+ "isa" = "XCBuildConfiguration";
425
+ "name" = "Debug";
426
+ };
427
+ "7165D47C146B4EA100DE2F0E" = {
428
+ "buildSettings" = {
429
+ "ALWAYS_SEARCH_USER_PATHS" = "NO";
430
+ "ARCHS" = "$(ARCHS_STANDARD_32_BIT)";
431
+ "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
432
+ "COPY_PHASE_STRIP" = "YES";
433
+ "GCC_C_LANGUAGE_STANDARD" = "gnu99";
434
+ "GCC_VERSION" = "com.apple.compilers.llvm.clang.1_0";
435
+ "GCC_WARN_ABOUT_MISSING_PROTOTYPES" = "YES";
436
+ "GCC_WARN_ABOUT_RETURN_TYPE" = "YES";
437
+ "GCC_WARN_UNUSED_VARIABLE" = "YES";
438
+ "IPHONEOS_DEPLOYMENT_TARGET" = "5.0";
439
+ "OTHER_CFLAGS" = "-DNS_BLOCK_ASSERTIONS=1";
440
+ "SDKROOT" = "iphoneos";
441
+ "TARGETED_DEVICE_FAMILY" = "1,2";
442
+ "VALIDATE_PRODUCT" = "YES";
443
+ };
444
+ "isa" = "XCBuildConfiguration";
445
+ "name" = "Release";
446
+ };
447
+ "7165D47D146B4EA100DE2F0E" = {
448
+ "buildConfigurations" = (
449
+ "7165D47E146B4EA100DE2F0E",
450
+ "7165D47F146B4EA100DE2F0E"
451
+ );
452
+ "defaultConfigurationIsVisible" = "0";
453
+ "defaultConfigurationName" = "Release";
454
+ "isa" = "XCConfigurationList";
455
+ };
456
+ "7165D47E146B4EA100DE2F0E" = {
457
+ "buildSettings" = {
458
+ "GCC_PRECOMPILE_PREFIX_HEADER" = "YES";
459
+ "GCC_PREFIX_HEADER" = "TestProject/TestProject-Prefix.pch";
460
+ "INFOPLIST_FILE" = "TestProject/TestProject-Info.plist";
461
+ "PRODUCT_NAME" = "$(TARGET_NAME)";
462
+ "WRAPPER_EXTENSION" = "app";
463
+ };
464
+ "isa" = "XCBuildConfiguration";
465
+ "name" = "Debug";
466
+ };
467
+ "7165D47F146B4EA100DE2F0E" = {
468
+ "buildSettings" = {
469
+ "GCC_PRECOMPILE_PREFIX_HEADER" = "YES";
470
+ "GCC_PREFIX_HEADER" = "TestProject/TestProject-Prefix.pch";
471
+ "INFOPLIST_FILE" = "TestProject/TestProject-Info.plist";
472
+ "PRODUCT_NAME" = "$(TARGET_NAME)";
473
+ "WRAPPER_EXTENSION" = "app";
474
+ };
475
+ "isa" = "XCBuildConfiguration";
476
+ "name" = "Release";
477
+ };
478
+ "7165D480146B4EA100DE2F0E" = {
479
+ "buildConfigurations" = (
480
+ "7165D481146B4EA100DE2F0E",
481
+ "7165D482146B4EA100DE2F0E"
482
+ );
483
+ "defaultConfigurationIsVisible" = "0";
484
+ "defaultConfigurationName" = "Release";
485
+ "isa" = "XCConfigurationList";
486
+ };
487
+ "7165D481146B4EA100DE2F0E" = {
488
+ "buildSettings" = {
489
+ "BUNDLE_LOADER" = "$(BUILT_PRODUCTS_DIR)/TestProject.app/TestProject";
490
+ "FRAMEWORK_SEARCH_PATHS" = (
491
+ "$(SDKROOT)/Developer/Library/Frameworks",
492
+ "$(DEVELOPER_LIBRARY_DIR)/Frameworks"
493
+ );
494
+ "GCC_PRECOMPILE_PREFIX_HEADER" = "YES";
495
+ "GCC_PREFIX_HEADER" = "TestProject/TestProject-Prefix.pch";
496
+ "INFOPLIST_FILE" = "TestProjectTests/TestProjectTests-Info.plist";
497
+ "PRODUCT_NAME" = "$(TARGET_NAME)";
498
+ "TEST_HOST" = "$(BUNDLE_LOADER)";
499
+ "WRAPPER_EXTENSION" = "octest";
500
+ };
501
+ "isa" = "XCBuildConfiguration";
502
+ "name" = "Debug";
503
+ };
504
+ "7165D482146B4EA100DE2F0E" = {
505
+ "buildSettings" = {
506
+ "BUNDLE_LOADER" = "$(BUILT_PRODUCTS_DIR)/TestProject.app/TestProject";
507
+ "FRAMEWORK_SEARCH_PATHS" = (
508
+ "$(SDKROOT)/Developer/Library/Frameworks",
509
+ "$(DEVELOPER_LIBRARY_DIR)/Frameworks"
510
+ );
511
+ "GCC_PRECOMPILE_PREFIX_HEADER" = "YES";
512
+ "GCC_PREFIX_HEADER" = "TestProject/TestProject-Prefix.pch";
513
+ "INFOPLIST_FILE" = "TestProjectTests/TestProjectTests-Info.plist";
514
+ "PRODUCT_NAME" = "$(TARGET_NAME)";
515
+ "TEST_HOST" = "$(BUNDLE_LOADER)";
516
+ "WRAPPER_EXTENSION" = "octest";
517
+ };
518
+ "isa" = "XCBuildConfiguration";
519
+ "name" = "Release";
520
+ };
521
+ "7171EB6B1486DFE000AF2FE3" = {
522
+ "fileEncoding" = "4";
523
+ "isa" = "PBXFileReference";
524
+ "lastKnownFileType" = "sourcecode.c.h";
525
+ "path" = "AnotherTest.h";
526
+ "sourceTree" = "<group>";
527
+ };
528
+ "7171EB6C1486DFE000AF2FE3" = {
529
+ "fileEncoding" = "4";
530
+ "isa" = "PBXFileReference";
531
+ "lastKnownFileType" = "sourcecode.c.objc";
532
+ "path" = "AnotherTest.m";
533
+ "sourceTree" = "<group>";
534
+ };
535
+ "7171EB6F1486E29E00AF2FE3" = {
536
+ "fileRef" = "7171EB6C1486DFE000AF2FE3";
537
+ "isa" = "PBXBuildFile";
538
+ };
539
+ "D111C141DDDD1009668E310E" = {
540
+ "isa" = "PBXNativeTarget";
541
+ "buildConfigurationList" = "C93D39FEB82CC9442CE94908";
542
+ "buildPhases" = (
543
+ "DDF08A769D3B5B518C166AC6",
544
+ "57F7ADA229AE63B1ADB8DA79",
545
+ "FEE9A62A759B1FFE1A905731"
546
+ );
547
+ "buildRules" = (
548
+
549
+ );
550
+ "dependencies" = (
551
+
552
+ );
553
+ "name" = "Specs";
554
+ "productName" = "Specs";
555
+ "productReference" = "";
556
+ "productType" = "com.apple.product-type.application";
557
+ };
558
+ "C93D39FEB82CC9442CE94908" = {
559
+ "isa" = "XCConfigurationList";
560
+ "buildConfigurations" = (
561
+ "9DD0F856744EE2F634D435BF",
562
+ "F3367A702467F6782D255B43"
563
+ );
564
+ "defaultConfigurationIsVisible" = "0";
565
+ "defaultConfigurationName" = "";
566
+ };
567
+ "630E8768C91375E025BDAB9D" = {
568
+ "isa" = "PBXFileReference";
569
+ "explicitFileType" = "wrapper.application";
570
+ "includeInIndex" = 0;
571
+ "path" = "Specs.app";
572
+ "sourceTree" = "BUILT_PRODUCTS_DIR";
573
+ };
574
+ "39DE9119D059DDAF344528F7" = {
575
+ "isa" = "PBXGroup";
576
+ "name" = "Specs";
577
+ "sourceTree" = "<group>";
578
+ "children" = (
579
+ "432A2F50EC036E94978893A8"
580
+ );
581
+ };
582
+ "432A2F50EC036E94978893A8" = {
583
+ "isa" = "PBXGroup";
584
+ "name" = "Supporting Files";
585
+ "sourceTree" = "<group>";
586
+ "children" = (
587
+ "9A37F09082AA2F5581292B87",
588
+ "3665D8B8D6C1E1BABC2E47C7",
589
+ "1E241EF6D65011772619D39A",
590
+ "174491DC1D841F9ACD7EBE31"
591
+ );
592
+ };
593
+ "9A37F09082AA2F5581292B87" = {
594
+ "isa" = "PBXFileReference";
595
+ "path" = "Specs/main.m";
596
+ "sourceTree" = "<group>";
597
+ "name" = "main.m";
598
+ };
599
+ "DDF08A769D3B5B518C166AC6" = {
600
+ "isa" = "PBXSourcesBuildPhase";
601
+ "buildActionMask" = "2147483647";
602
+ "files" = (
603
+ "5E29EA438DC1B76305639557"
604
+ );
605
+ "runOnlyForDeploymentPostprocessing" = "0";
606
+ };
607
+ "5E29EA438DC1B76305639557" = {
608
+ "isa" = "PBXBuildFile";
609
+ "fileRef" = "9A37F09082AA2F5581292B87";
610
+ };
611
+ "3665D8B8D6C1E1BABC2E47C7" = {
612
+ "isa" = "PBXFileReference";
613
+ "path" = "Specs/Specs-Info.plist";
614
+ "sourceTree" = "<group>";
615
+ "name" = "Specs-Info.plist";
616
+ };
617
+ "1E241EF6D65011772619D39A" = {
618
+ "isa" = "PBXVariantGroup";
619
+ "children" = (
620
+ "D6D233A8CBDA7B3F0FB96015"
621
+ );
622
+ "name" = "InfoPlist.strings";
623
+ "sourceTree" = "<group>";
624
+ "path" = "Specs";
625
+ };
626
+ "D6D233A8CBDA7B3F0FB96015" = {
627
+ "isa" = "PBXFileReference";
628
+ "path" = "en.lproj/InfoPlist.strings";
629
+ "sourceTree" = "<group>";
630
+ "name" = "en";
631
+ };
632
+ "57F7ADA229AE63B1ADB8DA79" = {
633
+ "isa" = "PBXResourcesBuildPhase";
634
+ "buildActionMask" = "2147483647";
635
+ "files" = (
636
+ "94F2CEAB92BA1079E896EF2E"
637
+ );
638
+ "runOnlyForDeploymentPostprocessing" = "0";
639
+ };
640
+ "94F2CEAB92BA1079E896EF2E" = {
641
+ "isa" = "PBXBuildFile";
642
+ "fileRef" = "1E241EF6D65011772619D39A";
643
+ };
644
+ "174491DC1D841F9ACD7EBE31" = {
645
+ "isa" = "PBXFileReference";
646
+ "path" = "Specs/Specs-Prefix.pch";
647
+ "sourceTree" = "<group>";
648
+ "name" = "Specs-Prefix.pch";
649
+ };
650
+ "6C10ABBB52B3D1FA38AB47FF" = {
651
+ "isa" = "PBXFileReference";
652
+ "lastKnownFileType" = "wrapper.framework";
653
+ "name" = "Cedar-iPhone.framework";
654
+ "path" = "Vendor/Frameworks/Cedar-iPhone.framework";
655
+ "sourceTree" = "<group>";
656
+ };
657
+ "FEE9A62A759B1FFE1A905731" = {
658
+ "isa" = "PBXFrameworksBuildPhase";
659
+ "buildActionMask" = "2147483647";
660
+ "files" = (
661
+ "6193083E0AAF7C886D587F0A",
662
+ "2574D65B0D2FFDB5D0372B4A",
663
+ "FD70EF95A64C6CF15FFAA614",
664
+ "28C60920A77AB174A952864D"
665
+ );
666
+ "runOnlyForDeploymentPostprocessing" = "0";
667
+ };
668
+ "6193083E0AAF7C886D587F0A" = {
669
+ "isa" = "PBXBuildFile";
670
+ "fileRef" = "6C10ABBB52B3D1FA38AB47FF";
671
+ };
672
+ "2574D65B0D2FFDB5D0372B4A" = {
673
+ "isa" = "PBXBuildFile";
674
+ "fileRef" = "7165D454146B4EA100DE2F0E";
675
+ };
676
+ "FD70EF95A64C6CF15FFAA614" = {
677
+ "isa" = "PBXBuildFile";
678
+ "fileRef" = "7165D456146B4EA100DE2F0E";
679
+ };
680
+ "28C60920A77AB174A952864D" = {
681
+ "isa" = "PBXBuildFile";
682
+ "fileRef" = "7165D458146B4EA100DE2F0E";
683
+ };
684
+ "9DD0F856744EE2F634D435BF" = {
685
+ "isa" = "XCBuildConfiguration";
686
+ "buildSettings" = {
687
+ "SDKROOT" = "iphoneos";
688
+ "OTHER_CFLAGS" = "-DNS_BLOCK_ASSERTIONS=1";
689
+ "TARGETED_DEVICE_FAMILY" = "1,2";
690
+ "GCC_C_LANGUAGE_STANDARD" = "gnu99";
691
+ "ALWAYS_SEARCH_USER_PATHS" = "NO";
692
+ "GCC_VERSION" = "com.apple.compilers.llvm.clang.1_0";
693
+ "ARCHS" = "$(ARCHS_STANDARD_32_BIT)";
694
+ "GCC_WARN_ABOUT_MISSING_PROTOTYPES" = "YES";
695
+ "GCC_WARN_ABOUT_RETURN_TYPE" = "YES";
696
+ "CODE_SIGN_IDENTITY[sdk=>iphoneos*]" = "iPhone Developer";
697
+ "GCC_PRECOMPILE_PREFIX_HEADER" = "YES";
698
+ "VALIDATE_PRODUCT" = "YES";
699
+ "IPHONEOS_DEPLOYMENT_TARGET" = "5.0";
700
+ "COPY_PHASE_STRIP" = "YES";
701
+ "GCC_PREFIX_HEADER" = "Specs/Specs-Prefix.pch";
702
+ "INFOPLIST_FILE" = "Specs/Specs-Info.plist";
703
+ "PRODUCT_NAME" = "$(TARGET_NAME)";
704
+ "WRAPPER_EXTENSION" = "app";
705
+ "OTHER_LDFLAGS" = "-ObjC -all_load -lstdc++";
706
+ "FRAMEWORK_SEARCH_PATHS" = (
707
+ "$(inherited)",
708
+ "\"$(SRCROOT)/Vendor/Frameworks\""
709
+ );
710
+ };
711
+ "name" = "Debug";
712
+ };
713
+ "F3367A702467F6782D255B43" = {
714
+ "isa" = "XCBuildConfiguration";
715
+ "buildSettings" = {
716
+ "SDKROOT" = "iphoneos";
717
+ "OTHER_CFLAGS" = "-DNS_BLOCK_ASSERTIONS=1";
718
+ "TARGETED_DEVICE_FAMILY" = "1,2";
719
+ "GCC_C_LANGUAGE_STANDARD" = "gnu99";
720
+ "ALWAYS_SEARCH_USER_PATHS" = "NO";
721
+ "GCC_VERSION" = "com.apple.compilers.llvm.clang.1_0";
722
+ "ARCHS" = "$(ARCHS_STANDARD_32_BIT)";
723
+ "GCC_WARN_ABOUT_MISSING_PROTOTYPES" = "YES";
724
+ "GCC_WARN_ABOUT_RETURN_TYPE" = "YES";
725
+ "CODE_SIGN_IDENTITY[sdk=>iphoneos*]" = "iPhone Developer";
726
+ "GCC_PRECOMPILE_PREFIX_HEADER" = "YES";
727
+ "VALIDATE_PRODUCT" = "YES";
728
+ "IPHONEOS_DEPLOYMENT_TARGET" = "5.0";
729
+ "COPY_PHASE_STRIP" = "YES";
730
+ "GCC_PREFIX_HEADER" = "Specs/Specs-Prefix.pch";
731
+ "INFOPLIST_FILE" = "Specs/Specs-Info.plist";
732
+ "PRODUCT_NAME" = "$(TARGET_NAME)";
733
+ "WRAPPER_EXTENSION" = "app";
734
+ "OTHER_LDFLAGS" = "-ObjC -all_load -lstdc++";
735
+ "FRAMEWORK_SEARCH_PATHS" = (
736
+ "$(inherited)",
737
+ "\"$(SRCROOT)/Vendor/Frameworks\""
738
+ );
739
+ };
740
+ "name" = "Release";
741
+ };
742
+ "08CA042925B6A23E9B5FD749" = {
743
+ "isa" = "PBXGroup";
744
+ "name" = "Vendor";
745
+ "sourceTree" = "<group>";
746
+ "children" = (
747
+ "E957185DA6E62BCB773E3215",
748
+ "210C3E62109555E5E0EECC60"
749
+ );
750
+ };
751
+ "E957185DA6E62BCB773E3215" = {
752
+ "isa" = "PBXGroup";
753
+ "name" = "EGORefreshTableHeaderView";
754
+ "sourceTree" = "<group>";
755
+ "children" = (
756
+ "17CD25DE175DD3BEB5EEF9E0",
757
+ "5528989C051C6A467D2F3062"
758
+ );
759
+ };
760
+ "17CD25DE175DD3BEB5EEF9E0" = {
761
+ "isa" = "PBXFileReference";
762
+ "path" = "Vendor/EGORefreshTableHeaderView/EGORefreshTableHeaderView.m";
763
+ "sourceTree" = "<group>";
764
+ "name" = "EGORefreshTableHeaderView.m";
765
+ };
766
+ "5528989C051C6A467D2F3062" = {
767
+ "isa" = "PBXFileReference";
768
+ "path" = "Vendor/EGORefreshTableHeaderView/EGORefreshTableHeaderView.h";
769
+ "sourceTree" = "<group>";
770
+ "name" = "EGORefreshTableHeaderView.h";
771
+ };
772
+ "210C3E62109555E5E0EECC60" = {
773
+ "isa" = "PBXGroup";
774
+ "name" = "Reachability";
775
+ "sourceTree" = "<group>";
776
+ "children" = (
777
+ "1FD478B67ECB2FE21FEDD6E2",
778
+ "1353A9B12E6EAFF98E85F03D"
779
+ );
780
+ };
781
+ "1FD478B67ECB2FE21FEDD6E2" = {
782
+ "isa" = "PBXFileReference";
783
+ "path" = "Vendor/Reachability/Reachability.m";
784
+ "sourceTree" = "<group>";
785
+ "name" = "Reachability.m";
786
+ };
787
+ "1353A9B12E6EAFF98E85F03D" = {
788
+ "isa" = "PBXFileReference";
789
+ "path" = "Vendor/Reachability/Reachability.h";
790
+ "sourceTree" = "<group>";
791
+ "name" = "Reachability.h";
792
+ };
793
+ "70F2C1C35C0D60D44412B5D5" = {
794
+ "isa" = "PBXFileReference";
795
+ "lastKnownFileType" = "wrapper.framework";
796
+ "name" = "CFNetwork.framework";
797
+ "path" = "System/Library/Frameworks/CFNetwork.framework";
798
+ "sourceTree" = "SDKROOT";
799
+ };
800
+ };
801
+ "rootObject" = "7165D447146B4EA100DE2F0E";
802
+ }