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.

343 lines
19KB

  1. // !$*UTF8*$!
  2. {
  3. archiveVersion = 1;
  4. classes = {
  5. };
  6. objectVersion = 45;
  7. objects = {
  8. /* Begin PBXBuildFile section */
  9. 842CC42B0FA5BD3C008C7970 /* juce_NPAPI_GlueCode.mm in Sources */ = {isa = PBXBuildFile; fileRef = 842CC4290FA5BD3C008C7970 /* juce_NPAPI_GlueCode.mm */; };
  10. 842CC4320FA5BD57008C7970 /* JuceBrowserPluginDemo.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 842CC42E0FA5BD57008C7970 /* JuceBrowserPluginDemo.cpp */; };
  11. 842CC4330FA5BD57008C7970 /* juce_LibrarySource.mm in Sources */ = {isa = PBXBuildFile; fileRef = 842CC42F0FA5BD57008C7970 /* juce_LibrarySource.mm */; };
  12. 842CC8E20FA5D26A008C7970 /* Carbon.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 842CC8D30FA5D26A008C7970 /* Carbon.framework */; };
  13. 842CC8E30FA5D26A008C7970 /* CoreFoundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 842CC8D40FA5D26A008C7970 /* CoreFoundation.framework */; };
  14. 842CC8E40FA5D26A008C7970 /* DiscRecording.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 842CC8D50FA5D26A008C7970 /* DiscRecording.framework */; };
  15. 842CC8E50FA5D26A008C7970 /* Cocoa.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 842CC8D60FA5D26A008C7970 /* Cocoa.framework */; };
  16. 842CC8E60FA5D26A008C7970 /* WebKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 842CC8D70FA5D26A008C7970 /* WebKit.framework */; };
  17. 842CC8E70FA5D26A008C7970 /* AGL.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 842CC8D80FA5D26A008C7970 /* AGL.framework */; };
  18. 842CC8E80FA5D26A008C7970 /* CoreAudio.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 842CC8D90FA5D26A008C7970 /* CoreAudio.framework */; };
  19. 842CC8E90FA5D26A008C7970 /* CoreMIDI.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 842CC8DA0FA5D26A008C7970 /* CoreMIDI.framework */; };
  20. 842CC8EA0FA5D26A008C7970 /* IOKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 842CC8DB0FA5D26A008C7970 /* IOKit.framework */; };
  21. 842CC8EB0FA5D26A008C7970 /* OpenGL.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 842CC8DC0FA5D26A008C7970 /* OpenGL.framework */; };
  22. 842CC8EC0FA5D26A008C7970 /* QuickTime.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 842CC8DD0FA5D26A008C7970 /* QuickTime.framework */; };
  23. 842CC8ED0FA5D26A008C7970 /* QTKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 842CC8DE0FA5D26A008C7970 /* QTKit.framework */; };
  24. 842CC8EE0FA5D26A008C7970 /* CoreServices.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 842CC8DF0FA5D26A008C7970 /* CoreServices.framework */; };
  25. 842CC8EF0FA5D26A008C7970 /* ApplicationServices.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 842CC8E00FA5D26A008C7970 /* ApplicationServices.framework */; };
  26. 842CC8F00FA5D26A008C7970 /* CoreFoundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 842CC8E10FA5D26A008C7970 /* CoreFoundation.framework */; };
  27. 842CC94A0FA5D934008C7970 /* juce_NPAPI_MacResource.r in Rez */ = {isa = PBXBuildFile; fileRef = 842CC42A0FA5BD3C008C7970 /* juce_NPAPI_MacResource.r */; };
  28. 842CCB300FA5F201008C7970 /* JuceBrowserPluginDemo.plugin in CopyFiles */ = {isa = PBXBuildFile; fileRef = 842CC9360FA5D51F008C7970 /* JuceBrowserPluginDemo.plugin */; };
  29. 8D5B49A804867FD3000E48DA /* InfoPlist.strings in Resources */ = {isa = PBXBuildFile; fileRef = 8D5B49A704867FD3000E48DA /* InfoPlist.strings */; };
  30. /* End PBXBuildFile section */
  31. /* Begin PBXCopyFilesBuildPhase section */
  32. 842CCB3F0FA5F204008C7970 /* CopyFiles */ = {
  33. isa = PBXCopyFilesBuildPhase;
  34. buildActionMask = 2147483647;
  35. dstPath = "/Library/Internet Plug-Ins";
  36. dstSubfolderSpec = 0;
  37. files = (
  38. 842CCB300FA5F201008C7970 /* JuceBrowserPluginDemo.plugin in CopyFiles */,
  39. );
  40. runOnlyForDeploymentPostprocessing = 0;
  41. };
  42. /* End PBXCopyFilesBuildPhase section */
  43. /* Begin PBXFileReference section */
  44. 089C167EFE841241C02AAC07 /* English */ = {isa = PBXFileReference; fileEncoding = 10; lastKnownFileType = text.plist.strings; name = English; path = English.lproj/InfoPlist.strings; sourceTree = "<group>"; };
  45. 842CC4250FA5BD2D008C7970 /* How to build a browser plugin.txt */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; name = "How to build a browser plugin.txt"; path = "../../../How to build a browser plugin.txt"; sourceTree = SOURCE_ROOT; };
  46. 842CC4270FA5BD3C008C7970 /* juce_BrowserPluginComponent.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = juce_BrowserPluginComponent.h; path = ../../../wrapper/juce_BrowserPluginComponent.h; sourceTree = SOURCE_ROOT; };
  47. 842CC4280FA5BD3C008C7970 /* juce_IncludeBrowserPluginInfo.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = juce_IncludeBrowserPluginInfo.h; path = ../../../wrapper/juce_IncludeBrowserPluginInfo.h; sourceTree = SOURCE_ROOT; };
  48. 842CC4290FA5BD3C008C7970 /* juce_NPAPI_GlueCode.mm */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.objcpp; name = juce_NPAPI_GlueCode.mm; path = ../../../wrapper/juce_NPAPI_GlueCode.mm; sourceTree = SOURCE_ROOT; };
  49. 842CC42A0FA5BD3C008C7970 /* juce_NPAPI_MacResource.r */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.rez; name = juce_NPAPI_MacResource.r; path = ../../../wrapper/juce_NPAPI_MacResource.r; sourceTree = SOURCE_ROOT; };
  50. 842CC42E0FA5BD57008C7970 /* JuceBrowserPluginDemo.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = JuceBrowserPluginDemo.cpp; path = ../../src/JuceBrowserPluginDemo.cpp; sourceTree = SOURCE_ROOT; };
  51. 842CC42F0FA5BD57008C7970 /* juce_LibrarySource.mm */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.objcpp; name = juce_LibrarySource.mm; path = ../../src/juce_LibrarySource.mm; sourceTree = SOURCE_ROOT; };
  52. 842CC4310FA5BD57008C7970 /* BrowserPluginCharacteristics.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = BrowserPluginCharacteristics.h; path = ../../src/BrowserPluginCharacteristics.h; sourceTree = SOURCE_ROOT; };
  53. 842CC8D30FA5D26A008C7970 /* Carbon.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Carbon.framework; path = /System/Library/Frameworks/Carbon.framework; sourceTree = "<absolute>"; };
  54. 842CC8D40FA5D26A008C7970 /* CoreFoundation.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = CoreFoundation.framework; path = /System/Library/Frameworks/CoreFoundation.framework; sourceTree = "<absolute>"; };
  55. 842CC8D50FA5D26A008C7970 /* DiscRecording.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = DiscRecording.framework; path = /System/Library/Frameworks/DiscRecording.framework; sourceTree = "<absolute>"; };
  56. 842CC8D60FA5D26A008C7970 /* Cocoa.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Cocoa.framework; path = /System/Library/Frameworks/Cocoa.framework; sourceTree = "<absolute>"; };
  57. 842CC8D70FA5D26A008C7970 /* WebKit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = WebKit.framework; path = /System/Library/Frameworks/WebKit.framework; sourceTree = "<absolute>"; };
  58. 842CC8D80FA5D26A008C7970 /* AGL.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = AGL.framework; path = /System/Library/Frameworks/AGL.framework; sourceTree = "<absolute>"; };
  59. 842CC8D90FA5D26A008C7970 /* CoreAudio.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = CoreAudio.framework; path = /System/Library/Frameworks/CoreAudio.framework; sourceTree = "<absolute>"; };
  60. 842CC8DA0FA5D26A008C7970 /* CoreMIDI.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = CoreMIDI.framework; path = /System/Library/Frameworks/CoreMIDI.framework; sourceTree = "<absolute>"; };
  61. 842CC8DB0FA5D26A008C7970 /* IOKit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = IOKit.framework; path = /System/Library/Frameworks/IOKit.framework; sourceTree = "<absolute>"; };
  62. 842CC8DC0FA5D26A008C7970 /* OpenGL.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = OpenGL.framework; path = /System/Library/Frameworks/OpenGL.framework; sourceTree = "<absolute>"; };
  63. 842CC8DD0FA5D26A008C7970 /* QuickTime.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = QuickTime.framework; path = /System/Library/Frameworks/QuickTime.framework; sourceTree = "<absolute>"; };
  64. 842CC8DE0FA5D26A008C7970 /* QTKit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = QTKit.framework; path = /System/Library/Frameworks/QTKit.framework; sourceTree = "<absolute>"; };
  65. 842CC8DF0FA5D26A008C7970 /* CoreServices.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = CoreServices.framework; path = /System/Library/Frameworks/CoreServices.framework; sourceTree = "<absolute>"; };
  66. 842CC8E00FA5D26A008C7970 /* ApplicationServices.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = ApplicationServices.framework; path = /System/Library/Frameworks/ApplicationServices.framework; sourceTree = "<absolute>"; };
  67. 842CC8E10FA5D26A008C7970 /* CoreFoundation.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = CoreFoundation.framework; path = /System/Library/Frameworks/CoreFoundation.framework; sourceTree = "<absolute>"; };
  68. 842CC9360FA5D51F008C7970 /* JuceBrowserPluginDemo.plugin */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = JuceBrowserPluginDemo.plugin; sourceTree = BUILT_PRODUCTS_DIR; };
  69. 842CC93B0FA5D5D1008C7970 /* test.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; name = test.html; path = ../../test.html; sourceTree = SOURCE_ROOT; };
  70. 8D576317048677EA00EA77CD /* Info.plist */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
  71. /* End PBXFileReference section */
  72. /* Begin PBXFrameworksBuildPhase section */
  73. 8D576313048677EA00EA77CD /* Frameworks */ = {
  74. isa = PBXFrameworksBuildPhase;
  75. buildActionMask = 2147483647;
  76. files = (
  77. 842CC8E20FA5D26A008C7970 /* Carbon.framework in Frameworks */,
  78. 842CC8E30FA5D26A008C7970 /* CoreFoundation.framework in Frameworks */,
  79. 842CC8E40FA5D26A008C7970 /* DiscRecording.framework in Frameworks */,
  80. 842CC8E50FA5D26A008C7970 /* Cocoa.framework in Frameworks */,
  81. 842CC8E60FA5D26A008C7970 /* WebKit.framework in Frameworks */,
  82. 842CC8E70FA5D26A008C7970 /* AGL.framework in Frameworks */,
  83. 842CC8E80FA5D26A008C7970 /* CoreAudio.framework in Frameworks */,
  84. 842CC8E90FA5D26A008C7970 /* CoreMIDI.framework in Frameworks */,
  85. 842CC8EA0FA5D26A008C7970 /* IOKit.framework in Frameworks */,
  86. 842CC8EB0FA5D26A008C7970 /* OpenGL.framework in Frameworks */,
  87. 842CC8EC0FA5D26A008C7970 /* QuickTime.framework in Frameworks */,
  88. 842CC8ED0FA5D26A008C7970 /* QTKit.framework in Frameworks */,
  89. 842CC8EE0FA5D26A008C7970 /* CoreServices.framework in Frameworks */,
  90. 842CC8EF0FA5D26A008C7970 /* ApplicationServices.framework in Frameworks */,
  91. 842CC8F00FA5D26A008C7970 /* CoreFoundation.framework in Frameworks */,
  92. );
  93. runOnlyForDeploymentPostprocessing = 0;
  94. };
  95. /* End PBXFrameworksBuildPhase section */
  96. /* Begin PBXGroup section */
  97. 089C166AFE841209C02AAC07 /* JuceBrowserPluginDemo */ = {
  98. isa = PBXGroup;
  99. children = (
  100. 08FB77AFFE84173DC02AAC07 /* Source */,
  101. 089C167CFE841241C02AAC07 /* Resources */,
  102. 089C1671FE841209C02AAC07 /* External Frameworks and Libraries */,
  103. 842CC9370FA5D51F008C7970 /* Products */,
  104. );
  105. name = JuceBrowserPluginDemo;
  106. sourceTree = "<group>";
  107. };
  108. 089C1671FE841209C02AAC07 /* External Frameworks and Libraries */ = {
  109. isa = PBXGroup;
  110. children = (
  111. 842CC8D30FA5D26A008C7970 /* Carbon.framework */,
  112. 842CC8D40FA5D26A008C7970 /* CoreFoundation.framework */,
  113. 842CC8D50FA5D26A008C7970 /* DiscRecording.framework */,
  114. 842CC8D60FA5D26A008C7970 /* Cocoa.framework */,
  115. 842CC8D70FA5D26A008C7970 /* WebKit.framework */,
  116. 842CC8D80FA5D26A008C7970 /* AGL.framework */,
  117. 842CC8D90FA5D26A008C7970 /* CoreAudio.framework */,
  118. 842CC8DA0FA5D26A008C7970 /* CoreMIDI.framework */,
  119. 842CC8DB0FA5D26A008C7970 /* IOKit.framework */,
  120. 842CC8DC0FA5D26A008C7970 /* OpenGL.framework */,
  121. 842CC8DD0FA5D26A008C7970 /* QuickTime.framework */,
  122. 842CC8DE0FA5D26A008C7970 /* QTKit.framework */,
  123. 842CC8DF0FA5D26A008C7970 /* CoreServices.framework */,
  124. 842CC8E00FA5D26A008C7970 /* ApplicationServices.framework */,
  125. 842CC8E10FA5D26A008C7970 /* CoreFoundation.framework */,
  126. );
  127. name = "External Frameworks and Libraries";
  128. sourceTree = "<group>";
  129. };
  130. 089C167CFE841241C02AAC07 /* Resources */ = {
  131. isa = PBXGroup;
  132. children = (
  133. 8D576317048677EA00EA77CD /* Info.plist */,
  134. 8D5B49A704867FD3000E48DA /* InfoPlist.strings */,
  135. );
  136. name = Resources;
  137. sourceTree = "<group>";
  138. };
  139. 08FB77AFFE84173DC02AAC07 /* Source */ = {
  140. isa = PBXGroup;
  141. children = (
  142. 842CC4250FA5BD2D008C7970 /* How to build a browser plugin.txt */,
  143. 842CC93B0FA5D5D1008C7970 /* test.html */,
  144. 842CC4130FA5BB01008C7970 /* wrapper code */,
  145. 842CC42E0FA5BD57008C7970 /* JuceBrowserPluginDemo.cpp */,
  146. 842CC42F0FA5BD57008C7970 /* juce_LibrarySource.mm */,
  147. 842CC4310FA5BD57008C7970 /* BrowserPluginCharacteristics.h */,
  148. );
  149. name = Source;
  150. sourceTree = "<group>";
  151. };
  152. 842CC4130FA5BB01008C7970 /* wrapper code */ = {
  153. isa = PBXGroup;
  154. children = (
  155. 842CC4270FA5BD3C008C7970 /* juce_BrowserPluginComponent.h */,
  156. 842CC4280FA5BD3C008C7970 /* juce_IncludeBrowserPluginInfo.h */,
  157. 842CC4290FA5BD3C008C7970 /* juce_NPAPI_GlueCode.mm */,
  158. 842CC42A0FA5BD3C008C7970 /* juce_NPAPI_MacResource.r */,
  159. );
  160. name = "wrapper code";
  161. sourceTree = "<group>";
  162. };
  163. 842CC9370FA5D51F008C7970 /* Products */ = {
  164. isa = PBXGroup;
  165. children = (
  166. 842CC9360FA5D51F008C7970 /* JuceBrowserPluginDemo.plugin */,
  167. );
  168. name = Products;
  169. sourceTree = "<group>";
  170. };
  171. /* End PBXGroup section */
  172. /* Begin PBXNativeTarget section */
  173. 8D57630D048677EA00EA77CD /* JuceBrowserPluginDemo */ = {
  174. isa = PBXNativeTarget;
  175. buildConfigurationList = 1DEB911A08733D790010E9CD /* Build configuration list for PBXNativeTarget "JuceBrowserPluginDemo" */;
  176. buildPhases = (
  177. 842CC9580FA5D939008C7970 /* Rez */,
  178. 8D57630F048677EA00EA77CD /* Resources */,
  179. 8D576311048677EA00EA77CD /* Sources */,
  180. 8D576313048677EA00EA77CD /* Frameworks */,
  181. 842CCB3F0FA5F204008C7970 /* CopyFiles */,
  182. );
  183. buildRules = (
  184. );
  185. dependencies = (
  186. );
  187. name = JuceBrowserPluginDemo;
  188. productInstallPath = "$(HOME)/Library/Bundles";
  189. productName = JuceBrowserPluginDemo;
  190. productReference = 842CC9360FA5D51F008C7970 /* JuceBrowserPluginDemo.plugin */;
  191. productType = "com.apple.product-type.bundle";
  192. };
  193. /* End PBXNativeTarget section */
  194. /* Begin PBXProject section */
  195. 089C1669FE841209C02AAC07 /* Project object */ = {
  196. isa = PBXProject;
  197. buildConfigurationList = 1DEB911E08733D790010E9CD /* Build configuration list for PBXProject "JuceBrowserPluginDemo" */;
  198. compatibilityVersion = "Xcode 3.1";
  199. hasScannedForEncodings = 1;
  200. mainGroup = 089C166AFE841209C02AAC07 /* JuceBrowserPluginDemo */;
  201. productRefGroup = 842CC9370FA5D51F008C7970 /* Products */;
  202. projectDirPath = "";
  203. projectRoot = "";
  204. targets = (
  205. 8D57630D048677EA00EA77CD /* JuceBrowserPluginDemo */,
  206. );
  207. };
  208. /* End PBXProject section */
  209. /* Begin PBXResourcesBuildPhase section */
  210. 8D57630F048677EA00EA77CD /* Resources */ = {
  211. isa = PBXResourcesBuildPhase;
  212. buildActionMask = 2147483647;
  213. files = (
  214. 8D5B49A804867FD3000E48DA /* InfoPlist.strings in Resources */,
  215. );
  216. runOnlyForDeploymentPostprocessing = 0;
  217. };
  218. /* End PBXResourcesBuildPhase section */
  219. /* Begin PBXRezBuildPhase section */
  220. 842CC9580FA5D939008C7970 /* Rez */ = {
  221. isa = PBXRezBuildPhase;
  222. buildActionMask = 2147483647;
  223. files = (
  224. 842CC94A0FA5D934008C7970 /* juce_NPAPI_MacResource.r in Rez */,
  225. );
  226. runOnlyForDeploymentPostprocessing = 0;
  227. };
  228. /* End PBXRezBuildPhase section */
  229. /* Begin PBXSourcesBuildPhase section */
  230. 8D576311048677EA00EA77CD /* Sources */ = {
  231. isa = PBXSourcesBuildPhase;
  232. buildActionMask = 2147483647;
  233. files = (
  234. 842CC42B0FA5BD3C008C7970 /* juce_NPAPI_GlueCode.mm in Sources */,
  235. 842CC4320FA5BD57008C7970 /* JuceBrowserPluginDemo.cpp in Sources */,
  236. 842CC4330FA5BD57008C7970 /* juce_LibrarySource.mm in Sources */,
  237. );
  238. runOnlyForDeploymentPostprocessing = 0;
  239. };
  240. /* End PBXSourcesBuildPhase section */
  241. /* Begin PBXVariantGroup section */
  242. 8D5B49A704867FD3000E48DA /* InfoPlist.strings */ = {
  243. isa = PBXVariantGroup;
  244. children = (
  245. 089C167EFE841241C02AAC07 /* English */,
  246. );
  247. name = InfoPlist.strings;
  248. sourceTree = "<group>";
  249. };
  250. /* End PBXVariantGroup section */
  251. /* Begin XCBuildConfiguration section */
  252. 1DEB911B08733D790010E9CD /* Debug */ = {
  253. isa = XCBuildConfiguration;
  254. buildSettings = {
  255. ALWAYS_SEARCH_USER_PATHS = NO;
  256. COPY_PHASE_STRIP = NO;
  257. GCC_DYNAMIC_NO_PIC = NO;
  258. GCC_ENABLE_FIX_AND_CONTINUE = YES;
  259. GCC_MODEL_TUNING = G5;
  260. GCC_OPTIMIZATION_LEVEL = 0;
  261. INFOPLIST_FILE = Info.plist;
  262. INSTALL_PATH = "$(HOME)/Library/Bundles";
  263. PRODUCT_NAME = JuceBrowserPluginDemo;
  264. WRAPPER_EXTENSION = plugin;
  265. };
  266. name = Debug;
  267. };
  268. 1DEB911C08733D790010E9CD /* Release */ = {
  269. isa = XCBuildConfiguration;
  270. buildSettings = {
  271. ALWAYS_SEARCH_USER_PATHS = NO;
  272. DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
  273. GCC_MODEL_TUNING = G5;
  274. INFOPLIST_FILE = Info.plist;
  275. INSTALL_PATH = "$(HOME)/Library/Bundles";
  276. PRODUCT_NAME = JuceBrowserPluginDemo;
  277. WRAPPER_EXTENSION = plugin;
  278. };
  279. name = Release;
  280. };
  281. 1DEB911F08733D790010E9CD /* Debug */ = {
  282. isa = XCBuildConfiguration;
  283. buildSettings = {
  284. ARCHS = "$(ARCHS_STANDARD_32_BIT)";
  285. GCC_C_LANGUAGE_STANDARD = c99;
  286. GCC_OPTIMIZATION_LEVEL = 0;
  287. GCC_WARN_ABOUT_RETURN_TYPE = YES;
  288. GCC_WARN_UNUSED_VARIABLE = YES;
  289. ONLY_ACTIVE_ARCH = YES;
  290. PREBINDING = NO;
  291. };
  292. name = Debug;
  293. };
  294. 1DEB912008733D790010E9CD /* Release */ = {
  295. isa = XCBuildConfiguration;
  296. buildSettings = {
  297. ARCHS = "$(ARCHS_STANDARD_32_BIT)";
  298. GCC_C_LANGUAGE_STANDARD = c99;
  299. GCC_WARN_ABOUT_RETURN_TYPE = YES;
  300. GCC_WARN_UNUSED_VARIABLE = YES;
  301. PREBINDING = NO;
  302. SDKROOT = macosx10.5;
  303. };
  304. name = Release;
  305. };
  306. /* End XCBuildConfiguration section */
  307. /* Begin XCConfigurationList section */
  308. 1DEB911A08733D790010E9CD /* Build configuration list for PBXNativeTarget "JuceBrowserPluginDemo" */ = {
  309. isa = XCConfigurationList;
  310. buildConfigurations = (
  311. 1DEB911B08733D790010E9CD /* Debug */,
  312. 1DEB911C08733D790010E9CD /* Release */,
  313. );
  314. defaultConfigurationIsVisible = 0;
  315. defaultConfigurationName = Release;
  316. };
  317. 1DEB911E08733D790010E9CD /* Build configuration list for PBXProject "JuceBrowserPluginDemo" */ = {
  318. isa = XCConfigurationList;
  319. buildConfigurations = (
  320. 1DEB911F08733D790010E9CD /* Debug */,
  321. 1DEB912008733D790010E9CD /* Release */,
  322. );
  323. defaultConfigurationIsVisible = 0;
  324. defaultConfigurationName = Release;
  325. };
  326. /* End XCConfigurationList section */
  327. };
  328. rootObject = 089C1669FE841209C02AAC07 /* Project object */;
  329. }