aboutsummaryrefslogtreecommitdiffstats
path: root/iBean/iBean.xcodeproj/project.pbxproj
blob: 72a51e62b7accaed3853258d76155b34e8f9d7f8 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
// !$*UTF8*$!
{
	archiveVersion = 1;
	classes = {
	};
	objectVersion = 46;
	objects = {

/* Begin PBXBuildFile section */
		020C55981691014E00D8224C /* UIKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 020C55971691014E00D8224C /* UIKit.framework */; };
		020C559A1691014E00D8224C /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 020C55991691014E00D8224C /* Foundation.framework */; };
		020C559C1691014E00D8224C /* CoreGraphics.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 020C559B1691014E00D8224C /* CoreGraphics.framework */; };
		020C559E1691014E00D8224C /* CoreData.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 020C559D1691014E00D8224C /* CoreData.framework */; };
		020C55A41691014E00D8224C /* InfoPlist.strings in Resources */ = {isa = PBXBuildFile; fileRef = 020C55A21691014E00D8224C /* InfoPlist.strings */; };
		020C55A61691014E00D8224C /* main.m in Sources */ = {isa = PBXBuildFile; fileRef = 020C55A51691014E00D8224C /* main.m */; };
		020C55AA1691014E00D8224C /* AppDelegate.m in Sources */ = {isa = PBXBuildFile; fileRef = 020C55A91691014E00D8224C /* AppDelegate.m */; };
		020C55AC1691014E00D8224C /* Default.png in Resources */ = {isa = PBXBuildFile; fileRef = 020C55AB1691014E00D8224C /* Default.png */; };
		020C55AE1691014E00D8224C /* Default@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = 020C55AD1691014E00D8224C /* Default@2x.png */; };
		020C55B01691014E00D8224C /* Default-568h@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = 020C55AF1691014E00D8224C /* Default-568h@2x.png */; };
		020C55B31691014E00D8224C /* iBean.xcdatamodeld in Sources */ = {isa = PBXBuildFile; fileRef = 020C55B11691014E00D8224C /* iBean.xcdatamodeld */; };
		020C55BD169101FB00D8224C /* iPhoneStoryboard.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 020C55BC169101FB00D8224C /* iPhoneStoryboard.storyboard */; };
		020C55CA1691100000D8224C /* AppDelegate+Storage.m in Sources */ = {isa = PBXBuildFile; fileRef = 020C55C91691100000D8224C /* AppDelegate+Storage.m */; };
		020C55FA16983E9900D8224C /* BeanCollectionListViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 020C55F916983E9900D8224C /* BeanCollectionListViewController.m */; };
		020C560316989D4500D8224C /* BeanCollectionInfoViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 020C560216989D4500D8224C /* BeanCollectionInfoViewController.m */; };
		020C56061698A85000D8224C /* BeanCollectionBeanListViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 020C56051698A85000D8224C /* BeanCollectionBeanListViewController.m */; };
		020C5672169E1B0100D8224C /* AddBeanViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 020C5671169E1B0100D8224C /* AddBeanViewController.m */; };
		020C567A169F597300D8224C /* Bean.m in Sources */ = {isa = PBXBuildFile; fileRef = 020C5679169F597300D8224C /* Bean.m */; };
		020C567D169F597300D8224C /* BeanCollection.m in Sources */ = {isa = PBXBuildFile; fileRef = 020C567C169F597300D8224C /* BeanCollection.m */; };
		020C5680169F5E9A00D8224C /* Bean+Interface.m in Sources */ = {isa = PBXBuildFile; fileRef = 020C567F169F5E9900D8224C /* Bean+Interface.m */; };
		020C5683169F5FBB00D8224C /* BeanCollection+Interface.m in Sources */ = {isa = PBXBuildFile; fileRef = 020C5682169F5FBB00D8224C /* BeanCollection+Interface.m */; };
		020C568F16A1CE0E00D8224C /* EditBeanViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 020C568E16A1CE0E00D8224C /* EditBeanViewController.m */; };
		020C569316A1E55600D8224C /* ExtractionViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 020C569216A1E55600D8224C /* ExtractionViewController.m */; };
		020C569C16A49C8300D8224C /* Configuration+Interface.m in Sources */ = {isa = PBXBuildFile; fileRef = 020C569B16A49C8300D8224C /* Configuration+Interface.m */; };
		022A9C6B16BE9CA300DB3A4A /* AudioToolbox.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 022A9C6A16BE9CA300DB3A4A /* AudioToolbox.framework */; };
		024CB02016C04BD5009CBC15 /* UIColor+Extra.m in Sources */ = {isa = PBXBuildFile; fileRef = 024CB01F16C04BD5009CBC15 /* UIColor+Extra.m */; };
		024CB03716C2EF10009CBC15 /* UITableView+Extra.m in Sources */ = {isa = PBXBuildFile; fileRef = 024CB03616C2EF10009CBC15 /* UITableView+Extra.m */; };
		024CB03916C2EFD5009CBC15 /* QuartzCore.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 024CB03816C2EFD5009CBC15 /* QuartzCore.framework */; };
		024F676D16A4A61D004A1201 /* InstantExtractionViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 024F676C16A4A61D004A1201 /* InstantExtractionViewController.m */; };
		0276253916B58D6000EE2F4E /* SettingsViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 0276253816B58D6000EE2F4E /* SettingsViewController.m */; };
		0276253C16B59E4C00EE2F4E /* Configuration.m in Sources */ = {isa = PBXBuildFile; fileRef = 0276253B16B59E4C00EE2F4E /* Configuration.m */; };
		0276253F16B59E4C00EE2F4E /* Threshold.m in Sources */ = {isa = PBXBuildFile; fileRef = 0276253E16B59E4C00EE2F4E /* Threshold.m */; };
		0276254216B5A64000EE2F4E /* ThresholdListViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 0276254116B5A64000EE2F4E /* ThresholdListViewController.m */; };
		0276254516B5AACF00EE2F4E /* ThresholdViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 0276254416B5AACF00EE2F4E /* ThresholdViewController.m */; };
		0276254816B5BC5300EE2F4E /* ThresholdCell.m in Sources */ = {isa = PBXBuildFile; fileRef = 0276254716B5BC5300EE2F4E /* ThresholdCell.m */; };
		02E557AE16A9C1E40080FBBA /* BeanCollectionExtractionViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 02E557AD16A9C1E40080FBBA /* BeanCollectionExtractionViewController.m */; };
		02E557B116A9CFB50080FBBA /* BeanCell.m in Sources */ = {isa = PBXBuildFile; fileRef = 02E557B016A9CFB50080FBBA /* BeanCell.m */; };
		02E557BA16AC85A20080FBBA /* BeanCollectionExtractionScrollView.m in Sources */ = {isa = PBXBuildFile; fileRef = 02E557B916AC85A20080FBBA /* BeanCollectionExtractionScrollView.m */; };
