~ubuntu-branches/ubuntu/trusty/portmidi/trusty

« back to all changes in this revision

Viewing changes to pm_mac/pm_mac.pbproj/project.pbxproj

  • Committer: Bazaar Package Importer
  • Author(s): Paul Brossier
  • Date: 2009-09-16 06:50:57 UTC
  • mfrom: (1.1.1 upstream)
  • Revision ID: james.westby@ubuntu.com-20090916065057-lz24lbrrygyev85b
Tags: 1:131-1
* New upstream version, uses epoch (closes: #501132)
* debian/watch: update to match new download location and version
  numbering (closes: #450055), but still fails due to zip format
* Add depends on quilt, move patches to debian/patches
* Add Homepage to debian/control
* debian/control: use ${binary:Version}, bump to S-V 3.8.3
* debian/compat: bump to 5
* debian/copyright: update to match license.txt and add missing copyrights
* debian/patches/02_pmlinuxalsa.diff: remove merged hunks
* debian/patches/04_ptlinux.diff: remove merged hunks
* debian/patches/05_makefile.diff: merge and link portmidi to porttime,
  thanks to Willem van Engen (closes: #515712)
* debian/rules: use pm_linux/Makefile, ship CHANGELOG.txt and make sure
  source and header files are not executable
* debian/README.source: refer to quilt documentation
* debian/libportmidi-dev.install: do not try to install unexisting files
* debian/patches/{06_pm_test_mm,07_pm_test_sysex,08_pm_test_qtest}.diff:
  get rid of missing include and parenthesis, fix long int formatting
* debian/rules: do not compress header files

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
// !$*UTF8*$!
2
 
{
3
 
        archiveVersion = 1;
4
 
        classes = {
5
 
        };
6
 
        objectVersion = 38;
7
 
        objects = {
8
 
                3D9CFCAA067657D50002CE69 = {
9
 
                        buildActionMask = 2147483647;
10
 
                        files = (
11
 
                        );
12
 
                        isa = PBXHeadersBuildPhase;
13
 
                        runOnlyForDeploymentPostprocessing = 0;
14
 
                };
15
 
                3D9CFCAB067657D50002CE69 = {
16
 
                        buildActionMask = 2147483647;
17
 
                        files = (
18
 
                        );
19
 
                        isa = PBXResourcesBuildPhase;
20
 
                        runOnlyForDeploymentPostprocessing = 0;
21
 
                };
22
 
                3D9CFCAC067657D50002CE69 = {
23
 
                        buildActionMask = 2147483647;
24
 
                        files = (
25
 
                                3D9CFCB8067657FA0002CE69,
26
 
                        );
27
 
                        isa = PBXSourcesBuildPhase;
28
 
                        runOnlyForDeploymentPostprocessing = 0;
29
 
                };
30
 
                3D9CFCAD067657D50002CE69 = {
31
 
                        buildActionMask = 2147483647;
32
 
                        files = (
33
 
                                3D9CFCBA067658A90002CE69,
34
 
                                3D9CFCBB067658AA0002CE69,
35
 
                                3D9CFCBC067658AA0002CE69,
36
 
                                3D9CFCBD067659FE0002CE69,
37
 
                        );
38
 
                        isa = PBXFrameworksBuildPhase;
39
 
                        runOnlyForDeploymentPostprocessing = 0;
40
 
                };
41
 
                3D9CFCAE067657D50002CE69 = {
42
 
                        buildActionMask = 2147483647;
43
 
                        files = (
44
 
                        );
45
 
                        isa = PBXRezBuildPhase;
46
 
                        runOnlyForDeploymentPostprocessing = 0;
47
 
                };
48
 
                3D9CFCAF067657D50002CE69 = {
49
 
                        buildPhases = (
50
 
                                3D9CFCAA067657D50002CE69,
51
 
                                3D9CFCAB067657D50002CE69,
52
 
                                3D9CFCAC067657D50002CE69,
53
 
                                3D9CFCAD067657D50002CE69,
54
 
                                3D9CFCAE067657D50002CE69,
55
 
                        );
56
 
                        buildSettings = {
57
 
                                OPTIMIZATION_CFLAGS = "";
58
 
                                OTHER_CFLAGS = "";
59
 
                                OTHER_LDFLAGS = "";
60
 
                                OTHER_REZFLAGS = "";
61
 
                                PRODUCT_NAME = latency;
62
 
                                SECTORDER_FLAGS = "";
63
 
                                WARNING_CFLAGS = "-Wmost -Wno-four-char-constants -Wno-unknown-pragmas";
64
 
                                WRAPPER_EXTENSION = app;
65
 
                        };
66
 
                        comments = "a test program to measure OS latency";
67
 
                        dependencies = (
68
 
                        );
69
 
                        isa = PBXApplicationTarget;
70
 
                        name = latency;
71
 
                        productInstallPath = "$(USER_APPS_DIR)";
72
 
                        productName = latency;
73
 
                        productReference = 3D9CFCB0067657D50002CE69;
74
 
                        productSettingsXML = "<?xml version=\"1.0\" encoding=\"UTF-8\"?>
75
 
<!DOCTYPE plist PUBLIC \"-//Apple Computer//DTD PLIST 1.0//EN\" \"http://www.apple.com/DTDs/PropertyList-1.0.dtd\">
76
 
<plist version=\"1.0\">
77
 
<dict>
78
 
        <key>CFBundleDevelopmentRegion</key>
79
 
        <string>English</string>
80
 
        <key>CFBundleExecutable</key>
81
 
        <string></string>
82
 
        <key>CFBundleGetInfoString</key>
83
 
        <string></string>
84
 
        <key>CFBundleIconFile</key>
85
 
        <string></string>
86
 
        <key>CFBundleIdentifier</key>
87
 
        <string></string>
88
 
        <key>CFBundleInfoDictionaryVersion</key>
89
 
        <string>6.0</string>
90
 
        <key>CFBundleName</key>
91
 
        <string></string>
92
 
        <key>CFBundlePackageType</key>
93
 
        <string>APPL</string>
94
 
        <key>CFBundleShortVersionString</key>
95
 
        <string></string>
96
 
        <key>CFBundleSignature</key>
97
 
        <string>????</string>
98
 
        <key>CFBundleVersion</key>
99
 
        <string>0.0.1d1</string>
100
 
</dict>
101
 
</plist>
102
 
";
103
 
                };
104
 
                3D9CFCB0067657D50002CE69 = {
105
 
                        isa = PBXApplicationReference;
106
 
                        path = latency.app;
107
 
                        refType = 3;
108
 
                };
109
 
                3D9CFCB8067657FA0002CE69 = {
110
 
                        fileRef = 3DA774110663E9DA0002CE69;
111
 
                        isa = PBXBuildFile;
112
 
                        settings = {
113
 
                        };
114
 
                };
115
 
                3D9CFCBA067658A90002CE69 = {
116
 
                        fileRef = 3DA774480663EAE60002CE69;
117
 
                        isa = PBXBuildFile;
118
 
                        settings = {
119
 
                        };
120
 
                };
121
 
                3D9CFCBB067658AA0002CE69 = {
122
 
                        fileRef = 3DA7744E0663EBB20002CE69;
123
 
                        isa = PBXBuildFile;
124
 
                        settings = {
125
 
                        };
126
 
                };
127
 
                3D9CFCBC067658AA0002CE69 = {
128
 
                        fileRef = 3DA774500663EBBF0002CE69;
129
 
                        isa = PBXBuildFile;
130
 
                        settings = {
131
 
                        };
132
 
                };
133
 
                3D9CFCBD067659FE0002CE69 = {
134
 
                        fileRef = 5851D5380479562300EE98CD;
135
 
                        isa = PBXBuildFile;
136
 
                        settings = {
137
 
                        };
138
 
                };
139
 
                3DA712AE0664C7C50002CE69 = {
140
 
                        buildActionMask = 2147483647;
141
 
                        files = (
142
 
                        );
143
 
                        isa = PBXHeadersBuildPhase;
144
 
                        runOnlyForDeploymentPostprocessing = 0;
145
 
                };
146
 
                3DA712AF0664C7C50002CE69 = {
147
 
                        buildActionMask = 2147483647;
148
 
                        files = (
149
 
                        );
150
 
                        isa = PBXResourcesBuildPhase;
151
 
                        runOnlyForDeploymentPostprocessing = 0;
152
 
                };
153
 
                3DA712B00664C7C50002CE69 = {
154
 
                        buildActionMask = 2147483647;
155
 
                        files = (
156
 
                                3DA712B90664C8490002CE69,
157
 
                        );
158
 
                        isa = PBXSourcesBuildPhase;
159
 
                        runOnlyForDeploymentPostprocessing = 0;
160
 
                };
161
 
                3DA712B10664C7C50002CE69 = {
162
 
                        buildActionMask = 2147483647;
163
 
                        files = (
164
 
                                3DA712B60664C8400002CE69,
165
 
                                3DA712B70664C8400002CE69,
166
 
                                3DA712B80664C8410002CE69,
167
 
                                3DA712BA0664C8A40002CE69,
168
 
                        );
169
 
                        isa = PBXFrameworksBuildPhase;
170
 
                        runOnlyForDeploymentPostprocessing = 0;
171
 
                };
172
 
                3DA712B20664C7C50002CE69 = {
173
 
                        buildActionMask = 2147483647;
174
 
                        files = (
175
 
                        );
176
 
                        isa = PBXRezBuildPhase;
177
 
                        runOnlyForDeploymentPostprocessing = 0;
178
 
                };
179
 
                3DA712B30664C7C50002CE69 = {
180
 
                        buildPhases = (
181
 
                                3DA712AE0664C7C50002CE69,
182
 
                                3DA712AF0664C7C50002CE69,
183
 
                                3DA712B00664C7C50002CE69,
184
 
                                3DA712B10664C7C50002CE69,
185
 
                                3DA712B20664C7C50002CE69,
186
 
                        );
187
 
                        buildSettings = {
188
 
                                OTHER_CFLAGS = "";
189
 
                                OTHER_LDFLAGS = "";
190
 
                                OTHER_REZFLAGS = "";
191
 
                                PRODUCT_NAME = midithread;
192
 
                                SECTORDER_FLAGS = "";
193
 
                                WARNING_CFLAGS = "-Wmost -Wno-four-char-constants -Wno-unknown-pragmas";
194
 
                                WRAPPER_EXTENSION = app;
195
 
                        };
196
 
                        comments = "Demonstrates the use of a low-latency thread for midi processing";
197
 
                        dependencies = (
198
 
                        );
199
 
                        isa = PBXApplicationTarget;
200
 
                        name = midithread;
201
 
                        productInstallPath = "$(USER_APPS_DIR)";
202
 
                        productName = midithread;
203
 
                        productReference = 3DA712B40664C7C50002CE69;
204
 
                        productSettingsXML = "<?xml version=\"1.0\" encoding=\"UTF-8\"?>
205
 
<!DOCTYPE plist PUBLIC \"-//Apple Computer//DTD PLIST 1.0//EN\" \"http://www.apple.com/DTDs/PropertyList-1.0.dtd\">
206
 
<plist version=\"1.0\">
207
 
<dict>
208
 
        <key>CFBundleDevelopmentRegion</key>
209
 
        <string>English</string>
210
 
        <key>CFBundleExecutable</key>
211
 
        <string></string>
212
 
        <key>CFBundleGetInfoString</key>
213
 
        <string></string>
214
 
        <key>CFBundleIconFile</key>
215
 
        <string></string>
216
 
        <key>CFBundleIdentifier</key>
217
 
        <string></string>
218
 
        <key>CFBundleInfoDictionaryVersion</key>
219
 
        <string>6.0</string>
220
 
        <key>CFBundleName</key>
221
 
        <string></string>
222
 
        <key>CFBundlePackageType</key>
223
 
        <string>APPL</string>
224
 
        <key>CFBundleShortVersionString</key>
225
 
        <string></string>
226
 
        <key>CFBundleSignature</key>
227
 
        <string>????</string>
228
 
        <key>CFBundleVersion</key>
229
 
        <string>0.0.1d1</string>
230
 
</dict>
231
 
</plist>
232
 
";
233
 
                };
234
 
                3DA712B40664C7C50002CE69 = {
235
 
                        isa = PBXApplicationReference;
236
 
                        path = midithread.app;
237
 
                        refType = 3;
238
 
                };
239
 
                3DA712B60664C8400002CE69 = {
240
 
                        fileRef = 3DA774480663EAE60002CE69;
241
 
                        isa = PBXBuildFile;
242
 
                        settings = {
243
 
                        };
244
 
                };
245
 
                3DA712B70664C8400002CE69 = {
246
 
                        fileRef = 3DA7744E0663EBB20002CE69;
247
 
                        isa = PBXBuildFile;
248
 
                        settings = {
249
 
                        };
250
 
                };
251
 
                3DA712B80664C8410002CE69 = {
252
 
                        fileRef = 3DA774500663EBBF0002CE69;
253
 
                        isa = PBXBuildFile;
254
 
                        settings = {
255
 
                        };
256
 
                };
257
 
                3DA712B90664C8490002CE69 = {
258
 
                        fileRef = 3DA774160663E9DA0002CE69;
259
 
                        isa = PBXBuildFile;
260
 
                        settings = {
261
 
                        };
262
 
                };
263
 
                3DA712BA0664C8A40002CE69 = {
264
 
                        fileRef = 5851D5380479562300EE98CD;
265
 
                        isa = PBXBuildFile;
266
 
                        settings = {
267
 
                        };
268
 
                };
269
 
                3DA712BB0664C9B40002CE69 = {
270
 
                        buildActionMask = 2147483647;
271
 
                        files = (
272
 
                        );
273
 
                        isa = PBXHeadersBuildPhase;
274
 
                        runOnlyForDeploymentPostprocessing = 0;
275
 
                };
276
 
                3DA712BC0664C9B40002CE69 = {
277
 
                        buildActionMask = 2147483647;
278
 
                        files = (
279
 
                        );
280
 
                        isa = PBXResourcesBuildPhase;
281
 
                        runOnlyForDeploymentPostprocessing = 0;
282
 
                };
283
 
                3DA712BD0664C9B40002CE69 = {
284
 
                        buildActionMask = 2147483647;
285
 
                        files = (
286
 
                                3DA712C40664C9C40002CE69,
287
 
                        );
288
 
                        isa = PBXSourcesBuildPhase;
289
 
                        runOnlyForDeploymentPostprocessing = 0;
290
 
                };
291
 
                3DA712BE0664C9B40002CE69 = {
292
 
                        buildActionMask = 2147483647;
293
 
                        files = (
294
 
                                3DA712C30664C9C20002CE69,
295
 
                                3DA712C50664C9C70002CE69,
296
 
                                3DA712C60664C9C70002CE69,
297
 
                                3DA712C70664C9C80002CE69,
298
 
                        );
299
 
                        isa = PBXFrameworksBuildPhase;
300
 
                        runOnlyForDeploymentPostprocessing = 0;
301
 
                };
302
 
                3DA712BF0664C9B40002CE69 = {
303
 
                        buildActionMask = 2147483647;
304
 
                        files = (
305
 
                        );
306
 
                        isa = PBXRezBuildPhase;
307
 
                        runOnlyForDeploymentPostprocessing = 0;
308
 
                };
309
 
                3DA712C00664C9B40002CE69 = {
310
 
                        buildPhases = (
311
 
                                3DA712BB0664C9B40002CE69,
312
 
                                3DA712BC0664C9B40002CE69,
313
 
                                3DA712BD0664C9B40002CE69,
314
 
                                3DA712BE0664C9B40002CE69,
315
 
                                3DA712BF0664C9B40002CE69,
316
 
                        );
317
 
                        buildSettings = {
318
 
                                OTHER_CFLAGS = "";
319
 
                                OTHER_LDFLAGS = "";
320
 
                                OTHER_REZFLAGS = "";
321
 
                                PRODUCT_NAME = midithru;
322
 
                                SECTORDER_FLAGS = "";
323
 
                                WARNING_CFLAGS = "-Wmost -Wno-four-char-constants -Wno-unknown-pragmas";
324
 
                                WRAPPER_EXTENSION = app;
325
 
                        };
326
 
                        comments = "Demonstrates midi thru processing in a low-priority thread";
327
 
                        dependencies = (
328
 
                        );
329
 
                        isa = PBXApplicationTarget;
330
 
                        name = midithru;
331
 
                        productInstallPath = "$(USER_APPS_DIR)";
332
 
                        productName = midithru;
333
 
                        productReference = 3DA712C10664C9B40002CE69;
334
 
                        productSettingsXML = "<?xml version=\"1.0\" encoding=\"UTF-8\"?>
335
 
<!DOCTYPE plist PUBLIC \"-//Apple Computer//DTD PLIST 1.0//EN\" \"http://www.apple.com/DTDs/PropertyList-1.0.dtd\">
336
 
<plist version=\"1.0\">
337
 
<dict>
338
 
        <key>CFBundleDevelopmentRegion</key>
339
 
        <string>English</string>
340
 
        <key>CFBundleExecutable</key>
341
 
        <string></string>
342
 
        <key>CFBundleGetInfoString</key>
343
 
        <string></string>
344
 
        <key>CFBundleIconFile</key>
345
 
        <string></string>
346
 
        <key>CFBundleIdentifier</key>
347
 
        <string></string>
348
 
        <key>CFBundleInfoDictionaryVersion</key>
349
 
        <string>6.0</string>
350
 
        <key>CFBundleName</key>
351
 
        <string></string>
352
 
        <key>CFBundlePackageType</key>
353
 
        <string>APPL</string>
354
 
        <key>CFBundleShortVersionString</key>
355
 
        <string></string>
356
 
        <key>CFBundleSignature</key>
357
 
        <string>????</string>
358
 
        <key>CFBundleVersion</key>
359
 
        <string>0.0.1d1</string>
360
 
</dict>
361
 
</plist>
362
 
";
363
 
                };
364
 
                3DA712C10664C9B40002CE69 = {
365
 
                        isa = PBXApplicationReference;
366
 
                        path = midithru.app;
367
 
                        refType = 3;
368
 
                };
369
 
                3DA712C30664C9C20002CE69 = {
370
 
                        fileRef = 5851D5380479562300EE98CD;
371
 
                        isa = PBXBuildFile;
372
 
                        settings = {
373
 
                        };
374
 
                };
375
 
                3DA712C40664C9C40002CE69 = {
376
 
                        fileRef = 3DA7741B0663E9DA0002CE69;
377
 
                        isa = PBXBuildFile;
378
 
                        settings = {
379
 
                        };
380
 
                };
381
 
                3DA712C50664C9C70002CE69 = {
382
 
                        fileRef = 3DA774480663EAE60002CE69;
383
 
                        isa = PBXBuildFile;
384
 
                        settings = {
385
 
                        };
386
 
                };
387
 
                3DA712C60664C9C70002CE69 = {
388
 
                        fileRef = 3DA7744E0663EBB20002CE69;
389
 
                        isa = PBXBuildFile;
390
 
                        settings = {
391
 
                        };
392
 
                };
393
 
                3DA712C70664C9C80002CE69 = {
394
 
                        fileRef = 3DA774500663EBBF0002CE69;
395
 
                        isa = PBXBuildFile;
396
 
                        settings = {
397
 
                        };
398
 
                };
399
 
                3DA712C80664CB1B0002CE69 = {
400
 
                        buildActionMask = 2147483647;
401
 
                        files = (
402
 
                        );
403
 
                        isa = PBXHeadersBuildPhase;
404
 
                        runOnlyForDeploymentPostprocessing = 0;
405
 
                };
406
 
                3DA712C90664CB1B0002CE69 = {
407
 
                        buildActionMask = 2147483647;
408
 
                        files = (
409
 
                        );
410
 
                        isa = PBXResourcesBuildPhase;
411
 
                        runOnlyForDeploymentPostprocessing = 0;
412
 
                };
413
 
                3DA712CA0664CB1B0002CE69 = {
414
 
                        buildActionMask = 2147483647;
415
 
                        files = (
416
 
                                3DA712D10664CB430002CE69,
417
 
                        );
418
 
                        isa = PBXSourcesBuildPhase;
419
 
                        runOnlyForDeploymentPostprocessing = 0;
420
 
                };
421
 
                3DA712CB0664CB1B0002CE69 = {
422
 
                        buildActionMask = 2147483647;
423
 
                        files = (
424
 
                                3DA712D00664CB3F0002CE69,
425
 
                                3DA712D20664CB470002CE69,
426
 
                                3DA712D30664CB480002CE69,
427
 
                                3DA712D40664CB480002CE69,
428
 
                        );
429
 
                        isa = PBXFrameworksBuildPhase;
430
 
                        runOnlyForDeploymentPostprocessing = 0;
431
 
                };
432
 
                3DA712CC0664CB1B0002CE69 = {
433
 
                        buildActionMask = 2147483647;
434
 
                        files = (
435
 
                        );
436
 
                        isa = PBXRezBuildPhase;
437
 
                        runOnlyForDeploymentPostprocessing = 0;
438
 
                };
439
 
                3DA712CD0664CB1B0002CE69 = {
440
 
                        buildPhases = (
441
 
                                3DA712C80664CB1B0002CE69,
442
 
                                3DA712C90664CB1B0002CE69,
443
 
                                3DA712CA0664CB1B0002CE69,
444
 
                                3DA712CB0664CB1B0002CE69,
445
 
                                3DA712CC0664CB1B0002CE69,
446
 
                        );
447
 
                        buildSettings = {
448
 
                                OTHER_CFLAGS = "";
449
 
                                OTHER_LDFLAGS = "";
450
 
                                OTHER_REZFLAGS = "";
451
 
                                PRODUCT_NAME = sysex;
452
 
                                SECTORDER_FLAGS = "";
453
 
                                WARNING_CFLAGS = "-Wmost -Wno-four-char-constants -Wno-unknown-pragmas";
454
 
                                WRAPPER_EXTENSION = app;
455
 
                        };
456
 
                        comments = "System exclusive input and output test";
457
 
                        dependencies = (
458
 
                        );
459
 
                        isa = PBXApplicationTarget;
460
 
                        name = sysex;
461
 
                        productInstallPath = "$(USER_APPS_DIR)";
462
 
                        productName = sysex;
463
 
                        productReference = 3DA712CE0664CB1B0002CE69;
464
 
                        productSettingsXML = "<?xml version=\"1.0\" encoding=\"UTF-8\"?>
465
 
<!DOCTYPE plist PUBLIC \"-//Apple Computer//DTD PLIST 1.0//EN\" \"http://www.apple.com/DTDs/PropertyList-1.0.dtd\">
466
 
<plist version=\"1.0\">
467
 
<dict>
468
 
        <key>CFBundleDevelopmentRegion</key>
469
 
        <string>English</string>
470
 
        <key>CFBundleExecutable</key>
471
 
        <string></string>
472
 
        <key>CFBundleGetInfoString</key>
473
 
        <string></string>
474
 
        <key>CFBundleIconFile</key>
475
 
        <string></string>
476
 
        <key>CFBundleIdentifier</key>
477
 
        <string></string>
478
 
        <key>CFBundleInfoDictionaryVersion</key>
479
 
        <string>6.0</string>
480
 
        <key>CFBundleName</key>
481
 
        <string></string>
482
 
        <key>CFBundlePackageType</key>
483
 
        <string>APPL</string>
484
 
        <key>CFBundleShortVersionString</key>
485
 
        <string></string>
486
 
        <key>CFBundleSignature</key>
487
 
        <string>????</string>
488
 
        <key>CFBundleVersion</key>
489
 
        <string>0.0.1d1</string>
490
 
</dict>
491
 
</plist>
492
 
";
493
 
                };
494
 
                3DA712CE0664CB1B0002CE69 = {
495
 
                        isa = PBXApplicationReference;
496
 
                        path = sysex.app;
497
 
                        refType = 3;
498
 
                };
499
 
                3DA712D00664CB3F0002CE69 = {
500
 
                        fileRef = 5851D5380479562300EE98CD;
501
 
                        isa = PBXBuildFile;
502
 
                        settings = {
503
 
                        };
504
 
                };
505
 
                3DA712D10664CB430002CE69 = {
506
 
                        fileRef = 3DA774210663E9DA0002CE69;
507
 
                        isa = PBXBuildFile;
508
 
                        settings = {
509
 
                        };
510
 
                };
511
 
                3DA712D20664CB470002CE69 = {
512
 
                        fileRef = 3DA774480663EAE60002CE69;
513
 
                        isa = PBXBuildFile;
514
 
                        settings = {
515
 
                        };
516
 
                };
517
 
                3DA712D30664CB480002CE69 = {
518
 
                        fileRef = 3DA7744E0663EBB20002CE69;
519
 
                        isa = PBXBuildFile;
520
 
                        settings = {
521
 
                        };
522
 
                };
523
 
                3DA712D40664CB480002CE69 = {
524
 
                        fileRef = 3DA774500663EBBF0002CE69;
525
 
                        isa = PBXBuildFile;
526
 
                        settings = {
527
 
                        };
528
 
                };
529
 
                3DA774070663E8EB0002CE69 = {
530
 
                        buildActionMask = 2147483647;
531
 
                        files = (
532
 
                        );
533
 
                        isa = PBXHeadersBuildPhase;
534
 
                        runOnlyForDeploymentPostprocessing = 0;
535
 
                };
536
 
                3DA774080663E8EB0002CE69 = {
537
 
                        buildActionMask = 2147483647;
538
 
                        files = (
539
 
                        );
540
 
                        isa = PBXResourcesBuildPhase;
541
 
                        runOnlyForDeploymentPostprocessing = 0;
542
 
                };
543
 
                3DA774090663E8EB0002CE69 = {
544
 
                        buildActionMask = 2147483647;
545
 
                        files = (
546
 
                                3DA774390663E9DA0002CE69,
547
 
                        );
548
 
                        isa = PBXSourcesBuildPhase;
549
 
                        runOnlyForDeploymentPostprocessing = 0;
550
 
                };
551
 
                3DA7740A0663E8EB0002CE69 = {
552
 
                        buildActionMask = 2147483647;
553
 
                        files = (
554
 
                                3DA774470663EA6A0002CE69,
555
 
                                3DA774490663EAE60002CE69,
556
 
                                3DA7744F0663EBB20002CE69,
557
 
                                3DA774510663EBBF0002CE69,
558
 
                        );
559
 
                        isa = PBXFrameworksBuildPhase;
560
 
                        runOnlyForDeploymentPostprocessing = 0;
561
 
                };
562
 
                3DA7740B0663E8EB0002CE69 = {
563
 
                        buildActionMask = 2147483647;
564
 
                        files = (
565
 
                        );
566
 
                        isa = PBXRezBuildPhase;
567
 
                        runOnlyForDeploymentPostprocessing = 0;
568
 
                };
569
 
                3DA7740C0663E8EB0002CE69 = {
570
 
                        buildPhases = (
571
 
                                3DA774070663E8EB0002CE69,
572
 
                                3DA774080663E8EB0002CE69,
573
 
                                3DA774090663E8EB0002CE69,
574
 
                                3DA7740A0663E8EB0002CE69,
575
 
                                3DA7740B0663E8EB0002CE69,
576
 
                        );
577
 
                        buildSettings = {
578
 
                                OTHER_CFLAGS = "";
579
 
                                OTHER_LDFLAGS = "";
580
 
                                OTHER_REZFLAGS = "";
581
 
                                PRODUCT_NAME = test;
582
 
                                SECTORDER_FLAGS = "";
583
 
                                WARNING_CFLAGS = "-Wmost -Wno-four-char-constants -Wno-unknown-pragmas";
584
 
                                WRAPPER_EXTENSION = app;
585
 
                        };
586
 
                        comments = "A PortMidi test program";
587
 
                        dependencies = (
588
 
                        );
589
 
                        isa = PBXApplicationTarget;
590
 
                        name = test;
591
 
                        productInstallPath = "$(USER_APPS_DIR)";
592
 
                        productName = test;
593
 
                        productReference = 3DA7740D0663E8EB0002CE69;
594
 
                        productSettingsXML = "<?xml version=\"1.0\" encoding=\"UTF-8\"?>
595
 
<!DOCTYPE plist PUBLIC \"-//Apple Computer//DTD PLIST 1.0//EN\" \"http://www.apple.com/DTDs/PropertyList-1.0.dtd\">
596
 
<plist version=\"1.0\">
597
 
<dict>
598
 
        <key>CFBundleDevelopmentRegion</key>
599
 
        <string>English</string>
600
 
        <key>CFBundleExecutable</key>
601
 
        <string></string>
602
 
        <key>CFBundleGetInfoString</key>
603
 
        <string></string>
604
 
        <key>CFBundleIconFile</key>
605
 
        <string></string>
606
 
        <key>CFBundleIdentifier</key>
607
 
        <string></string>
608
 
        <key>CFBundleInfoDictionaryVersion</key>
609
 
        <string>6.0</string>
610
 
        <key>CFBundleName</key>
611
 
        <string></string>
612
 
        <key>CFBundlePackageType</key>
613
 
        <string>APPL</string>
614
 
        <key>CFBundleShortVersionString</key>
615
 
        <string></string>
616
 
        <key>CFBundleSignature</key>
617
 
        <string>????</string>
618
 
        <key>CFBundleVersion</key>
619
 
        <string>0.0.1d1</string>
620
 
</dict>
621
 
</plist>
622
 
";
623
 
                };
624
 
                3DA7740D0663E8EB0002CE69 = {
625
 
                        isa = PBXApplicationReference;
626
 
                        path = test.app;
627
 
                        refType = 3;
628
 
                };
629
 
                3DA774100663E9DA0002CE69 = {
630
 
                        children = (
631
 
                                3DA774110663E9DA0002CE69,
632
 
                                3DA774120663E9DA0002CE69,
633
 
                                3DA774130663E9DA0002CE69,
634
 
                                3DA774140663E9DA0002CE69,
635
 
                                3DA774150663E9DA0002CE69,
636
 
                                3DA774160663E9DA0002CE69,
637
 
                                3DA774170663E9DA0002CE69,
638
 
                                3DA774180663E9DA0002CE69,
639
 
                                3DA774190663E9DA0002CE69,
640
 
                                3DA7741A0663E9DA0002CE69,
641
 
                                3DA7741B0663E9DA0002CE69,
642
 
                                3DA7741C0663E9DA0002CE69,
643
 
                                3DA7741D0663E9DA0002CE69,
644
 
                                3DA7741E0663E9DA0002CE69,
645
 
                                3DA7741F0663E9DA0002CE69,
646
 
                                3DA774200663E9DA0002CE69,
647
 
                                3DA774210663E9DA0002CE69,
648
 
                                3DA774220663E9DA0002CE69,
649
 
                                3DA774230663E9DA0002CE69,
650
 
                                3DA774240663E9DA0002CE69,
651
 
                                3DA774250663E9DA0002CE69,
652
 
                                3DA774260663E9DA0002CE69,
653
 
                                3DA774270663E9DA0002CE69,
654
 
                                3DA774280663E9DA0002CE69,
655
 
                                3DA774290663E9DA0002CE69,
656
 
                                3DA7742A0663E9DA0002CE69,
657
 
                                3DA7742B0663E9DA0002CE69,
658
 
                        );
659
 
                        isa = PBXGroup;
660
 
                        name = pm_test;
661
 
                        path = /Users/rbd/portmidi/pm_test;
662
 
                        refType = 0;
663
 
                };
664
 
                3DA774110663E9DA0002CE69 = {
665
 
                        fileEncoding = 30;
666
 
                        isa = PBXFileReference;
667
 
                        path = latency.c;
668
 
                        refType = 4;
669
 
                };
670
 
                3DA774120663E9DA0002CE69 = {
671
 
                        fileEncoding = 30;
672
 
                        isa = PBXFileReference;
673
 
                        path = latency.dsp;
674
 
                        refType = 4;
675
 
                };
676
 
                3DA774130663E9DA0002CE69 = {
677
 
                        fileEncoding = 30;
678
 
                        isa = PBXFileReference;
679
 
                        path = latency.plg;
680
 
                        refType = 4;
681
 
                };
682
 
                3DA774140663E9DA0002CE69 = {
683
 
                        children = (
684
 
                        );
685
 
                        isa = PBXGroup;
686
 
                        path = latencyDebug;
687
 
                        refType = 4;
688
 
                };
689
 
                3DA774150663E9DA0002CE69 = {
690
 
                        children = (
691
 
                        );
692
 
                        isa = PBXGroup;
693
 
                        path = latencyRelease;
694
 
                        refType = 4;
695
 
                };
696
 
                3DA774160663E9DA0002CE69 = {
697
 
                        fileEncoding = 30;
698
 
                        isa = PBXFileReference;
699
 
                        path = midithread.c;
700
 
                        refType = 4;
701
 
                };
702
 
                3DA774170663E9DA0002CE69 = {
703
 
                        fileEncoding = 30;
704
 
                        isa = PBXFileReference;
705
 
                        path = midithread.dsp;
706
 
                        refType = 4;
707
 
                };
708
 
                3DA774180663E9DA0002CE69 = {
709
 
                        fileEncoding = 30;
710
 
                        isa = PBXFileReference;
711
 
                        path = midithread.plg;
712
 
                        refType = 4;
713
 
                };
714
 
                3DA774190663E9DA0002CE69 = {
715
 
                        children = (
716
 
                        );
717
 
                        isa = PBXGroup;
718
 
                        path = midithreadDebug;
719
 
                        refType = 4;
720
 
                };
721
 
                3DA7741A0663E9DA0002CE69 = {
722
 
                        children = (
723
 
                        );
724
 
                        isa = PBXGroup;
725
 
                        path = midithreadRelease;
726
 
                        refType = 4;
727
 
                };
728
 
                3DA7741B0663E9DA0002CE69 = {
729
 
                        fileEncoding = 30;
730
 
                        isa = PBXFileReference;
731
 
                        path = midithru.c;
732
 
                        refType = 4;
733
 
                };
734
 
                3DA7741C0663E9DA0002CE69 = {
735
 
                        fileEncoding = 30;
736
 
                        isa = PBXFileReference;
737
 
                        path = midithru.dsp;
738
 
                        refType = 4;
739
 
                };
740
 
                3DA7741D0663E9DA0002CE69 = {
741
 
                        fileEncoding = 30;
742
 
                        isa = PBXFileReference;
743
 
                        path = midithru.dsw;
744
 
                        refType = 4;
745
 
                };
746
 
                3DA7741E0663E9DA0002CE69 = {
747
 
                        fileEncoding = 30;
748
 
                        isa = PBXFileReference;
749
 
                        path = midithru.plg;
750
 
                        refType = 4;
751
 
                };
752
 
                3DA7741F0663E9DA0002CE69 = {
753
 
                        children = (
754
 
                        );
755
 
                        isa = PBXGroup;
756
 
                        path = midithruDebug;
757
 
                        refType = 4;
758
 
                };
759
 
                3DA774200663E9DA0002CE69 = {
760
 
                        children = (
761
 
                        );
762
 
                        isa = PBXGroup;
763
 
                        path = midithruRelease;
764
 
                        refType = 4;
765
 
                };
766
 
                3DA774210663E9DA0002CE69 = {
767
 
                        fileEncoding = 30;
768
 
                        isa = PBXFileReference;
769
 
                        path = sysex.c;
770
 
                        refType = 4;
771
 
                };
772
 
                3DA774220663E9DA0002CE69 = {
773
 
                        fileEncoding = 30;
774
 
                        isa = PBXFileReference;
775
 
                        path = sysex.dsp;
776
 
                        refType = 4;
777
 
                };
778
 
                3DA774230663E9DA0002CE69 = {
779
 
                        fileEncoding = 30;
780
 
                        isa = PBXFileReference;
781
 
                        path = sysex.plg;
782
 
                        refType = 4;
783
 
                };
784
 
                3DA774240663E9DA0002CE69 = {
785
 
                        children = (
786
 
                        );
787
 
                        isa = PBXGroup;
788
 
                        path = sysexDebug;
789
 
                        refType = 4;
790
 
                };
791
 
                3DA774250663E9DA0002CE69 = {
792
 
                        children = (
793
 
                        );
794
 
                        isa = PBXGroup;
795
 
                        path = sysexRelease;
796
 
                        refType = 4;
797
 
                };
798
 
                3DA774260663E9DA0002CE69 = {
799
 
                        fileEncoding = 30;
800
 
                        isa = PBXFileReference;
801
 
                        path = test.c;
802
 
                        refType = 4;
803
 
                };
804
 
                3DA774270663E9DA0002CE69 = {
805
 
                        fileEncoding = 30;
806
 
                        isa = PBXFileReference;
807
 
                        path = test.dsp;
808
 
                        refType = 4;
809
 
                };
810
 
                3DA774280663E9DA0002CE69 = {
811
 
                        fileEncoding = 30;
812
 
                        isa = PBXFileReference;
813
 
                        path = test.plg;
814
 
                        refType = 4;
815
 
                };
816
 
                3DA774290663E9DA0002CE69 = {
817
 
                        children = (
818
 
                        );
819
 
                        isa = PBXGroup;
820
 
                        path = testDebug;
821
 
                        refType = 4;
822
 
                };
823
 
                3DA7742A0663E9DA0002CE69 = {
824
 
                        children = (
825
 
                        );
826
 
                        isa = PBXGroup;
827
 
                        path = testRelease;
828
 
                        refType = 4;
829
 
                };
830
 
                3DA7742B0663E9DA0002CE69 = {
831
 
                        fileEncoding = 30;
832
 
                        isa = PBXFileReference;
833
 
                        path = txdata.syx;
834
 
                        refType = 4;
835
 
                };
836
 
                3DA774390663E9DA0002CE69 = {
837
 
                        fileRef = 3DA774260663E9DA0002CE69;
838
 
                        isa = PBXBuildFile;
839
 
                        settings = {
840
 
                        };
841
 
                };
842
 
                3DA774470663EA6A0002CE69 = {
843
 
                        fileRef = 5851D5380479562300EE98CD;
844
 
                        isa = PBXBuildFile;
845
 
                        settings = {
846
 
                        };
847
 
                };
848
 
                3DA774480663EAE60002CE69 = {
849
 
                        isa = PBXFrameworkReference;
850
 
                        name = CoreMIDI.framework;
851
 
                        path = /System/Library/Frameworks/CoreMIDI.framework;
852
 
                        refType = 0;
853
 
                };
854
 
                3DA774490663EAE60002CE69 = {
855
 
                        fileRef = 3DA774480663EAE60002CE69;
856
 
                        isa = PBXBuildFile;
857
 
                        settings = {
858
 
                        };
859
 
                };
860
 
                3DA7744E0663EBB20002CE69 = {
861
 
                        isa = PBXFrameworkReference;
862
 
                        name = CoreFoundation.framework;
863
 
                        path = /System/Library/Frameworks/CoreFoundation.framework;
864
 
                        refType = 0;
865
 
                };
866
 
                3DA7744F0663EBB20002CE69 = {
867
 
                        fileRef = 3DA7744E0663EBB20002CE69;
868
 
                        isa = PBXBuildFile;
869
 
                        settings = {
870
 
                        };
871
 
                };
872
 
                3DA774500663EBBF0002CE69 = {
873
 
                        isa = PBXFrameworkReference;
874
 
                        name = CoreAudio.framework;
875
 
                        path = /System/Library/Frameworks/CoreAudio.framework;
876
 
                        refType = 0;
877
 
                };
878
 
                3DA774510663EBBF0002CE69 = {
879
 
                        fileRef = 3DA774500663EBBF0002CE69;
880
 
                        isa = PBXBuildFile;
881
 
                        settings = {
882
 
                        };
883
 
                };
884
 
//3D0
885
 
//3D1
886
 
//3D2
887
 
//3D3
888
 
//3D4
889
 
//580
890
 
//581
891
 
//582
892
 
//583
893
 
//584
894
 
                5851D5140479552300EE98CD = {
895
 
                        children = (
896
 
                                5851D51D047955A100EE98CD,
897
 
                                5851D51C0479553600EE98CD,
898
 
                                5851D51B0479553500EE98CD,
899
 
                                5851D51A0479553300EE98CD,
900
 
                                5851D5190479552E00EE98CD,
901
 
                                5851D5390479562300EE98CD,
902
 
                                3DA774100663E9DA0002CE69,
903
 
                                3DA774480663EAE60002CE69,
904
 
                                3DA7744E0663EBB20002CE69,
905
 
                                3DA774500663EBBF0002CE69,
906
 
                        );
907
 
                        isa = PBXGroup;
908
 
                        refType = 4;
909
 
                };
910
 
                5851D5160479552300EE98CD = {
911
 
                        buildRules = (
912
 
                        );
913
 
                        buildSettings = {
914
 
                                COPY_PHASE_STRIP = NO;
915
 
                        };
916
 
                        isa = PBXBuildStyle;
917
 
                        name = Development;
918
 
                };
919
 
                5851D5170479552300EE98CD = {
920
 
                        buildRules = (
921
 
                        );
922
 
                        buildSettings = {
923
 
                                COPY_PHASE_STRIP = YES;
924
 
                        };
925
 
                        isa = PBXBuildStyle;
926
 
                        name = Deployment;
927
 
                };
928
 
                5851D5180479552300EE98CD = {
929
 
                        buildStyles = (
930
 
                                5851D5160479552300EE98CD,
931
 
                                5851D5170479552300EE98CD,
932
 
                        );
933
 
                        hasScannedForEncodings = 1;
934
 
                        isa = PBXProject;
935
 
                        mainGroup = 5851D5140479552300EE98CD;
936
 
                        productRefGroup = 5851D5390479562300EE98CD;
937
 
                        projectDirPath = "";
938
 
                        targets = (
939
 
                                5851D5370479562300EE98CD,
940
 
                                3DA7740C0663E8EB0002CE69,
941
 
                                3DA712B30664C7C50002CE69,
942
 
                                3DA712C00664C9B40002CE69,
943
 
                                3DA712CD0664CB1B0002CE69,
944
 
                                3D9CFCAF067657D50002CE69,
945
 
                        );
946
 
                };
947
 
                5851D5190479552E00EE98CD = {
948
 
                        children = (
949
 
                                5851D5310479560B00EE98CD,
950
 
                                5851D5320479560B00EE98CD,
951
 
                                5851D5730479613900EE98CD,
952
 
                                5851D5740479613900EE98CD,
953
 
                        );
954
 
                        isa = PBXGroup;
955
 
                        name = pm_mac;
956
 
                        refType = 4;
957
 
                };
958
 
                5851D51A0479553300EE98CD = {
959
 
                        children = (
960
 
                                5851D52C047955FD00EE98CD,
961
 
                                5851D52D047955FD00EE98CD,
962
 
                                5851D52E047955FD00EE98CD,
963
 
                                5851D52F047955FD00EE98CD,
964
 
                                5851D530047955FD00EE98CD,
965
 
                        );
966
 
                        isa = PBXGroup;
967
 
                        name = pm_win;
968
 
                        refType = 4;
969
 
                };
970
 
                5851D51B0479553500EE98CD = {
971
 
                        children = (
972
 
                                5851D528047955D700EE98CD,
973
 
                                5851D529047955D700EE98CD,
974
 
                                5851D52A047955D700EE98CD,
975
 
                                5851D52B047955D700EE98CD,
976
 
                        );
977
 
                        isa = PBXGroup;
978
 
                        name = pm_linux;
979
 
                        refType = 4;
980
 
                };
981
 
                5851D51C0479553600EE98CD = {
982
 
                        children = (
983
 
                                5851D523047955C800EE98CD,
984
 
                                5851D524047955C800EE98CD,
985
 
                                5851D525047955C800EE98CD,
986
 
                                5851D526047955C800EE98CD,
987
 
                                5851D527047955C800EE98CD,
988
 
                        );
989
 
                        isa = PBXGroup;
990
 
                        name = pm_common;
991
 
                        path = "";
992
 
                        refType = 2;
993
 
                };
994
 
                5851D51D047955A100EE98CD = {
995
 
                        children = (
996
 
                                5851D51E047955B800EE98CD,
997
 
                                5851D51F047955B800EE98CD,
998
 
                                5851D520047955B800EE98CD,
999
 
                                5851D521047955B800EE98CD,
1000
 
                                58ED5B81047D41DB00B92E62,
1001
 
                                5851D522047955B800EE98CD,
1002
 
                        );
1003
 
                        isa = PBXGroup;
1004
 
                        name = porttime;
1005
 
                        refType = 4;
1006
 
                };
1007
 
                5851D51E047955B800EE98CD = {
1008
 
                        fileEncoding = 30;
1009
 
                        isa = PBXFileReference;
1010
 
                        name = porttime.c;
1011
 
                        path = ../porttime/porttime.c;
1012
 
                        refType = 2;
1013
 
                };
1014
 
                5851D51F047955B800EE98CD = {
1015
 
                        fileEncoding = 30;
1016
 
                        isa = PBXFileReference;
1017
 
                        name = porttime.h;
1018
 
                        path = ../porttime/porttime.h;
1019
 
                        refType = 2;
1020
 
                };
1021
 
                5851D520047955B800EE98CD = {
1022
 
                        fileEncoding = 30;
1023
 
                        isa = PBXFileReference;
1024
 
                        name = ptlinux.c;
1025
 
                        path = ../porttime/ptlinux.c;
1026
 
                        refType = 2;
1027
 
                };
1028
 
                5851D521047955B800EE98CD = {
1029
 
                        fileEncoding = 30;
1030
 
                        isa = PBXFileReference;
1031
 
                        name = ptmacosx_cf.c;
1032
 
                        path = ../porttime/ptmacosx_cf.c;
1033
 
                        refType = 2;
1034
 
                };
1035
 
                5851D522047955B800EE98CD = {
1036
 
                        fileEncoding = 30;
1037
 
                        isa = PBXFileReference;
1038
 
                        name = ptwinmm.c;
1039
 
                        path = ../porttime/ptwinmm.c;
1040
 
                        refType = 2;
1041
 
                };
1042
 
                5851D523047955C800EE98CD = {
1043
 
                        fileEncoding = 30;
1044
 
                        isa = PBXFileReference;
1045
 
                        name = pminternal.h;
1046
 
                        path = ../pm_common/pminternal.h;
1047
 
                        refType = 2;
1048
 
                };
1049
 
                5851D524047955C800EE98CD = {
1050
 
                        fileEncoding = 30;
1051
 
                        isa = PBXFileReference;
1052
 
                        name = pmutil.c;
1053
 
                        path = ../pm_common/pmutil.c;
1054
 
                        refType = 2;
1055
 
                };
1056
 
                5851D525047955C800EE98CD = {
1057
 
                        fileEncoding = 30;
1058
 
                        isa = PBXFileReference;
1059
 
                        name = pmutil.h;
1060
 
                        path = ../pm_common/pmutil.h;
1061
 
                        refType = 2;
1062
 
                };
1063
 
                5851D526047955C800EE98CD = {
1064
 
                        fileEncoding = 30;
1065
 
                        isa = PBXFileReference;
1066
 
                        name = portmidi.c;
1067
 
                        path = ../pm_common/portmidi.c;
1068
 
                        refType = 2;
1069
 
                };
1070
 
                5851D527047955C800EE98CD = {
1071
 
                        fileEncoding = 30;
1072
 
                        isa = PBXFileReference;
1073
 
                        name = portmidi.h;
1074
 
                        path = ../pm_common/portmidi.h;
1075
 
                        refType = 2;
1076
 
                };
1077
 
                5851D528047955D700EE98CD = {
1078
 
                        fileEncoding = 30;
1079
 
                        isa = PBXFileReference;
1080
 
                        name = pmlinux.c;
1081
 
                        path = ../pm_linux/pmlinux.c;
1082
 
                        refType = 2;
1083
 
                };
1084
 
                5851D529047955D700EE98CD = {
1085
 
                        fileEncoding = 30;
1086
 
                        isa = PBXFileReference;
1087
 
                        name = pmlinux.h;
1088
 
                        path = ../pm_linux/pmlinux.h;
1089
 
                        refType = 2;
1090
 
                };
1091
 
                5851D52A047955D700EE98CD = {
1092
 
                        fileEncoding = 30;
1093
 
                        isa = PBXFileReference;
1094
 
                        name = pmlinuxalsa.c;
1095
 
                        path = ../pm_linux/pmlinuxalsa.c;
1096
 
                        refType = 2;
1097
 
                };
1098
 
                5851D52B047955D700EE98CD = {
1099
 
                        fileEncoding = 30;
1100
 
                        isa = PBXFileReference;
1101
 
                        name = pmlinuxalsa.h;
1102
 
                        path = ../pm_linux/pmlinuxalsa.h;
1103
 
                        refType = 2;
1104
 
                };
1105
 
                5851D52C047955FD00EE98CD = {
1106
 
                        fileEncoding = 30;
1107
 
                        isa = PBXFileReference;
1108
 
                        name = pmdll.c;
1109
 
                        path = ../pm_win/pmdll.c;
1110
 
                        refType = 2;
1111
 
                };
1112
 
                5851D52D047955FD00EE98CD = {
1113
 
                        fileEncoding = 30;
1114
 
                        isa = PBXFileReference;
1115
 
                        name = pmdll.h;
1116
 
                        path = ../pm_win/pmdll.h;
1117
 
                        refType = 2;
1118
 
                };
1119
 
                5851D52E047955FD00EE98CD = {
1120
 
                        fileEncoding = 30;
1121
 
                        isa = PBXFileReference;
1122
 
                        name = pmwin.c;
1123
 
                        path = ../pm_win/pmwin.c;
1124
 
                        refType = 2;
1125
 
                };
1126
 
                5851D52F047955FD00EE98CD = {
1127
 
                        fileEncoding = 30;
1128
 
                        isa = PBXFileReference;
1129
 
                        name = pmwinmm.c;
1130
 
                        path = ../pm_win/pmwinmm.c;
1131
 
                        refType = 2;
1132
 
                };
1133
 
                5851D530047955FD00EE98CD = {
1134
 
                        fileEncoding = 30;
1135
 
                        isa = PBXFileReference;
1136
 
                        name = pmwinmm.h;
1137
 
                        path = ../pm_win/pmwinmm.h;
1138
 
                        refType = 2;
1139
 
                };
1140
 
                5851D5310479560B00EE98CD = {
1141
 
                        fileEncoding = 30;
1142
 
                        isa = PBXFileReference;
1143
 
                        path = pmmacosxcm.c;
1144
 
                        refType = 2;
1145
 
                };
1146
 
                5851D5320479560B00EE98CD = {
1147
 
                        fileEncoding = 30;
1148
 
                        isa = PBXFileReference;
1149
 
                        path = pmmacosxcm.h;
1150
 
                        refType = 2;
1151
 
                };
1152
 
                5851D5330479562300EE98CD = {
1153
 
                        buildActionMask = 2147483647;
1154
 
                        files = (
1155
 
                                5851D53B0479564000EE98CD,
1156
 
                                5851D53D0479564100EE98CD,
1157
 
                                5851D53F0479564100EE98CD,
1158
 
                                5851D5420479564600EE98CD,
1159
 
                                5851D5430479564F00EE98CD,
1160
 
                                5851D5750479613900EE98CD,
1161
 
                        );
1162
 
                        isa = PBXHeadersBuildPhase;
1163
 
                        runOnlyForDeploymentPostprocessing = 0;
1164
 
                };
1165
 
                5851D5340479562300EE98CD = {
1166
 
                        buildActionMask = 2147483647;
1167
 
                        files = (
1168
 
                                5851D53C0479564000EE98CD,
1169
 
                                5851D53E0479564100EE98CD,
1170
 
                                5851D5400479564400EE98CD,
1171
 
                                5851D5760479613900EE98CD,
1172
 
                                58ED5C7A047D694900B92E62,
1173
 
                        );
1174
 
                        isa = PBXSourcesBuildPhase;
1175
 
                        runOnlyForDeploymentPostprocessing = 0;
1176
 
                };
1177
 
                5851D5350479562300EE98CD = {
1178
 
                        buildActionMask = 2147483647;
1179
 
                        files = (
1180
 
                        );
1181
 
                        isa = PBXFrameworksBuildPhase;
1182
 
                        runOnlyForDeploymentPostprocessing = 0;
1183
 
                };
1184
 
                5851D5360479562300EE98CD = {
1185
 
                        buildActionMask = 2147483647;
1186
 
                        files = (
1187
 
                        );
1188
 
                        isa = PBXRezBuildPhase;
1189
 
                        runOnlyForDeploymentPostprocessing = 0;
1190
 
                };
1191
 
                5851D5370479562300EE98CD = {
1192
 
                        buildPhases = (
1193
 
                                5851D5330479562300EE98CD,
1194
 
                                5851D5340479562300EE98CD,
1195
 
                                5851D5350479562300EE98CD,
1196
 
                                5851D5360479562300EE98CD,
1197
 
                        );
1198
 
                        buildSettings = {
1199
 
                                DYLIB_COMPATIBILITY_VERSION = 1;
1200
 
                                DYLIB_CURRENT_VERSION = 1;
1201
 
                                LIBRARY_STYLE = STATIC;
1202
 
                                OTHER_CFLAGS = "-DPM_CHECK_ERRORS -DDEBUG";
1203
 
                                OTHER_LDFLAGS = "";
1204
 
                                OTHER_LIBTOOL_FLAGS = "";
1205
 
                                OTHER_REZFLAGS = "";
1206
 
                                PRODUCT_NAME = libportmidi.a;
1207
 
                                REZ_EXECUTABLE = YES;
1208
 
                                SECTORDER_FLAGS = "";
1209
 
                                WARNING_CFLAGS = "-Wmost -Wno-four-char-constants -Wno-unknown-pragmas";
1210
 
                        };
1211
 
                        dependencies = (
1212
 
                        );
1213
 
                        isa = PBXLibraryTarget;
1214
 
                        name = libportmidi.a;
1215
 
                        productInstallPath = /usr/local/lib;
1216
 
                        productName = libportmidi.a;
1217
 
                        productReference = 5851D5380479562300EE98CD;
1218
 
                };
1219
 
                5851D5380479562300EE98CD = {
1220
 
                        isa = PBXLibraryReference;
1221
 
                        path = libportmidi.a;
1222
 
                        refType = 3;
1223
 
                };
1224
 
                5851D5390479562300EE98CD = {
1225
 
                        children = (
1226
 
                                5851D5380479562300EE98CD,
1227
 
                                3DA7740D0663E8EB0002CE69,
1228
 
                                3DA712B40664C7C50002CE69,
1229
 
                                3DA712C10664C9B40002CE69,
1230
 
                                3DA712CE0664CB1B0002CE69,
1231
 
                                3D9CFCB0067657D50002CE69,
1232
 
                        );
1233
 
                        isa = PBXGroup;
1234
 
                        name = Products;
1235
 
                        refType = 4;
1236
 
                };
1237
 
                5851D53B0479564000EE98CD = {
1238
 
                        fileRef = 5851D523047955C800EE98CD;
1239
 
                        isa = PBXBuildFile;
1240
 
                        settings = {
1241
 
                        };
1242
 
                };
1243
 
                5851D53C0479564000EE98CD = {
1244
 
                        fileRef = 5851D524047955C800EE98CD;
1245
 
                        isa = PBXBuildFile;
1246
 
                        settings = {
1247
 
                        };
1248
 
                };
1249
 
                5851D53D0479564100EE98CD = {
1250
 
                        fileRef = 5851D525047955C800EE98CD;
1251
 
                        isa = PBXBuildFile;
1252
 
                        settings = {
1253
 
                        };
1254
 
                };
1255
 
                5851D53E0479564100EE98CD = {
1256
 
                        fileRef = 5851D526047955C800EE98CD;
1257
 
                        isa = PBXBuildFile;
1258
 
                        settings = {
1259
 
                        };
1260
 
                };
1261
 
                5851D53F0479564100EE98CD = {
1262
 
                        fileRef = 5851D527047955C800EE98CD;
1263
 
                        isa = PBXBuildFile;
1264
 
                        settings = {
1265
 
                        };
1266
 
                };
1267
 
                5851D5400479564400EE98CD = {
1268
 
                        fileRef = 5851D5310479560B00EE98CD;
1269
 
                        isa = PBXBuildFile;
1270
 
                        settings = {
1271
 
                        };
1272
 
                };
1273
 
                5851D5420479564600EE98CD = {
1274
 
                        fileRef = 5851D5320479560B00EE98CD;
1275
 
                        isa = PBXBuildFile;
1276
 
                        settings = {
1277
 
                        };
1278
 
                };
1279
 
                5851D5430479564F00EE98CD = {
1280
 
                        fileRef = 5851D51F047955B800EE98CD;
1281
 
                        isa = PBXBuildFile;
1282
 
                        settings = {
1283
 
                        };
1284
 
                };
1285
 
                5851D5730479613900EE98CD = {
1286
 
                        fileEncoding = 4;
1287
 
                        isa = PBXFileReference;
1288
 
                        path = pmmac.h;
1289
 
                        refType = 2;
1290
 
                };
1291
 
                5851D5740479613900EE98CD = {
1292
 
                        fileEncoding = 4;
1293
 
                        isa = PBXFileReference;
1294
 
                        path = pmmac.c;
1295
 
                        refType = 2;
1296
 
                };
1297
 
                5851D5750479613900EE98CD = {
1298
 
                        fileRef = 5851D5730479613900EE98CD;
1299
 
                        isa = PBXBuildFile;
1300
 
                        settings = {
1301
 
                        };
1302
 
                };
1303
 
                5851D5760479613900EE98CD = {
1304
 
                        fileRef = 5851D5740479613900EE98CD;
1305
 
                        isa = PBXBuildFile;
1306
 
                        settings = {
1307
 
                        };
1308
 
                };
1309
 
                58ED5B81047D41DB00B92E62 = {
1310
 
                        fileEncoding = 30;
1311
 
                        isa = PBXFileReference;
1312
 
                        name = ptmacosx_mach.c;
1313
 
                        path = ../porttime/ptmacosx_mach.c;
1314
 
                        refType = 2;
1315
 
                };
1316
 
                58ED5C7A047D694900B92E62 = {
1317
 
                        fileRef = 58ED5B81047D41DB00B92E62;
1318
 
                        isa = PBXBuildFile;
1319
 
                        settings = {
1320
 
                        };
1321
 
                };
1322
 
        };
1323
 
        rootObject = 5851D5180479552300EE98CD;
1324
 
}