cinder 0.5.1

Sign up to get free protection for your applications and to get access to all the features.
Files changed (78) hide show
  1. data/.gitignore +18 -0
  2. data/Gemfile +5 -0
  3. data/LICENSE.txt +22 -0
  4. data/README.md +79 -0
  5. data/Rakefile +10 -0
  6. data/bin/cinder +19 -0
  7. data/cinder.gemspec +34 -0
  8. data/lib/cinder.rb +5 -0
  9. data/lib/cinder/commands.rb +13 -0
  10. data/lib/cinder/commands/build.rb +69 -0
  11. data/lib/cinder/commands/lint.rb +284 -0
  12. data/lib/cinder/commands/setup.rb +32 -0
  13. data/lib/cinder/external_commands.rb +43 -0
  14. data/lib/cinder/version.rb +3 -0
  15. data/spec/cinder/commands/lint_spec.rb +121 -0
  16. data/spec/cinder_spec.rb +9 -0
  17. data/spec/fake_workspace.rb +23 -0
  18. data/spec/fixtures/both-configs-sans-ad_hoc-provisioning/Foo.xcodeproj/project.pbxproj +329 -0
  19. data/spec/fixtures/both-configs-sans-ad_hoc-provisioning/Foo.xcworkspace/contents.xcworkspacedata +1 -0
  20. data/spec/fixtures/both-configs-sans-ad_hoc-provisioning/Podfile +3 -0
  21. data/spec/fixtures/both-configs-sans-ad_hoc-provisioning/enterprise.mobileprovision +0 -0
  22. data/spec/fixtures/both-configs-sans-enterprise-provisioning/Foo.xcodeproj/project.pbxproj +329 -0
  23. data/spec/fixtures/both-configs-sans-enterprise-provisioning/Foo.xcworkspace/contents.xcworkspacedata +1 -0
  24. data/spec/fixtures/both-configs-sans-enterprise-provisioning/Podfile +3 -0
  25. data/spec/fixtures/both-configs-sans-enterprise-provisioning/ad_hoc.mobileprovision +0 -0
  26. data/spec/fixtures/both-configs/Foo.xcodeproj/project.pbxproj +329 -0
  27. data/spec/fixtures/both-configs/Foo.xcodeproj/xcshareddata/xcschemes/Foo.xcscheme +0 -0
  28. data/spec/fixtures/both-configs/Foo.xcworkspace/contents.xcworkspacedata +1 -0
  29. data/spec/fixtures/both-configs/Podfile +3 -0
  30. data/spec/fixtures/both-configs/ad_hoc.mobileprovision +0 -0
  31. data/spec/fixtures/both-configs/enterprise.mobileprovision +0 -0
  32. data/spec/fixtures/empty-podfile/Foo.xcodeproj/project.pbxproj +319 -0
  33. data/spec/fixtures/empty-podfile/Foo.xcworkspace/contents.xcworkspacedata +1 -0
  34. data/spec/fixtures/empty-podfile/Podfile +0 -0
  35. data/spec/fixtures/lowercase/Podfile +3 -0
  36. data/spec/fixtures/lowercase/ad_hoc.mobileprovision +0 -0
  37. data/spec/fixtures/lowercase/foo.xcodeproj/project.pbxproj +319 -0
  38. data/spec/fixtures/lowercase/foo.xcodeproj/xcshareddata/xcschemes/foo.xcscheme +0 -0
  39. data/spec/fixtures/lowercase/foo.xcworkspace/contents.xcworkspacedata +1 -0
  40. data/spec/fixtures/multiple-workspaces/Bar.xcworkspace/contents.xcworkspacedata +1 -0
  41. data/spec/fixtures/multiple-workspaces/Foo.xcodeproj/project.pbxproj +319 -0
  42. data/spec/fixtures/multiple-workspaces/Foo.xcworkspace/contents.xcworkspacedata +1 -0
  43. data/spec/fixtures/multiple-workspaces/Podfile +3 -0
  44. data/spec/fixtures/proper/Foo.xcodeproj/project.pbxproj +319 -0
  45. data/spec/fixtures/proper/Foo.xcodeproj/xcshareddata/xcschemes/Foo.xcscheme +0 -0
  46. data/spec/fixtures/proper/Foo.xcworkspace/contents.xcworkspacedata +1 -0
  47. data/spec/fixtures/proper/Podfile +3 -0
  48. data/spec/fixtures/proper/ad_hoc.mobileprovision +0 -0
  49. data/spec/fixtures/sans-ad_hoc-or-enterprise-config/Foo.xcodeproj/project.pbxproj +309 -0
  50. data/spec/fixtures/sans-ad_hoc-or-enterprise-config/Foo.xcworkspace/contents.xcworkspacedata +1 -0
  51. data/spec/fixtures/sans-ad_hoc-or-enterprise-config/Podfile +3 -0
  52. data/spec/fixtures/sans-podfile/Foo.xcodeproj/project.pbxproj +319 -0
  53. data/spec/fixtures/sans-podfile/Foo.xcworkspace/contents.xcworkspacedata +1 -0
  54. data/spec/fixtures/sans-project/Foo.xcworkspace/contents.xcworkspacedata +1 -0
  55. data/spec/fixtures/sans-project/Podfile +3 -0
  56. data/spec/fixtures/sans-target/Foo.xcodeproj/project.pbxproj +113 -0
  57. data/spec/fixtures/sans-target/Foo.xcworkspace/contents.xcworkspacedata +1 -0
  58. data/spec/fixtures/sans-target/Podfile +3 -0
  59. data/spec/fixtures/sans-workspace/Foo.xcodeproj/project.pbxproj +319 -0
  60. data/spec/fixtures/sans-workspace/Podfile +3 -0
  61. data/spec/fixtures/whitespace-workspace/Foo App.xcodeproj/project.pbxproj +319 -0
  62. data/spec/fixtures/whitespace-workspace/Foo App.xcworkspace/contents.xcworkspacedata +1 -0
  63. data/spec/fixtures/whitespace-workspace/Podfile +3 -0
  64. data/spec/fixtures/workspace-project-mismatch/Bar.xcodeproj/project.pbxproj +319 -0
  65. data/spec/fixtures/workspace-project-mismatch/Foo.xcworkspace/contents.xcworkspacedata +1 -0
  66. data/spec/fixtures/workspace-project-mismatch/Podfile +3 -0
  67. data/spec/fixtures/workspace-projects-mismatch/Bar.xcodeproj/project.pbxproj +319 -0
  68. data/spec/fixtures/workspace-projects-mismatch/Baz.xcodeproj/project.pbxproj +319 -0
  69. data/spec/fixtures/workspace-projects-mismatch/Foo.xcworkspace/contents.xcworkspacedata +1 -0
  70. data/spec/fixtures/workspace-projects-mismatch/Podfile +3 -0
  71. data/spec/fixtures/workspace-target-mismatch/Foo.xcodeproj/project.pbxproj +319 -0
  72. data/spec/fixtures/workspace-target-mismatch/Foo.xcworkspace/contents.xcworkspacedata +1 -0
  73. data/spec/fixtures/workspace-target-mismatch/Podfile +3 -0
  74. data/spec/fixtures/workspace-targets-mismatch/Foo.xcodeproj/project.pbxproj +504 -0
  75. data/spec/fixtures/workspace-targets-mismatch/Foo.xcworkspace/contents.xcworkspacedata +1 -0
  76. data/spec/fixtures/workspace-targets-mismatch/Podfile +3 -0
  77. data/spec/spec_helper.rb +20 -0
  78. metadata +363 -0