/* End PBXBuildFile section */

/* Begin PBXFileReference section */
		020C55931691014E00D8224C /* iBean.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = iBean.app; sourceTree = BUILT_PRODUCTS_DIR; };
		020C55971691014E00D8224C /* UIKit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = UIKit.framework; path = System/Library/Frameworks/UIKit.framework; sourceTree = SDKROOT; };
		020C55991691014E00D8224C /* Foundation.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Foundation.framework; path = System/Library/Frameworks/Foundation.framework; sourceTree = SDKROOT; };
		020C559B1691014E00D8224C /* CoreGraphics.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = CoreGraphics.framework; path = System/Library/Frameworks/CoreGraphics.framework; sourceTree = SDKROOT; };
		020C559D1691014E00D8224C /* CoreData.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = CoreData.framework; path = System/Library/Frameworks/CoreData.framework; sourceTree = SDKROOT; };
		020C55A11691014E00D8224C /* iBean-Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = "iBean-Info.plist"; sourceTree = "<group>"; };
		020C55A31691014E00D8224C /* en */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = en; path = en.lproj/InfoPlist.strings; sourceTree = "<group>"; };
		020C55A51691014E00D8224C /* main.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = main.m; sourceTree = "<group>"; };
		020C55A71691014E00D8224C /* iBean-Prefix.pch */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = "iBean-Prefix.pch"; sourceTree = "<group>"; };
		020C55A81691014E00D8224C /* AppDelegate.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = AppDelegate.h; sourceTree = "<group>"; };
		020C55A91691014E00D8224C /* AppDelegate.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = AppDelegate.m; sourceTree = "<group>"; };
		020C55AB1691014E00D8224C /* Default.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = Default.png; sourceTree = "<group>"; };
		020C55AD1691014E00D8224C /* Default@2x.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = "Default@2x.png"; sourceTree = "<group>"; };
		020C55AF1691014E00D8224C /* Default-568h@2x.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = "Default-568h@2x.png"; sourceTree = "<group>"; };
		020C55B21691014E00D8224C /* iBean.xcdatamodel */ = {isa = PBXFileReference; lastKnownFileType = wrapper.xcdatamodel; path = iBean.xcdatamodel; sourceTree = "<group>"; };
		020C55BC169101FB00D8224C /* iPhoneStoryboard.storyboard */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = file.storyboard; path = iPhoneStoryboard.storyboard; sourceTree = "<group>"; };
		020C55C81691100000D8224C /* AppDelegate+Storage.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = "AppDelegate+Storage.h"; sourceTree = "<group>"; };
		020C55C91691100000D8224C /* AppDelegate+Storage.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = "AppDelegate+Storage.m"; sourceTree = "<group>"; };
		020C55F816983E9900D8224C /* BeanCollectionListViewController.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = BeanCollectionListViewController.h; sourceTree = "<group>"; };
		020C55F916983E9900D8224C /* BeanCollectionListViewController.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = BeanCollectionListViewController.m; sourceTree = "<group>"; };
		020C560116989D4500D8224C /* BeanCollectionInfoViewController.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = BeanCollectionInfoViewController.h; sourceTree = "<group>"; };
		020C560216989D4500D8224C /* BeanCollectionInfoViewController.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = BeanCollectionInfoViewController.m; sourceTree = "<group>"; };
		020C56041698A85000D8224C /* BeanCollectionBeanListViewController.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = BeanCollectionBeanListViewController.h; sourceTree = "<group>"; };
		020C56051698A85000D8224C /* BeanCollectionBeanListViewController.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = BeanCollectionBeanListViewController.m; sourceTree = "<group>"; };
		020C5670169E1B0100D8224C /* AddBeanViewController.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = AddBeanViewController.h; sourceTree = "<group>"; };
		020C5671169E1B0100D8224C /* AddBeanViewController.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = AddBeanViewController.m; sourceTree = "<group>"; };
		020C5678169F597300D8224C /* Bean.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = Bean.h; sourceTree = "<group>"; };
		020C5679169F597300D8224C /* Bean.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = Bean.m; sourceTree = "<group>"; };
		020C567B169F597300D8224C /* BeanCollection.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = BeanCollection.h; sourceTree = "<group>"; };
		020C567C169F597300D8224C /* BeanCollection.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = BeanCollection.m; sourceTree = "<group>"; };
		020C567E169F5E9900D8224C /* Bean+Interface.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = "Bean+Interface.h"; sourceTree = "<group>"; };
		020C567F169F5E9900D8224C /* Bean+Interface.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = "Bean+Interface.m"; sourceTree = "<group>"; };
		020C5681169F5FBA00D8224C /* BeanCollection+Interface.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = "BeanCollection+Interface.h"; sourceTree = "<group>"; };
		020C5682169F5FBB00D8224C /* BeanCollection+Interface.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = "BeanCollection+Interface.m"; sourceTree = "<group>"; };
		020C568D16A1CE0E00D8224C /* EditBeanViewController.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = EditBeanViewController.h; sourceTree = "<group>"; };
		020C568E16A1CE0E00D8224C /* EditBeanViewController.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = EditBeanViewController.m; sourceTree = "<group>"; };
		020C569116A1E55600D8224C /* ExtractionViewController.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = ExtractionViewController.h; sourceTree = "<group>"; };
		020C569216A1E55600D8224C /* ExtractionViewController.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = ExtractionViewController.m; sourceTree = "<group>"; };
		020C569A16A49C8300D8224C /* Configuration+Interface.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = "Configuration+Interface.h"; sourceTree = "<group>"; };
		020C569B16A49C8300D8224C /* Configuration+Interface.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = "Configuration+Interface.m"; sourceTree = "<group>"; };
		022A9C6A16BE9CA300DB3A4A /* AudioToolbox.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = AudioToolbox.framework; path = System/Library/Frameworks/AudioToolbox.framework; sourceTree = SDKROOT; };
		024CB01E16C04BD5009CBC15 /* UIColor+Extra.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = "UIColor+Extra.h"; sourceTree = "<group>"; };
		024CB01F16C04BD5009CBC15 /* UIColor+Extra.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = "UIColor+Extra.m"; sourceTree = "<group>"; };
		024CB03516C2EF10009CBC15 /* UITableView+Extra.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = "UITableView+Extra.h"; sourceTree = "<group>"; };
		024CB03616C2EF10009CBC15 /* UITableView+Extra.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = "UITableView+Extra.m"; sourceTree = "<group>"; };
		024CB03816C2EFD5009CBC15 /* QuartzCore.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = QuartzCore.framework; path = System/Library/Frameworks/QuartzCore.framework; sourceTree = SDKROOT; };
		024F676B16A4A61D004A1201 /* InstantExtractionViewController.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = InstantExtractionViewController.h; sourceTree = "<group>"; };
		024F676C16A4A61D004A1201 /* InstantExtractionViewController.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = InstantExtractionViewController.m; sourceTree = "<group>"; };
		0276253716B58D6000EE2F4E /* SettingsViewController.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = SettingsViewController.h; sourceTree = "<group>"; };
		0276253816B58D6000EE2F4E /* SettingsViewController.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = SettingsViewController.m; sourceTree = "<group>"; };
		0276253A16B59E4C00EE2F4E /* Configuration.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = Configuration.h; sourceTree = "<group>"; };
		0276253B16B59E4C00EE2F4E /* Configuration.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = Configuration.m; sourceTree = "<group>"; };
		0276253D16B59E4C00EE2F4E /* Threshold.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = Threshold.h; sourceTree = "<group>"; };
		0276253E16B59E4C00EE2F4E /* Threshold.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = Threshold.m; sourceTree = "<group>"; };
		0276254016B5A64000EE2F4E /* ThresholdListViewController.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = ThresholdListViewController.h; sourceTree = "<group>"; };
		0276254116B5A64000EE2F4E /* ThresholdListViewController.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = ThresholdListViewController.m; sourceTree = "<group>"; };
		0276254316B5AACF00EE2F4E /* ThresholdViewController.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = ThresholdViewController.h; sourceTree = "<group>"; };
		0276254416B5AACF00EE2F4E /* ThresholdViewController.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = ThresholdViewController.m; sourceTree = "<group>"; };
		0276254616B5BC5300EE2F4E /* ThresholdCell.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = ThresholdCell.h; sourceTree = "<group>"; };
		0276254716B5BC5300EE2F4E /* ThresholdCell.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = ThresholdCell.m; sourceTree = "<group>"; };
		02E557AC16A9C1E40080FBBA /* BeanCollectionExtractionViewController.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = BeanCollectionExtractionViewController.h; sourceTree = "<group>"; };
		02E557AD16A9C1E40080FBBA /* BeanCollectionExtractionViewController.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = BeanCollectionExtractionViewController.m; sourceTree = "<group>"; };
		02E557AF16A9CFB50080FBBA /* BeanCell.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = BeanCell.h; sourceTree = "<group>"; };
		02E557B016A9CFB50080FBBA /* BeanCell.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = BeanCell.m; sourceTree = "<group>"; };
		02E557B816AC85A20080FBBA /* BeanCollectionExtractionScrollView.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = BeanCollectionExtractionScrollView.h; sourceTree = "<group>"; };
		02E557B916AC85A20080FBBA /* BeanCollectionExtractionScrollView.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = BeanCollectionExtractionScrollView.m; sourceTree = "<group>"; };
/* End PBXFileReference section */

