project.pbxproj
上传用户:tjmskj2
上传日期:2020-08-17
资源大小:577k
文件大小:17k
源码类别:

midi

开发平台:

C/C++

  1. // !$*UTF8*$!
  2. {
  3. archiveVersion = 1;
  4. classes = {
  5. };
  6. objectVersion = 42;
  7. objects = {
  8. /* Begin PBXBuildFile section */
  9. 3B1863D00B2DACF200083EB3 /* fluidmax_fakefuns.c in Sources */ = {isa = PBXBuildFile; fileRef = 3B1863CE0B2DACF200083EB3 /* fluidmax_fakefuns.c */; };
  10. 3B1863D10B2DACF200083EB3 /* fluidmax.c in Sources */ = {isa = PBXBuildFile; fileRef = 3B1863CF0B2DACF200083EB3 /* fluidmax.c */; };
  11. 3B1863E20B2DAD7800083EB3 /* fluid_chan.c in Sources */ = {isa = PBXBuildFile; fileRef = 3B1863D30B2DAD7800083EB3 /* fluid_chan.c */; };
  12. 3B1863E30B2DAD7800083EB3 /* fluid_chorus.c in Sources */ = {isa = PBXBuildFile; fileRef = 3B1863D40B2DAD7800083EB3 /* fluid_chorus.c */; };
  13. 3B1863E40B2DAD7800083EB3 /* fluid_conv.c in Sources */ = {isa = PBXBuildFile; fileRef = 3B1863D50B2DAD7800083EB3 /* fluid_conv.c */; };
  14. 3B1863E50B2DAD7800083EB3 /* fluid_defsfont.c in Sources */ = {isa = PBXBuildFile; fileRef = 3B1863D60B2DAD7800083EB3 /* fluid_defsfont.c */; };
  15. 3B1863E60B2DAD7800083EB3 /* fluid_gen.c in Sources */ = {isa = PBXBuildFile; fileRef = 3B1863D70B2DAD7800083EB3 /* fluid_gen.c */; };
  16. 3B1863E70B2DAD7800083EB3 /* fluid_hash.c in Sources */ = {isa = PBXBuildFile; fileRef = 3B1863D80B2DAD7800083EB3 /* fluid_hash.c */; };
  17. 3B1863E80B2DAD7800083EB3 /* fluid_list.c in Sources */ = {isa = PBXBuildFile; fileRef = 3B1863D90B2DAD7800083EB3 /* fluid_list.c */; };
  18. 3B1863E90B2DAD7800083EB3 /* fluid_mod.c in Sources */ = {isa = PBXBuildFile; fileRef = 3B1863DA0B2DAD7800083EB3 /* fluid_mod.c */; };
  19. 3B1863EA0B2DAD7800083EB3 /* fluid_ramsfont.c in Sources */ = {isa = PBXBuildFile; fileRef = 3B1863DB0B2DAD7800083EB3 /* fluid_ramsfont.c */; };
  20. 3B1863EB0B2DAD7800083EB3 /* fluid_rev.c in Sources */ = {isa = PBXBuildFile; fileRef = 3B1863DC0B2DAD7800083EB3 /* fluid_rev.c */; };
  21. 3B1863EC0B2DAD7800083EB3 /* fluid_settings.c in Sources */ = {isa = PBXBuildFile; fileRef = 3B1863DD0B2DAD7800083EB3 /* fluid_settings.c */; };
  22. 3B1863EE0B2DAD7800083EB3 /* fluid_synth.c in Sources */ = {isa = PBXBuildFile; fileRef = 3B1863DF0B2DAD7800083EB3 /* fluid_synth.c */; };
  23. 3B1863EF0B2DAD7800083EB3 /* fluid_tuning.c in Sources */ = {isa = PBXBuildFile; fileRef = 3B1863E00B2DAD7800083EB3 /* fluid_tuning.c */; };
  24. 3B1863F00B2DAD7800083EB3 /* fluid_voice.c in Sources */ = {isa = PBXBuildFile; fileRef = 3B1863E10B2DAD7800083EB3 /* fluid_voice.c */; };
  25. 3BC6778E0ADB9F2E0064088F /* MaxAPI.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 3BC6778C0ADB9F2E0064088F /* MaxAPI.framework */; };
  26. 3BC6778F0ADB9F2E0064088F /* MaxAudioAPI.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 3BC6778D0ADB9F2E0064088F /* MaxAudioAPI.framework */; };
  27. 5CA4036E0F1F689D0054E6B0 /* fluid_dsp_float.c in Sources */ = {isa = PBXBuildFile; fileRef = 5CA4036D0F1F689D0054E6B0 /* fluid_dsp_float.c */; };
  28. 8D01CCCE0486CAD60068D4B7 /* Carbon.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 08EA7FFBFE8413EDC02AAC07 /* Carbon.framework */; };
  29. /* End PBXBuildFile section */
  30. /* Begin PBXFileReference section */
  31. 08EA7FFBFE8413EDC02AAC07 /* Carbon.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Carbon.framework; path = /System/Library/Frameworks/Carbon.framework; sourceTree = "<absolute>"; };
  32. 3B1863CE0B2DACF200083EB3 /* fluidmax_fakefuns.c */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.c; name = fluidmax_fakefuns.c; path = bindings/fluidmax/fluidmax_fakefuns.c; sourceTree = "<group>"; };
  33. 3B1863CF0B2DACF200083EB3 /* fluidmax.c */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.c; name = fluidmax.c; path = bindings/fluidmax/fluidmax.c; sourceTree = "<group>"; };
  34. 3B1863D30B2DAD7800083EB3 /* fluid_chan.c */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.c; name = fluid_chan.c; path = ../../../../src/fluid_chan.c; sourceTree = SOURCE_ROOT; };
  35. 3B1863D40B2DAD7800083EB3 /* fluid_chorus.c */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.c; name = fluid_chorus.c; path = ../../../../src/fluid_chorus.c; sourceTree = SOURCE_ROOT; };
  36. 3B1863D50B2DAD7800083EB3 /* fluid_conv.c */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.c; name = fluid_conv.c; path = ../../../../src/fluid_conv.c; sourceTree = SOURCE_ROOT; };
  37. 3B1863D60B2DAD7800083EB3 /* fluid_defsfont.c */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.c; name = fluid_defsfont.c; path = ../../../../src/fluid_defsfont.c; sourceTree = SOURCE_ROOT; };
  38. 3B1863D70B2DAD7800083EB3 /* fluid_gen.c */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.c; name = fluid_gen.c; path = ../../../../src/fluid_gen.c; sourceTree = SOURCE_ROOT; };
  39. 3B1863D80B2DAD7800083EB3 /* fluid_hash.c */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.c; name = fluid_hash.c; path = ../../../../src/fluid_hash.c; sourceTree = SOURCE_ROOT; };
  40. 3B1863D90B2DAD7800083EB3 /* fluid_list.c */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.c; name = fluid_list.c; path = ../../../../src/fluid_list.c; sourceTree = SOURCE_ROOT; };
  41. 3B1863DA0B2DAD7800083EB3 /* fluid_mod.c */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.c; name = fluid_mod.c; path = ../../../../src/fluid_mod.c; sourceTree = SOURCE_ROOT; };
  42. 3B1863DB0B2DAD7800083EB3 /* fluid_ramsfont.c */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.c; name = fluid_ramsfont.c; path = ../../../../src/fluid_ramsfont.c; sourceTree = SOURCE_ROOT; };
  43. 3B1863DC0B2DAD7800083EB3 /* fluid_rev.c */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.c; name = fluid_rev.c; path = ../../../../src/fluid_rev.c; sourceTree = SOURCE_ROOT; };
  44. 3B1863DD0B2DAD7800083EB3 /* fluid_settings.c */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.c; name = fluid_settings.c; path = ../../../../src/fluid_settings.c; sourceTree = SOURCE_ROOT; };
  45. 3B1863DF0B2DAD7800083EB3 /* fluid_synth.c */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.c; name = fluid_synth.c; path = ../../../../src/fluid_synth.c; sourceTree = SOURCE_ROOT; };
  46. 3B1863E00B2DAD7800083EB3 /* fluid_tuning.c */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.c; name = fluid_tuning.c; path = ../../../../src/fluid_tuning.c; sourceTree = SOURCE_ROOT; };
  47. 3B1863E10B2DAD7800083EB3 /* fluid_voice.c */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.c; name = fluid_voice.c; path = ../../../../src/fluid_voice.c; sourceTree = SOURCE_ROOT; };
  48. 3BC6778C0ADB9F2E0064088F /* MaxAPI.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = MaxAPI.framework; path = /Library/Frameworks/MaxAPI.framework; sourceTree = "<absolute>"; };
  49. 3BC6778D0ADB9F2E0064088F /* MaxAudioAPI.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = MaxAudioAPI.framework; path = /Library/Frameworks/MaxAudioAPI.framework; sourceTree = "<absolute>"; };
  50. 5CA4036D0F1F689D0054E6B0 /* fluid_dsp_float.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = fluid_dsp_float.c; sourceTree = "<group>"; };
  51. 8D01CCD20486CAD60068D4B7 /* fluidsynth~.mxo */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = "fluidsynth~.mxo"; sourceTree = BUILT_PRODUCTS_DIR; };
  52. /* End PBXFileReference section */
  53. /* Begin PBXFrameworksBuildPhase section */
  54. 8D01CCCD0486CAD60068D4B7 /* Frameworks */ = {
  55. isa = PBXFrameworksBuildPhase;
  56. buildActionMask = 2147483647;
  57. files = (
  58. 8D01CCCE0486CAD60068D4B7 /* Carbon.framework in Frameworks */,
  59. 3BC6778E0ADB9F2E0064088F /* MaxAPI.framework in Frameworks */,
  60. 3BC6778F0ADB9F2E0064088F /* MaxAudioAPI.framework in Frameworks */,
  61. );
  62. runOnlyForDeploymentPostprocessing = 0;
  63. };
  64. /* End PBXFrameworksBuildPhase section */
  65. /* Begin PBXGroup section */
  66. 089C166AFE841209C02AAC07 /* yin */ = {
  67. isa = PBXGroup;
  68. children = (
  69. 08FB77ADFE841716C02AAC07 /* Sources */,
  70. 089C1671FE841209C02AAC07 /* Frameworks */,
  71. 19C28FB4FE9D528D11CA2CBB /* Products */,
  72. );
  73. name = yin;
  74. sourceTree = "<group>";
  75. };
  76. 089C1671FE841209C02AAC07 /* Frameworks */ = {
  77. isa = PBXGroup;
  78. children = (
  79. 3BC6778C0ADB9F2E0064088F /* MaxAPI.framework */,
  80. 3BC6778D0ADB9F2E0064088F /* MaxAudioAPI.framework */,
  81. 08EA7FFBFE8413EDC02AAC07 /* Carbon.framework */,
  82. );
  83. name = Frameworks;
  84. sourceTree = "<group>";
  85. };
  86. 08FB77ADFE841716C02AAC07 /* Sources */ = {
  87. isa = PBXGroup;
  88. children = (
  89. 3B1863D20B2DACFC00083EB3 /* fluidsynth */,
  90. 3B1863CE0B2DACF200083EB3 /* fluidmax_fakefuns.c */,
  91. 3B1863CF0B2DACF200083EB3 /* fluidmax.c */,
  92. );
  93. name = Sources;
  94. path = ../../../..;
  95. sourceTree = SOURCE_ROOT;
  96. };
  97. 19C28FB4FE9D528D11CA2CBB /* Products */ = {
  98. isa = PBXGroup;
  99. children = (
  100. 8D01CCD20486CAD60068D4B7 /* fluidsynth~.mxo */,
  101. );
  102. name = Products;
  103. sourceTree = "<group>";
  104. };
  105. 3B1863D20B2DACFC00083EB3 /* fluidsynth */ = {
  106. isa = PBXGroup;
  107. children = (
  108. 3B1863D30B2DAD7800083EB3 /* fluid_chan.c */,
  109. 3B1863D40B2DAD7800083EB3 /* fluid_chorus.c */,
  110. 3B1863D50B2DAD7800083EB3 /* fluid_conv.c */,
  111. 3B1863D60B2DAD7800083EB3 /* fluid_defsfont.c */,
  112. 3B1863D70B2DAD7800083EB3 /* fluid_gen.c */,
  113. 3B1863D80B2DAD7800083EB3 /* fluid_hash.c */,
  114. 3B1863D90B2DAD7800083EB3 /* fluid_list.c */,
  115. 3B1863DA0B2DAD7800083EB3 /* fluid_mod.c */,
  116. 3B1863DB0B2DAD7800083EB3 /* fluid_ramsfont.c */,
  117. 3B1863DC0B2DAD7800083EB3 /* fluid_rev.c */,
  118. 3B1863DD0B2DAD7800083EB3 /* fluid_settings.c */,
  119. 3B1863DF0B2DAD7800083EB3 /* fluid_synth.c */,
  120. 3B1863E00B2DAD7800083EB3 /* fluid_tuning.c */,
  121. 3B1863E10B2DAD7800083EB3 /* fluid_voice.c */,
  122. 5CA4036D0F1F689D0054E6B0 /* fluid_dsp_float.c */,
  123. );
  124. name = fluidsynth;
  125. path = src;
  126. sourceTree = "<group>";
  127. };
  128. /* End PBXGroup section */
  129. /* Begin PBXNativeTarget section */
  130. 8D01CCC60486CAD60068D4B7 /* fluidsynth~ */ = {
  131. isa = PBXNativeTarget;
  132. buildConfigurationList = 4FADC23308B4156C00ABE55E /* Build configuration list for PBXNativeTarget "fluidsynth~" */;
  133. buildPhases = (
  134. 8D01CCCB0486CAD60068D4B7 /* Sources */,
  135. 8D01CCCD0486CAD60068D4B7 /* Frameworks */,
  136. 3BC677940ADB9F6C0064088F /* ShellScript */,
  137. );
  138. buildRules = (
  139. );
  140. dependencies = (
  141. );
  142. name = "fluidsynth~";
  143. productInstallPath = "$(HOME)/Library/Bundles";
  144. productName = yin;
  145. productReference = 8D01CCD20486CAD60068D4B7 /* fluidsynth~.mxo */;
  146. productType = "com.apple.product-type.bundle";
  147. };
  148. /* End PBXNativeTarget section */
  149. /* Begin PBXProject section */
  150. 089C1669FE841209C02AAC07 /* Project object */ = {
  151. isa = PBXProject;
  152. buildConfigurationList = 4FADC23708B4156C00ABE55E /* Build configuration list for PBXProject "fluidmax" */;
  153. compatibilityVersion = "Xcode 2.4";
  154. hasScannedForEncodings = 1;
  155. mainGroup = 089C166AFE841209C02AAC07 /* yin */;
  156. projectDirPath = "";
  157. projectRoot = "";
  158. targets = (
  159. 8D01CCC60486CAD60068D4B7 /* fluidsynth~ */,
  160. );
  161. };
  162. /* End PBXProject section */
  163. /* Begin PBXShellScriptBuildPhase section */
  164. 3BC677940ADB9F6C0064088F /* ShellScript */ = {
  165. isa = PBXShellScriptBuildPhase;
  166. buildActionMask = 2147483647;
  167. files = (
  168. );
  169. inputPaths = (
  170. );
  171. outputPaths = (
  172. );
  173. runOnlyForDeploymentPostprocessing = 0;
  174. shellPath = /bin/sh;
  175. shellScript = "NAME=$WRAPPER_NAMEnDEST=$PROJECT_DIR/$EXTERNALS_DIRnORIG=$TARGET_BUILD_DIR/$NAMEnPROD=$DEST/$NAMEnn# set bundle bit for mxo's (on some installations, they show up as directories)n/Developer/Tools/SetFile -a B $ORIGnnif test -d "$PROD"; thenntrm -f -r "$PROD"nfincp -R $ORIG $DESTnn";
  176. };
  177. /* End PBXShellScriptBuildPhase section */
  178. /* Begin PBXSourcesBuildPhase section */
  179. 8D01CCCB0486CAD60068D4B7 /* Sources */ = {
  180. isa = PBXSourcesBuildPhase;
  181. buildActionMask = 2147483647;
  182. files = (
  183. 3B1863D00B2DACF200083EB3 /* fluidmax_fakefuns.c in Sources */,
  184. 3B1863D10B2DACF200083EB3 /* fluidmax.c in Sources */,
  185. 3B1863E20B2DAD7800083EB3 /* fluid_chan.c in Sources */,
  186. 3B1863E30B2DAD7800083EB3 /* fluid_chorus.c in Sources */,
  187. 3B1863E40B2DAD7800083EB3 /* fluid_conv.c in Sources */,
  188. 3B1863E50B2DAD7800083EB3 /* fluid_defsfont.c in Sources */,
  189. 3B1863E60B2DAD7800083EB3 /* fluid_gen.c in Sources */,
  190. 3B1863E70B2DAD7800083EB3 /* fluid_hash.c in Sources */,
  191. 3B1863E80B2DAD7800083EB3 /* fluid_list.c in Sources */,
  192. 3B1863E90B2DAD7800083EB3 /* fluid_mod.c in Sources */,
  193. 3B1863EA0B2DAD7800083EB3 /* fluid_ramsfont.c in Sources */,
  194. 3B1863EB0B2DAD7800083EB3 /* fluid_rev.c in Sources */,
  195. 3B1863EC0B2DAD7800083EB3 /* fluid_settings.c in Sources */,
  196. 3B1863EE0B2DAD7800083EB3 /* fluid_synth.c in Sources */,
  197. 3B1863EF0B2DAD7800083EB3 /* fluid_tuning.c in Sources */,
  198. 3B1863F00B2DAD7800083EB3 /* fluid_voice.c in Sources */,
  199. 5CA4036E0F1F689D0054E6B0 /* fluid_dsp_float.c in Sources */,
  200. );
  201. runOnlyForDeploymentPostprocessing = 0;
  202. };
  203. /* End PBXSourcesBuildPhase section */
  204. /* Begin XCBuildConfiguration section */
  205. 4FADC23408B4156C00ABE55E /* Debug */ = {
  206. isa = XCBuildConfiguration;
  207. buildSettings = {
  208. COPY_PHASE_STRIP = NO;
  209. FRAMEWORK_SEARCH_PATHS = (
  210. /System/Library/Frameworks,
  211. /Library/Frameworks,
  212. );
  213. GCC_DYNAMIC_NO_PIC = NO;
  214. GCC_ENABLE_FIX_AND_CONTINUE = YES;
  215. GCC_MODEL_TUNING = G5;
  216. GCC_OPTIMIZATION_LEVEL = 0;
  217. GCC_PRECOMPILE_PREFIX_HEADER = YES;
  218. GCC_PREFIX_HEADER = "/Library/Frameworks/MaxAPI.framework/Versions/A/Headers/macho-prefix.h";
  219. GCC_PREPROCESSOR_DEFINITIONS = FLUIDMAX;
  220. HEADER_SEARCH_PATHS = (
  221. ../..,
  222. ../../../../src,
  223. ../../../../include/,
  224. /Library/Frameworks/MaxAPI.framework/Versions/A/Headers,
  225. /Library/Frameworks/MaxAudioAPI.framework/Versions/A/Headers,
  226. );
  227. INFOPLIST_FILE = maxternal.plist;
  228. INSTALL_PATH = "$(HOME)/Library/Bundles";
  229. PRODUCT_NAME = "fluidsynth~";
  230. WRAPPER_EXTENSION = mxo;
  231. };
  232. name = Debug;
  233. };
  234. 4FADC23508B4156C00ABE55E /* Release */ = {
  235. isa = XCBuildConfiguration;
  236. buildSettings = {
  237. ARCHS = (
  238. ppc,
  239. i386,
  240. );
  241. FRAMEWORK_SEARCH_PATHS = (
  242. /System/Library/Frameworks,
  243. /Library/Frameworks,
  244. );
  245. GCC_GENERATE_DEBUGGING_SYMBOLS = NO;
  246. GCC_MODEL_TUNING = G5;
  247. GCC_PRECOMPILE_PREFIX_HEADER = YES;
  248. GCC_PREFIX_HEADER = "/Library/Frameworks/MaxAPI.framework/Versions/A/Headers/macho-prefix.h";
  249. GCC_PREPROCESSOR_DEFINITIONS = FLUIDMAX;
  250. HEADER_SEARCH_PATHS = (
  251. ../..,
  252. ../../../../src,
  253. ../../../../include/,
  254. /Library/Frameworks/MaxAPI.framework/Versions/A/Headers,
  255. /Library/Frameworks/MaxAudioAPI.framework/Versions/A/Headers,
  256. );
  257. INFOPLIST_FILE = maxternal.plist;
  258. INSTALL_PATH = "$(HOME)/Library/Bundles";
  259. PRODUCT_NAME = "fluidsynth~";
  260. WRAPPER_EXTENSION = mxo;
  261. };
  262. name = Release;
  263. };
  264. 4FADC23808B4156C00ABE55E /* Debug */ = {
  265. isa = XCBuildConfiguration;
  266. buildSettings = {
  267. EXTERNALS_DIR = ../..;
  268. FRAMEWORK_SEARCH_PATHS = (
  269. /System/Library/Frameworks,
  270. /Library/Frameworks,
  271. );
  272. GCC_PREPROCESSOR_DEFINITIONS = (
  273. HAVE_STRING_H,
  274. HAVE_STDLIB_H,
  275. HAVE_STDIO_H,
  276. HAVE_MATH_H,
  277. HAVE_STDARG_H,
  278. WORDS_BIGENDIAN,
  279. );
  280. GCC_WARN_ABOUT_RETURN_TYPE = YES;
  281. GCC_WARN_UNUSED_VARIABLE = YES;
  282. PREBINDING = NO;
  283. SDKROOT = /Developer/SDKs/MacOSX10.4u.sdk;
  284. };
  285. name = Debug;
  286. };
  287. 4FADC23908B4156C00ABE55E /* Release */ = {
  288. isa = XCBuildConfiguration;
  289. buildSettings = {
  290. ARCHS = (
  291. ppc,
  292. i386,
  293. );
  294. EXTERNALS_DIR = ../..;
  295. FRAMEWORK_SEARCH_PATHS = (
  296. /System/Library/Frameworks,
  297. /Library/Frameworks,
  298. );
  299. GCC_WARN_ABOUT_RETURN_TYPE = YES;
  300. GCC_WARN_UNUSED_VARIABLE = YES;
  301. PREBINDING = NO;
  302. SDKROOT = /Developer/SDKs/MacOSX10.4u.sdk;
  303. };
  304. name = Release;
  305. };
  306. /* End XCBuildConfiguration section */
  307. /* Begin XCConfigurationList section */
  308. 4FADC23308B4156C00ABE55E /* Build configuration list for PBXNativeTarget "fluidsynth~" */ = {
  309. isa = XCConfigurationList;
  310. buildConfigurations = (
  311. 4FADC23408B4156C00ABE55E /* Debug */,
  312. 4FADC23508B4156C00ABE55E /* Release */,
  313. );
  314. defaultConfigurationIsVisible = 0;
  315. defaultConfigurationName = Release;
  316. };
  317. 4FADC23708B4156C00ABE55E /* Build configuration list for PBXProject "fluidmax" */ = {
  318. isa = XCConfigurationList;
  319. buildConfigurations = (
  320. 4FADC23808B4156C00ABE55E /* Debug */,
  321. 4FADC23908B4156C00ABE55E /* Release */,
  322. );
  323. defaultConfigurationIsVisible = 0;
  324. defaultConfigurationName = Release;
  325. };
  326. /* End XCConfigurationList section */
  327. };
  328. rootObject = 089C1669FE841209C02AAC07 /* Project object */;
  329. }