@@ -0,0 +1 @@
1
+ <?xml version='1.0' encoding='UTF-8'?><Workspace version='1.0'/>
@@ -0,0 +1,3 @@
1
+ platform :ios
2
+
3
+ pod 'FooKit'
@@ -0,0 +1,319 @@
1
+ <?xml version="1.0" encoding="UTF-8"?>
2
+ <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
3
+ <plist version="1.0">
4
+ <dict>
5
+ <key>archiveVersion</key>
6
+ <string>1</string>
7
+ <key>classes</key>
8
+ <dict/>
9
+ <key>objectVersion</key>
10
+ <string>46</string>
11
+ <key>objects</key>
12
+ <dict>
13
+ <key>411586D0BB4B4316AED38AC7</key>
14
+ <dict>
15
+ <key>attributes</key>
16
+ <dict>
17
+ <key>LastUpgradeCheck</key>
18
+ <string>0450</string>
19
+ </dict>
20
+ <key>buildConfigurationList</key>
21
+ <string>7EEF99AC0DAC4D43B8022109</string>
22
+ <key>compatibilityVersion</key>
23
+ <string>Xcode 3.2</string>
24
+ <key>developmentRegion</key>
25
+ <string>English</string>
26
+ <key>hasScannedForEncodings</key>
27
+ <string>0</string>
28
+ <key>isa</key>
29
+ <string>PBXProject</string>
30
+ <key>knownRegions</key>
31
+ <array>
32
+ <string>en</string>
33
+ </array>
34
+ <key>mainGroup</key>
35
+ <string>D24CCC991A364BAF83843B3C</string>
36
+ <key>productRefGroup</key>
37
+ <string>B2D77DB8D7C744F0A212D960</string>
38
+ <key>projectReferences</key>
39
+ <array/>
40
+ <key>targets</key>
41
+ <array>
42
+ <string>C24E7F3499DD43508B6069C1</string>
43
+ </array>
44
+ </dict>
45
+ <key>5E1457CA10D7479E98484D71</key>
46
+ <dict>
47
+ <key>buildActionMask</key>
48
+ <string>2147483647</string>
49
+ <key>files</key>
50
+ <array/>
51
+ <key>isa</key>
52
+ <string>PBXSourcesBuildPhase</string>
53
+ <key>runOnlyForDeploymentPostprocessing</key>
54
+ <string>0</string>
55
+ </dict>
56
+ <key>6608EC8FDB84446D8A579F1E</key>
57
+ <dict>
58
+ <key>fileRef</key>
59
+ <string>DF2477F05D3740FAAB0468B7</string>
60
+ <key>isa</key>
61
+ <string>PBXBuildFile</string>
62
+ <key>settings</key>
63
+ <dict/>
64
+ </dict>
65
+ <key>6B2164C7EB1341BB94A83E58</key>
66
+ <dict>
67
+ <key>explicitFileType</key>
68
+ <string>archive.ar</string>
69
+ <key>includeInIndex</key>
70
+ <string>0</string>
71
+ <key>isa</key>
72
+ <string>PBXFileReference</string>
73
+ <key>name</key>
74
+ <string>libFoo.a</string>
75
+ <key>path</key>
76
+ <string>libFoo.a</string>
77
+ <key>sourceTree</key>
78
+ <string>BUILT_PRODUCTS_DIR</string>
79
+ </dict>
80
+ <key>6D20F12886A2459A83969F87</key>
81
+ <dict>
82
+ <key>buildSettings</key>
83
+ <dict>
84
+ <key>ALWAYS_SEARCH_USER_PATHS</key>
85
+ <string>NO</string>
86
+ <key>ARCHS</key>
87
+ <string>$(ARCHS_STANDARD_32_BIT)</string>
88
+ <key>COPY_PHASE_STRIP</key>
89
+ <string>NO</string>
90
+ <key>DSTROOT</key>
91
+ <string>/tmp/xcodeproj.dst</string>
92
+ <key>GCC_C_LANGUAGE_STANDARD</key>
93
+ <string>gnu99</string>
94
+ <key>GCC_DYNAMIC_NO_PIC</key>
95
+ <string>NO</string>
96
+ <key>GCC_OPTIMIZATION_LEVEL</key>
97
+ <string>0</string>
98
+ <key>GCC_PRECOMPILE_PREFIX_HEADER</key>
99
+ <string>YES</string>
100
+ <key>GCC_PREPROCESSOR_DEFINITIONS</key>
101
+ <array>
102
+ <string>DEBUG=1</string>
103
+ <string>$(inherited)</string>
104
+ </array>
105
+ <key>GCC_SYMBOLS_PRIVATE_EXTERN</key>
106
+ <string>NO</string>
107
+ <key>GCC_VERSION</key>
108
+ <string>com.apple.compilers.llvm.clang.1_0</string>
109
+ <key>INSTALL_PATH</key>
110
+ <string>$(BUILT_PRODUCTS_DIR)</string>
111
+ <key>IPHONEOS_DEPLOYMENT_TARGET</key>
112
+ <string>4.3</string>
113
+ <key>OTHER_LDFLAGS</key>
114
+ <string></string>
115
+ <key>PRODUCT_NAME</key>
116
+ <string>$(TARGET_NAME)</string>
117
+ <key>PUBLIC_HEADERS_FOLDER_PATH</key>
118
+ <string>$(TARGET_NAME)</string>
119
+ <key>SDKROOT</key>
120
+ <string>iphoneos</string>
121
+ <key>SKIP_INSTALL</key>
122
+ <string>YES</string>
123
+ </dict>
124
+ <key>isa</key>
125
+ <string>XCBuildConfiguration</string>
126
+ <key>name</key>
127
+ <string>Debug</string>
128
+ </dict>
129
+ <key>7B63D8359F2443498349A034</key>
130
+ <dict>
131
+ <key>buildConfigurations</key>
132
+ <array>
133
+ <string>8DD5757BF0884080B280331E</string>
134
+ <string>6D20F12886A2459A83969F87</string>
135
+ </array>
136
+ <key>defaultConfigurationIsVisible</key>
137
+ <string>0</string>
138
+ <key>defaultConfigurationName</key>
139
+ <string>Release</string>
140
+ <key>isa</key>
141
+ <string>XCConfigurationList</string>
142
+ </dict>
143
+ <key>7EEF99AC0DAC4D43B8022109</key>
144
+ <dict>
145
+ <key>buildConfigurations</key>
146
+ <array>
147
+ <string>E705F282629D4EB88F3CFD43</string>
148
+ <string>8B1D2394ACAE4DDE9875EA46</string>
149
+ </array>
150
+ <key>defaultConfigurationIsVisible</key>
151
+ <string>0</string>
152
+ <key>defaultConfigurationName</key>
153
+ <string>AdHoc</string>
154
+ <key>isa</key>
155
+ <string>XCConfigurationList</string>
156
+ </dict>
157
+ <key>8B1D2394ACAE4DDE9875EA46</key>
158
+ <dict>
159
+ <key>buildSettings</key>
160
+ <dict/>
161
+ <key>isa</key>
162
+ <string>XCBuildConfiguration</string>
163
+ <key>name</key>
164
+ <string>AdHoc</string>
165
+ </dict>
166
+ <key>8DD5757BF0884080B280331E</key>
167
+ <dict>
168
+ <key>buildSettings</key>
169
+ <dict>
170
+ <key>ALWAYS_SEARCH_USER_PATHS</key>
171
+ <string>NO</string>
172
+ <key>ARCHS</key>
173
+ <string>$(ARCHS_STANDARD_32_BIT)</string>
174
+ <key>COPY_PHASE_STRIP</key>
175
+ <string>YES</string>
176
+ <key>DSTROOT</key>
177
+ <string>/tmp/xcodeproj.dst</string>
178
+ <key>GCC_C_LANGUAGE_STANDARD</key>
179
+ <string>gnu99</string>
180
+ <key>GCC_PRECOMPILE_PREFIX_HEADER</key>
181
+ <string>YES</string>
182
+ <key>GCC_VERSION</key>
183
+ <string>com.apple.compilers.llvm.clang.1_0</string>
184
+ <key>INSTALL_PATH</key>
185
+ <string>$(BUILT_PRODUCTS_DIR)</string>
186
+ <key>IPHONEOS_DEPLOYMENT_TARGET</key>
187
+ <string>4.3</string>
188
+ <key>OTHER_CFLAGS</key>
189
+ <array>
190
+ <string>-DNS_BLOCK_ASSERTIONS=1</string>
191
+ <string>$(inherited)</string>
192
+ </array>
193
+ <key>OTHER_CPLUSPLUSFLAGS</key>
194
+ <array>
195
+ <string>-DNS_BLOCK_ASSERTIONS=1</string>
196
+ <string>$(inherited)</string>
197
+ </array>
198
+ <key>OTHER_LDFLAGS</key>
199
+ <string></string>
200
+ <key>PRODUCT_NAME</key>
201
+ <string>$(TARGET_NAME)</string>
202
+ <key>PUBLIC_HEADERS_FOLDER_PATH</key>
203
+ <string>$(TARGET_NAME)</string>
204
+ <key>SDKROOT</key>
205
+ <string>iphoneos</string>
206
+ <key>SKIP_INSTALL</key>
207
+ <string>YES</string>
208
+ <key>VALIDATE_PRODUCT</key>
209
+ <string>YES</string>
210
+ </dict>
211
+ <key>isa</key>
212
+ <string>XCBuildConfiguration</string>
213
+ <key>name</key>
214
+ <string>Release</string>
215
+ </dict>
216
+ <key>94BCEDD4F97A454BA3938B87</key>
217
+ <dict>
218
+ <key>buildActionMask</key>
219
+ <string>2147483647</string>
220
+ <key>files</key>
221
+ <array>
222
+ <string>6608EC8FDB84446D8A579F1E</string>
223
+ </array>
224
+ <key>isa</key>
225
+ <string>PBXFrameworksBuildPhase</string>
226
+ <key>runOnlyForDeploymentPostprocessing</key>
227
+ <string>0</string>
228
+ </dict>
229
+ <key>B2D77DB8D7C744F0A212D960</key>
230
+ <dict>
231
+ <key>children</key>
232
+ <array>
233
+ <string>6B2164C7EB1341BB94A83E58</string>
234
+ </array>
235
+ <key>isa</key>
236
+ <string>PBXGroup</string>
237
+ <key>name</key>
238
+ <string>Products</string>
239
+ <key>sourceTree</key>
240
+ <string>&lt;group&gt;</string>
241
+ </dict>
242
+ <key>C24E7F3499DD43508B6069C1</key>
243
+ <dict>
244
+ <key>buildConfigurationList</key>
245
+ <string>7B63D8359F2443498349A034</string>
246
+ <key>buildPhases</key>
247
+ <array>
248
+ <string>5E1457CA10D7479E98484D71</string>
249
+ <string>94BCEDD4F97A454BA3938B87</string>
250
+ </array>
251
+ <key>buildRules</key>
252
+ <array/>
253
+ <key>dependencies</key>
254
+ <array/>
255
+ <key>isa</key>
256
+ <string>PBXNativeTarget</string>
257
+ <key>name</key>
258
+ <string>Foo</string>
259
+ <key>productName</key>
260
+ <string>Foo</string>
261
+ <key>productReference</key>
262
+ <string>6B2164C7EB1341BB94A83E58</string>
263
+ <key>productType</key>
264
+ <string>com.apple.product-type.application</string>
265
+ </dict>
266
+ <key>D24CCC991A364BAF83843B3C</key>
267
+ <dict>
268
+ <key>children</key>
269
+ <array>
270
+ <string>B2D77DB8D7C744F0A212D960</string>
271
+ <string>DA11037065634A73890959E9</string>
272
+ </array>
273
+ <key>isa</key>
274
+ <string>PBXGroup</string>
275
+ <key>sourceTree</key>
276
+ <string>&lt;group&gt;</string>
277
+ </dict>
278
+ <key>DA11037065634A73890959E9</key>
279
+ <dict>
280
+ <key>children</key>
281
+ <array>
282
+ <string>DF2477F05D3740FAAB0468B7</string>
283
+ </array>
284
+ <key>isa</key>
285
+ <string>PBXGroup</string>
286
+ <key>name</key>
287
+ <string>Frameworks</string>
288
+ <key>sourceTree</key>
289
+ <string>&lt;group&gt;</string>
290
+ </dict>
291
+ <key>DF2477F05D3740FAAB0468B7</key>
292
+ <dict>
293
+ <key>includeInIndex</key>
294
+ <string>1</string>
295
+ <key>isa</key>
296
+ <string>PBXFileReference</string>
297
+ <key>lastKnownFileType</key>
298
+ <string>wrapper.framework</string>
299
+ <key>name</key>
300
+ <string>Foundation.framework</string>
301
+ <key>path</key>
302
+ <string>Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS6.1.sdk/System/Library/Frameworks/Foundation.framework</string>
303
+ <key>sourceTree</key>
304
+ <string>DEVELOPER_DIR</string>
305
+ </dict>
306
+ <key>E705F282629D4EB88F3CFD43</key>
307
+ <dict>
308
+ <key>buildSettings</key>
309
+ <dict/>
310
+ <key>isa</key>
311
+ <string>XCBuildConfiguration</string>
312
+ <key>name</key>
313
+ <string>Debug</string>
314
+ </dict>
315
+ </dict>
316
+ <key>rootObject</key>
317
+ <string>411586D0BB4B4316AED38AC7</string>
318
+ </dict>
319
+ </plist>
@@ -0,0 +1,319 @@
1
+ <?xml version="1.0" encoding="UTF-8"?>
2
+ <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
3
+ <plist version="1.0">
4
+ <dict>
5
+ <key>archiveVersion</key>
6
+ <string>1</string>
7
+ <key>classes</key>
8
+ <dict/>
9
+ <key>objectVersion</key>
10
+ <string>46</string>
11
+ <key>objects</key>
12
+ <dict>
13
+ <key>411586D0BB4B4316AED38AC7</key>
14
+ <dict>
15
+ <key>attributes</key>
16
+ <dict>
17
+ <key>LastUpgradeCheck</key>
18
+ <string>0450</string>
19
+ </dict>
20
+ <key>buildConfigurationList</key>
21
+ <string>7EEF99AC0DAC4D43B8022109</string>
22
+ <key>compatibilityVersion</key>
23
+ <string>Xcode 3.2</string>
24
+ <key>developmentRegion</key>
25
+ <string>English</string>
26
+ <key>hasScannedForEncodings</key>
27
+ <string>0</string>
28
+ <key>isa</key>
29
+ <string>PBXProject</string>
30
+ <key>knownRegions</key>
31
+ <array>
32
+ <string>en</string>
33
+ </array>
34
+ <key>mainGroup</key>
35
+ <string>D24CCC991A364BAF83843B3C</string>
36
+ <key>productRefGroup</key>
37
+ <string>B2D77DB8D7C744F0A212D960</string>
38
+ <key>projectReferences</key>
39
+ <array/>
40
+ <key>targets</key>
41
+ <array>
42
+ <string>C24E7F3499DD43508B6069C1</string>
43
+ </array>
44
+ </dict>
45
+ <key>5E1457CA10D7479E98484D71</key>
46
+ <dict>
47
+ <key>buildActionMask</key>
48
+ <string>2147483647</string>
49
+ <key>files</key>
50
+ <array/>
51
+ <key>isa</key>
52
+ <string>PBXSourcesBuildPhase</string>
53
+ <key>runOnlyForDeploymentPostprocessing</key>
54
+ <string>0</string>
55
+ </dict>
56
+ <key>6608EC8FDB84446D8A579F1E</key>
57
+ <dict>
58
+ <key>fileRef</key>
59
+ <string>DF2477F05D3740FAAB0468B7</string>
60
+ <key>isa</key>
61
+ <string>PBXBuildFile</string>
62
+ <key>settings</key>
63
+ <dict/>
64
+ </dict>
65
+ <key>6B2164C7EB1341BB94A83E58</key>
66
+ <dict>
67
+ <key>explicitFileType</key>
68
+ <string>archive.ar</string>
69
+ <key>includeInIndex</key>
70
+ <string>0</string>
71
+ <key>isa</key>
72
+ <string>PBXFileReference</string>
73
+ <key>name</key>
74
+ <string>libFoo.a</string>
75
+ <key>path</key>
76
+ <string>libFoo.a</string>
77
+ <key>sourceTree</key>
78
+ <string>BUILT_PRODUCTS_DIR</string>
79
+ </dict>
80
+ <key>6D20F12886A2459A83969F87</key>
81
+ <dict>
82
+ <key>buildSettings</key>
83
+ <dict>
84
+ <key>ALWAYS_SEARCH_USER_PATHS</key>
85
+ <string>NO</string>
86
+ <key>ARCHS</key>
87
+ <string>$(ARCHS_STANDARD_32_BIT)</string>
88
+ <key>COPY_PHASE_STRIP</key>
89
+ <string>NO</string>
90
+ <key>DSTROOT</key>
91
+ <string>/tmp/xcodeproj.dst</string>
92
+ <key>GCC_C_LANGUAGE_STANDARD</key>
93
+ <string>gnu99</string>
94
+ <key>GCC_DYNAMIC_NO_PIC</key>
95
+ <string>NO</string>
96
+ <key>GCC_OPTIMIZATION_LEVEL</key>
97
+ <string>0</string>
98
+ <key>GCC_PRECOMPILE_PREFIX_HEADER</key>
99
+ <string>YES</string>
100
+ <key>GCC_PREPROCESSOR_DEFINITIONS</key>
101
+ <array>
102
+ <string>DEBUG=1</string>
103
+ <string>$(inherited)</string>
104
+ </array>
105
+ <key>GCC_SYMBOLS_PRIVATE_EXTERN</key>
106
+ <string>NO</string>
107
+ <key>GCC_VERSION</key>
108
+ <string>com.apple.compilers.llvm.clang.1_0</string>
109
+ <key>INSTALL_PATH</key>
110
+ <string>$(BUILT_PRODUCTS_DIR)</string>
111
+ <key>IPHONEOS_DEPLOYMENT_TARGET</key>
112
+ <string>4.3</string>
113
+ <key>OTHER_LDFLAGS</key>
114
+ <string></string>
115
+ <key>PRODUCT_NAME</key>
116
+ <string>$(TARGET_NAME)</string>
117
+ <key>PUBLIC_HEADERS_FOLDER_PATH</key>
118
+ <string>$(TARGET_NAME)</string>
119
+ <key>SDKROOT</key>
120
+ <string>iphoneos</string>
121
+ <key>SKIP_INSTALL</key>
122
+ <string>YES</string>
123
+ </dict>
124
+ <key>isa</key>
125
+ <string>XCBuildConfiguration</string>
126
+ <key>name</key>
127
+ <string>Debug</string>
128
+ </dict>
129
+ <key>7B63D8359F2443498349A034</key>
130
+ <dict>
131
+ <key>buildConfigurations</key>
132
+ <array>
133
+ <string>8DD5757BF0884080B280331E</string>
134
+ <string>6D20F12886A2459A83969F87</string>
135
+ </array>
136
+ <key>defaultConfigurationIsVisible</key>
137
+ <string>0</string>
138
+ <key>defaultConfigurationName</key>
139
+ <string>Release</string>
140
+ <key>isa</key>
141
+ <string>XCConfigurationList</string>
142
+ </dict>
143
+ <key>7EEF99AC0DAC4D43B8022109</key>
144
+ <dict>
145
+ <key>buildConfigurations</key>
146
+ <array>
147
+ <string>E705F282629D4EB88F3CFD43</string>
148
+ <string>8B1D2394ACAE4DDE9875EA46</string>
149
+ </array>
150
+ <key>defaultConfigurationIsVisible</key>
151
+ <string>0</string>
152
+ <key>defaultConfigurationName</key>
153
+ <string>AdHoc</string>
154
+ <key>isa</key>
155
+ <string>XCConfigurationList</string>
156
+ </dict>
157
+ <key>8B1D2394ACAE4DDE9875EA46</key>
158
+ <dict>
159
+ <key>buildSettings</key>
160
+ <dict/>
161
+ <key>isa</key>
162
+ <string>XCBuildConfiguration</string>
163
+ <key>name</key>
164
+ <string>AdHoc</string>
165
+ </dict>
166
+ <key>8DD5757BF0884080B280331E</key>
167
+ <dict>
168
+ <key>buildSettings</key>
169
+ <dict>
170
+ <key>ALWAYS_SEARCH_USER_PATHS</key>
171
+ <string>NO</string>
172
+ <key>ARCHS</key>
173
+ <string>$(ARCHS_STANDARD_32_BIT)</string>
174
+ <key>COPY_PHASE_STRIP</key>
175
+ <string>YES</string>
176
+ <key>DSTROOT</key>
177
+ <string>/tmp/xcodeproj.dst</string>
178
+ <key>GCC_C_LANGUAGE_STANDARD</key>
179
+ <string>gnu99</string>
180
+ <key>GCC_PRECOMPILE_PREFIX_HEADER</key>
181
+ <string>YES</string>
182
+ <key>GCC_VERSION</key>
183
+ <string>com.apple.compilers.llvm.clang.1_0</string>
184
+ <key>INSTALL_PATH</key>
185
+ <string>$(BUILT_PRODUCTS_DIR)</string>
186
+ <key>IPHONEOS_DEPLOYMENT_TARGET</key>
187
+ <string>4.3</string>
188
+ <key>OTHER_CFLAGS</key>
189
+ <array>
190
+ <string>-DNS_BLOCK_ASSERTIONS=1</string>
191
+ <string>$(inherited)</string>
192
+ </array>
193
+ <key>OTHER_CPLUSPLUSFLAGS</key>
194
+ <array>
195
+ <string>-DNS_BLOCK_ASSERTIONS=1</string>
196
+ <string>$(inherited)</string>
197
+ </array>
198
+ <key>OTHER_LDFLAGS</key>
199
+ <string></string>
200
+ <key>PRODUCT_NAME</key>
201
+ <string>$(TARGET_NAME)</string>
202
+ <key>PUBLIC_HEADERS_FOLDER_PATH</key>
203
+ <string>$(TARGET_NAME)</string>
204
+ <key>SDKROOT</key>
205
+ <string>iphoneos</string>
206
+ <key>SKIP_INSTALL</key>
207
+ <string>YES</string>
208
+ <key>VALIDATE_PRODUCT</key>
209
+ <string>YES</string>
210
+ </dict>
211
+ <key>isa</key>
212
+ <string>XCBuildConfiguration</string>
213
+ <key>name</key>
214
+ <string>Release</string>
215
+ </dict>
216
+ <key>94BCEDD4F97A454BA3938B87</key>
217
+ <dict>
218
+ <key>buildActionMask</key>
219
+ <string>2147483647</string>
220
+ <key>files</key>
221
+ <array>
222
+ <string>6608EC8FDB84446D8A579F1E</string>
223
+ </array>
224
+ <key>isa</key>
225
+ <string>PBXFrameworksBuildPhase</string>
226
+ <key>runOnlyForDeploymentPostprocessing</key>
227
+ <string>0</string>
228
+ </dict>
229
+ <key>B2D77DB8D7C744F0A212D960</key>
230
+ <dict>
231
+ <key>children</key>
232
+ <array>
233
+ <string>6B2164C7EB1341BB94A83E58</string>
234
+ </array>
235
+ <key>isa</key>
236
+ <string>PBXGroup</string>
237
+ <key>name</key>
238
+ <string>Products</string>
239
+ <key>sourceTree</key>
240
+ <string>&lt;group&gt;</string>
241
+ </dict>
242
+ <key>C24E7F3499DD43508B6069C1</key>
243
+ <dict>
244
+ <key>buildConfigurationList</key>
245
+ <string>7B63D8359F2443498349A034</string>
246
+ <key>buildPhases</key>
247
+ <array>
248
+ <string>5E1457CA10D7479E98484D71</string>
249
+ <string>94BCEDD4F97A454BA3938B87</string>
250
+ </array>
251
+ <key>buildRules</key>
252
+ <array/>
253
+ <key>dependencies</key>
254
+ <array/>
255
+ <key>isa</key>
256
+ <string>PBXNativeTarget</string>
257
+ <key>name</key>
258
+ <string>Foo</string>
259
+ <key>productName</key>
260
+ <string>Foo</string>
261
+ <key>productReference</key>
262
+ <string>6B2164C7EB1341BB94A83E58</string>
263
+ <key>productType</key>
264
+ <string>com.apple.product-type.application</string>
265
+ </dict>
266
+ <key>D24CCC991A364BAF83843B3C</key>
267
+ <dict>
268
+ <key>children</key>
269
+ <array>
270
+ <string>B2D77DB8D7C744F0A212D960</string>
271
+ <string>DA11037065634A73890959E9</string>
272
+ </array>
273
+ <key>isa</key>
274
+ <string>PBXGroup</string>
275
+ <key>sourceTree</key>
276
+ <string>&lt;group&gt;</string>
277
+ </dict>
278
+ <key>DA11037065634A73890959E9</key>
279
+ <dict>
280
+ <key>children</key>
281
+ <array>
282
+ <string>DF2477F05D3740FAAB0468B7</string>
283
+ </array>
284
+ <key>isa</key>
285
+ <string>PBXGroup</string>
286
+ <key>name</key>
287
+ <string>Frameworks</string>
288
+ <key>sourceTree</key>
289
+ <string>&lt;group&gt;</string>
290
+ </dict>
291
+ <key>DF2477F05D3740FAAB0468B7</key>
292
+ <dict>
293
+ <key>includeInIndex</key>
294
+ <string>1</string>
295
+ <key>isa</key>
296
+ <string>PBXFileReference</string>
297
+ <key>lastKnownFileType</key>
298
+ <string>wrapper.framework</string>
299
+ <key>name</key>
300
+ <string>Foundation.framework</string>
301
+ <key>path</key>
302
+ <string>Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS6.1.sdk/System/Library/Frameworks/Foundation.framework</string>
303
+ <key>sourceTree</key>
304
+ <string>DEVELOPER_DIR</string>
305
+ </dict>
306
+ <key>E705F282629D4EB88F3CFD43</key>
307
+ <dict>
308
+ <key>buildSettings</key>
309
+ <dict/>
310
+ <key>isa</key>
311
+ <string>XCBuildConfiguration</string>
312
+ <key>name</key>
313
+ <string>Debug</string>
314
+ </dict>
315
+ </dict>
316
+ <key>rootObject</key>
317
+ <string>411586D0BB4B4316AED38AC7</string>
318
+ </dict>
319
+ </plist>