/* Begin PBXFrameworksBuildPhase section */
		020C55901691014E00D8224C /* Frameworks */ = {
			isa = PBXFrameworksBuildPhase;
			buildActionMask = 2147483647;
			files = (
				024CB03916C2EFD5009CBC15 /* QuartzCore.framework in Frameworks */,
				022A9C6B16BE9CA300DB3A4A /* AudioToolbox.framework in Frameworks */,
				020C55981691014E00D8224C /* UIKit.framework in Frameworks */,
				020C559A1691014E00D8224C /* Foundation.framework in Frameworks */,
				020C559C1691014E00D8224C /* CoreGraphics.framework in Frameworks */,
				020C559E1691014E00D8224C /* CoreData.framework in Frameworks */,
			);
			runOnlyForDeploymentPostprocessing = 0;
		};
/* End PBXFrameworksBuildPhase section */

/* Begin PBXGroup section */
		020C55881691014E00D8224C = {
			isa = PBXGroup;
			children = (
				020C559F1691014E00D8224C /* iBean */,
				020C55961691014E00D8224C /* Frameworks */,
				020C55941691014E00D8224C /* Products */,
			);
			sourceTree = "<group>";
		};
		020C55941691014E00D8224C /* Products */ = {
			isa = PBXGroup;
			children = (
				020C55931691014E00D8224C /* iBean.app */,
			);
			name = Products;
			sourceTree = "<group>";
		};
		020C55961691014E00D8224C /* Frameworks */ = {
			isa = PBXGroup;
			children = (
				024CB03816C2EFD5009CBC15 /* QuartzCore.framework */,
				022A9C6A16BE9CA300DB3A4A /* AudioToolbox.framework */,
				020C55971691014E00D8224C /* UIKit.framework */,
				020C55991691014E00D8224C /* Foundation.framework */,
				020C559B1691014E00D8224C /* CoreGraphics.framework */,
				020C559D1691014E00D8224C /* CoreData.framework */,
			);
			name = Frameworks;
			sourceTree = "<group>";
		};
		020C559F1691014E00D8224C /* iBean */ = {
			isa = PBXGroup;
			children = (
				024CB02216C0543B009CBC15 /* Graphics */,
				024CB02116C04BDD009CBC15 /* Categories */,
				0276253316B58C2C00EE2F4E /* Settings */,
				020C55D31695C2C800D8224C /* iBean */,
				020C55B9169101A300D8224C /* InstantExtraction */,
				020C55DF169792F800D8224C /* Data */,
				020C55BB169101CE00D8224C /* Storyboards */,
				020C55A81691014E00D8224C /* AppDelegate.h */,
				020C55A91691014E00D8224C /* AppDelegate.m */,
				020C55B11691014E00D8224C /* iBean.xcdatamodeld */,
				020C55A01691014E00D8224C /* Supporting Files */,
				020C55C81691100000D8224C /* AppDelegate+Storage.h */,
				020C55C91691100000D8224C /* AppDelegate+Storage.m */,
			);
			path = iBean;
			sourceTree = "<group>";
		};
		020C55A01691014E00D8224C /* Supporting Files */ = {
			isa = PBXGroup;
			children = (
				020C55A11691014E00D8224C /* iBean-Info.plist */,
				020C55A21691014E00D8224C /* InfoPlist.strings */,
				020C55A51691014E00D8224C /* main.m */,
				020C55A71691014E00D8224C /* iBean-Prefix.pch */,
				020C55AB1691014E00D8224C /* Default.png */,
				020C55AD1691014E00D8224C /* Default@2x.png */,
				020C55AF1691014E00D8224C /* Default-568h@2x.png */,
			);
			name = "Supporting Files";
			sourceTree = "<group>";
		};
		020C55B9169101A300D8224C /* InstantExtraction */ = {
			isa = PBXGroup;
			children = (
				024F676B16A4A61D004A1201 /* InstantExtractionViewController.h */,
				024F676C16A4A61D004A1201 /* InstantExtractionViewController.m */,
			);
			name = InstantExtraction;
			sourceTree = "<group>";
		};
		020C55BB169101CE00D8224C /* Storyboards */ = {
			isa = PBXGroup;
			children = (
				020C55BC169101FB00D8224C /* iPhoneStoryboard.storyboard */,
			);
			name = Storyboards;
			sourceTree = "<group>";
		};
		020C55D31695C2C800D8224C /* iBean */ = {
			isa = PBXGroup;
			children = (
				02E557AA16A9C1B90080FBBA /* BeanCollectionExtraction */,
				020C56081698F58900D8224C /* BeanCollectionList */,
				020C56091698F59F00D8224C /* Step 1 - BeanCollectionInfo */,
				020C56071698F4DC00D8224C /* Step 2 - BeanCollectionBeanList */,
				020C566E169E1ACB00D8224C /* Step 3 - Bean */,
				020C569016A1E50200D8224C /* Step 4 - Extraction */,
			);
			name = iBean;
			sourceTree = "<group>";
		};
		020C55DF169792F800D8224C /* Data */ = {
			isa = PBXGroup;
			children = (
				0276253D16B59E4C00EE2F4E /* Threshold.h */,
				0276253E16B59E4C00EE2F4E /* Threshold.m */,
				0276253A16B59E4C00EE2F4E /* Configuration.h */,
				0276253B16B59E4C00EE2F4E /* Configuration.m */,
				020C5684169F603700D8224C /* Interface */,
				020C567B169F597300D8224C /* BeanCollection.h */,
				020C567C169F597300D8224C /* BeanCollection.m */,
				020C5678169F597300D8224C /* Bean.h */,
				020C5679169F597300D8224C /* Bean.m */,
			);
			name = Data;
			sourceTree = "<group>";
		};
		020C56071698F4DC00D8224C /* Step 2 - BeanCollectionBeanList */ = {
			isa = PBXGroup;
			children = (
				020C56041698A85000D8224C /* BeanCollectionBeanListViewController.h */,
				020C56051698A85000D8224C /* BeanCollectionBeanListViewController.m */,
			);
			name = "Step 2 - BeanCollectionBeanList";
			sourceTree = "<group>";
		};
		020C56081698F58900D8224C /* BeanCollectionList */ = {
			isa = PBXGroup;
			children = (
				020C55F816983E9900D8224C /* BeanCollectionListViewController.h */,
				020C55F916983E9900D8224C /* BeanCollectionListViewController.m */,
			);
			name = BeanCollectionList;
			sourceTree = "<group>";
		};
		020C56091698F59F00D8224C /* Step 1 - BeanCollectionInfo */ = {
			isa = PBXGroup;
			children = (
				020C560116989D4500D8224C /* BeanCollectionInfoViewController.h */,
				020C560216989D4500D8224C /* BeanCollectionInfoViewController.m */,
			);
			name = "Step 1 - BeanCollectionInfo";
			sourceTree = "<group>";
		};
		020C566E169E1ACB00D8224C /* Step 3 - Bean */ = {
			isa = PBXGroup;
			children = (
				020C5670169E1B0100D8224C /* AddBeanViewController.h */,
				020C5671169E1B0100D8224C /* AddBeanViewController.m */,
				020C568D16A1CE0E00D8224C /* EditBeanViewController.h */,
				020C568E16A1CE0E00D8224C /* EditBeanViewController.m */,
			);
			name = "Step 3 - Bean";
			sourceTree = "<group>";
		};
		020C5684169F603700D8224C /* Interface */ = {
			isa = PBXGroup;
			children = (
				020C567E169F5E9900D8224C /* Bean+Interface.h */,
				020C567F169F5E9900D8224C /* Bean+Interface.m */,
				020C5681169F5FBA00D8224C /* BeanCollection+Interface.h */,
				020C5682169F5FBB00D8224C /* BeanCollection+Interface.m */,
				020C569A16A49C8300D8224C /* Configuration+Interface.h */,
				020C569B16A49C8300D8224C /* Configuration+Interface.m */,
			);
			name = Interface;
			sourceTree = "<group>";
		};
		020C569016A1E50200D8224C /* Step 4 - Extraction */ = {
			isa = PBXGroup;
			children = (
				020C569116A1E55600D8224C /* ExtractionViewController.h */,
				020C569216A1E55600D8224C /* ExtractionViewController.m */,
			);
			name = "Step 4 - Extraction";
			sourceTree = "<group>";
		};
		024CB02116C04BDD009CBC15 /* Categories */ = {
			isa = PBXGroup;
			children = (
				024CB01E16C04BD5009CBC15 /* UIColor+Extra.h */,
				024CB01F16C04BD5009CBC15 /* UIColor+Extra.m */,
				024CB03516C2EF10009CBC15 /* UITableView+Extra.h */,
				024CB03616C2EF10009CBC15 /* UITableView+Extra.m */,
			);
			name = Categories;
			sourceTree = "<group>";
		};
		024CB02216C0543B009CBC15 /* Graphics */ = {
			isa = PBXGroup;
			children = (
			);
			name = Graphics;
			sourceTree = "<group>";
		};
		0276253316B58C2C00EE2F4E /* Settings */ = {
			isa = PBXGroup;
			children = (
				0276253716B58D6000EE2F4E /* SettingsViewController.h */,
				0276253816B58D6000EE2F4E /* SettingsViewController.m */,
				0276254016B5A64000EE2F4E /* ThresholdListViewController.h */,
				0276254116B5A64000EE2F4E /* ThresholdListViewController.m */,
				0276254316B5AACF00EE2F4E /* ThresholdViewController.h */,
				0276254416B5AACF00EE2F4E /* ThresholdViewController.m */,
				0276254616B5BC5300EE2F4E /* ThresholdCell.h */,
				0276254716B5BC5300EE2F4E /* ThresholdCell.m */,
			);
			name = Settings;
			sourceTree = "<group>";
		};
		02E557AA16A9C1B90080FBBA /* BeanCollectionExtraction */ = {
			isa = PBXGroup;
			children = (
				02E557AF16A9CFB50080FBBA /* BeanCell.h */,
				02E557B016A9CFB50080FBBA /* BeanCell.m */,
				02E557AC16A9C1E40080FBBA /* BeanCollectionExtractionViewController.h */,
				02E557AD16A9C1E40080FBBA /* BeanCollectionExtractionViewController.m */,
				02E557B816AC85A20080FBBA /* BeanCollectionExtractionScrollView.h */,
				02E557B916AC85A20080FBBA /* BeanCollectionExtractionScrollView.m */,
			);
			name = BeanCollectionExtraction;
			sourceTree = "<group>";
		};
