root/lang/cplusplus/dokodemo_yubipiano/PlaySoftMIDI.xcodeproj/project.pbxproj

Revision 8316, 10.0 kB (checked in by mootoh, 10 months ago)

lang/cplusplus/dokodemo_yubipiano: hacked DokodemoYubiPiano? to make it MIDI keyboard.

Line 
1// !$*UTF8*$!
2{
3        archiveVersion = 1;
4        classes = {
5        };
6        objectVersion = 42;
7        objects = {
8
9/* Begin PBXBuildFile section */
10                3EB3AE45079D59B20046E3F3 /* main.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 08FB7796FE84155DC02AAC07 /* main.cpp */; settings = {ATTRIBUTES = (); }; };
11                3EB3AE47079D59B20046E3F3 /* AudioUnit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = A9707D92049C008800000102 /* AudioUnit.framework */; };
12                3EB3AE48079D59B20046E3F3 /* AudioToolbox.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = A9707DA8049C09FE00000102 /* AudioToolbox.framework */; };
13                3EB3AE49079D59B20046E3F3 /* CoreServices.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = A9707DA9049C09FE00000102 /* CoreServices.framework */; };
14                86E680AD0D925A76005808AB /* filter.h in Headers */ = {isa = PBXBuildFile; fileRef = 86E680AB0D925A76005808AB /* filter.h */; };
15                86E680B20D925B64005808AB /* filter.cc in Sources */ = {isa = PBXBuildFile; fileRef = 86E680AC0D925A76005808AB /* filter.cc */; };
16/* End PBXBuildFile section */
17
18/* Begin PBXCopyFilesBuildPhase section */
19                3EB3AE4B079D59B20046E3F3 /* CopyFiles */ = {
20                        isa = PBXCopyFilesBuildPhase;
21                        buildActionMask = 8;
22                        dstPath = /usr/share/man/man1/;
23                        dstSubfolderSpec = 0;
24                        files = (
25                        );
26                        runOnlyForDeploymentPostprocessing = 1;
27                };
28/* End PBXCopyFilesBuildPhase section */
29
30/* Begin PBXFileReference section */
31                08FB7796FE84155DC02AAC07 /* main.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = main.cpp; sourceTree = "<group>"; };
32                3EB3AE4C079D59B20046E3F3 /* PlaySoftMIDI */ = {isa = PBXFileReference; explicitFileType = "compiled.mach-o.executable"; includeInIndex = 0; path = PlaySoftMIDI; sourceTree = BUILT_PRODUCTS_DIR; };
33                86E680AB0D925A76005808AB /* filter.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = filter.h; sourceTree = "<group>"; };
34                86E680AC0D925A76005808AB /* filter.cc */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = filter.cc; sourceTree = "<group>"; };
35                A9707D92049C008800000102 /* AudioUnit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = AudioUnit.framework; path = /System/Library/Frameworks/AudioUnit.framework; sourceTree = "<absolute>"; };
36                A9707DA8049C09FE00000102 /* AudioToolbox.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = AudioToolbox.framework; path = /System/Library/Frameworks/AudioToolbox.framework; sourceTree = "<absolute>"; };
37                A9707DA9049C09FE00000102 /* CoreServices.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = CoreServices.framework; path = /System/Library/Frameworks/CoreServices.framework; sourceTree = "<absolute>"; };
38/* End PBXFileReference section */
39
40/* Begin PBXFrameworksBuildPhase section */
41                3EB3AE46079D59B20046E3F3 /* Frameworks */ = {
42                        isa = PBXFrameworksBuildPhase;
43                        buildActionMask = 2147483647;
44                        files = (
45                                3EB3AE47079D59B20046E3F3 /* AudioUnit.framework in Frameworks */,
46                                3EB3AE48079D59B20046E3F3 /* AudioToolbox.framework in Frameworks */,
47                                3EB3AE49079D59B20046E3F3 /* CoreServices.framework in Frameworks */,
48                        );
49                        runOnlyForDeploymentPostprocessing = 0;
50                };
51/* End PBXFrameworksBuildPhase section */
52
53/* Begin PBXGroup section */
54                0249A662FF388D9811CA2CEA /* External Frameworks and Libraries */ = {
55                        isa = PBXGroup;
56                        children = (
57                                A9707D92049C008800000102 /* AudioUnit.framework */,
58                                A9707DA8049C09FE00000102 /* AudioToolbox.framework */,
59                                A9707DA9049C09FE00000102 /* CoreServices.framework */,
60                        );
61                        name = "External Frameworks and Libraries";
62                        sourceTree = "<group>";
63                };
64                08FB7794FE84155DC02AAC07 /* PlaySoftMIDI */ = {
65                        isa = PBXGroup;
66                        children = (
67                                86E680AB0D925A76005808AB /* filter.h */,
68                                86E680AC0D925A76005808AB /* filter.cc */,
69                                08FB7795FE84155DC02AAC07 /* Source */,
70                                0249A662FF388D9811CA2CEA /* External Frameworks and Libraries */,
71                                1AB674ADFE9D54B511CA2CBB /* Products */,
72                        );
73                        name = PlaySoftMIDI;
74                        sourceTree = "<group>";
75                };
76                08FB7795FE84155DC02AAC07 /* Source */ = {
77                        isa = PBXGroup;
78                        children = (
79                                08FB7796FE84155DC02AAC07 /* main.cpp */,
80                        );
81                        name = Source;
82                        sourceTree = "<group>";
83                };
84                1AB674ADFE9D54B511CA2CBB /* Products */ = {
85                        isa = PBXGroup;
86                        children = (
87                                3EB3AE4C079D59B20046E3F3 /* PlaySoftMIDI */,
88                        );
89                        name = Products;
90                        sourceTree = "<group>";
91                };
92/* End PBXGroup section */
93
94/* Begin PBXHeadersBuildPhase section */
95                3EB3AE43079D59B20046E3F3 /* Headers */ = {
96                        isa = PBXHeadersBuildPhase;
97                        buildActionMask = 2147483647;
98                        files = (
99                                86E680AD0D925A76005808AB /* filter.h in Headers */,
100                        );
101                        runOnlyForDeploymentPostprocessing = 0;
102                };
103/* End PBXHeadersBuildPhase section */
104
105/* Begin PBXNativeTarget section */
106                3EB3AE42079D59B20046E3F3 /* PlaySoftMIDI */ = {
107                        isa = PBXNativeTarget;
108                        buildConfigurationList = A9E8847E0874AB4F00B2DFE8 /* Build configuration list for PBXNativeTarget "PlaySoftMIDI" */;
109                        buildPhases = (
110                                3EB3AE43079D59B20046E3F3 /* Headers */,
111                                3EB3AE44079D59B20046E3F3 /* Sources */,
112                                3EB3AE46079D59B20046E3F3 /* Frameworks */,
113                                3EB3AE4A079D59B20046E3F3 /* Rez */,
114                                3EB3AE4B079D59B20046E3F3 /* CopyFiles */,
115                        );
116                        buildRules = (
117                        );
118                        dependencies = (
119                        );
120                        name = PlaySoftMIDI;
121                        productInstallPath = "$(HOME)/bin";
122                        productName = PlaySoftMIDI;
123                        productReference = 3EB3AE4C079D59B20046E3F3 /* PlaySoftMIDI */;
124                        productType = "com.apple.product-type.tool";
125                };
126/* End PBXNativeTarget section */
127
128/* Begin PBXProject section */
129                08FB7793FE84155DC02AAC07 /* Project object */ = {
130                        isa = PBXProject;
131                        buildConfigurationList = A9E884820874AB4F00B2DFE8 /* Build configuration list for PBXProject "PlaySoftMIDI" */;
132                        compatibilityVersion = "Xcode 2.4";
133                        hasScannedForEncodings = 1;
134                        mainGroup = 08FB7794FE84155DC02AAC07 /* PlaySoftMIDI */;
135                        projectDirPath = "";
136                        projectRoot = "";
137                        targets = (
138                                3EB3AE42079D59B20046E3F3 /* PlaySoftMIDI */,
139                        );
140                };
141/* End PBXProject section */
142
143/* Begin PBXRezBuildPhase section */
144                3EB3AE4A079D59B20046E3F3 /* Rez */ = {
145                        isa = PBXRezBuildPhase;
146                        buildActionMask = 2147483647;
147                        files = (
148                        );
149                        runOnlyForDeploymentPostprocessing = 0;
150                };
151/* End PBXRezBuildPhase section */
152
153/* Begin PBXSourcesBuildPhase section */
154                3EB3AE44079D59B20046E3F3 /* Sources */ = {
155                        isa = PBXSourcesBuildPhase;
156                        buildActionMask = 2147483647;
157                        files = (
158                                3EB3AE45079D59B20046E3F3 /* main.cpp in Sources */,
159                                86E680B20D925B64005808AB /* filter.cc in Sources */,
160                        );
161                        runOnlyForDeploymentPostprocessing = 0;
162                };
163/* End PBXSourcesBuildPhase section */
164
165/* Begin XCBuildConfiguration section */
166                A9E8847F0874AB4F00B2DFE8 /* Development */ = {
167                        isa = XCBuildConfiguration;
168                        buildSettings = {
169                                FRAMEWORK_SEARCH_PATHS = (
170                                        "$(inherited)",
171                                        "$(FRAMEWORK_SEARCH_PATHS_QUOTED_FOR_TARGET_1)",
172                                );
173                                FRAMEWORK_SEARCH_PATHS_QUOTED_FOR_TARGET_1 = "\"$(SRCROOT)/../../../Library/Frameworks\"";
174                                GCC_OPTIMIZATION_LEVEL = 0;
175                                INSTALL_PATH = "$(HOME)/bin";
176                                OPTIMIZATION_CFLAGS = "-O0";
177                                PRODUCT_NAME = PlaySoftMIDI;
178                                REZ_EXECUTABLE = YES;
179                                WARNING_CFLAGS = (
180                                        "-Wmost",
181                                        "-Wno-four-char-constants",
182                                        "-Wno-unknown-pragmas",
183                                );
184                        };
185                        name = Development;
186                };
187                A9E884800874AB4F00B2DFE8 /* Deployment */ = {
188                        isa = XCBuildConfiguration;
189                        buildSettings = {
190                                FRAMEWORK_SEARCH_PATHS = (
191                                        "$(inherited)",
192                                        "$(FRAMEWORK_SEARCH_PATHS_QUOTED_FOR_TARGET_1)",
193                                );
194                                FRAMEWORK_SEARCH_PATHS_QUOTED_FOR_TARGET_1 = "\"$(SRCROOT)/../../../Library/Frameworks\"";
195                                INSTALL_PATH = "$(HOME)/bin";
196                                PRODUCT_NAME = PlaySoftMIDI;
197                                REZ_EXECUTABLE = YES;
198                                WARNING_CFLAGS = (
199                                        "-Wmost",
200                                        "-Wno-four-char-constants",
201                                        "-Wno-unknown-pragmas",
202                                );
203                        };
204                        name = Deployment;
205                };
206                A9E884810874AB4F00B2DFE8 /* Default */ = {
207                        isa = XCBuildConfiguration;
208                        buildSettings = {
209                                FRAMEWORK_SEARCH_PATHS = (
210                                        "$(inherited)",
211                                        "$(FRAMEWORK_SEARCH_PATHS_QUOTED_FOR_TARGET_1)",
212                                );
213                                FRAMEWORK_SEARCH_PATHS_QUOTED_FOR_TARGET_1 = "\"$(SRCROOT)/../../../Library/Frameworks\"";
214                                INSTALL_PATH = "$(HOME)/bin";
215                                PRODUCT_NAME = PlaySoftMIDI;
216                                REZ_EXECUTABLE = YES;
217                                WARNING_CFLAGS = (
218                                        "-Wmost",
219                                        "-Wno-four-char-constants",
220                                        "-Wno-unknown-pragmas",
221                                );
222                        };
223                        name = Default;
224                };
225                A9E884830874AB4F00B2DFE8 /* Development */ = {
226                        isa = XCBuildConfiguration;
227                        buildSettings = {
228                                LIBRARY_SEARCH_PATHS = "/Users/moto/prj/coderepos/lang/cplusplus/gainer++";
229                                MACOSX_DEPLOYMENT_TARGET = 10.5;
230                                OTHER_LDFLAGS = "-lgainer";
231                                SDKROOT = /Developer/SDKs/MacOSX10.5.sdk;
232                                USER_HEADER_SEARCH_PATHS = "/Users/moto/prj/coderepos/lang/cplusplus/gainer++";
233                        };
234                        name = Development;
235                };
236                A9E884840874AB4F00B2DFE8 /* Deployment */ = {
237                        isa = XCBuildConfiguration;
238                        buildSettings = {
239                                MACOSX_DEPLOYMENT_TARGET = 10.5;
240                                SDKROOT = /Developer/SDKs/MacOSX10.5.sdk;
241                        };
242                        name = Deployment;
243                };
244                A9E884850874AB4F00B2DFE8 /* Default */ = {
245                        isa = XCBuildConfiguration;
246                        buildSettings = {
247                                MACOSX_DEPLOYMENT_TARGET = 10.5;
248                                SDKROOT = /Developer/SDKs/MacOSX10.5.sdk;
249                        };
250                        name = Default;
251                };
252/* End XCBuildConfiguration section */
253
254/* Begin XCConfigurationList section */
255                A9E8847E0874AB4F00B2DFE8 /* Build configuration list for PBXNativeTarget "PlaySoftMIDI" */ = {
256                        isa = XCConfigurationList;
257                        buildConfigurations = (
258                                A9E8847F0874AB4F00B2DFE8 /* Development */,
259                                A9E884800874AB4F00B2DFE8 /* Deployment */,
260                                A9E884810874AB4F00B2DFE8 /* Default */,
261                        );
262                        defaultConfigurationIsVisible = 0;
263                        defaultConfigurationName = Default;
264                };
265                A9E884820874AB4F00B2DFE8 /* Build configuration list for PBXProject "PlaySoftMIDI" */ = {
266                        isa = XCConfigurationList;
267                        buildConfigurations = (
268                                A9E884830874AB4F00B2DFE8 /* Development */,
269                                A9E884840874AB4F00B2DFE8 /* Deployment */,
270                                A9E884850874AB4F00B2DFE8 /* Default */,
271                        );
272                        defaultConfigurationIsVisible = 0;
273                        defaultConfigurationName = Default;
274                };
275/* End XCConfigurationList section */
276        };
277        rootObject = 08FB7793FE84155DC02AAC07 /* Project object */;
278}
Note: See TracBrowser for help on using the browser.