-
Notifications
You must be signed in to change notification settings - Fork 546
Expand file tree
/
Copy pathproject.pbxproj
More file actions
497 lines (486 loc) · 34.8 KB
/
project.pbxproj
File metadata and controls
497 lines (486 loc) · 34.8 KB
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
// !$*UTF8*$!
{
archiveVersion = 1;
classes = {
};
objectVersion = 46;
objects = {
/* Begin PBXBuildFile section */
16F36D1E1BCCE1AB004F08C5 /* DOUCacheManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 16F36D1B1BCCE1AB004F08C5 /* DOUCacheManager.m */; settings = {ASSET_TAGS = (); }; };
16F36D1F1BCCE1AB004F08C5 /* DOUTrack.m in Sources */ = {isa = PBXBuildFile; fileRef = 16F36D1D1BCCE1AB004F08C5 /* DOUTrack.m */; settings = {ASSET_TAGS = (); }; };
D400E947171BF13F00BE7F37 /* Accelerate.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = D400E946171BF13F00BE7F37 /* Accelerate.framework */; };
D40A255D17694680000B98AA /* DOUAudioAnalyzer+Default.m in Sources */ = {isa = PBXBuildFile; fileRef = D40A255C17694680000B98AA /* DOUAudioAnalyzer+Default.m */; };
D40A4D1717AB83C400D0305F /* DOUAudioStreamer+Options.m in Sources */ = {isa = PBXBuildFile; fileRef = D40A4D1617AB83C400D0305F /* DOUAudioStreamer+Options.m */; };
D42DA81017865EE4007276E5 /* QuartzCore.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = D42DA80F17865EE4007276E5 /* QuartzCore.framework */; };
D42DA81217865EE9007276E5 /* OpenGLES.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = D42DA81117865EE9007276E5 /* OpenGLES.framework */; };
D43ACD8A1738B47B00E6A571 /* DOUAudioDecoder.m in Sources */ = {isa = PBXBuildFile; fileRef = D43ACD751738B47B00E6A571 /* DOUAudioDecoder.m */; };
D43ACD8B1738B47B00E6A571 /* DOUAudioEventLoop.m in Sources */ = {isa = PBXBuildFile; fileRef = D43ACD771738B47B00E6A571 /* DOUAudioEventLoop.m */; };
D43ACD8C1738B47B00E6A571 /* DOUAudioFilePreprocessor.m in Sources */ = {isa = PBXBuildFile; fileRef = D43ACD7A1738B47B00E6A571 /* DOUAudioFilePreprocessor.m */; };
D43ACD8D1738B47B00E6A571 /* DOUAudioFileProvider.m in Sources */ = {isa = PBXBuildFile; fileRef = D43ACD7C1738B47B00E6A571 /* DOUAudioFileProvider.m */; };
D43ACD8E1738B47B00E6A571 /* DOUAudioLPCM.m in Sources */ = {isa = PBXBuildFile; fileRef = D43ACD7E1738B47B00E6A571 /* DOUAudioLPCM.m */; };
D43ACD8F1738B47B00E6A571 /* DOUAudioPlaybackItem.m in Sources */ = {isa = PBXBuildFile; fileRef = D43ACD801738B47B00E6A571 /* DOUAudioPlaybackItem.m */; };
D43ACD901738B47B00E6A571 /* DOUAudioRenderer.m in Sources */ = {isa = PBXBuildFile; fileRef = D43ACD821738B47B00E6A571 /* DOUAudioRenderer.m */; };
D43ACD911738B47B00E6A571 /* DOUAudioStreamer.m in Sources */ = {isa = PBXBuildFile; fileRef = D43ACD841738B47B00E6A571 /* DOUAudioStreamer.m */; };
D43ACD921738B47B00E6A571 /* DOUSimpleHTTPRequest.m in Sources */ = {isa = PBXBuildFile; fileRef = D43ACD871738B47B00E6A571 /* DOUSimpleHTTPRequest.m */; };
D43ACD931738B47B00E6A571 /* NSData+DOUMappedFile.m in Sources */ = {isa = PBXBuildFile; fileRef = D43ACD891738B47B00E6A571 /* NSData+DOUMappedFile.m */; };
D43AFF97176A938100D1FECF /* DOUAudioVisualizer.m in Sources */ = {isa = PBXBuildFile; fileRef = D43AFF92176A938100D1FECF /* DOUAudioVisualizer.m */; };
D43AFF99176A938100D1FECF /* DOUEAGLView.m in Sources */ = {isa = PBXBuildFile; fileRef = D43AFF96176A938100D1FECF /* DOUEAGLView.m */; };
D44920A018A5D12000651CD2 /* DOUMPMediaLibraryAssetLoader.m in Sources */ = {isa = PBXBuildFile; fileRef = D449209F18A5D12000651CD2 /* DOUMPMediaLibraryAssetLoader.m */; };
D4632A6F17AE27E30065ECDE /* MobileCoreServices.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = D4632A6E17AE27E30065ECDE /* MobileCoreServices.framework */; };
D47CA3A217680ADA002D73B4 /* DOUAudioAnalyzer.m in Sources */ = {isa = PBXBuildFile; fileRef = D47CA3A117680ADA002D73B4 /* DOUAudioAnalyzer.m */; };
D47CA3A717680AF1002D73B4 /* DOUAudioFrequencyAnalyzer.m in Sources */ = {isa = PBXBuildFile; fileRef = D47CA3A417680AF1002D73B4 /* DOUAudioFrequencyAnalyzer.m */; };
D47CA3A817680AF1002D73B4 /* DOUAudioSpatialAnalyzer.m in Sources */ = {isa = PBXBuildFile; fileRef = D47CA3A617680AF1002D73B4 /* DOUAudioSpatialAnalyzer.m */; };
D4C38923171B9D87009D6124 /* UIKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = D4C38922171B9D87009D6124 /* UIKit.framework */; };
D4C38925171B9D87009D6124 /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = D4C38924171B9D87009D6124 /* Foundation.framework */; };
D4C38927171B9D87009D6124 /* CoreGraphics.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = D4C38926171B9D87009D6124 /* CoreGraphics.framework */; };
D4C3892D171B9D87009D6124 /* InfoPlist.strings in Resources */ = {isa = PBXBuildFile; fileRef = D4C3892B171B9D87009D6124 /* InfoPlist.strings */; };
D4C3892F171B9D87009D6124 /* main.m in Sources */ = {isa = PBXBuildFile; fileRef = D4C3892E171B9D87009D6124 /* main.m */; };
D4C38933171B9D87009D6124 /* AppDelegate.m in Sources */ = {isa = PBXBuildFile; fileRef = D4C38932171B9D87009D6124 /* AppDelegate.m */; };
D4C38935171B9D87009D6124 /* Default.png in Resources */ = {isa = PBXBuildFile; fileRef = D4C38934171B9D87009D6124 /* Default.png */; };
D4C38937171B9D87009D6124 /* Default@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = D4C38936171B9D87009D6124 /* Default@2x.png */; };
D4C38939171B9D87009D6124 /* Default-568h@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = D4C38938171B9D87009D6124 /* Default-568h@2x.png */; };
D4C38948171B9E36009D6124 /* AudioToolbox.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = D4C38947171B9E36009D6124 /* AudioToolbox.framework */; };
D4C3894A171B9E3A009D6124 /* CoreAudio.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = D4C38949171B9E3A009D6124 /* CoreAudio.framework */; };
D4C3894C171B9E3D009D6124 /* CFNetwork.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = D4C3894B171B9E3D009D6124 /* CFNetwork.framework */; };
D4F5B28D18A5F0C70063865C /* Track.m in Sources */ = {isa = PBXBuildFile; fileRef = D4F5B28C18A5F0C70063865C /* Track.m */; };
D4F5B29018A5F1B70063865C /* Track+Provider.m in Sources */ = {isa = PBXBuildFile; fileRef = D4F5B28F18A5F1B70063865C /* Track+Provider.m */; };
D4F5B29318A5F3030063865C /* MainViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = D4F5B29218A5F3030063865C /* MainViewController.m */; };
D4F5B29618A5F6B90063865C /* PlayerViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = D4F5B29518A5F6B90063865C /* PlayerViewController.m */; };
D4F5B29818A605A70063865C /* AVFoundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = D4F5B29718A605A70063865C /* AVFoundation.framework */; };
D4F5B29A18A605AB0063865C /* MediaPlayer.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = D4F5B29918A605AB0063865C /* MediaPlayer.framework */; };
/* End PBXBuildFile section */
/* Begin PBXFileReference section */
16F36D1A1BCCE1AB004F08C5 /* DOUCacheManager.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = DOUCacheManager.h; sourceTree = "<group>"; };
16F36D1B1BCCE1AB004F08C5 /* DOUCacheManager.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = DOUCacheManager.m; sourceTree = "<group>"; };
16F36D1C1BCCE1AB004F08C5 /* DOUTrack.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = DOUTrack.h; sourceTree = "<group>"; };
16F36D1D1BCCE1AB004F08C5 /* DOUTrack.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = DOUTrack.m; sourceTree = "<group>"; };
D400E946171BF13F00BE7F37 /* Accelerate.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Accelerate.framework; path = System/Library/Frameworks/Accelerate.framework; sourceTree = SDKROOT; };
D40A255B17694680000B98AA /* DOUAudioAnalyzer+Default.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = "DOUAudioAnalyzer+Default.h"; sourceTree = "<group>"; };
D40A255C17694680000B98AA /* DOUAudioAnalyzer+Default.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = "DOUAudioAnalyzer+Default.m"; sourceTree = "<group>"; };
D40A4D1517AB83C400D0305F /* DOUAudioStreamer+Options.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = "DOUAudioStreamer+Options.h"; sourceTree = "<group>"; };
D40A4D1617AB83C400D0305F /* DOUAudioStreamer+Options.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = "DOUAudioStreamer+Options.m"; sourceTree = "<group>"; };
D42DA80F17865EE4007276E5 /* QuartzCore.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = QuartzCore.framework; path = System/Library/Frameworks/QuartzCore.framework; sourceTree = SDKROOT; };
D42DA81117865EE9007276E5 /* OpenGLES.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = OpenGLES.framework; path = System/Library/Frameworks/OpenGLES.framework; sourceTree = SDKROOT; };
D43ACD741738B47B00E6A571 /* DOUAudioDecoder.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = DOUAudioDecoder.h; sourceTree = "<group>"; };
D43ACD751738B47B00E6A571 /* DOUAudioDecoder.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = DOUAudioDecoder.m; sourceTree = "<group>"; };
D43ACD761738B47B00E6A571 /* DOUAudioEventLoop.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = DOUAudioEventLoop.h; sourceTree = "<group>"; };
D43ACD771738B47B00E6A571 /* DOUAudioEventLoop.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = DOUAudioEventLoop.m; sourceTree = "<group>"; };
D43ACD781738B47B00E6A571 /* DOUAudioFile.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = DOUAudioFile.h; sourceTree = "<group>"; };
D43ACD791738B47B00E6A571 /* DOUAudioFilePreprocessor.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = DOUAudioFilePreprocessor.h; sourceTree = "<group>"; };
D43ACD7A1738B47B00E6A571 /* DOUAudioFilePreprocessor.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = DOUAudioFilePreprocessor.m; sourceTree = "<group>"; };
D43ACD7B1738B47B00E6A571 /* DOUAudioFileProvider.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = DOUAudioFileProvider.h; sourceTree = "<group>"; };
D43ACD7C1738B47B00E6A571 /* DOUAudioFileProvider.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = DOUAudioFileProvider.m; sourceTree = "<group>"; };
D43ACD7D1738B47B00E6A571 /* DOUAudioLPCM.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = DOUAudioLPCM.h; sourceTree = "<group>"; };
D43ACD7E1738B47B00E6A571 /* DOUAudioLPCM.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = DOUAudioLPCM.m; sourceTree = "<group>"; };
D43ACD7F1738B47B00E6A571 /* DOUAudioPlaybackItem.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = DOUAudioPlaybackItem.h; sourceTree = "<group>"; };
D43ACD801738B47B00E6A571 /* DOUAudioPlaybackItem.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = DOUAudioPlaybackItem.m; sourceTree = "<group>"; };
D43ACD811738B47B00E6A571 /* DOUAudioRenderer.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = DOUAudioRenderer.h; sourceTree = "<group>"; };
D43ACD821738B47B00E6A571 /* DOUAudioRenderer.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = DOUAudioRenderer.m; sourceTree = "<group>"; };
D43ACD831738B47B00E6A571 /* DOUAudioStreamer.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = DOUAudioStreamer.h; sourceTree = "<group>"; };
D43ACD841738B47B00E6A571 /* DOUAudioStreamer.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = DOUAudioStreamer.m; sourceTree = "<group>"; };
D43ACD851738B47B00E6A571 /* DOUAudioStreamer_Private.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = DOUAudioStreamer_Private.h; sourceTree = "<group>"; };
D43ACD861738B47B00E6A571 /* DOUSimpleHTTPRequest.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = DOUSimpleHTTPRequest.h; sourceTree = "<group>"; };
D43ACD871738B47B00E6A571 /* DOUSimpleHTTPRequest.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = DOUSimpleHTTPRequest.m; sourceTree = "<group>"; };
D43ACD881738B47B00E6A571 /* NSData+DOUMappedFile.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = "NSData+DOUMappedFile.h"; sourceTree = "<group>"; };
D43ACD891738B47B00E6A571 /* NSData+DOUMappedFile.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = "NSData+DOUMappedFile.m"; sourceTree = "<group>"; };
D43AFF91176A938100D1FECF /* DOUAudioVisualizer.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = DOUAudioVisualizer.h; sourceTree = "<group>"; };
D43AFF92176A938100D1FECF /* DOUAudioVisualizer.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = DOUAudioVisualizer.m; sourceTree = "<group>"; };
D43AFF95176A938100D1FECF /* DOUEAGLView.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = DOUEAGLView.h; sourceTree = "<group>"; };
D43AFF96176A938100D1FECF /* DOUEAGLView.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = DOUEAGLView.m; sourceTree = "<group>"; };
D449209E18A5D12000651CD2 /* DOUMPMediaLibraryAssetLoader.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = DOUMPMediaLibraryAssetLoader.h; sourceTree = "<group>"; };
D449209F18A5D12000651CD2 /* DOUMPMediaLibraryAssetLoader.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = DOUMPMediaLibraryAssetLoader.m; sourceTree = "<group>"; };
D4632A6E17AE27E30065ECDE /* MobileCoreServices.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = MobileCoreServices.framework; path = System/Library/Frameworks/MobileCoreServices.framework; sourceTree = SDKROOT; };
D47CA39E17680AC5002D73B4 /* DOUAudioBase.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = DOUAudioBase.h; sourceTree = "<group>"; };
D47CA39F17680ADA002D73B4 /* DOUAudioAnalyzer_Private.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = DOUAudioAnalyzer_Private.h; sourceTree = "<group>"; };
D47CA3A017680ADA002D73B4 /* DOUAudioAnalyzer.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = DOUAudioAnalyzer.h; sourceTree = "<group>"; };
D47CA3A117680ADA002D73B4 /* DOUAudioAnalyzer.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = DOUAudioAnalyzer.m; sourceTree = "<group>"; };
D47CA3A317680AF1002D73B4 /* DOUAudioFrequencyAnalyzer.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = DOUAudioFrequencyAnalyzer.h; sourceTree = "<group>"; };
D47CA3A417680AF1002D73B4 /* DOUAudioFrequencyAnalyzer.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = DOUAudioFrequencyAnalyzer.m; sourceTree = "<group>"; };
D47CA3A517680AF1002D73B4 /* DOUAudioSpatialAnalyzer.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = DOUAudioSpatialAnalyzer.h; sourceTree = "<group>"; };
D47CA3A617680AF1002D73B4 /* DOUAudioSpatialAnalyzer.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = DOUAudioSpatialAnalyzer.m; sourceTree = "<group>"; };
D4C3891F171B9D87009D6124 /* DOUASDemo.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = DOUASDemo.app; sourceTree = BUILT_PRODUCTS_DIR; };
D4C38922171B9D87009D6124 /* UIKit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = UIKit.framework; path = System/Library/Frameworks/UIKit.framework; sourceTree = SDKROOT; };
D4C38924171B9D87009D6124 /* Foundation.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Foundation.framework; path = System/Library/Frameworks/Foundation.framework; sourceTree = SDKROOT; };
D4C38926171B9D87009D6124 /* CoreGraphics.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = CoreGraphics.framework; path = System/Library/Frameworks/CoreGraphics.framework; sourceTree = SDKROOT; };
D4C3892A171B9D87009D6124 /* DOUASDemo-Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = "DOUASDemo-Info.plist"; sourceTree = "<group>"; };
D4C3892C171B9D87009D6124 /* en */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = en; path = en.lproj/InfoPlist.strings; sourceTree = "<group>"; };
D4C3892E171B9D87009D6124 /* main.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = main.m; sourceTree = "<group>"; };
D4C38930171B9D87009D6124 /* DOUASDemo-Prefix.pch */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = "DOUASDemo-Prefix.pch"; sourceTree = "<group>"; };
D4C38931171B9D87009D6124 /* AppDelegate.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = AppDelegate.h; sourceTree = "<group>"; };
D4C38932171B9D87009D6124 /* AppDelegate.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = AppDelegate.m; sourceTree = "<group>"; };
D4C38934171B9D87009D6124 /* Default.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = Default.png; sourceTree = "<group>"; };
D4C38936171B9D87009D6124 /* Default@2x.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = "Default@2x.png"; sourceTree = "<group>"; };
D4C38938171B9D87009D6124 /* Default-568h@2x.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = "Default-568h@2x.png"; sourceTree = "<group>"; };
D4C38947171B9E36009D6124 /* AudioToolbox.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = AudioToolbox.framework; path = System/Library/Frameworks/AudioToolbox.framework; sourceTree = SDKROOT; };
D4C38949171B9E3A009D6124 /* CoreAudio.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = CoreAudio.framework; path = System/Library/Frameworks/CoreAudio.framework; sourceTree = SDKROOT; };
D4C3894B171B9E3D009D6124 /* CFNetwork.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = CFNetwork.framework; path = System/Library/Frameworks/CFNetwork.framework; sourceTree = SDKROOT; };
D4F5B28B18A5F0C70063865C /* Track.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = Track.h; sourceTree = "<group>"; };
D4F5B28C18A5F0C70063865C /* Track.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = Track.m; sourceTree = "<group>"; };
D4F5B28E18A5F1B70063865C /* Track+Provider.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = "Track+Provider.h"; sourceTree = "<group>"; };
D4F5B28F18A5F1B70063865C /* Track+Provider.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = "Track+Provider.m"; sourceTree = "<group>"; };
D4F5B29118A5F3030063865C /* MainViewController.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = MainViewController.h; sourceTree = "<group>"; };
D4F5B29218A5F3030063865C /* MainViewController.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = MainViewController.m; sourceTree = "<group>"; };
D4F5B29418A5F6B90063865C /* PlayerViewController.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = PlayerViewController.h; sourceTree = "<group>"; };
D4F5B29518A5F6B90063865C /* PlayerViewController.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = PlayerViewController.m; sourceTree = "<group>"; };
D4F5B29718A605A70063865C /* AVFoundation.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = AVFoundation.framework; path = System/Library/Frameworks/AVFoundation.framework; sourceTree = SDKROOT; };
D4F5B29918A605AB0063865C /* MediaPlayer.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = MediaPlayer.framework; path = System/Library/Frameworks/MediaPlayer.framework; sourceTree = SDKROOT; };
/* End PBXFileReference section */
/* Begin PBXFrameworksBuildPhase section */
D4C3891C171B9D87009D6124 /* Frameworks */ = {
isa = PBXFrameworksBuildPhase;
buildActionMask = 2147483647;
files = (
D4F5B29A18A605AB0063865C /* MediaPlayer.framework in Frameworks */,
D4F5B29818A605A70063865C /* AVFoundation.framework in Frameworks */,
D4632A6F17AE27E30065ECDE /* MobileCoreServices.framework in Frameworks */,
D42DA81217865EE9007276E5 /* OpenGLES.framework in Frameworks */,
D42DA81017865EE4007276E5 /* QuartzCore.framework in Frameworks */,
D400E947171BF13F00BE7F37 /* Accelerate.framework in Frameworks */,
D4C3894C171B9E3D009D6124 /* CFNetwork.framework in Frameworks */,
D4C3894A171B9E3A009D6124 /* CoreAudio.framework in Frameworks */,
D4C38948171B9E36009D6124 /* AudioToolbox.framework in Frameworks */,
D4C38923171B9D87009D6124 /* UIKit.framework in Frameworks */,
D4C38925171B9D87009D6124 /* Foundation.framework in Frameworks */,
D4C38927171B9D87009D6124 /* CoreGraphics.framework in Frameworks */,
);
runOnlyForDeploymentPostprocessing = 0;
};
/* End PBXFrameworksBuildPhase section */
/* Begin PBXGroup section */
D43ACD731738B47B00E6A571 /* DOUAudioStreamer */ = {
isa = PBXGroup;
children = (
D47CA39F17680ADA002D73B4 /* DOUAudioAnalyzer_Private.h */,
D47CA3A017680ADA002D73B4 /* DOUAudioAnalyzer.h */,
D47CA3A117680ADA002D73B4 /* DOUAudioAnalyzer.m */,
D40A255B17694680000B98AA /* DOUAudioAnalyzer+Default.h */,
D40A255C17694680000B98AA /* DOUAudioAnalyzer+Default.m */,
D47CA39E17680AC5002D73B4 /* DOUAudioBase.h */,
D43ACD741738B47B00E6A571 /* DOUAudioDecoder.h */,
D43ACD751738B47B00E6A571 /* DOUAudioDecoder.m */,
D43ACD761738B47B00E6A571 /* DOUAudioEventLoop.h */,
D43ACD771738B47B00E6A571 /* DOUAudioEventLoop.m */,
D43ACD781738B47B00E6A571 /* DOUAudioFile.h */,
D43ACD791738B47B00E6A571 /* DOUAudioFilePreprocessor.h */,
D43ACD7A1738B47B00E6A571 /* DOUAudioFilePreprocessor.m */,
D43ACD7B1738B47B00E6A571 /* DOUAudioFileProvider.h */,
D43ACD7C1738B47B00E6A571 /* DOUAudioFileProvider.m */,
D47CA3A317680AF1002D73B4 /* DOUAudioFrequencyAnalyzer.h */,
D47CA3A417680AF1002D73B4 /* DOUAudioFrequencyAnalyzer.m */,
D43ACD7D1738B47B00E6A571 /* DOUAudioLPCM.h */,
D43ACD7E1738B47B00E6A571 /* DOUAudioLPCM.m */,
D43ACD7F1738B47B00E6A571 /* DOUAudioPlaybackItem.h */,
D43ACD801738B47B00E6A571 /* DOUAudioPlaybackItem.m */,
D43ACD811738B47B00E6A571 /* DOUAudioRenderer.h */,
D43ACD821738B47B00E6A571 /* DOUAudioRenderer.m */,
D47CA3A517680AF1002D73B4 /* DOUAudioSpatialAnalyzer.h */,
D47CA3A617680AF1002D73B4 /* DOUAudioSpatialAnalyzer.m */,
D43ACD851738B47B00E6A571 /* DOUAudioStreamer_Private.h */,
D43ACD831738B47B00E6A571 /* DOUAudioStreamer.h */,
D43ACD841738B47B00E6A571 /* DOUAudioStreamer.m */,
D40A4D1517AB83C400D0305F /* DOUAudioStreamer+Options.h */,
D40A4D1617AB83C400D0305F /* DOUAudioStreamer+Options.m */,
D43AFF91176A938100D1FECF /* DOUAudioVisualizer.h */,
D43AFF92176A938100D1FECF /* DOUAudioVisualizer.m */,
16F36D1A1BCCE1AB004F08C5 /* DOUCacheManager.h */,
16F36D1B1BCCE1AB004F08C5 /* DOUCacheManager.m */,
D43AFF95176A938100D1FECF /* DOUEAGLView.h */,
D43AFF96176A938100D1FECF /* DOUEAGLView.m */,
D449209E18A5D12000651CD2 /* DOUMPMediaLibraryAssetLoader.h */,
D449209F18A5D12000651CD2 /* DOUMPMediaLibraryAssetLoader.m */,
D43ACD861738B47B00E6A571 /* DOUSimpleHTTPRequest.h */,
D43ACD871738B47B00E6A571 /* DOUSimpleHTTPRequest.m */,
16F36D1C1BCCE1AB004F08C5 /* DOUTrack.h */,
16F36D1D1BCCE1AB004F08C5 /* DOUTrack.m */,
D43ACD881738B47B00E6A571 /* NSData+DOUMappedFile.h */,
D43ACD891738B47B00E6A571 /* NSData+DOUMappedFile.m */,
);
name = DOUAudioStreamer;
path = ../../../src;
sourceTree = "<group>";
};
D4C38916171B9D87009D6124 = {
isa = PBXGroup;
children = (
D4C38928171B9D87009D6124 /* DOUASDemo */,
D4C38921171B9D87009D6124 /* Frameworks */,
D4C38920171B9D87009D6124 /* Products */,
);
sourceTree = "<group>";
};
D4C38920171B9D87009D6124 /* Products */ = {
isa = PBXGroup;
children = (
D4C3891F171B9D87009D6124 /* DOUASDemo.app */,
);
name = Products;
sourceTree = "<group>";
};
D4C38921171B9D87009D6124 /* Frameworks */ = {
isa = PBXGroup;
children = (
D4F5B29918A605AB0063865C /* MediaPlayer.framework */,
D4F5B29718A605A70063865C /* AVFoundation.framework */,
D4632A6E17AE27E30065ECDE /* MobileCoreServices.framework */,
D42DA81117865EE9007276E5 /* OpenGLES.framework */,
D42DA80F17865EE4007276E5 /* QuartzCore.framework */,
D400E946171BF13F00BE7F37 /* Accelerate.framework */,
D4C3894B171B9E3D009D6124 /* CFNetwork.framework */,
D4C38949171B9E3A009D6124 /* CoreAudio.framework */,
D4C38947171B9E36009D6124 /* AudioToolbox.framework */,
D4C38922171B9D87009D6124 /* UIKit.framework */,
D4C38924171B9D87009D6124 /* Foundation.framework */,
D4C38926171B9D87009D6124 /* CoreGraphics.framework */,
);
name = Frameworks;
sourceTree = "<group>";
};
D4C38928171B9D87009D6124 /* DOUASDemo */ = {
isa = PBXGroup;
children = (
D43ACD731738B47B00E6A571 /* DOUAudioStreamer */,
D4C38931171B9D87009D6124 /* AppDelegate.h */,
D4C38932171B9D87009D6124 /* AppDelegate.m */,
D4F5B28B18A5F0C70063865C /* Track.h */,
D4F5B28C18A5F0C70063865C /* Track.m */,
D4F5B28E18A5F1B70063865C /* Track+Provider.h */,
D4F5B28F18A5F1B70063865C /* Track+Provider.m */,
D4F5B29118A5F3030063865C /* MainViewController.h */,
D4F5B29218A5F3030063865C /* MainViewController.m */,
D4F5B29418A5F6B90063865C /* PlayerViewController.h */,
D4F5B29518A5F6B90063865C /* PlayerViewController.m */,
D4C38929171B9D87009D6124 /* Supporting Files */,
);
path = DOUASDemo;
sourceTree = "<group>";
};
D4C38929171B9D87009D6124 /* Supporting Files */ = {
isa = PBXGroup;
children = (
D4C3892A171B9D87009D6124 /* DOUASDemo-Info.plist */,
D4C3892B171B9D87009D6124 /* InfoPlist.strings */,
D4C3892E171B9D87009D6124 /* main.m */,
D4C38930171B9D87009D6124 /* DOUASDemo-Prefix.pch */,
D4C38934171B9D87009D6124 /* Default.png */,
D4C38936171B9D87009D6124 /* Default@2x.png */,
D4C38938171B9D87009D6124 /* Default-568h@2x.png */,
);
name = "Supporting Files";
sourceTree = "<group>";
};
/* End PBXGroup section */
/* Begin PBXNativeTarget section */
D4C3891E171B9D87009D6124 /* DOUASDemo */ = {
isa = PBXNativeTarget;
buildConfigurationList = D4C38942171B9D87009D6124 /* Build configuration list for PBXNativeTarget "DOUASDemo" */;
buildPhases = (
D4C3891B171B9D87009D6124 /* Sources */,
D4C3891C171B9D87009D6124 /* Frameworks */,
D4C3891D171B9D87009D6124 /* Resources */,
);
buildRules = (
);
dependencies = (
);
name = DOUASDemo;
productName = DOUASDemo;
productReference = D4C3891F171B9D87009D6124 /* DOUASDemo.app */;
productType = "com.apple.product-type.application";
};
/* End PBXNativeTarget section */
/* Begin PBXProject section */
D4C38917171B9D87009D6124 /* Project object */ = {
isa = PBXProject;
attributes = {
LastUpgradeCheck = 0500;
ORGANIZATIONNAME = "Douban Inc.";
};
buildConfigurationList = D4C3891A171B9D87009D6124 /* Build configuration list for PBXProject "DOUASDemo" */;
compatibilityVersion = "Xcode 3.2";
developmentRegion = English;
hasScannedForEncodings = 0;
knownRegions = (
en,
);
mainGroup = D4C38916171B9D87009D6124;
productRefGroup = D4C38920171B9D87009D6124 /* Products */;
projectDirPath = "";
projectRoot = "";
targets = (
D4C3891E171B9D87009D6124 /* DOUASDemo */,
);
};
/* End PBXProject section */
/* Begin PBXResourcesBuildPhase section */
D4C3891D171B9D87009D6124 /* Resources */ = {
isa = PBXResourcesBuildPhase;
buildActionMask = 2147483647;
files = (
D4C3892D171B9D87009D6124 /* InfoPlist.strings in Resources */,
D4C38935171B9D87009D6124 /* Default.png in Resources */,
D4C38937171B9D87009D6124 /* Default@2x.png in Resources */,
D4C38939171B9D87009D6124 /* Default-568h@2x.png in Resources */,
);
runOnlyForDeploymentPostprocessing = 0;
};
/* End PBXResourcesBuildPhase section */
/* Begin PBXSourcesBuildPhase section */
D4C3891B171B9D87009D6124 /* Sources */ = {
isa = PBXSourcesBuildPhase;
buildActionMask = 2147483647;
files = (
D47CA3A717680AF1002D73B4 /* DOUAudioFrequencyAnalyzer.m in Sources */,
16F36D1E1BCCE1AB004F08C5 /* DOUCacheManager.m in Sources */,
D4C3892F171B9D87009D6124 /* main.m in Sources */,
D40A4D1717AB83C400D0305F /* DOUAudioStreamer+Options.m in Sources */,
D47CA3A817680AF1002D73B4 /* DOUAudioSpatialAnalyzer.m in Sources */,
D47CA3A217680ADA002D73B4 /* DOUAudioAnalyzer.m in Sources */,
D4C38933171B9D87009D6124 /* AppDelegate.m in Sources */,
D43ACD8A1738B47B00E6A571 /* DOUAudioDecoder.m in Sources */,
D43AFF97176A938100D1FECF /* DOUAudioVisualizer.m in Sources */,
D43AFF99176A938100D1FECF /* DOUEAGLView.m in Sources */,
16F36D1F1BCCE1AB004F08C5 /* DOUTrack.m in Sources */,
D44920A018A5D12000651CD2 /* DOUMPMediaLibraryAssetLoader.m in Sources */,
D43ACD8B1738B47B00E6A571 /* DOUAudioEventLoop.m in Sources */,
D43ACD8C1738B47B00E6A571 /* DOUAudioFilePreprocessor.m in Sources */,
D40A255D17694680000B98AA /* DOUAudioAnalyzer+Default.m in Sources */,
D43ACD8D1738B47B00E6A571 /* DOUAudioFileProvider.m in Sources */,
D4F5B29618A5F6B90063865C /* PlayerViewController.m in Sources */,
D43ACD8E1738B47B00E6A571 /* DOUAudioLPCM.m in Sources */,
D43ACD8F1738B47B00E6A571 /* DOUAudioPlaybackItem.m in Sources */,
D43ACD901738B47B00E6A571 /* DOUAudioRenderer.m in Sources */,
D43ACD911738B47B00E6A571 /* DOUAudioStreamer.m in Sources */,
D4F5B29318A5F3030063865C /* MainViewController.m in Sources */,
D43ACD921738B47B00E6A571 /* DOUSimpleHTTPRequest.m in Sources */,
D43ACD931738B47B00E6A571 /* NSData+DOUMappedFile.m in Sources */,
D4F5B29018A5F1B70063865C /* Track+Provider.m in Sources */,
D4F5B28D18A5F0C70063865C /* Track.m in Sources */,
);
runOnlyForDeploymentPostprocessing = 0;
};
/* End PBXSourcesBuildPhase section */
/* Begin PBXVariantGroup section */
D4C3892B171B9D87009D6124 /* InfoPlist.strings */ = {
isa = PBXVariantGroup;
children = (
D4C3892C171B9D87009D6124 /* en */,
);
name = InfoPlist.strings;
sourceTree = "<group>";
};
/* End PBXVariantGroup section */
/* Begin XCBuildConfiguration section */
D4C38940171B9D87009D6124 /* 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_CONSTANT_CONVERSION = YES;
CLANG_WARN_EMPTY_BODY = YES;
CLANG_WARN_ENUM_CONVERSION = YES;
CLANG_WARN_IMPLICIT_SIGN_CONVERSION = YES;
CLANG_WARN_INT_CONVERSION = 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_64_TO_32_BIT_CONVERSION = YES;
GCC_WARN_ABOUT_RETURN_TYPE = YES;
GCC_WARN_UNINITIALIZED_AUTOS = YES;
GCC_WARN_UNUSED_FUNCTION = YES;
GCC_WARN_UNUSED_PARAMETER = NO;
GCC_WARN_UNUSED_VARIABLE = YES;
IPHONEOS_DEPLOYMENT_TARGET = 6.1;
ONLY_ACTIVE_ARCH = YES;
SDKROOT = iphoneos;
};
name = Debug;
};
D4C38941171B9D87009D6124 /* 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_CONSTANT_CONVERSION = YES;
CLANG_WARN_EMPTY_BODY = YES;
CLANG_WARN_ENUM_CONVERSION = YES;
CLANG_WARN_IMPLICIT_SIGN_CONVERSION = YES;
CLANG_WARN_INT_CONVERSION = 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_64_TO_32_BIT_CONVERSION = YES;
GCC_WARN_ABOUT_RETURN_TYPE = YES;
GCC_WARN_UNINITIALIZED_AUTOS = YES;
GCC_WARN_UNUSED_FUNCTION = YES;
GCC_WARN_UNUSED_PARAMETER = NO;
GCC_WARN_UNUSED_VARIABLE = YES;
IPHONEOS_DEPLOYMENT_TARGET = 6.1;
OTHER_CFLAGS = "-DNS_BLOCK_ASSERTIONS=1";
SDKROOT = iphoneos;
VALIDATE_PRODUCT = YES;
};
name = Release;
};
D4C38943171B9D87009D6124 /* Debug */ = {
isa = XCBuildConfiguration;
buildSettings = {
CLANG_ENABLE_MODULES = YES;
GCC_PRECOMPILE_PREFIX_HEADER = YES;
GCC_PREFIX_HEADER = "DOUASDemo/DOUASDemo-Prefix.pch";
INFOPLIST_FILE = "DOUASDemo/DOUASDemo-Info.plist";
IPHONEOS_DEPLOYMENT_TARGET = 7.0;
PRODUCT_NAME = "$(TARGET_NAME)";
WRAPPER_EXTENSION = app;
};
name = Debug;
};
D4C38944171B9D87009D6124 /* Release */ = {
isa = XCBuildConfiguration;
buildSettings = {
CLANG_ENABLE_MODULES = YES;
GCC_PRECOMPILE_PREFIX_HEADER = YES;
GCC_PREFIX_HEADER = "DOUASDemo/DOUASDemo-Prefix.pch";
INFOPLIST_FILE = "DOUASDemo/DOUASDemo-Info.plist";
IPHONEOS_DEPLOYMENT_TARGET = 7.0;
PRODUCT_NAME = "$(TARGET_NAME)";
WRAPPER_EXTENSION = app;
};
name = Release;
};
/* End XCBuildConfiguration section */
/* Begin XCConfigurationList section */
D4C3891A171B9D87009D6124 /* Build configuration list for PBXProject "DOUASDemo" */ = {
isa = XCConfigurationList;
buildConfigurations = (
D4C38940171B9D87009D6124 /* Debug */,
D4C38941171B9D87009D6124 /* Release */,
);
defaultConfigurationIsVisible = 0;
defaultConfigurationName = Release;
};
D4C38942171B9D87009D6124 /* Build configuration list for PBXNativeTarget "DOUASDemo" */ = {
isa = XCConfigurationList;
buildConfigurations = (
D4C38943171B9D87009D6124 /* Debug */,
D4C38944171B9D87009D6124 /* Release */,
);
defaultConfigurationIsVisible = 0;
defaultConfigurationName = Release;
};
/* End XCConfigurationList section */
};
rootObject = D4C38917171B9D87009D6124 /* Project object */;
}