/* End PBXGroup section */

/* Begin PBXNativeTarget section */
		020C55921691014E00D8224C /* iBean */ = {
			isa = PBXNativeTarget;
			buildConfigurationList = 020C55B61691014E00D8224C /* Build configuration list for PBXNativeTarget "iBean" */;
			buildPhases = (
				020C558F1691014E00D8224C /* Sources */,
				020C55901691014E00D8224C /* Frameworks */,
				020C55911691014E00D8224C /* Resources */,
			);
			buildRules = (
			);
			dependencies = (
			);
			name = iBean;
			productName = iBean;
			productReference = 020C55931691014E00D8224C /* iBean.app */;
			productType = "com.apple.product-type.application";
		};
/* End PBXNativeTarget section */

/* Begin PBXProject section */
		020C558A1691014E00D8224C /* Project object */ = {
			isa = PBXProject;
			attributes = {
				LastUpgradeCheck = 0450;
				ORGANIZATIONNAME = "Eddie Ehlin";
			};
			buildConfigurationList = 020C558D1691014E00D8224C /* Build configuration list for PBXProject "iBean" */;
			compatibilityVersion = "Xcode 3.2";
			developmentRegion = English;
			hasScannedForEncodings = 0;
			knownRegions = (
				en,
			);
			mainGroup = 020C55881691014E00D8224C;
			productRefGroup = 020C55941691014E00D8224C /* Products */;
			projectDirPath = "";
			projectRoot = "";
			targets = (
				020C55921691014E00D8224C /* iBean */,
			);
		};
