Merged with trunk R1612.
[ardour.git] / libs / midi++2 / macosx / midi++.xcodeproj / project.pbxproj
1 // !$*UTF8*$!
2 {
3         archiveVersion = 1;
4         classes = {
5         };
6         objectVersion = 42;
7         objects = {
8
9 /* Begin PBXBuildFile section */
10                 696149880B97CED200ECBDF0 /* glib in Frameworks */ = {isa = PBXBuildFile; fileRef = 696149840B97CED200ECBDF0 /* glib */; };
11                 696149890B97CED200ECBDF0 /* gmodule in Frameworks */ = {isa = PBXBuildFile; fileRef = 696149850B97CED200ECBDF0 /* gmodule */; };
12                 6961498A0B97CED200ECBDF0 /* gobject in Frameworks */ = {isa = PBXBuildFile; fileRef = 696149860B97CED200ECBDF0 /* gobject */; };
13                 6961498B0B97CED200ECBDF0 /* gthread in Frameworks */ = {isa = PBXBuildFile; fileRef = 696149870B97CED200ECBDF0 /* gthread */; };
14                 69A0E07A0B8A3B1200A24967 /* coremidi_midiport.cc in Sources */ = {isa = PBXBuildFile; fileRef = 69A0E05C0B8A3B1200A24967 /* coremidi_midiport.cc */; };
15                 69A0E07B0B8A3B1200A24967 /* fd_midiport.cc in Sources */ = {isa = PBXBuildFile; fileRef = 69A0E05D0B8A3B1200A24967 /* fd_midiport.cc */; };
16                 69A0E07C0B8A3B1200A24967 /* fifomidi.cc in Sources */ = {isa = PBXBuildFile; fileRef = 69A0E05E0B8A3B1200A24967 /* fifomidi.cc */; };
17                 69A0E0800B8A3B1200A24967 /* channel.h in Headers */ = {isa = PBXBuildFile; fileRef = 69A0E0630B8A3B1200A24967 /* channel.h */; settings = {ATTRIBUTES = (Public, ); }; };
18                 69A0E0810B8A3B1200A24967 /* coremidi_midiport.h in Headers */ = {isa = PBXBuildFile; fileRef = 69A0E0640B8A3B1200A24967 /* coremidi_midiport.h */; settings = {ATTRIBUTES = (Public, ); }; };
19                 69A0E0820B8A3B1200A24967 /* factory.h in Headers */ = {isa = PBXBuildFile; fileRef = 69A0E0650B8A3B1200A24967 /* factory.h */; settings = {ATTRIBUTES = (Public, ); }; };
20                 69A0E0830B8A3B1200A24967 /* fd_midiport.h in Headers */ = {isa = PBXBuildFile; fileRef = 69A0E0660B8A3B1200A24967 /* fd_midiport.h */; settings = {ATTRIBUTES = (Public, ); }; };
21                 69A0E0840B8A3B1200A24967 /* fifomidi.h in Headers */ = {isa = PBXBuildFile; fileRef = 69A0E0670B8A3B1200A24967 /* fifomidi.h */; settings = {ATTRIBUTES = (Public, ); }; };
22                 69A0E0850B8A3B1200A24967 /* manager.h in Headers */ = {isa = PBXBuildFile; fileRef = 69A0E0680B8A3B1200A24967 /* manager.h */; settings = {ATTRIBUTES = (Public, ); }; };
23                 69A0E0860B8A3B1200A24967 /* mmc.h in Headers */ = {isa = PBXBuildFile; fileRef = 69A0E0690B8A3B1200A24967 /* mmc.h */; settings = {ATTRIBUTES = (Public, ); }; };
24                 69A0E0870B8A3B1200A24967 /* nullmidi.h in Headers */ = {isa = PBXBuildFile; fileRef = 69A0E06A0B8A3B1200A24967 /* nullmidi.h */; settings = {ATTRIBUTES = (Public, ); }; };
25                 69A0E0880B8A3B1200A24967 /* parser.h in Headers */ = {isa = PBXBuildFile; fileRef = 69A0E06B0B8A3B1200A24967 /* parser.h */; settings = {ATTRIBUTES = (Public, ); }; };
26                 69A0E0890B8A3B1200A24967 /* port.h in Headers */ = {isa = PBXBuildFile; fileRef = 69A0E06C0B8A3B1200A24967 /* port.h */; settings = {ATTRIBUTES = (Public, ); }; };
27                 69A0E08A0B8A3B1200A24967 /* port_request.h in Headers */ = {isa = PBXBuildFile; fileRef = 69A0E06D0B8A3B1200A24967 /* port_request.h */; settings = {ATTRIBUTES = (Public, ); }; };
28                 69A0E08B0B8A3B1200A24967 /* types.h in Headers */ = {isa = PBXBuildFile; fileRef = 69A0E06E0B8A3B1200A24967 /* types.h */; settings = {ATTRIBUTES = (Public, ); }; };
29                 69A0E08C0B8A3B1200A24967 /* midi.cc in Sources */ = {isa = PBXBuildFile; fileRef = 69A0E06F0B8A3B1200A24967 /* midi.cc */; };
30                 69A0E08D0B8A3B1200A24967 /* midichannel.cc in Sources */ = {isa = PBXBuildFile; fileRef = 69A0E0700B8A3B1200A24967 /* midichannel.cc */; };
31                 69A0E08E0B8A3B1200A24967 /* midifactory.cc in Sources */ = {isa = PBXBuildFile; fileRef = 69A0E0710B8A3B1200A24967 /* midifactory.cc */; };
32                 69A0E08F0B8A3B1200A24967 /* midimanager.cc in Sources */ = {isa = PBXBuildFile; fileRef = 69A0E0720B8A3B1200A24967 /* midimanager.cc */; };
33                 69A0E0900B8A3B1200A24967 /* midiparser.cc in Sources */ = {isa = PBXBuildFile; fileRef = 69A0E0730B8A3B1200A24967 /* midiparser.cc */; };
34                 69A0E0910B8A3B1200A24967 /* midiport.cc in Sources */ = {isa = PBXBuildFile; fileRef = 69A0E0740B8A3B1200A24967 /* midiport.cc */; };
35                 69A0E0930B8A3B1200A24967 /* mmc.cc in Sources */ = {isa = PBXBuildFile; fileRef = 69A0E0760B8A3B1200A24967 /* mmc.cc */; };
36                 69A0E0950B8A3B1200A24967 /* mtc.cc in Sources */ = {isa = PBXBuildFile; fileRef = 69A0E0780B8A3B1200A24967 /* mtc.cc */; };
37                 69A0E0960B8A3B1200A24967 /* port_request.cc in Sources */ = {isa = PBXBuildFile; fileRef = 69A0E0790B8A3B1200A24967 /* port_request.cc */; };
38                 69A0E09E0B8A3B6300A24967 /* sigc.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 69A0E09C0B8A3B6300A24967 /* sigc.framework */; };
39                 69A0E0B00B8A3BEF00A24967 /* CoreMIDI.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 69A0E0AF0B8A3BEF00A24967 /* CoreMIDI.framework */; };
40                 69A0E0B50B8A3C0B00A24967 /* CoreFoundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 69A0E0B40B8A3C0B00A24967 /* CoreFoundation.framework */; };
41                 69A0E0BA0B8A3C2000A24967 /* glibmm.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 69A0E0B90B8A3C2000A24967 /* glibmm.framework */; };
42                 69C63C4C0B936ACF00BC0BCA /* version.cc in Sources */ = {isa = PBXBuildFile; fileRef = 69C63C4A0B936ACF00BC0BCA /* version.cc */; };
43                 69C63C4D0B936ACF00BC0BCA /* version.h in Headers */ = {isa = PBXBuildFile; fileRef = 69C63C4B0B936ACF00BC0BCA /* version.h */; };
44                 69D5F6010B8D55B100301E71 /* pbd.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 69D5F6000B8D55A000301E71 /* pbd.framework */; };
45                 8D07F2BE0486CC7A007CD1D0 /* midi++_Prefix.pch in Headers */ = {isa = PBXBuildFile; fileRef = 32BAE0B70371A74B00C91783 /* midi++_Prefix.pch */; settings = {ATTRIBUTES = (Public, ); }; };
46                 8D07F2C00486CC7A007CD1D0 /* InfoPlist.strings in Resources */ = {isa = PBXBuildFile; fileRef = 089C1666FE841158C02AAC07 /* InfoPlist.strings */; };
47 /* End PBXBuildFile section */
48
49 /* Begin PBXContainerItemProxy section */
50                 69D5F5FF0B8D55A000301E71 /* PBXContainerItemProxy */ = {
51                         isa = PBXContainerItemProxy;
52                         containerPortal = 69D5F5FB0B8D55A000301E71 /* pbd.xcodeproj */;
53                         proxyType = 2;
54                         remoteGlobalIDString = 8D07F2C80486CC7A007CD1D0;
55                         remoteInfo = pbd;
56                 };
57                 69D5F6060B8D570800301E71 /* PBXContainerItemProxy */ = {
58                         isa = PBXContainerItemProxy;
59                         containerPortal = 69D5F5FB0B8D55A000301E71 /* pbd.xcodeproj */;
60                         proxyType = 1;
61                         remoteGlobalIDString = 8D07F2BC0486CC7A007CD1D0;
62                         remoteInfo = pbd;
63                 };
64 /* End PBXContainerItemProxy section */
65
66 /* Begin PBXFileReference section */
67                 089C1667FE841158C02AAC07 /* English */ = {isa = PBXFileReference; fileEncoding = 10; lastKnownFileType = text.plist.strings; name = English; path = English.lproj/InfoPlist.strings; sourceTree = "<group>"; };
68                 32BAE0B70371A74B00C91783 /* midi++_Prefix.pch */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = "midi++_Prefix.pch"; sourceTree = "<group>"; };
69                 696149840B97CED200ECBDF0 /* glib */ = {isa = PBXFileReference; lastKnownFileType = "compiled.mach-o.dylib"; name = glib; path = /Library/Frameworks/GLib.framework/Versions/2.12.3/Libraries/glib; sourceTree = "<absolute>"; };
70                 696149850B97CED200ECBDF0 /* gmodule */ = {isa = PBXFileReference; lastKnownFileType = "compiled.mach-o.dylib"; name = gmodule; path = /Library/Frameworks/GLib.framework/Versions/2.12.3/Libraries/gmodule; sourceTree = "<absolute>"; };
71                 696149860B97CED200ECBDF0 /* gobject */ = {isa = PBXFileReference; lastKnownFileType = "compiled.mach-o.dylib"; name = gobject; path = /Library/Frameworks/GLib.framework/Versions/2.12.3/Libraries/gobject; sourceTree = "<absolute>"; };
72                 696149870B97CED200ECBDF0 /* gthread */ = {isa = PBXFileReference; lastKnownFileType = "compiled.mach-o.dylib"; name = gthread; path = /Library/Frameworks/GLib.framework/Versions/2.12.3/Libraries/gthread; sourceTree = "<absolute>"; };
73                 69A0E05C0B8A3B1200A24967 /* coremidi_midiport.cc */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; name = coremidi_midiport.cc; path = ../coremidi_midiport.cc; sourceTree = SOURCE_ROOT; };
74                 69A0E05D0B8A3B1200A24967 /* fd_midiport.cc */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; name = fd_midiport.cc; path = ../fd_midiport.cc; sourceTree = SOURCE_ROOT; };
75                 69A0E05E0B8A3B1200A24967 /* fifomidi.cc */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; name = fifomidi.cc; path = ../fifomidi.cc; sourceTree = SOURCE_ROOT; };
76                 69A0E0630B8A3B1200A24967 /* channel.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = channel.h; sourceTree = "<group>"; };
77                 69A0E0640B8A3B1200A24967 /* coremidi_midiport.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = coremidi_midiport.h; sourceTree = "<group>"; };
78                 69A0E0650B8A3B1200A24967 /* factory.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = factory.h; sourceTree = "<group>"; };
79                 69A0E0660B8A3B1200A24967 /* fd_midiport.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = fd_midiport.h; sourceTree = "<group>"; };
80                 69A0E0670B8A3B1200A24967 /* fifomidi.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = fifomidi.h; sourceTree = "<group>"; };
81                 69A0E0680B8A3B1200A24967 /* manager.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = manager.h; sourceTree = "<group>"; };
82                 69A0E0690B8A3B1200A24967 /* mmc.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = mmc.h; sourceTree = "<group>"; };
83                 69A0E06A0B8A3B1200A24967 /* nullmidi.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = nullmidi.h; sourceTree = "<group>"; };
84                 69A0E06B0B8A3B1200A24967 /* parser.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = parser.h; sourceTree = "<group>"; };
85                 69A0E06C0B8A3B1200A24967 /* port.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = port.h; sourceTree = "<group>"; };
86                 69A0E06D0B8A3B1200A24967 /* port_request.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = port_request.h; sourceTree = "<group>"; };
87                 69A0E06E0B8A3B1200A24967 /* types.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = types.h; sourceTree = "<group>"; };
88                 69A0E06F0B8A3B1200A24967 /* midi.cc */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; name = midi.cc; path = ../midi.cc; sourceTree = SOURCE_ROOT; };
89                 69A0E0700B8A3B1200A24967 /* midichannel.cc */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; name = midichannel.cc; path = ../midichannel.cc; sourceTree = SOURCE_ROOT; };
90                 69A0E0710B8A3B1200A24967 /* midifactory.cc */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; name = midifactory.cc; path = ../midifactory.cc; sourceTree = SOURCE_ROOT; };
91                 69A0E0720B8A3B1200A24967 /* midimanager.cc */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; name = midimanager.cc; path = ../midimanager.cc; sourceTree = SOURCE_ROOT; };
92                 69A0E0730B8A3B1200A24967 /* midiparser.cc */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; name = midiparser.cc; path = ../midiparser.cc; sourceTree = SOURCE_ROOT; };
93                 69A0E0740B8A3B1200A24967 /* midiport.cc */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; name = midiport.cc; path = ../midiport.cc; sourceTree = SOURCE_ROOT; };
94                 69A0E0760B8A3B1200A24967 /* mmc.cc */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; name = mmc.cc; path = ../mmc.cc; sourceTree = SOURCE_ROOT; };
95                 69A0E0780B8A3B1200A24967 /* mtc.cc */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; name = mtc.cc; path = ../mtc.cc; sourceTree = SOURCE_ROOT; };
96                 69A0E0790B8A3B1200A24967 /* port_request.cc */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; name = port_request.cc; path = ../port_request.cc; sourceTree = SOURCE_ROOT; };
97                 69A0E09C0B8A3B6300A24967 /* sigc.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = sigc.framework; path = /Library/Frameworks/sigc.framework; sourceTree = "<absolute>"; };
98                 69A0E0AF0B8A3BEF00A24967 /* CoreMIDI.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = CoreMIDI.framework; path = /System/Library/Frameworks/CoreMIDI.framework; sourceTree = "<absolute>"; };
99                 69A0E0B40B8A3C0B00A24967 /* CoreFoundation.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = CoreFoundation.framework; path = /System/Library/Frameworks/CoreFoundation.framework; sourceTree = "<absolute>"; };
100                 69A0E0B90B8A3C2000A24967 /* glibmm.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = glibmm.framework; path = /Library/Frameworks/glibmm.framework; sourceTree = "<absolute>"; };
101                 69C63C4A0B936ACF00BC0BCA /* version.cc */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = version.cc; sourceTree = "<group>"; };
102                 69C63C4B0B936ACF00BC0BCA /* version.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = version.h; sourceTree = "<group>"; };
103                 69D5F5FB0B8D55A000301E71 /* pbd.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; name = pbd.xcodeproj; path = ../../pbd/macosx/pbd.xcodeproj; sourceTree = SOURCE_ROOT; };
104                 8D07F2C70486CC7A007CD1D0 /* Info.plist */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist; path = Info.plist; sourceTree = "<group>"; };
105                 8D07F2C80486CC7A007CD1D0 /* midi++.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = "midi++.framework"; sourceTree = BUILT_PRODUCTS_DIR; };
106 /* End PBXFileReference section */
107
108 /* Begin PBXFrameworksBuildPhase section */
109                 8D07F2C30486CC7A007CD1D0 /* Frameworks */ = {
110                         isa = PBXFrameworksBuildPhase;
111                         buildActionMask = 2147483647;
112                         files = (
113                                 69D5F6010B8D55B100301E71 /* pbd.framework in Frameworks */,
114                                 69A0E09E0B8A3B6300A24967 /* sigc.framework in Frameworks */,
115                                 69A0E0B00B8A3BEF00A24967 /* CoreMIDI.framework in Frameworks */,
116                                 69A0E0B50B8A3C0B00A24967 /* CoreFoundation.framework in Frameworks */,
117                                 69A0E0BA0B8A3C2000A24967 /* glibmm.framework in Frameworks */,
118                                 696149880B97CED200ECBDF0 /* glib in Frameworks */,
119                                 696149890B97CED200ECBDF0 /* gmodule in Frameworks */,
120                                 6961498A0B97CED200ECBDF0 /* gobject in Frameworks */,
121                                 6961498B0B97CED200ECBDF0 /* gthread in Frameworks */,
122                         );
123                         runOnlyForDeploymentPostprocessing = 0;
124                 };
125 /* End PBXFrameworksBuildPhase section */
126
127 /* Begin PBXGroup section */
128                 034768DDFF38A45A11DB9C8B /* Products */ = {
129                         isa = PBXGroup;
130                         children = (
131                                 8D07F2C80486CC7A007CD1D0 /* midi++.framework */,
132                         );
133                         name = Products;
134                         sourceTree = "<group>";
135                 };
136                 0867D691FE84028FC02AAC07 /* midi++ */ = {
137                         isa = PBXGroup;
138                         children = (
139                                 69C63C4A0B936ACF00BC0BCA /* version.cc */,
140                                 69C63C4B0B936ACF00BC0BCA /* version.h */,
141                                 08FB77ACFE841707C02AAC07 /* Source */,
142                                 089C1665FE841158C02AAC07 /* Resources */,
143                                 0867D69AFE84028FC02AAC07 /* External Frameworks and Libraries */,
144                                 034768DDFF38A45A11DB9C8B /* Products */,
145                         );
146                         name = "midi++";
147                         sourceTree = "<group>";
148                 };
149                 0867D69AFE84028FC02AAC07 /* External Frameworks and Libraries */ = {
150                         isa = PBXGroup;
151                         children = (
152                                 696149840B97CED200ECBDF0 /* glib */,
153                                 696149850B97CED200ECBDF0 /* gmodule */,
154                                 696149860B97CED200ECBDF0 /* gobject */,
155                                 696149870B97CED200ECBDF0 /* gthread */,
156                                 69D5F5FB0B8D55A000301E71 /* pbd.xcodeproj */,
157                                 69A0E0B90B8A3C2000A24967 /* glibmm.framework */,
158                                 69A0E0B40B8A3C0B00A24967 /* CoreFoundation.framework */,
159                                 69A0E0AF0B8A3BEF00A24967 /* CoreMIDI.framework */,
160                                 69A0E09C0B8A3B6300A24967 /* sigc.framework */,
161                         );
162                         name = "External Frameworks and Libraries";
163                         sourceTree = "<group>";
164                 };
165                 089C1665FE841158C02AAC07 /* Resources */ = {
166                         isa = PBXGroup;
167                         children = (
168                                 8D07F2C70486CC7A007CD1D0 /* Info.plist */,
169                                 089C1666FE841158C02AAC07 /* InfoPlist.strings */,
170                         );
171                         name = Resources;
172                         sourceTree = "<group>";
173                 };
174                 08FB77ACFE841707C02AAC07 /* Source */ = {
175                         isa = PBXGroup;
176                         children = (
177                                 69A0E05C0B8A3B1200A24967 /* coremidi_midiport.cc */,
178                                 69A0E05D0B8A3B1200A24967 /* fd_midiport.cc */,
179                                 69A0E05E0B8A3B1200A24967 /* fifomidi.cc */,
180                                 69A0E05F0B8A3B1200A24967 /* midi++ */,
181                                 69A0E06F0B8A3B1200A24967 /* midi.cc */,
182                                 69A0E0700B8A3B1200A24967 /* midichannel.cc */,
183                                 69A0E0710B8A3B1200A24967 /* midifactory.cc */,
184                                 69A0E0720B8A3B1200A24967 /* midimanager.cc */,
185                                 69A0E0730B8A3B1200A24967 /* midiparser.cc */,
186                                 69A0E0740B8A3B1200A24967 /* midiport.cc */,
187                                 69A0E0760B8A3B1200A24967 /* mmc.cc */,
188                                 69A0E0780B8A3B1200A24967 /* mtc.cc */,
189                                 69A0E0790B8A3B1200A24967 /* port_request.cc */,
190                                 32BAE0B70371A74B00C91783 /* midi++_Prefix.pch */,
191                         );
192                         name = Source;
193                         sourceTree = "<group>";
194                 };
195                 69A0E05F0B8A3B1200A24967 /* midi++ */ = {
196                         isa = PBXGroup;
197                         children = (
198                                 69A0E0630B8A3B1200A24967 /* channel.h */,
199                                 69A0E0640B8A3B1200A24967 /* coremidi_midiport.h */,
200                                 69A0E0650B8A3B1200A24967 /* factory.h */,
201                                 69A0E0660B8A3B1200A24967 /* fd_midiport.h */,
202                                 69A0E0670B8A3B1200A24967 /* fifomidi.h */,
203                                 69A0E0680B8A3B1200A24967 /* manager.h */,
204                                 69A0E0690B8A3B1200A24967 /* mmc.h */,
205                                 69A0E06A0B8A3B1200A24967 /* nullmidi.h */,
206                                 69A0E06B0B8A3B1200A24967 /* parser.h */,
207                                 69A0E06C0B8A3B1200A24967 /* port.h */,
208                                 69A0E06D0B8A3B1200A24967 /* port_request.h */,
209                                 69A0E06E0B8A3B1200A24967 /* types.h */,
210                         );
211                         name = "midi++";
212                         path = "../midi++";
213                         sourceTree = SOURCE_ROOT;
214                 };
215                 69D5F5FC0B8D55A000301E71 /* Products */ = {
216                         isa = PBXGroup;
217                         children = (
218                                 69D5F6000B8D55A000301E71 /* pbd.framework */,
219                         );
220                         name = Products;
221                         sourceTree = "<group>";
222                 };
223 /* End PBXGroup section */
224
225 /* Begin PBXHeadersBuildPhase section */
226                 8D07F2BD0486CC7A007CD1D0 /* Headers */ = {
227                         isa = PBXHeadersBuildPhase;
228                         buildActionMask = 2147483647;
229                         files = (
230                                 69C63C4D0B936ACF00BC0BCA /* version.h in Headers */,
231                                 8D07F2BE0486CC7A007CD1D0 /* midi++_Prefix.pch in Headers */,
232                                 69A0E0800B8A3B1200A24967 /* channel.h in Headers */,
233                                 69A0E0810B8A3B1200A24967 /* coremidi_midiport.h in Headers */,
234                                 69A0E0820B8A3B1200A24967 /* factory.h in Headers */,
235                                 69A0E0830B8A3B1200A24967 /* fd_midiport.h in Headers */,
236                                 69A0E0840B8A3B1200A24967 /* fifomidi.h in Headers */,
237                                 69A0E0850B8A3B1200A24967 /* manager.h in Headers */,
238                                 69A0E0860B8A3B1200A24967 /* mmc.h in Headers */,
239                                 69A0E0870B8A3B1200A24967 /* nullmidi.h in Headers */,
240                                 69A0E0880B8A3B1200A24967 /* parser.h in Headers */,
241                                 69A0E0890B8A3B1200A24967 /* port.h in Headers */,
242                                 69A0E08A0B8A3B1200A24967 /* port_request.h in Headers */,
243                                 69A0E08B0B8A3B1200A24967 /* types.h in Headers */,
244                         );
245                         runOnlyForDeploymentPostprocessing = 0;
246                 };
247 /* End PBXHeadersBuildPhase section */
248
249 /* Begin PBXNativeTarget section */
250                 8D07F2BC0486CC7A007CD1D0 /* midi++ */ = {
251                         isa = PBXNativeTarget;
252                         buildConfigurationList = 4FADC24208B4156D00ABE55E /* Build configuration list for PBXNativeTarget "midi++" */;
253                         buildPhases = (
254                                 8D07F2BD0486CC7A007CD1D0 /* Headers */,
255                                 8D07F2BF0486CC7A007CD1D0 /* Resources */,
256                                 8D07F2C10486CC7A007CD1D0 /* Sources */,
257                                 8D07F2C30486CC7A007CD1D0 /* Frameworks */,
258                                 8D07F2C50486CC7A007CD1D0 /* Rez */,
259                         );
260                         buildRules = (
261                         );
262                         dependencies = (
263                                 69D5F6070B8D570800301E71 /* PBXTargetDependency */,
264                         );
265                         name = "midi++";
266                         productInstallPath = "$(HOME)/Library/Frameworks";
267                         productName = "midi++";
268                         productReference = 8D07F2C80486CC7A007CD1D0 /* midi++.framework */;
269                         productType = "com.apple.product-type.framework";
270                 };
271 /* End PBXNativeTarget section */
272
273 /* Begin PBXProject section */
274                 0867D690FE84028FC02AAC07 /* Project object */ = {
275                         isa = PBXProject;
276                         buildConfigurationList = 4FADC24608B4156D00ABE55E /* Build configuration list for PBXProject "midi++" */;
277                         hasScannedForEncodings = 1;
278                         mainGroup = 0867D691FE84028FC02AAC07 /* midi++ */;
279                         productRefGroup = 034768DDFF38A45A11DB9C8B /* Products */;
280                         projectDirPath = "";
281                         projectReferences = (
282                                 {
283                                         ProductGroup = 69D5F5FC0B8D55A000301E71 /* Products */;
284                                         ProjectRef = 69D5F5FB0B8D55A000301E71 /* pbd.xcodeproj */;
285                                 },
286                         );
287                         projectRoot = "";
288                         targets = (
289                                 8D07F2BC0486CC7A007CD1D0 /* midi++ */,
290                         );
291                 };
292 /* End PBXProject section */
293
294 /* Begin PBXReferenceProxy section */
295                 69D5F6000B8D55A000301E71 /* pbd.framework */ = {
296                         isa = PBXReferenceProxy;
297                         fileType = wrapper.framework;
298                         path = pbd.framework;
299                         remoteRef = 69D5F5FF0B8D55A000301E71 /* PBXContainerItemProxy */;
300                         sourceTree = BUILT_PRODUCTS_DIR;
301                 };
302 /* End PBXReferenceProxy section */
303
304 /* Begin PBXResourcesBuildPhase section */
305                 8D07F2BF0486CC7A007CD1D0 /* Resources */ = {
306                         isa = PBXResourcesBuildPhase;
307                         buildActionMask = 2147483647;
308                         files = (
309                                 8D07F2C00486CC7A007CD1D0 /* InfoPlist.strings in Resources */,
310                         );
311                         runOnlyForDeploymentPostprocessing = 0;
312                 };
313 /* End PBXResourcesBuildPhase section */
314
315 /* Begin PBXRezBuildPhase section */
316                 8D07F2C50486CC7A007CD1D0 /* Rez */ = {
317                         isa = PBXRezBuildPhase;
318                         buildActionMask = 2147483647;
319                         files = (
320                         );
321                         runOnlyForDeploymentPostprocessing = 0;
322                 };
323 /* End PBXRezBuildPhase section */
324
325 /* Begin PBXSourcesBuildPhase section */
326                 8D07F2C10486CC7A007CD1D0 /* Sources */ = {
327                         isa = PBXSourcesBuildPhase;
328                         buildActionMask = 2147483647;
329                         files = (
330                                 69C63C4C0B936ACF00BC0BCA /* version.cc in Sources */,
331                                 69A0E07A0B8A3B1200A24967 /* coremidi_midiport.cc in Sources */,
332                                 69A0E07B0B8A3B1200A24967 /* fd_midiport.cc in Sources */,
333                                 69A0E07C0B8A3B1200A24967 /* fifomidi.cc in Sources */,
334                                 69A0E08C0B8A3B1200A24967 /* midi.cc in Sources */,
335                                 69A0E08D0B8A3B1200A24967 /* midichannel.cc in Sources */,
336                                 69A0E08E0B8A3B1200A24967 /* midifactory.cc in Sources */,
337                                 69A0E08F0B8A3B1200A24967 /* midimanager.cc in Sources */,
338                                 69A0E0900B8A3B1200A24967 /* midiparser.cc in Sources */,
339                                 69A0E0910B8A3B1200A24967 /* midiport.cc in Sources */,
340                                 69A0E0930B8A3B1200A24967 /* mmc.cc in Sources */,
341                                 69A0E0950B8A3B1200A24967 /* mtc.cc in Sources */,
342                                 69A0E0960B8A3B1200A24967 /* port_request.cc in Sources */,
343                         );
344                         runOnlyForDeploymentPostprocessing = 0;
345                 };
346 /* End PBXSourcesBuildPhase section */
347
348 /* Begin PBXTargetDependency section */
349                 69D5F6070B8D570800301E71 /* PBXTargetDependency */ = {
350                         isa = PBXTargetDependency;
351                         name = pbd;
352                         targetProxy = 69D5F6060B8D570800301E71 /* PBXContainerItemProxy */;
353                 };
354 /* End PBXTargetDependency section */
355
356 /* Begin PBXVariantGroup section */
357                 089C1666FE841158C02AAC07 /* InfoPlist.strings */ = {
358                         isa = PBXVariantGroup;
359                         children = (
360                                 089C1667FE841158C02AAC07 /* English */,
361                         );
362                         name = InfoPlist.strings;
363                         sourceTree = "<group>";
364                 };
365 /* End PBXVariantGroup section */
366
367 /* Begin XCBuildConfiguration section */
368                 4FADC24408B4156D00ABE55E /* Release */ = {
369                         isa = XCBuildConfiguration;
370                         buildSettings = {
371                                 ARCHS = (
372                                         ppc,
373                                         i386,
374                                 );
375                                 DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
376                                 DYLIB_COMPATIBILITY_VERSION = 1;
377                                 DYLIB_CURRENT_VERSION = 1;
378                                 FRAMEWORK_VERSION = A;
379                                 GCC_GENERATE_DEBUGGING_SYMBOLS = NO;
380                                 GCC_MODEL_TUNING = G5;
381                                 GCC_PRECOMPILE_PREFIX_HEADER = YES;
382                                 GCC_PREFIX_HEADER = "midi++_Prefix.pch";
383                                 INFOPLIST_FILE = Info.plist;
384                                 INSTALL_PATH = "@executable_path/../Frameworks";
385                                 LIBRARY_SEARCH_PATHS = (
386                                         "$(inherited)",
387                                         "$(LIBRARY_SEARCH_PATHS_QUOTED_FOR_TARGET_1)",
388                                         "$(LIBRARY_SEARCH_PATHS_QUOTED_1)",
389                                 );
390                                 LIBRARY_SEARCH_PATHS_QUOTED_1 = "\"$(LOCAL_LIBRARY_DIR)/Frameworks/GLib.framework/Versions/2.12.3/Libraries\"";
391                                 LIBRARY_SEARCH_PATHS_QUOTED_FOR_TARGET_1 = "\"$(LOCAL_LIBRARY_DIR)/Frameworks/GLib.framework/Versions/2.12.3/Libraries\"";
392                                 LIBRARY_STYLE = DYNAMIC;
393                                 MACH_O_TYPE = mh_dylib;
394                                 PRODUCT_NAME = "midi++";
395                                 WRAPPER_EXTENSION = framework;
396                         };
397                         name = Release;
398                 };
399                 4FADC24808B4156D00ABE55E /* Release */ = {
400                         isa = XCBuildConfiguration;
401                         buildSettings = {
402                                 ALWAYS_SEARCH_USER_PATHS = NO;
403                                 ARCHS = (
404                                         "$(NATIVE_ARCH)",
405                                         ppc,
406                                 );
407                                 DEAD_CODE_STRIPPING = YES;
408                                 FRAMEWORK_SEARCH_PATHS = /opt/ardour/build;
409                                 GCC_FAST_OBJC_DISPATCH = NO;
410                                 GCC_GENERATE_DEBUGGING_SYMBOLS = NO;
411                                 GCC_MODEL_TUNING = G4;
412                                 GCC_WARN_ABOUT_RETURN_TYPE = YES;
413                                 GCC_WARN_UNUSED_VARIABLE = YES;
414                                 HEADER_SEARCH_PATHS = (
415                                         /Library/Frameworks/GLib.framework/Headers,
416                                         /Library/Frameworks/sigc.framework/Headers,
417                                 );
418                                 INSTALL_PATH = "@executable_path/../Frameworks";
419                                 PREBINDING = NO;
420                                 SDKROOT = /Developer/SDKs/MacOSX10.4u.sdk;
421                         };
422                         name = Release;
423                 };
424                 694E7C660B97AD230018D03D /* Debug */ = {
425                         isa = XCBuildConfiguration;
426                         buildSettings = {
427                                 ALWAYS_SEARCH_USER_PATHS = NO;
428                                 COPY_PHASE_STRIP = NO;
429                                 FRAMEWORK_SEARCH_PATHS = /opt/ardour/build;
430                                 GCC_ENABLE_FIX_AND_CONTINUE = YES;
431                                 GCC_FAST_OBJC_DISPATCH = NO;
432                                 GCC_OPTIMIZATION_LEVEL = 0;
433                                 GCC_WARN_ABOUT_RETURN_TYPE = YES;
434                                 GCC_WARN_UNUSED_VARIABLE = YES;
435                                 HEADER_SEARCH_PATHS = (
436                                         /Library/Frameworks/GLib.framework/Headers,
437                                         /Library/Frameworks/sigc.framework/Headers,
438                                 );
439                                 INSTALL_PATH = "@executable_path/../Frameworks";
440                                 PREBINDING = NO;
441                                 SDKROOT = /Developer/SDKs/MacOSX10.4u.sdk;
442                                 STRIP_INSTALLED_PRODUCT = NO;
443                         };
444                         name = Debug;
445                 };
446                 694E7C670B97AD230018D03D /* Debug */ = {
447                         isa = XCBuildConfiguration;
448                         buildSettings = {
449                                 ARCHS = i386;
450                                 DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
451                                 DYLIB_COMPATIBILITY_VERSION = 1;
452                                 DYLIB_CURRENT_VERSION = 1;
453                                 FRAMEWORK_VERSION = A;
454                                 GCC_GENERATE_DEBUGGING_SYMBOLS = NO;
455                                 GCC_MODEL_TUNING = G5;
456                                 GCC_PRECOMPILE_PREFIX_HEADER = YES;
457                                 GCC_PREFIX_HEADER = "midi++_Prefix.pch";
458                                 INFOPLIST_FILE = Info.plist;
459                                 INSTALL_PATH = "@executable_path/../Frameworks";
460                                 LIBRARY_SEARCH_PATHS = (
461                                         "$(inherited)",
462                                         "$(LIBRARY_SEARCH_PATHS_QUOTED_FOR_TARGET_1)",
463                                         "$(LIBRARY_SEARCH_PATHS_QUOTED_FOR_TARGET_2)",
464                                 );
465                                 LIBRARY_SEARCH_PATHS_QUOTED_FOR_TARGET_1 = "\"$(LOCAL_LIBRARY_DIR)/Frameworks/GLib.framework/Versions/2.12.3/Libraries\"";
466                                 LIBRARY_SEARCH_PATHS_QUOTED_FOR_TARGET_2 = "\"$(LOCAL_LIBRARY_DIR)/Frameworks/GLib.framework/Versions/2.12.3/Libraries\"";
467                                 LIBRARY_STYLE = DYNAMIC;
468                                 MACH_O_TYPE = mh_dylib;
469                                 PRODUCT_NAME = "midi++";
470                                 WRAPPER_EXTENSION = framework;
471                         };
472                         name = Debug;
473                 };
474 /* End XCBuildConfiguration section */
475
476 /* Begin XCConfigurationList section */
477                 4FADC24208B4156D00ABE55E /* Build configuration list for PBXNativeTarget "midi++" */ = {
478                         isa = XCConfigurationList;
479                         buildConfigurations = (
480                                 4FADC24408B4156D00ABE55E /* Release */,
481                                 694E7C670B97AD230018D03D /* Debug */,
482                         );
483                         defaultConfigurationIsVisible = 0;
484                         defaultConfigurationName = Release;
485                 };
486                 4FADC24608B4156D00ABE55E /* Build configuration list for PBXProject "midi++" */ = {
487                         isa = XCConfigurationList;
488                         buildConfigurations = (
489                                 4FADC24808B4156D00ABE55E /* Release */,
490                                 694E7C660B97AD230018D03D /* Debug */,
491                         );
492                         defaultConfigurationIsVisible = 0;
493                         defaultConfigurationName = Release;
494                 };
495 /* End XCConfigurationList section */
496         };
497         rootObject = 0867D690FE84028FC02AAC07 /* Project object */;
498 }