The JUCE cross-platform C++ framework, with DISTRHO/KXStudio specific changes
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

232 lines
9.8KB

  1. // !$*UTF8*$!
  2. {
  3. archiveVersion = 1;
  4. classes = {
  5. };
  6. objectVersion = 45;
  7. objects = {
  8. /* Begin PBXBuildFile section */
  9. 8417E77B0F55D0DD00C91867 /* BinaryBuilder.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8417E77A0F55D0DD00C91867 /* BinaryBuilder.cpp */; };
  10. 844B0AA40F52DCA000B2F1FD /* ApplicationServices.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 844B0AA00F52DCA000B2F1FD /* ApplicationServices.framework */; };
  11. 844B0AA50F52DCA000B2F1FD /* Cocoa.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 844B0AA10F52DCA000B2F1FD /* Cocoa.framework */; };
  12. 844B0AA60F52DCA000B2F1FD /* CoreFoundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 844B0AA20F52DCA000B2F1FD /* CoreFoundation.framework */; };
  13. 844B0AA70F52DCA000B2F1FD /* CoreServices.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 844B0AA30F52DCA000B2F1FD /* CoreServices.framework */; };
  14. 844B0AB30F52DCCD00B2F1FD /* juce_LibrarySource.mm in Sources */ = {isa = PBXBuildFile; fileRef = 844B0AB20F52DCCD00B2F1FD /* juce_LibrarySource.mm */; };
  15. 844B0AC30F52DEB900B2F1FD /* IOKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 844B0AC20F52DEB900B2F1FD /* IOKit.framework */; };
  16. 844B0ACC0F52DECD00B2F1FD /* CoreAudio.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 844B0ACB0F52DECD00B2F1FD /* CoreAudio.framework */; };
  17. /* End PBXBuildFile section */
  18. /* Begin PBXCopyFilesBuildPhase section */
  19. 8DD76FAF0486AB0100D96B5E /* 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. /* Begin PBXFileReference section */
  30. 8417E77A0F55D0DD00C91867 /* BinaryBuilder.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = BinaryBuilder.cpp; path = ../BinaryBuilder.cpp; sourceTree = SOURCE_ROOT; };
  31. 844B0A950F52DC4200B2F1FD /* juce_AppConfig.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = juce_AppConfig.h; path = ../juce_AppConfig.h; sourceTree = SOURCE_ROOT; };
  32. 844B0AA00F52DCA000B2F1FD /* ApplicationServices.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = ApplicationServices.framework; path = /System/Library/Frameworks/ApplicationServices.framework; sourceTree = "<absolute>"; };
  33. 844B0AA10F52DCA000B2F1FD /* Cocoa.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Cocoa.framework; path = /System/Library/Frameworks/Cocoa.framework; sourceTree = "<absolute>"; };
  34. 844B0AA20F52DCA000B2F1FD /* CoreFoundation.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = CoreFoundation.framework; path = /System/Library/Frameworks/CoreFoundation.framework; sourceTree = "<absolute>"; };
  35. 844B0AA30F52DCA000B2F1FD /* CoreServices.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = CoreServices.framework; path = /System/Library/Frameworks/CoreServices.framework; sourceTree = "<absolute>"; };
  36. 844B0AB20F52DCCD00B2F1FD /* juce_LibrarySource.mm */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.objcpp; name = juce_LibrarySource.mm; path = ../juce_LibrarySource.mm; sourceTree = SOURCE_ROOT; };
  37. 844B0AC20F52DEB900B2F1FD /* IOKit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = IOKit.framework; path = /System/Library/Frameworks/IOKit.framework; sourceTree = "<absolute>"; };
  38. 844B0ACB0F52DECD00B2F1FD /* CoreAudio.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = CoreAudio.framework; path = /System/Library/Frameworks/CoreAudio.framework; sourceTree = "<absolute>"; };
  39. 8DD76FB20486AB0100D96B5E /* binarybuilder */ = {isa = PBXFileReference; explicitFileType = "compiled.mach-o.executable"; includeInIndex = 0; path = binarybuilder; sourceTree = BUILT_PRODUCTS_DIR; };
  40. /* End PBXFileReference section */
  41. /* Begin PBXFrameworksBuildPhase section */
  42. 8DD76FAD0486AB0100D96B5E /* Frameworks */ = {
  43. isa = PBXFrameworksBuildPhase;
  44. buildActionMask = 2147483647;
  45. files = (
  46. 844B0AA40F52DCA000B2F1FD /* ApplicationServices.framework in Frameworks */,
  47. 844B0AA50F52DCA000B2F1FD /* Cocoa.framework in Frameworks */,
  48. 844B0AA60F52DCA000B2F1FD /* CoreFoundation.framework in Frameworks */,
  49. 844B0AA70F52DCA000B2F1FD /* CoreServices.framework in Frameworks */,
  50. 844B0AC30F52DEB900B2F1FD /* IOKit.framework in Frameworks */,
  51. 844B0ACC0F52DECD00B2F1FD /* CoreAudio.framework in Frameworks */,
  52. );
  53. runOnlyForDeploymentPostprocessing = 0;
  54. };
  55. /* End PBXFrameworksBuildPhase section */
  56. /* Begin PBXGroup section */
  57. 08FB7794FE84155DC02AAC07 /* Amalgamator */ = {
  58. isa = PBXGroup;
  59. children = (
  60. 08FB7795FE84155DC02AAC07 /* Source */,
  61. 1AB674ADFE9D54B511CA2CBB /* Products */,
  62. 844B0A9F0F52DC7400B2F1FD /* Frameworks */,
  63. );
  64. name = Amalgamator;
  65. sourceTree = "<group>";
  66. };
  67. 08FB7795FE84155DC02AAC07 /* Source */ = {
  68. isa = PBXGroup;
  69. children = (
  70. 8417E77A0F55D0DD00C91867 /* BinaryBuilder.cpp */,
  71. 844B0AB20F52DCCD00B2F1FD /* juce_LibrarySource.mm */,
  72. 844B0A950F52DC4200B2F1FD /* juce_AppConfig.h */,
  73. );
  74. name = Source;
  75. sourceTree = "<group>";
  76. };
  77. 1AB674ADFE9D54B511CA2CBB /* Products */ = {
  78. isa = PBXGroup;
  79. children = (
  80. 8DD76FB20486AB0100D96B5E /* binarybuilder */,
  81. );
  82. name = Products;
  83. sourceTree = "<group>";
  84. };
  85. 844B0A9F0F52DC7400B2F1FD /* Frameworks */ = {
  86. isa = PBXGroup;
  87. children = (
  88. 844B0ACB0F52DECD00B2F1FD /* CoreAudio.framework */,
  89. 844B0AC20F52DEB900B2F1FD /* IOKit.framework */,
  90. 844B0AA00F52DCA000B2F1FD /* ApplicationServices.framework */,
  91. 844B0AA10F52DCA000B2F1FD /* Cocoa.framework */,
  92. 844B0AA20F52DCA000B2F1FD /* CoreFoundation.framework */,
  93. 844B0AA30F52DCA000B2F1FD /* CoreServices.framework */,
  94. );
  95. name = Frameworks;
  96. sourceTree = "<group>";
  97. };
  98. /* End PBXGroup section */
  99. /* Begin PBXNativeTarget section */
  100. 8DD76FA90486AB0100D96B5E /* BinaryBuilder */ = {
  101. isa = PBXNativeTarget;
  102. buildConfigurationList = 1DEB928508733DD80010E9CD /* Build configuration list for PBXNativeTarget "BinaryBuilder" */;
  103. buildPhases = (
  104. 8DD76FAB0486AB0100D96B5E /* Sources */,
  105. 8DD76FAD0486AB0100D96B5E /* Frameworks */,
  106. 8DD76FAF0486AB0100D96B5E /* CopyFiles */,
  107. );
  108. buildRules = (
  109. );
  110. dependencies = (
  111. );
  112. name = BinaryBuilder;
  113. productInstallPath = "$(HOME)/bin";
  114. productName = Amalgamator;
  115. productReference = 8DD76FB20486AB0100D96B5E /* binarybuilder */;
  116. productType = "com.apple.product-type.tool";
  117. };
  118. /* End PBXNativeTarget section */
  119. /* Begin PBXProject section */
  120. 08FB7793FE84155DC02AAC07 /* Project object */ = {
  121. isa = PBXProject;
  122. buildConfigurationList = 1DEB928908733DD80010E9CD /* Build configuration list for PBXProject "BinaryBuilder" */;
  123. compatibilityVersion = "Xcode 3.1";
  124. hasScannedForEncodings = 1;
  125. mainGroup = 08FB7794FE84155DC02AAC07 /* Amalgamator */;
  126. projectDirPath = "";
  127. projectRoot = "";
  128. targets = (
  129. 8DD76FA90486AB0100D96B5E /* BinaryBuilder */,
  130. );
  131. };
  132. /* End PBXProject section */
  133. /* Begin PBXSourcesBuildPhase section */
  134. 8DD76FAB0486AB0100D96B5E /* Sources */ = {
  135. isa = PBXSourcesBuildPhase;
  136. buildActionMask = 2147483647;
  137. files = (
  138. 844B0AB30F52DCCD00B2F1FD /* juce_LibrarySource.mm in Sources */,
  139. 8417E77B0F55D0DD00C91867 /* BinaryBuilder.cpp in Sources */,
  140. );
  141. runOnlyForDeploymentPostprocessing = 0;
  142. };
  143. /* End PBXSourcesBuildPhase section */
  144. /* Begin XCBuildConfiguration section */
  145. 1DEB928608733DD80010E9CD /* Debug */ = {
  146. isa = XCBuildConfiguration;
  147. buildSettings = {
  148. ALWAYS_SEARCH_USER_PATHS = NO;
  149. COPY_PHASE_STRIP = NO;
  150. GCC_DYNAMIC_NO_PIC = NO;
  151. GCC_ENABLE_FIX_AND_CONTINUE = YES;
  152. GCC_MODEL_TUNING = G5;
  153. GCC_OPTIMIZATION_LEVEL = 0;
  154. INSTALL_PATH = /usr/local/bin;
  155. PRODUCT_NAME = binarybuilder;
  156. };
  157. name = Debug;
  158. };
  159. 1DEB928708733DD80010E9CD /* Release */ = {
  160. isa = XCBuildConfiguration;
  161. buildSettings = {
  162. ALWAYS_SEARCH_USER_PATHS = NO;
  163. DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
  164. GCC_MODEL_TUNING = G5;
  165. INSTALL_PATH = /usr/local/bin;
  166. PRODUCT_NAME = binarybuilder;
  167. };
  168. name = Release;
  169. };
  170. 1DEB928A08733DD80010E9CD /* Debug */ = {
  171. isa = XCBuildConfiguration;
  172. buildSettings = {
  173. ARCHS = "$(ARCHS_STANDARD_32_BIT)";
  174. GCC_C_LANGUAGE_STANDARD = c99;
  175. GCC_OPTIMIZATION_LEVEL = 0;
  176. GCC_WARN_ABOUT_RETURN_TYPE = YES;
  177. GCC_WARN_UNUSED_VARIABLE = YES;
  178. ONLY_ACTIVE_ARCH = YES;
  179. PREBINDING = NO;
  180. SDKROOT = macosx10.5;
  181. };
  182. name = Debug;
  183. };
  184. 1DEB928B08733DD80010E9CD /* Release */ = {
  185. isa = XCBuildConfiguration;
  186. buildSettings = {
  187. ARCHS = "$(ARCHS_STANDARD_32_BIT)";
  188. GCC_C_LANGUAGE_STANDARD = c99;
  189. GCC_GENERATE_DEBUGGING_SYMBOLS = NO;
  190. GCC_PREPROCESSOR_DEFINITIONS = "NDEBUG=1";
  191. GCC_WARN_ABOUT_RETURN_TYPE = YES;
  192. GCC_WARN_UNUSED_VARIABLE = YES;
  193. PREBINDING = NO;
  194. SDKROOT = macosx10.5;
  195. };
  196. name = Release;
  197. };
  198. /* End XCBuildConfiguration section */
  199. /* Begin XCConfigurationList section */
  200. 1DEB928508733DD80010E9CD /* Build configuration list for PBXNativeTarget "BinaryBuilder" */ = {
  201. isa = XCConfigurationList;
  202. buildConfigurations = (
  203. 1DEB928608733DD80010E9CD /* Debug */,
  204. 1DEB928708733DD80010E9CD /* Release */,
  205. );
  206. defaultConfigurationIsVisible = 0;
  207. defaultConfigurationName = Release;
  208. };
  209. 1DEB928908733DD80010E9CD /* Build configuration list for PBXProject "BinaryBuilder" */ = {
  210. isa = XCConfigurationList;
  211. buildConfigurations = (
  212. 1DEB928A08733DD80010E9CD /* Debug */,
  213. 1DEB928B08733DD80010E9CD /* Release */,
  214. );
  215. defaultConfigurationIsVisible = 0;
  216. defaultConfigurationName = Release;
  217. };
  218. /* End XCConfigurationList section */
  219. };
  220. rootObject = 08FB7793FE84155DC02AAC07 /* Project object */;
  221. }