/* End PBXProject section */

/* Begin PBXResourcesBuildPhase section */
		020C55911691014E00D8224C /* Resources */ = {
			isa = PBXResourcesBuildPhase;
			buildActionMask = 2147483647;
			files = (
				020C55A41691014E00D8224C /* InfoPlist.strings in Resources */,
				020C55AC1691014E00D8224C /* Default.png in Resources */,
				020C55AE1691014E00D8224C /* Default@2x.png in Resources */,
				020C55B01691014E00D8224C /* Default-568h@2x.png in Resources */,
				020C55BD169101FB00D8224C /* iPhoneStoryboard.storyboard in Resources */,
			);
			runOnlyForDeploymentPostprocessing = 0;
		};
/* End PBXResourcesBuildPhase section */

/* Begin PBXSourcesBuildPhase section */
		020C558F1691014E00D8224C /* Sources */ = {
			isa = PBXSourcesBuildPhase;
			buildActionMask = 2147483647;
			files = (
				020C55A61691014E00D8224C /* main.m in Sources */,
				020C55AA1691014E00D8224C /* AppDelegate.m in Sources */,
				020C55B31691014E00D8224C /* iBean.xcdatamodeld in Sources */,
				020C55CA1691100000D8224C /* AppDelegate+Storage.m in Sources */,
				020C55FA16983E9900D8224C /* BeanCollectionListViewController.m in Sources */,
				020C560316989D4500D8224C /* BeanCollectionInfoViewController.m in Sources */,
				020C56061698A85000D8224C /* BeanCollectionBeanListViewController.m in Sources */,
				020C5672169E1B0100D8224C /* AddBeanViewController.m in Sources */,
				020C567A169F597300D8224C /* Bean.m in Sources */,
				020C567D169F597300D8224C /* BeanCollection.m in Sources */,
				020C5680169F5E9A00D8224C /* Bean+Interface.m in Sources */,
				020C5683169F5FBB00D8224C /* BeanCollection+Interface.m in Sources */,
				020C568F16A1CE0E00D8224C /* EditBeanViewController.m in Sources */,
				020C569316A1E55600D8224C /* ExtractionViewController.m in Sources */,
				020C569C16A49C8300D8224C /* Configuration+Interface.m in Sources */,
				024F676D16A4A61D004A1201 /* InstantExtractionViewController.m in Sources */,
				02E557AE16A9C1E40080FBBA /* BeanCollectionExtractionViewController.m in Sources */,
				02E557B116A9CFB50080FBBA /* BeanCell.m in Sources */,
				02E557BA16AC85A20080FBBA /* BeanCollectionExtractionScrollView.m in Sources */,
				0276253916B58D6000EE2F4E /* SettingsViewController.m in Sources */,
				0276253C16B59E4C00EE2F4E /* Configuration.m in Sources */,
				0276253F16B59E4C00EE2F4E /* Threshold.m in Sources */,
				0276254216B5A64000EE2F4E /* ThresholdListViewController.m in Sources */,
				0276254516B5AACF00EE2F4E /* ThresholdViewController.m in Sources */,
				0276254816B5BC5300EE2F4E /* ThresholdCell.m in Sources */,
				024CB02016C04BD5009CBC15 /* UIColor+Extra.m in Sources */,
				024CB03716C2EF10009CBC15 /* UITableView+Extra.m in Sources */,
			);
			runOnlyForDeploymentPostprocessing = 0;
		};
