comparison modules-and-plug-ins/max-external/btrack~.xcodeproj/project.pbxproj @ 83:3b69082715ea

Merge branch 'release/1.0.2'
author Adam Stark <adamstark.uk@gmail.com>
date Tue, 25 Nov 2014 23:00:13 +0000
parents 866024f9f95a
children 2716b8d1b8ad
comparison
equal deleted inserted replaced
77:73855a26a0e0 83:3b69082715ea
1 // !$*UTF8*$!
2 {
3 archiveVersion = 1;
4 classes = {
5 };
6 objectVersion = 44;
7 objects = {
8
9 /* Begin PBXBuildFile section */
10 22CF119B0EE9A8250054F513 /* btrack~.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 22CF119A0EE9A8250054F513 /* btrack~.cpp */; };
11 22CF119E0EE9A82E0054F513 /* MaxAudioAPI.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 22CF119D0EE9A82E0054F513 /* MaxAudioAPI.framework */; };
12 E34F60F61A22A83400AD0770 /* BTrack.cpp in Sources */ = {isa = PBXBuildFile; fileRef = E34F60F21A22A83400AD0770 /* BTrack.cpp */; };
13 E34F60F71A22A83400AD0770 /* BTrack.h in Headers */ = {isa = PBXBuildFile; fileRef = E34F60F31A22A83400AD0770 /* BTrack.h */; };
14 E34F60F81A22A83400AD0770 /* OnsetDetectionFunction.cpp in Sources */ = {isa = PBXBuildFile; fileRef = E34F60F41A22A83400AD0770 /* OnsetDetectionFunction.cpp */; };
15 E34F60F91A22A83400AD0770 /* OnsetDetectionFunction.h in Headers */ = {isa = PBXBuildFile; fileRef = E34F60F51A22A83400AD0770 /* OnsetDetectionFunction.h */; };
16 /* End PBXBuildFile section */
17
18 /* Begin PBXFileReference section */
19 22CF10220EE984600054F513 /* maxmspsdk.xcconfig */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.xcconfig; path = maxmspsdk.xcconfig; sourceTree = SOURCE_ROOT; };
20 22CF119A0EE9A8250054F513 /* btrack~.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = "btrack~.cpp"; sourceTree = "<group>"; };
21 22CF119D0EE9A82E0054F513 /* MaxAudioAPI.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = MaxAudioAPI.framework; path = "../../../SDKs/MaxSDK-6.1.4/c74support/msp-includes/MaxAudioAPI.framework"; sourceTree = SOURCE_ROOT; };
22 2FBBEAE508F335360078DB84 /* btrack~.mxo */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = "btrack~.mxo"; sourceTree = BUILT_PRODUCTS_DIR; };
23 E34F60F21A22A83400AD0770 /* BTrack.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = BTrack.cpp; sourceTree = "<group>"; };
24 E34F60F31A22A83400AD0770 /* BTrack.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = BTrack.h; sourceTree = "<group>"; };
25 E34F60F41A22A83400AD0770 /* OnsetDetectionFunction.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = OnsetDetectionFunction.cpp; sourceTree = "<group>"; };
26 E34F60F51A22A83400AD0770 /* OnsetDetectionFunction.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = OnsetDetectionFunction.h; sourceTree = "<group>"; };
27 /* End PBXFileReference section */
28
29 /* Begin PBXFrameworksBuildPhase section */
30 2FBBEADC08F335360078DB84 /* Frameworks */ = {
31 isa = PBXFrameworksBuildPhase;
32 buildActionMask = 2147483647;
33 files = (
34 22CF119E0EE9A82E0054F513 /* MaxAudioAPI.framework in Frameworks */,
35 );
36 runOnlyForDeploymentPostprocessing = 0;
37 };
38 /* End PBXFrameworksBuildPhase section */
39
40 /* Begin PBXGroup section */
41 089C166AFE841209C02AAC07 /* iterator */ = {
42 isa = PBXGroup;
43 children = (
44 22CF10220EE984600054F513 /* maxmspsdk.xcconfig */,
45 22CF119A0EE9A8250054F513 /* btrack~.cpp */,
46 E34F60F11A22A83400AD0770 /* src */,
47 22CF119D0EE9A82E0054F513 /* MaxAudioAPI.framework */,
48 19C28FB4FE9D528D11CA2CBB /* Products */,
49 );
50 name = iterator;
51 sourceTree = "<group>";
52 };
53 19C28FB4FE9D528D11CA2CBB /* Products */ = {
54 isa = PBXGroup;
55 children = (
56 2FBBEAE508F335360078DB84 /* btrack~.mxo */,
57 );
58 name = Products;
59 sourceTree = "<group>";
60 };
61 E34F60F11A22A83400AD0770 /* src */ = {
62 isa = PBXGroup;
63 children = (
64 E34F60F21A22A83400AD0770 /* BTrack.cpp */,
65 E34F60F31A22A83400AD0770 /* BTrack.h */,
66 E34F60F41A22A83400AD0770 /* OnsetDetectionFunction.cpp */,
67 E34F60F51A22A83400AD0770 /* OnsetDetectionFunction.h */,
68 );
69 name = src;
70 path = ../../src;
71 sourceTree = "<group>";
72 };
73 /* End PBXGroup section */
74
75 /* Begin PBXHeadersBuildPhase section */
76 2FBBEAD708F335360078DB84 /* Headers */ = {
77 isa = PBXHeadersBuildPhase;
78 buildActionMask = 2147483647;
79 files = (
80 E34F60F91A22A83400AD0770 /* OnsetDetectionFunction.h in Headers */,
81 E34F60F71A22A83400AD0770 /* BTrack.h in Headers */,
82 );
83 runOnlyForDeploymentPostprocessing = 0;
84 };
85 /* End PBXHeadersBuildPhase section */
86
87 /* Begin PBXNativeTarget section */
88 2FBBEAD608F335360078DB84 /* max-external */ = {
89 isa = PBXNativeTarget;
90 buildConfigurationList = 2FBBEAE008F335360078DB84 /* Build configuration list for PBXNativeTarget "max-external" */;
91 buildPhases = (
92 2FBBEAD708F335360078DB84 /* Headers */,
93 2FBBEAD808F335360078DB84 /* Resources */,
94 2FBBEADA08F335360078DB84 /* Sources */,
95 2FBBEADC08F335360078DB84 /* Frameworks */,
96 2FBBEADF08F335360078DB84 /* Rez */,
97 );
98 buildRules = (
99 );
100 dependencies = (
101 );
102 name = "max-external";
103 productName = iterator;
104 productReference = 2FBBEAE508F335360078DB84 /* btrack~.mxo */;
105 productType = "com.apple.product-type.bundle";
106 };
107 /* End PBXNativeTarget section */
108
109 /* Begin PBXProject section */
110 089C1669FE841209C02AAC07 /* Project object */ = {
111 isa = PBXProject;
112 attributes = {
113 };
114 buildConfigurationList = 2FBBEACF08F335010078DB84 /* Build configuration list for PBXProject "btrack~" */;
115 compatibilityVersion = "Xcode 3.0";
116 developmentRegion = English;
117 hasScannedForEncodings = 1;
118 knownRegions = (
119 English,
120 Japanese,
121 French,
122 German,
123 );
124 mainGroup = 089C166AFE841209C02AAC07 /* iterator */;
125 projectDirPath = "";
126 projectRoot = "";
127 targets = (
128 2FBBEAD608F335360078DB84 /* max-external */,
129 );
130 };
131 /* End PBXProject section */
132
133 /* Begin PBXResourcesBuildPhase section */
134 2FBBEAD808F335360078DB84 /* Resources */ = {
135 isa = PBXResourcesBuildPhase;
136 buildActionMask = 2147483647;
137 files = (
138 );
139 runOnlyForDeploymentPostprocessing = 0;
140 };
141 /* End PBXResourcesBuildPhase section */
142
143 /* Begin PBXRezBuildPhase section */
144 2FBBEADF08F335360078DB84 /* Rez */ = {
145 isa = PBXRezBuildPhase;
146 buildActionMask = 2147483647;
147 files = (
148 );
149 runOnlyForDeploymentPostprocessing = 0;
150 };
151 /* End PBXRezBuildPhase section */
152
153 /* Begin PBXSourcesBuildPhase section */
154 2FBBEADA08F335360078DB84 /* Sources */ = {
155 isa = PBXSourcesBuildPhase;
156 buildActionMask = 2147483647;
157 files = (
158 E34F60F81A22A83400AD0770 /* OnsetDetectionFunction.cpp in Sources */,
159 E34F60F61A22A83400AD0770 /* BTrack.cpp in Sources */,
160 22CF119B0EE9A8250054F513 /* btrack~.cpp in Sources */,
161 );
162 runOnlyForDeploymentPostprocessing = 0;
163 };
164 /* End PBXSourcesBuildPhase section */
165
166 /* Begin XCBuildConfiguration section */
167 2FBBEAD008F335010078DB84 /* Development */ = {
168 isa = XCBuildConfiguration;
169 buildSettings = {
170 OTHER_LDFLAGS = (
171 "-lsamplerate",
172 "-lfftw3",
173 );
174 };
175 name = Development;
176 };
177 2FBBEAD108F335010078DB84 /* Deployment */ = {
178 isa = XCBuildConfiguration;
179 buildSettings = {
180 OTHER_LDFLAGS = (
181 "-lsamplerate",
182 "-lfftw3",
183 );
184 };
185 name = Deployment;
186 };
187 2FBBEAE108F335360078DB84 /* Development */ = {
188 isa = XCBuildConfiguration;
189 baseConfigurationReference = 22CF10220EE984600054F513 /* maxmspsdk.xcconfig */;
190 buildSettings = {
191 ARCHS = "$(ARCHS_STANDARD_32_BIT)";
192 COPY_PHASE_STRIP = NO;
193 FRAMEWORK_SEARCH_PATHS = (
194 "$(inherited)",
195 "\"$(C74SUPPORT)/msp-includes\"",
196 );
197 GCC_OPTIMIZATION_LEVEL = 0;
198 HEADER_SEARCH_PATHS = (
199 "\"$(C74SUPPORT)/max-includes\"",
200 "\"$(C74SUPPORT)/msp-includes\"",
201 "\"$(C74SUPPORT)/jit-includes\"",
202 /usr/local/include,
203 );
204 LIBRARY_SEARCH_PATHS = /usr/local/lib;
205 OTHER_LDFLAGS = (
206 "$(C74_SYM_LINKER_FLAGS)",
207 "-lfftw3",
208 "-lsamplerate",
209 );
210 PRODUCT_NAME = "btrack~";
211 };
212 name = Development;
213 };
214 2FBBEAE208F335360078DB84 /* Deployment */ = {
215 isa = XCBuildConfiguration;
216 baseConfigurationReference = 22CF10220EE984600054F513 /* maxmspsdk.xcconfig */;
217 buildSettings = {
218 ARCHS = "$(ARCHS_STANDARD_32_BIT)";
219 COPY_PHASE_STRIP = YES;
220 FRAMEWORK_SEARCH_PATHS = (
221 "$(inherited)",
222 "\"$(C74SUPPORT)/msp-includes\"",
223 );
224 HEADER_SEARCH_PATHS = (
225 "\"$(C74SUPPORT)/max-includes\"",
226 "\"$(C74SUPPORT)/msp-includes\"",
227 "\"$(C74SUPPORT)/jit-includes\"",
228 /usr/local/include,
229 );
230 LIBRARY_SEARCH_PATHS = /usr/local/lib;
231 OTHER_LDFLAGS = (
232 "$(C74_SYM_LINKER_FLAGS)",
233 "-lfftw3",
234 "-lsamplerate",
235 );
236 PRODUCT_NAME = "btrack~";
237 };
238 name = Deployment;
239 };
240 /* End XCBuildConfiguration section */
241
242 /* Begin XCConfigurationList section */
243 2FBBEACF08F335010078DB84 /* Build configuration list for PBXProject "btrack~" */ = {
244 isa = XCConfigurationList;
245 buildConfigurations = (
246 2FBBEAD008F335010078DB84 /* Development */,
247 2FBBEAD108F335010078DB84 /* Deployment */,
248 );
249 defaultConfigurationIsVisible = 0;
250 defaultConfigurationName = Development;
251 };
252 2FBBEAE008F335360078DB84 /* Build configuration list for PBXNativeTarget "max-external" */ = {
253 isa = XCConfigurationList;
254 buildConfigurations = (
255 2FBBEAE108F335360078DB84 /* Development */,
256 2FBBEAE208F335360078DB84 /* Deployment */,
257 );
258 defaultConfigurationIsVisible = 0;
259 defaultConfigurationName = Development;
260 };
261 /* End XCConfigurationList section */
262 };
263 rootObject = 089C1669FE841209C02AAC07 /* Project object */;
264 }