/* End PBXSourcesBuildPhase section */

/* Begin PBXVariantGroup section */
		020C55A21691014E00D8224C /* InfoPlist.strings */ = {
			isa = PBXVariantGroup;
			children = (
				020C55A31691014E00D8224C /* en */,
			);
			name = InfoPlist.strings;
			sourceTree = "<group>";
		};
/* End PBXVariantGroup section */

/* Begin XCBuildConfiguration section */
		020C55B41691014E00D8224C /* Debug */ = {
			isa = XCBuildConfiguration;
			buildSettings = {
				ALWAYS_SEARCH_USER_PATHS = NO;
				CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x";
				CLANG_CXX_LIBRARY = "libc++";
				CLANG_ENABLE_OBJC_ARC = YES;
				CLANG_WARN_EMPTY_BODY = YES;
				CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
				"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
				COPY_PHASE_STRIP = NO;
				GCC_C_LANGUAGE_STANDARD = gnu99;
				GCC_DYNAMIC_NO_PIC = NO;
				GCC_OPTIMIZATION_LEVEL = 0;
				GCC_PREPROCESSOR_DEFINITIONS = (
					"DEBUG=1",
					"$(inherited)",
				);
				GCC_SYMBOLS_PRIVATE_EXTERN = NO;
				GCC_WARN_ABOUT_RETURN_TYPE = YES;
				GCC_WARN_UNINITIALIZED_AUTOS = YES;
				GCC_WARN_UNUSED_VARIABLE = YES;
				IPHONEOS_DEPLOYMENT_TARGET = 6.0;
				ONLY_ACTIVE_ARCH = YES;
				SDKROOT = iphoneos;
				TARGETED_DEVICE_FAMILY = "1,2";
			};
			name = Debug;
		};
		020C55B51691014E00D8224C /* Release */ = {
			isa = XCBuildConfiguration;
			buildSettings = {
				ALWAYS_SEARCH_USER_PATHS = NO;
				CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x";
				CLANG_CXX_LIBRARY = "libc++";
				CLANG_ENABLE_OBJC_ARC = YES;
				CLANG_WARN_EMPTY_BODY = YES;
				CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
				"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
				COPY_PHASE_STRIP = YES;
				GCC_C_LANGUAGE_STANDARD = gnu99;
				GCC_WARN_ABOUT_RETURN_TYPE = YES;
				GCC_WARN_UNINITIALIZED_AUTOS = YES;
				GCC_WARN_UNUSED_VARIABLE = YES;
				IPHONEOS_DEPLOYMENT_TARGET = 6.0;
				OTHER_CFLAGS = "-DNS_BLOCK_ASSERTIONS=1";
				SDKROOT = iphoneos;
				TARGETED_DEVICE_FAMILY = "1,2";
				VALIDATE_PRODUCT = YES;
			};
			name = Release;
		};
		020C55B71691014E00D8224C /* Debug */ = {
			isa = XCBuildConfiguration;
			buildSettings = {
				GCC_PRECOMPILE_PREFIX_HEADER = YES;
				GCC_PREFIX_HEADER = "iBean/iBean-Prefix.pch";
				INFOPLIST_FILE = "iBean/iBean-Info.plist";
				PRODUCT_NAME = "$(TARGET_NAME)";
				WRAPPER_EXTENSION = app;
			};
			name = Debug;
		};
		020C55B81691014E00D8224C /* Release */ = {
			isa = XCBuildConfiguration;
			buildSettings = {
				GCC_PRECOMPILE_PREFIX_HEADER = YES;
				GCC_PREFIX_HEADER = "iBean/iBean-Prefix.pch";
				INFOPLIST_FILE = "iBean/iBean-Info.plist";
				PRODUCT_NAME = "$(TARGET_NAME)";
				WRAPPER_EXTENSION = app;
			};
			name = Release;
		};
/* End XCBuildConfiguration section */

/* Begin XCConfigurationList section */
		020C558D1691014E00D8224C /* Build configuration list for PBXProject "iBean" */ = {
			isa = XCConfigurationList;
			buildConfigurations = (
				020C55B41691014E00D8224C /* Debug */,
				020C55B51691014E00D8224C /* Release */,
			);
			defaultConfigurationIsVisible = 0;
			defaultConfigurationName = Release;
		};
		020C55B61691014E00D8224C /* Build configuration list for PBXNativeTarget "iBean" */ = {
			isa = XCConfigurationList;
			buildConfigurations = (
				020C55B71691014E00D8224C /* Debug */,
				020C55B81691014E00D8224C /* Release */,
			);
			defaultConfigurationIsVisible = 0;
			defaultConfigurationName = Release;
		};
/* End XCConfigurationList section */

/* Begin XCVersionGroup section */
		020C55B11691014E00D8224C /* iBean.xcdatamodeld */ = {
			isa = XCVersionGroup;
			children = (
				020C55B21691014E00D8224C /* iBean.xcdatamodel */,
			);
			currentVersion = 020C55B21691014E00D8224C /* iBean.xcdatamodel */;
			path = iBean.xcdatamodeld;
			sourceTree = "<group>";
			versionGroupType = wrapper.xcdatamodel;
		};
/* End XCVersionGroup section */
	};
	rootObject = 020C558A1691014E00D8224C /* Project object */;
}