| @@ -2,19 +2,26 @@ | |||
| <JUCERPROJECT id="TVOT0ObQ" name="Amalgamator" projectType="consoleapp" juceLinkage="amalg_template" | |||
| juceFolder="../../../juce" jucerVersion="3.0.0" version="1.0.0" | |||
| buildVST="1" buildRTAS="0" buildAU="1" vstFolderMac="~/SDKs/vstsdk2.4" | |||
| vstFolderPC="c:\SDKs\vstsdk2.4" rtasFolderMac="~/SDKs/PT_80_SDK" | |||
| rtasFolderPC="c:\SDKs\PT_80_SDK" pluginName="Amalgamator" pluginDesc="Amalgamator" | |||
| pluginManufacturer="yourcompany" pluginManufacturerCode="abcd" | |||
| buildVST="1" buildRTAS="0" buildAU="1" pluginName="Amalgamator" | |||
| pluginDesc="Amalgamator" pluginManufacturer="yourcompany" pluginManufacturerCode="abcd" | |||
| pluginCode="Abcd" pluginChannelConfigs="{1, 1}, {2, 2}" pluginIsSynth="0" | |||
| pluginWantsMidiIn="0" pluginProducesMidiOut="0" pluginSilenceInIsSilenceOut="0" | |||
| pluginTailLength="0" pluginEditorRequiresKeys="0" pluginAUExportPrefix="AmalgamatorAU" | |||
| pluginAUViewClass="AmalgamatorAU_V1" pluginRTASCategory="" bundleIdentifier="com.rawmaterialsoftware.amalgamator"> | |||
| <EXPORTFORMATS> | |||
| <XCODE_MAC targetFolder="Builds/MacOSX" vstFolder="~/SDKs/vstsdk2.4" rtasFolder="~/SDKs/PT_80_SDK" | |||
| juceFolder="../../../juce"/> | |||
| <VS2005 targetFolder="Builds/VisualStudio2005" vstFolder="c:\SDKs\vstsdk2.4" | |||
| rtasFolder="c:\SDKs\PT_80_SDK" juceFolder="../../../juce"/> | |||
| <VS2008 targetFolder="Builds/VisualStudio2008" vstFolder="c:\SDKs\vstsdk2.4" | |||
| rtasFolder="c:\SDKs\PT_80_SDK" juceFolder="../../../juce"/> | |||
| <LINUX_MAKE targetFolder="Builds/Linux" vstFolder="~/SDKs/vstsdk2.4" juceFolder="../../../juce"/> | |||
| </EXPORTFORMATS> | |||
| <CONFIGURATIONS> | |||
| <CONFIGURATION name="Debug" isDebug="1" optimisation="1" targetName="amalgamator" | |||
| osxSDK="1" osxCompatibility="1"/> | |||
| osxSDK="default" osxCompatibility="default"/> | |||
| <CONFIGURATION name="Release" isDebug="0" optimisation="2" targetName="amalgamator" | |||
| osxSDK="1" osxCompatibility="1"/> | |||
| osxSDK="default" osxCompatibility="default"/> | |||
| </CONFIGURATIONS> | |||
| <MAINGROUP id="JiHYwfc1Q" name="Amalgamator"> | |||
| <GROUP id="0yiDjfWo" name="Source"> | |||
| @@ -15,7 +15,7 @@ ifeq ($(CONFIG),Debug) | |||
| CPPFLAGS := $(DEPFLAGS) -D "LINUX=1" -D "DEBUG=1" -D "_DEBUG=1" -I "/usr/include" -I "/usr/include/freetype2" | |||
| CFLAGS += $(CPPFLAGS) $(TARGET_ARCH) -g -ggdb -O0 | |||
| CXXFLAGS += $(CFLAGS) | |||
| LDFLAGS += -L$(BINDIR) -L$(LIBDIR) -mwindows -L"/usr/X11R6/lib/" -L"../../../../bin" -lfreetype -lpthread -lrt -lX11 -lGL -lGLU -lXinerama -lasound | |||
| LDFLAGS += -L$(BINDIR) -L$(LIBDIR) -mwindows -L"/usr/X11R6/lib/" -L"../../../../../juce/bin" -lfreetype -lpthread -lrt -lX11 -lGL -lGLU -lXinerama -lasound | |||
| LDDEPS := | |||
| RESFLAGS := -D "LINUX=1" -D "DEBUG=1" -D "_DEBUG=1" -I "/usr/include" -I "/usr/include/freetype2" | |||
| TARGET := amalgamator | |||
| @@ -30,7 +30,7 @@ ifeq ($(CONFIG),Release) | |||
| CPPFLAGS := $(DEPFLAGS) -D "LINUX=1" -D "NDEBUG=1" -I "/usr/include" -I "/usr/include/freetype2" | |||
| CFLAGS += $(CPPFLAGS) $(TARGET_ARCH) -Os | |||
| CXXFLAGS += $(CFLAGS) | |||
| LDFLAGS += -L$(BINDIR) -L$(LIBDIR) -mwindows -L"/usr/X11R6/lib/" -L"../../../../bin" -lfreetype -lpthread -lrt -lX11 -lGL -lGLU -lXinerama -lasound | |||
| LDFLAGS += -L$(BINDIR) -L$(LIBDIR) -mwindows -L"/usr/X11R6/lib/" -L"../../../../../juce/bin" -lfreetype -lpthread -lrt -lX11 -lGL -lGLU -lXinerama -lasound | |||
| LDDEPS := | |||
| RESFLAGS := -D "LINUX=1" -D "NDEBUG=1" -I "/usr/include" -I "/usr/include/freetype2" | |||
| TARGET := amalgamator | |||
| @@ -6,54 +6,54 @@ | |||
| objectVersion = 44; | |||
| objects = { | |||
| 76FCF61E52C8A664FB837DF5 = { isa = PBXBuildFile; fileRef = B98C60B57B831FE5215CDD21; }; | |||
| 12F285749FDD4E85B41169E5 = { isa = PBXBuildFile; fileRef = E4FB558EEF2604584B3F8103; }; | |||
| 62DB84D23F5FFEB64E02C314 = { isa = PBXBuildFile; fileRef = FC09587C418D230D3DFCE77B; }; | |||
| A028055931B7BED8C821E448 = { isa = PBXBuildFile; fileRef = E32AC05DBDEAF89686B2773B; }; | |||
| 988B72E3850D78021A3BF8FE = { isa = PBXBuildFile; fileRef = 334AF89077B2F537534DD3BB; }; | |||
| FA19E3E997AF0B26877F4AD6 = { isa = PBXBuildFile; fileRef = 24576DA9A947FFDAAE8EFD32; }; | |||
| 731784A25860983FCEDB8B6B = { isa = PBXBuildFile; fileRef = DB9C30FE77C7186E81570638; }; | |||
| 350B17B9F5C95B595634B3FB = { isa = PBXBuildFile; fileRef = 37C6BBAF39E5746857D58C58; }; | |||
| 9B76E2EEEAB49C62DFE3B1EC = { isa = PBXBuildFile; fileRef = AEB975FAD8A99FA884DC5937; }; | |||
| 694E761C899FD9316742F31B = { isa = PBXBuildFile; fileRef = 8971DE42C4A4141F326A56EF; }; | |||
| 095AC31326B20F2065351A27 = { isa = PBXBuildFile; fileRef = 7CDCBF126A9838C411716015; }; | |||
| 9AD4D5BCBB26F9B20341D6B7 = { isa = PBXBuildFile; fileRef = D30830DEDBD77D0A65868F7A; }; | |||
| 58B56B56A602ED529FDB8462 = { isa = PBXBuildFile; fileRef = 9519CEA83C2BD274A0305483; }; | |||
| B98C60B57B831FE5215CDD21 = { isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Cocoa.framework; path = /System/Library/Frameworks/Cocoa.framework; sourceTree = "<absolute>"; }; | |||
| E4FB558EEF2604584B3F8103 = { isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Carbon.framework; path = /System/Library/Frameworks/Carbon.framework; sourceTree = "<absolute>"; }; | |||
| FC09587C418D230D3DFCE77B = { isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = IOKit.framework; path = /System/Library/Frameworks/IOKit.framework; sourceTree = "<absolute>"; }; | |||
| E32AC05DBDEAF89686B2773B = { isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = CoreAudio.framework; path = /System/Library/Frameworks/CoreAudio.framework; sourceTree = "<absolute>"; }; | |||
| 334AF89077B2F537534DD3BB = { isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = CoreMIDI.framework; path = /System/Library/Frameworks/CoreMIDI.framework; sourceTree = "<absolute>"; }; | |||
| 24576DA9A947FFDAAE8EFD32 = { isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = WebKit.framework; path = /System/Library/Frameworks/WebKit.framework; sourceTree = "<absolute>"; }; | |||
| DB9C30FE77C7186E81570638 = { isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = DiscRecording.framework; path = /System/Library/Frameworks/DiscRecording.framework; sourceTree = "<absolute>"; }; | |||
| 37C6BBAF39E5746857D58C58 = { isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = OpenGL.framework; path = /System/Library/Frameworks/OpenGL.framework; sourceTree = "<absolute>"; }; | |||
| AEB975FAD8A99FA884DC5937 = { isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = QuartzCore.framework; path = /System/Library/Frameworks/QuartzCore.framework; sourceTree = "<absolute>"; }; | |||
| 8971DE42C4A4141F326A56EF = { isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = QTKit.framework; path = /System/Library/Frameworks/QTKit.framework; sourceTree = "<absolute>"; }; | |||
| 7CDCBF126A9838C411716015 = { isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = QuickTime.framework; path = /System/Library/Frameworks/QuickTime.framework; sourceTree = "<absolute>"; }; | |||
| A4F1A514AFAD8A473A4C01E4 = { isa = PBXBuildFile; fileRef = 79CB6C652001CE2B501302C9; }; | |||
| 9051DB1CB5EDFEDFA445C1DA = { isa = PBXBuildFile; fileRef = 9AB91FEE1D30467AFF172A68; }; | |||
| 8FC033E88C33D29A9DCB5702 = { isa = PBXBuildFile; fileRef = BC48552CE60BD2436CB32D02; }; | |||
| 5034725EDD0CC98F808E70A6 = { isa = PBXBuildFile; fileRef = B4E04E7FAD23EAB92FDC725A; }; | |||
| 7723594028A9774919761906 = { isa = PBXBuildFile; fileRef = A576A5F17B2BEB184BA81E94; }; | |||
| 78783891CEBFAB807894A2CB = { isa = PBXBuildFile; fileRef = DA152809D75020FC62669796; }; | |||
| F5851BB2067612E3A8553763 = { isa = PBXBuildFile; fileRef = F881EF04C4ACFD32C00F9936; }; | |||
| B36A7C621CDAFAB346681AE0 = { isa = PBXBuildFile; fileRef = ED84760F67FEB5890BCD16BC; }; | |||
| D051F8818275E3A3E1CB8A2E = { isa = PBXBuildFile; fileRef = C1496BE90686A6CF58DF9F19; }; | |||
| 96433512E674BD05A6FB960A = { isa = PBXBuildFile; fileRef = 59C0DAF27922C34551218C77; }; | |||
| C9562018C2171BD82DA3A674 = { isa = PBXBuildFile; fileRef = 5E923E245AE23AE7BB8B6A34; }; | |||
| 6F94B63007E571DBA9EDFDB7 = { isa = PBXBuildFile; fileRef = BA1FCBD60DDBA8D94DDCFACA; }; | |||
| 5826B798E4B6F09026608D9F = { isa = PBXBuildFile; fileRef = 10B6866801A9811231C4DF78; }; | |||
| 79CB6C652001CE2B501302C9 = { isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Cocoa.framework; path = System/Library/Frameworks/Cocoa.framework; sourceTree = SDKROOT; }; | |||
| 9AB91FEE1D30467AFF172A68 = { isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Carbon.framework; path = System/Library/Frameworks/Carbon.framework; sourceTree = SDKROOT; }; | |||
| BC48552CE60BD2436CB32D02 = { isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = IOKit.framework; path = System/Library/Frameworks/IOKit.framework; sourceTree = SDKROOT; }; | |||
| B4E04E7FAD23EAB92FDC725A = { isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = CoreAudio.framework; path = System/Library/Frameworks/CoreAudio.framework; sourceTree = SDKROOT; }; | |||
| A576A5F17B2BEB184BA81E94 = { isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = CoreMIDI.framework; path = System/Library/Frameworks/CoreMIDI.framework; sourceTree = SDKROOT; }; | |||
| DA152809D75020FC62669796 = { isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = WebKit.framework; path = System/Library/Frameworks/WebKit.framework; sourceTree = SDKROOT; }; | |||
| F881EF04C4ACFD32C00F9936 = { isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = DiscRecording.framework; path = System/Library/Frameworks/DiscRecording.framework; sourceTree = SDKROOT; }; | |||
| ED84760F67FEB5890BCD16BC = { isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = OpenGL.framework; path = System/Library/Frameworks/OpenGL.framework; sourceTree = SDKROOT; }; | |||
| C1496BE90686A6CF58DF9F19 = { isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = QuartzCore.framework; path = System/Library/Frameworks/QuartzCore.framework; sourceTree = SDKROOT; }; | |||
| 59C0DAF27922C34551218C77 = { isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = QTKit.framework; path = System/Library/Frameworks/QTKit.framework; sourceTree = SDKROOT; }; | |||
| 5E923E245AE23AE7BB8B6A34 = { isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = QuickTime.framework; path = System/Library/Frameworks/QuickTime.framework; sourceTree = SDKROOT; }; | |||
| CA1CAD166727F3F5EA4E2F00 = { isa = PBXFileReference; explicitFileType = "compiled.mach-o.executable"; includeInIndex = 0; path = amalgamator; sourceTree = BUILT_PRODUCTS_DIR; }; | |||
| D30830DEDBD77D0A65868F7A = { isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; name = Main.cpp; path = ../../Source/Main.cpp; sourceTree = SOURCE_ROOT; }; | |||
| D7B573B9812F7B72BD4B4CAF = { isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; name = AppConfig.h; path = ../../JuceLibraryCode/AppConfig.h; sourceTree = SOURCE_ROOT; }; | |||
| EB740AE538D86C85837D57DE = { isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; name = JuceHeader.h; path = ../../JuceLibraryCode/JuceHeader.h; sourceTree = SOURCE_ROOT; }; | |||
| 9519CEA83C2BD274A0305483 = { isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.objcpp; name = JuceLibraryCode.mm; path = ../../JuceLibraryCode/JuceLibraryCode.mm; sourceTree = SOURCE_ROOT; }; | |||
| BA1FCBD60DDBA8D94DDCFACA = { isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; name = Main.cpp; path = ../../Source/Main.cpp; sourceTree = SOURCE_ROOT; }; | |||
| AF687BC6D8447106147C1497 = { isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; name = AppConfig.h; path = ../../JuceLibraryCode/AppConfig.h; sourceTree = SOURCE_ROOT; }; | |||
| 3367D363B3EC7F05898D419F = { isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; name = JuceHeader.h; path = ../../JuceLibraryCode/JuceHeader.h; sourceTree = SOURCE_ROOT; }; | |||
| 10B6866801A9811231C4DF78 = { isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.objcpp; name = JuceLibraryCode.mm; path = ../../JuceLibraryCode/JuceLibraryCode.mm; sourceTree = SOURCE_ROOT; }; | |||
| BA8673778A175624FC9F52E7 = { isa = PBXGroup; children = ( | |||
| D30830DEDBD77D0A65868F7A ); name = Source; sourceTree = "<group>"; }; | |||
| BA1FCBD60DDBA8D94DDCFACA ); name = Source; sourceTree = "<group>"; }; | |||
| AFB48DD8DBF094F63F431979 = { isa = PBXGroup; children = ( | |||
| D7B573B9812F7B72BD4B4CAF, | |||
| EB740AE538D86C85837D57DE, | |||
| 9519CEA83C2BD274A0305483 ); name = "Juce Library Code"; sourceTree = "<group>"; }; | |||
| AF687BC6D8447106147C1497, | |||
| 3367D363B3EC7F05898D419F, | |||
| 10B6866801A9811231C4DF78 ); name = "Juce Library Code"; sourceTree = "<group>"; }; | |||
| 78D302C2D44FC9025738F347 = { isa = PBXGroup; children = ( ); name = Resources; sourceTree = "<group>"; }; | |||
| E48144B707BAD4CB5B26617C = { isa = PBXGroup; children = ( | |||
| B98C60B57B831FE5215CDD21, | |||
| E4FB558EEF2604584B3F8103, | |||
| FC09587C418D230D3DFCE77B, | |||
| E32AC05DBDEAF89686B2773B, | |||
| 334AF89077B2F537534DD3BB, | |||
| 24576DA9A947FFDAAE8EFD32, | |||
| DB9C30FE77C7186E81570638, | |||
| 37C6BBAF39E5746857D58C58, | |||
| AEB975FAD8A99FA884DC5937, | |||
| 8971DE42C4A4141F326A56EF, | |||
| 7CDCBF126A9838C411716015 ); name = Frameworks; sourceTree = "<group>"; }; | |||
| 79CB6C652001CE2B501302C9, | |||
| 9AB91FEE1D30467AFF172A68, | |||
| BC48552CE60BD2436CB32D02, | |||
| B4E04E7FAD23EAB92FDC725A, | |||
| A576A5F17B2BEB184BA81E94, | |||
| DA152809D75020FC62669796, | |||
| F881EF04C4ACFD32C00F9936, | |||
| ED84760F67FEB5890BCD16BC, | |||
| C1496BE90686A6CF58DF9F19, | |||
| 59C0DAF27922C34551218C77, | |||
| 5E923E245AE23AE7BB8B6A34 ); name = Frameworks; sourceTree = "<group>"; }; | |||
| AD2B02F2BB48C6DB847AB729 = { isa = PBXGroup; children = ( | |||
| CA1CAD166727F3F5EA4E2F00 ); name = Products; sourceTree = "<group>"; }; | |||
| 7A94AFBB35D1BABFA6C9DF47 = { isa = PBXGroup; children = ( | |||
| @@ -64,25 +64,25 @@ | |||
| AD2B02F2BB48C6DB847AB729 ); name = Source; sourceTree = "<group>"; }; | |||
| D623E5ACBFF093B579AE3E45 = { isa = XCBuildConfiguration; buildSettings = { | |||
| ARCHS = "$(ARCHS_STANDARD_32_BIT)"; | |||
| GCC_MODEL_TUNING = G5; | |||
| PREBINDING = NO; | |||
| ZERO_LINK = NO; | |||
| GCC_INLINES_ARE_PRIVATE_EXTERN = YES; | |||
| HEADER_SEARCH_PATHS = " $(inherited)"; | |||
| GCC_OPTIMIZATION_LEVEL = 0; | |||
| INFOPLIST_FILE = Info.plist; | |||
| MACOSX_DEPLOYMENT_TARGET_ppc = 10.4; | |||
| ONLY_ACTIVE_ARCH = YES; | |||
| COPY_PHASE_STRIP = NO; | |||
| GCC_DYNAMIC_NO_PIC = NO; | |||
| GCC_ENABLE_FIX_AND_CONTINUE = YES; | |||
| GCC_PREPROCESSOR_DEFINITIONS = ( | |||
| "_DEBUG=1", | |||
| "DEBUG=1 "); }; name = Debug; }; | |||
| E11D0F60E7C2B13209F441B7 = { isa = XCBuildConfiguration; buildSettings = { | |||
| ARCHS = "$(ARCHS_STANDARD_32_BIT)"; | |||
| GCC_MODEL_TUNING = G5; | |||
| PREBINDING = NO; | |||
| ZERO_LINK = NO; | |||
| GCC_INLINES_ARE_PRIVATE_EXTERN = YES; | |||
| HEADER_SEARCH_PATHS = " $(inherited)"; | |||
| GCC_OPTIMIZATION_LEVEL = s; | |||
| INFOPLIST_FILE = Info.plist; | |||
| MACOSX_DEPLOYMENT_TARGET_ppc = 10.4; | |||
| GCC_GENERATE_DEBUGGING_SYMBOLS = NO; | |||
| GCC_SYMBOLS_PRIVATE_EXTERN = YES; | |||
| GCC_PREPROCESSOR_DEFINITIONS = ( | |||
| @@ -90,7 +90,6 @@ | |||
| "NDEBUG=1 "); }; name = Release; }; | |||
| 2A7232EC86FC4C9937F7FDB1 = { isa = XCBuildConfiguration; buildSettings = { | |||
| ALWAYS_SEARCH_USER_PATHS = NO; | |||
| GCC_VERSION = 4.0; | |||
| GCC_C_LANGUAGE_STANDARD = c99; | |||
| GCC_WARN_ABOUT_RETURN_TYPE = YES; | |||
| GCC_WARN_CHECK_SWITCH_STATEMENTS = YES; | |||
| @@ -98,16 +97,13 @@ | |||
| GCC_WARN_MISSING_PARENTHESES = YES; | |||
| GCC_WARN_NON_VIRTUAL_DESTRUCTOR = YES; | |||
| GCC_WARN_TYPECHECK_CALLS_TO_PRINTF = YES; | |||
| GCC_MODEL_TUNING = G5; | |||
| GCC_INLINES_ARE_PRIVATE_EXTERN = YES; | |||
| ZERO_LINK = NO; | |||
| DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym"; | |||
| INFOPLIST_FILE = Info.plist; | |||
| PRODUCT_NAME = "amalgamator"; | |||
| COPY_PHASE_STRIP = NO; | |||
| GCC_DYNAMIC_NO_PIC = NO; | |||
| GCC_ENABLE_FIX_AND_CONTINUE = YES; | |||
| MACOSX_DEPLOYMENT_TARGET_ppc = 10.4; }; name = Debug; }; | |||
| PRODUCT_NAME = "amalgamator"; }; name = Debug; }; | |||
| 2F5C4639C0B6F8AACA14098A = { isa = XCBuildConfiguration; buildSettings = { | |||
| ALWAYS_SEARCH_USER_PATHS = NO; | |||
| GCC_VERSION = 4.0; | |||
| GCC_C_LANGUAGE_STANDARD = c99; | |||
| GCC_WARN_ABOUT_RETURN_TYPE = YES; | |||
| GCC_WARN_CHECK_SWITCH_STATEMENTS = YES; | |||
| @@ -115,10 +111,11 @@ | |||
| GCC_WARN_MISSING_PARENTHESES = YES; | |||
| GCC_WARN_NON_VIRTUAL_DESTRUCTOR = YES; | |||
| GCC_WARN_TYPECHECK_CALLS_TO_PRINTF = YES; | |||
| GCC_MODEL_TUNING = G5; | |||
| GCC_INLINES_ARE_PRIVATE_EXTERN = YES; | |||
| ZERO_LINK = NO; | |||
| DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym"; | |||
| INFOPLIST_FILE = Info.plist; | |||
| PRODUCT_NAME = "amalgamator"; | |||
| MACOSX_DEPLOYMENT_TARGET_ppc = 10.4; }; name = Release; }; | |||
| PRODUCT_NAME = "amalgamator"; }; name = Release; }; | |||
| 2CFBFFDFB38FB5353DB13339 = { isa = XCConfigurationList; buildConfigurations = ( | |||
| 2A7232EC86FC4C9937F7FDB1, | |||
| 2F5C4639C0B6F8AACA14098A ); defaultConfigurationIsVisible = 0; defaultConfigurationName = Debug; }; | |||
| @@ -127,20 +124,20 @@ | |||
| E11D0F60E7C2B13209F441B7 ); defaultConfigurationIsVisible = 0; defaultConfigurationName = Debug; }; | |||
| 5203B474A9EC120E05FAFC7E = { isa = PBXResourcesBuildPhase; buildActionMask = 2147483647; files = ( ); runOnlyForDeploymentPostprocessing = 0; }; | |||
| 26D5C1A755E31038E6AA5F65 = { isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; files = ( | |||
| 9AD4D5BCBB26F9B20341D6B7, | |||
| 58B56B56A602ED529FDB8462 ); runOnlyForDeploymentPostprocessing = 0; }; | |||
| 6F94B63007E571DBA9EDFDB7, | |||
| 5826B798E4B6F09026608D9F ); runOnlyForDeploymentPostprocessing = 0; }; | |||
| E0796C07FC7AE37755E690BD = { isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; files = ( | |||
| 76FCF61E52C8A664FB837DF5, | |||
| 12F285749FDD4E85B41169E5, | |||
| 62DB84D23F5FFEB64E02C314, | |||
| A028055931B7BED8C821E448, | |||
| 988B72E3850D78021A3BF8FE, | |||
| FA19E3E997AF0B26877F4AD6, | |||
| 731784A25860983FCEDB8B6B, | |||
| 350B17B9F5C95B595634B3FB, | |||
| 9B76E2EEEAB49C62DFE3B1EC, | |||
| 694E761C899FD9316742F31B, | |||
| 095AC31326B20F2065351A27 ); runOnlyForDeploymentPostprocessing = 0; }; | |||
| A4F1A514AFAD8A473A4C01E4, | |||
| 9051DB1CB5EDFEDFA445C1DA, | |||
| 8FC033E88C33D29A9DCB5702, | |||
| 5034725EDD0CC98F808E70A6, | |||
| 7723594028A9774919761906, | |||
| 78783891CEBFAB807894A2CB, | |||
| F5851BB2067612E3A8553763, | |||
| B36A7C621CDAFAB346681AE0, | |||
| D051F8818275E3A3E1CB8A2E, | |||
| 96433512E674BD05A6FB960A, | |||
| C9562018C2171BD82DA3A674 ); runOnlyForDeploymentPostprocessing = 0; }; | |||
| B824C4A447FB724196B914CE = { isa = PBXNativeTarget; buildConfigurationList = 9D9354DAA8B4F66302F44EB3; buildPhases = ( | |||
| 5203B474A9EC120E05FAFC7E, | |||
| 26D5C1A755E31038E6AA5F65, | |||
| @@ -15,7 +15,7 @@ ifeq ($(CONFIG),Debug) | |||
| CPPFLAGS := $(DEPFLAGS) -D "LINUX=1" -D "DEBUG=1" -D "_DEBUG=1" -I "/usr/include" -I "/usr/include/freetype2" | |||
| CFLAGS += $(CPPFLAGS) $(TARGET_ARCH) -g -ggdb -O0 | |||
| CXXFLAGS += $(CFLAGS) | |||
| LDFLAGS += -L$(BINDIR) -L$(LIBDIR) -mwindows -L"/usr/X11R6/lib/" -L"../../../../bin" -lfreetype -lpthread -lrt -lX11 -lGL -lGLU -lXinerama -lasound | |||
| LDFLAGS += -L$(BINDIR) -L$(LIBDIR) -mwindows -L"/usr/X11R6/lib/" -L"../../../../../juce/bin" -lfreetype -lpthread -lrt -lX11 -lGL -lGLU -lXinerama -lasound | |||
| LDDEPS := | |||
| RESFLAGS := -D "LINUX=1" -D "DEBUG=1" -D "_DEBUG=1" -I "/usr/include" -I "/usr/include/freetype2" | |||
| TARGET := Plugin\ Host | |||
| @@ -30,7 +30,7 @@ ifeq ($(CONFIG),Release) | |||
| CPPFLAGS := $(DEPFLAGS) -D "LINUX=1" -D "NDEBUG=1" -I "/usr/include" -I "/usr/include/freetype2" | |||
| CFLAGS += $(CPPFLAGS) $(TARGET_ARCH) -Os | |||
| CXXFLAGS += $(CFLAGS) | |||
| LDFLAGS += -L$(BINDIR) -L$(LIBDIR) -mwindows -L"/usr/X11R6/lib/" -L"../../../../bin" -lfreetype -lpthread -lrt -lX11 -lGL -lGLU -lXinerama -lasound | |||
| LDFLAGS += -L$(BINDIR) -L$(LIBDIR) -mwindows -L"/usr/X11R6/lib/" -L"../../../../../juce/bin" -lfreetype -lpthread -lrt -lX11 -lGL -lGLU -lXinerama -lasound | |||
| LDDEPS := | |||
| RESFLAGS := -D "LINUX=1" -D "NDEBUG=1" -I "/usr/include" -I "/usr/include/freetype2" | |||
| TARGET := Plugin\ Host | |||
| @@ -6,91 +6,91 @@ | |||
| objectVersion = 44; | |||
| objects = { | |||
| B5DE11C14DDB54A8E5C83653 = { isa = PBXBuildFile; fileRef = F85E7B6866A6CD2A2B91958F; }; | |||
| 51D4902789F00BBAAE552252 = { isa = PBXBuildFile; fileRef = 24CC6031DA4AB28D34745961; }; | |||
| A1ACA0852A62ABFA48469C71 = { isa = PBXBuildFile; fileRef = 3BEB733F3CA0D1423730B0D8; }; | |||
| EF0A200B2CDA6B0CB155ACB5 = { isa = PBXBuildFile; fileRef = 22FCEB00A7FDA5DA7FF64099; }; | |||
| D85C8D96802026470470C05C = { isa = PBXBuildFile; fileRef = 731C134261C5A26C4C829B18; }; | |||
| 39FBFE9B82C2C96A81B40333 = { isa = PBXBuildFile; fileRef = 6439795B946AAD1F97C3C69F; }; | |||
| C2E8A05443744673B80F54D9 = { isa = PBXBuildFile; fileRef = 1A6E4BA162DBD6937A8BDEA5; }; | |||
| 74ED326CE0DD089E40788B59 = { isa = PBXBuildFile; fileRef = 7698C652340821AC401945B5; }; | |||
| DA570D91D5D749A6C827895A = { isa = PBXBuildFile; fileRef = ED9B90ADC3CC4DED7D101295; }; | |||
| A82F91CF84A296665177CB79 = { isa = PBXBuildFile; fileRef = C853F9F5BFB8C2432C9E2F4D; }; | |||
| 482CEEC620D5BD555E7AE384 = { isa = PBXBuildFile; fileRef = BCBDDBC554BCF5090BB53873; }; | |||
| B6061905E8E83CB145F38275 = { isa = PBXBuildFile; fileRef = 9035D1893E8FF237451D9DB0; }; | |||
| FFF1552B0B523A4C3265DA55 = { isa = PBXBuildFile; fileRef = 1CE0EEC577AC4C34DD2D15DD; }; | |||
| 42DAA3F4D543C6320FA15131 = { isa = PBXBuildFile; fileRef = F798A321B31E79E4FF0D30FA; }; | |||
| A8642CAFF2E8B3965F43022E = { isa = PBXBuildFile; fileRef = 8756BD063400E788BB44C6E7; }; | |||
| 0F8311BC7E255C7EB961C8CC = { isa = PBXBuildFile; fileRef = 092FF01CDAEE8A888A488018; }; | |||
| 064711310C6D046070075532 = { isa = PBXBuildFile; fileRef = FC45F5914054D084A4AB6CFF; }; | |||
| 0307A3604AB15391D23794AF = { isa = PBXBuildFile; fileRef = D3A2935D5F1951F88F175DD2; }; | |||
| 21E135CD12F1BDCDAD4C6A79 = { isa = PBXBuildFile; fileRef = F55F3A5149524A70C9F23954; }; | |||
| 8EE0FAA03628558E7FA12539 = { isa = PBXBuildFile; fileRef = 9EC9D8A30BFC76B471FBB15B; }; | |||
| EBEFBF736A5FFD5F4105E00A = { isa = PBXBuildFile; fileRef = 474276E4CD9692F71A053943; }; | |||
| 58FE84469E86A511046AABCA = { isa = PBXBuildFile; fileRef = F0CC04357F30CE2AC20FA24A; }; | |||
| F85E7B6866A6CD2A2B91958F = { isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Cocoa.framework; path = /System/Library/Frameworks/Cocoa.framework; sourceTree = "<absolute>"; }; | |||
| 24CC6031DA4AB28D34745961 = { isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Carbon.framework; path = /System/Library/Frameworks/Carbon.framework; sourceTree = "<absolute>"; }; | |||
| 3BEB733F3CA0D1423730B0D8 = { isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = IOKit.framework; path = /System/Library/Frameworks/IOKit.framework; sourceTree = "<absolute>"; }; | |||
| 22FCEB00A7FDA5DA7FF64099 = { isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = CoreAudio.framework; path = /System/Library/Frameworks/CoreAudio.framework; sourceTree = "<absolute>"; }; | |||
| 731C134261C5A26C4C829B18 = { isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = CoreMIDI.framework; path = /System/Library/Frameworks/CoreMIDI.framework; sourceTree = "<absolute>"; }; | |||
| 6439795B946AAD1F97C3C69F = { isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = WebKit.framework; path = /System/Library/Frameworks/WebKit.framework; sourceTree = "<absolute>"; }; | |||
| 1A6E4BA162DBD6937A8BDEA5 = { isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = DiscRecording.framework; path = /System/Library/Frameworks/DiscRecording.framework; sourceTree = "<absolute>"; }; | |||
| 7698C652340821AC401945B5 = { isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = OpenGL.framework; path = /System/Library/Frameworks/OpenGL.framework; sourceTree = "<absolute>"; }; | |||
| ED9B90ADC3CC4DED7D101295 = { isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = QuartzCore.framework; path = /System/Library/Frameworks/QuartzCore.framework; sourceTree = "<absolute>"; }; | |||
| C853F9F5BFB8C2432C9E2F4D = { isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = QTKit.framework; path = /System/Library/Frameworks/QTKit.framework; sourceTree = "<absolute>"; }; | |||
| BCBDDBC554BCF5090BB53873 = { isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = QuickTime.framework; path = /System/Library/Frameworks/QuickTime.framework; sourceTree = "<absolute>"; }; | |||
| 9035D1893E8FF237451D9DB0 = { isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = AudioUnit.framework; path = /System/Library/Frameworks/AudioUnit.framework; sourceTree = "<absolute>"; }; | |||
| 1CE0EEC577AC4C34DD2D15DD = { isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = CoreAudioKit.framework; path = /System/Library/Frameworks/CoreAudioKit.framework; sourceTree = "<absolute>"; }; | |||
| E3D3C0C69AC0387C2380D942 = { isa = PBXBuildFile; fileRef = B8AD88171A257C504A58DB26; }; | |||
| DF33F6CFA000AB149E8A9A37 = { isa = PBXBuildFile; fileRef = DA8B3A910843F3AEF85CE3D5; }; | |||
| CFA25F9B775780CE870F2F60 = { isa = PBXBuildFile; fileRef = FB2A70EED12F808855F8E670; }; | |||
| 9F069E01C82F87C489C33803 = { isa = PBXBuildFile; fileRef = F4B269229847A7FE29114AB8; }; | |||
| B70574F213CD358E03AAD163 = { isa = PBXBuildFile; fileRef = E448C0A4664EA85D35DDD6F2; }; | |||
| C75A5344B8D269C561D87A28 = { isa = PBXBuildFile; fileRef = 1AF743BBC263EE305CAB5F04; }; | |||
| 34663664F089CF18929900D0 = { isa = PBXBuildFile; fileRef = 47630AB7BFC0AA77B9446294; }; | |||
| F34C981407EDB8E8309DE34E = { isa = PBXBuildFile; fileRef = 2C5691B1520162CE05F1EE2A; }; | |||
| 103313347D99A0E7DB0F428C = { isa = PBXBuildFile; fileRef = 012A869CF0A9540442145877; }; | |||
| D62450D5D0977B499F3F5F67 = { isa = PBXBuildFile; fileRef = 9892F6A5644670895B5555E4; }; | |||
| 08374BCBBD3AD81C26E87FD2 = { isa = PBXBuildFile; fileRef = 9D7459D745F5E72CA4C03392; }; | |||
| 6601761A743D57690E611EC3 = { isa = PBXBuildFile; fileRef = 61FB609B2FC9F45BEE3898DE; }; | |||
| 48AE70E3BE796E91EA86CFE1 = { isa = PBXBuildFile; fileRef = 3682E0A9DCF9460E68297732; }; | |||
| DBC4181255D195D0B0AD4FE3 = { isa = PBXBuildFile; fileRef = 32C51E743C3EF1D0945AD81D; }; | |||
| 467EFB3144B5AD2DA9288602 = { isa = PBXBuildFile; fileRef = F8BB3BCFEF373066F562F479; }; | |||
| 988D85D9FEB33B1C6A5DB67E = { isa = PBXBuildFile; fileRef = 555C5B5F520D02742F96284B; }; | |||
| 5EBA4BAEC8F32F36085A9A1C = { isa = PBXBuildFile; fileRef = 28EBDB06654DEC92678A9ED0; }; | |||
| 2F3D7654172A5DD93EDA940A = { isa = PBXBuildFile; fileRef = 2AAFCE06FD725B15137D3E55; }; | |||
| ACA8CADBD05B4906DF90D0EF = { isa = PBXBuildFile; fileRef = 83690AF49B3F341803D7BC37; }; | |||
| 19B790AE0582F1C8A1F59BAF = { isa = PBXBuildFile; fileRef = 3CD3A7355DD9605BBBD1353F; }; | |||
| 76B6557139B999997359557F = { isa = PBXBuildFile; fileRef = E55C45860F638C8E53EBAD26; }; | |||
| E4B41A545DE0315B36BE103F = { isa = PBXBuildFile; fileRef = 8DD6D3D8C10DB8C10BE4252E; }; | |||
| B8AD88171A257C504A58DB26 = { isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Cocoa.framework; path = System/Library/Frameworks/Cocoa.framework; sourceTree = SDKROOT; }; | |||
| DA8B3A910843F3AEF85CE3D5 = { isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Carbon.framework; path = System/Library/Frameworks/Carbon.framework; sourceTree = SDKROOT; }; | |||
| FB2A70EED12F808855F8E670 = { isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = IOKit.framework; path = System/Library/Frameworks/IOKit.framework; sourceTree = SDKROOT; }; | |||
| F4B269229847A7FE29114AB8 = { isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = CoreAudio.framework; path = System/Library/Frameworks/CoreAudio.framework; sourceTree = SDKROOT; }; | |||
| E448C0A4664EA85D35DDD6F2 = { isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = CoreMIDI.framework; path = System/Library/Frameworks/CoreMIDI.framework; sourceTree = SDKROOT; }; | |||
| 1AF743BBC263EE305CAB5F04 = { isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = WebKit.framework; path = System/Library/Frameworks/WebKit.framework; sourceTree = SDKROOT; }; | |||
| 47630AB7BFC0AA77B9446294 = { isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = DiscRecording.framework; path = System/Library/Frameworks/DiscRecording.framework; sourceTree = SDKROOT; }; | |||
| 2C5691B1520162CE05F1EE2A = { isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = OpenGL.framework; path = System/Library/Frameworks/OpenGL.framework; sourceTree = SDKROOT; }; | |||
| 012A869CF0A9540442145877 = { isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = QuartzCore.framework; path = System/Library/Frameworks/QuartzCore.framework; sourceTree = SDKROOT; }; | |||
| 9892F6A5644670895B5555E4 = { isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = QTKit.framework; path = System/Library/Frameworks/QTKit.framework; sourceTree = SDKROOT; }; | |||
| 9D7459D745F5E72CA4C03392 = { isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = QuickTime.framework; path = System/Library/Frameworks/QuickTime.framework; sourceTree = SDKROOT; }; | |||
| 61FB609B2FC9F45BEE3898DE = { isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = AudioUnit.framework; path = System/Library/Frameworks/AudioUnit.framework; sourceTree = SDKROOT; }; | |||
| 3682E0A9DCF9460E68297732 = { isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = CoreAudioKit.framework; path = System/Library/Frameworks/CoreAudioKit.framework; sourceTree = SDKROOT; }; | |||
| 09EEC9C8514BB03AD382F86D = { isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = "Plugin Host.app"; sourceTree = BUILT_PRODUCTS_DIR; }; | |||
| E30A3F4BA752165D4291F945 = { isa = PBXFileReference; lastKnownFileType = text.plist.xml; name = Info.plist; path = Info.plist; sourceTree = SOURCE_ROOT; }; | |||
| F798A321B31E79E4FF0D30FA = { isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; name = FilterGraph.cpp; path = ../../Source/FilterGraph.cpp; sourceTree = SOURCE_ROOT; }; | |||
| 43C8D053274571F9D1356389 = { isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; name = FilterGraph.h; path = ../../Source/FilterGraph.h; sourceTree = SOURCE_ROOT; }; | |||
| 8756BD063400E788BB44C6E7 = { isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; name = GraphEditorPanel.cpp; path = ../../Source/GraphEditorPanel.cpp; sourceTree = SOURCE_ROOT; }; | |||
| 21B8EBC3C20991CFD307B991 = { isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; name = GraphEditorPanel.h; path = ../../Source/GraphEditorPanel.h; sourceTree = SOURCE_ROOT; }; | |||
| 092FF01CDAEE8A888A488018 = { isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; name = HostStartup.cpp; path = ../../Source/HostStartup.cpp; sourceTree = SOURCE_ROOT; }; | |||
| FC45F5914054D084A4AB6CFF = { isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; name = InternalFilters.cpp; path = ../../Source/InternalFilters.cpp; sourceTree = SOURCE_ROOT; }; | |||
| D18F90BBE979754897A4FF38 = { isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; name = InternalFilters.h; path = ../../Source/InternalFilters.h; sourceTree = SOURCE_ROOT; }; | |||
| D3A2935D5F1951F88F175DD2 = { isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; name = MainHostWindow.cpp; path = ../../Source/MainHostWindow.cpp; sourceTree = SOURCE_ROOT; }; | |||
| 9BEF1A0391B1083E14B9CDCB = { isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; name = MainHostWindow.h; path = ../../Source/MainHostWindow.h; sourceTree = SOURCE_ROOT; }; | |||
| 8DE428B0183FD56CC392BE62 = { isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; name = AppConfig.h; path = ../../JuceLibraryCode/AppConfig.h; sourceTree = SOURCE_ROOT; }; | |||
| 21576A4182DBCF485C5EA77A = { isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; name = JuceHeader.h; path = ../../JuceLibraryCode/JuceHeader.h; sourceTree = SOURCE_ROOT; }; | |||
| F55F3A5149524A70C9F23954 = { isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.objcpp; name = JuceLibraryCode1.mm; path = ../../JuceLibraryCode/JuceLibraryCode1.mm; sourceTree = SOURCE_ROOT; }; | |||
| 9EC9D8A30BFC76B471FBB15B = { isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.objcpp; name = JuceLibraryCode2.mm; path = ../../JuceLibraryCode/JuceLibraryCode2.mm; sourceTree = SOURCE_ROOT; }; | |||
| 474276E4CD9692F71A053943 = { isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.objcpp; name = JuceLibraryCode3.mm; path = ../../JuceLibraryCode/JuceLibraryCode3.mm; sourceTree = SOURCE_ROOT; }; | |||
| F0CC04357F30CE2AC20FA24A = { isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.objcpp; name = JuceLibraryCode4.mm; path = ../../JuceLibraryCode/JuceLibraryCode4.mm; sourceTree = SOURCE_ROOT; }; | |||
| 2E66857E2B6065C304C36B37 = { isa = PBXFileReference; lastKnownFileType = text.plist.xml; name = Info.plist; path = Info.plist; sourceTree = SOURCE_ROOT; }; | |||
| 32C51E743C3EF1D0945AD81D = { isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; name = FilterGraph.cpp; path = ../../Source/FilterGraph.cpp; sourceTree = SOURCE_ROOT; }; | |||
| FE69E32C71521D616E28A0DB = { isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; name = FilterGraph.h; path = ../../Source/FilterGraph.h; sourceTree = SOURCE_ROOT; }; | |||
| F8BB3BCFEF373066F562F479 = { isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; name = GraphEditorPanel.cpp; path = ../../Source/GraphEditorPanel.cpp; sourceTree = SOURCE_ROOT; }; | |||
| 87B5167C70719CEB576D9A04 = { isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; name = GraphEditorPanel.h; path = ../../Source/GraphEditorPanel.h; sourceTree = SOURCE_ROOT; }; | |||
| 555C5B5F520D02742F96284B = { isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; name = HostStartup.cpp; path = ../../Source/HostStartup.cpp; sourceTree = SOURCE_ROOT; }; | |||
| 28EBDB06654DEC92678A9ED0 = { isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; name = InternalFilters.cpp; path = ../../Source/InternalFilters.cpp; sourceTree = SOURCE_ROOT; }; | |||
| 65420C9D296E36189F21A940 = { isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; name = InternalFilters.h; path = ../../Source/InternalFilters.h; sourceTree = SOURCE_ROOT; }; | |||
| 2AAFCE06FD725B15137D3E55 = { isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; name = MainHostWindow.cpp; path = ../../Source/MainHostWindow.cpp; sourceTree = SOURCE_ROOT; }; | |||
| D3497DD4D584B4E25EA52A38 = { isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; name = MainHostWindow.h; path = ../../Source/MainHostWindow.h; sourceTree = SOURCE_ROOT; }; | |||
| EE499678D2672E4A0DB0EDF4 = { isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; name = AppConfig.h; path = ../../JuceLibraryCode/AppConfig.h; sourceTree = SOURCE_ROOT; }; | |||
| 7349FE16AEFF2C4973C11A0C = { isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; name = JuceHeader.h; path = ../../JuceLibraryCode/JuceHeader.h; sourceTree = SOURCE_ROOT; }; | |||
| 83690AF49B3F341803D7BC37 = { isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.objcpp; name = JuceLibraryCode1.mm; path = ../../JuceLibraryCode/JuceLibraryCode1.mm; sourceTree = SOURCE_ROOT; }; | |||
| 3CD3A7355DD9605BBBD1353F = { isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.objcpp; name = JuceLibraryCode2.mm; path = ../../JuceLibraryCode/JuceLibraryCode2.mm; sourceTree = SOURCE_ROOT; }; | |||
| E55C45860F638C8E53EBAD26 = { isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.objcpp; name = JuceLibraryCode3.mm; path = ../../JuceLibraryCode/JuceLibraryCode3.mm; sourceTree = SOURCE_ROOT; }; | |||
| 8DD6D3D8C10DB8C10BE4252E = { isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.objcpp; name = JuceLibraryCode4.mm; path = ../../JuceLibraryCode/JuceLibraryCode4.mm; sourceTree = SOURCE_ROOT; }; | |||
| 3CF51A61C2ADC95009FB95F8 = { isa = PBXGroup; children = ( | |||
| F798A321B31E79E4FF0D30FA, | |||
| 43C8D053274571F9D1356389, | |||
| 8756BD063400E788BB44C6E7, | |||
| 21B8EBC3C20991CFD307B991, | |||
| 092FF01CDAEE8A888A488018, | |||
| FC45F5914054D084A4AB6CFF, | |||
| D18F90BBE979754897A4FF38, | |||
| D3A2935D5F1951F88F175DD2, | |||
| 9BEF1A0391B1083E14B9CDCB ); name = Source; sourceTree = "<group>"; }; | |||
| 32C51E743C3EF1D0945AD81D, | |||
| FE69E32C71521D616E28A0DB, | |||
| F8BB3BCFEF373066F562F479, | |||
| 87B5167C70719CEB576D9A04, | |||
| 555C5B5F520D02742F96284B, | |||
| 28EBDB06654DEC92678A9ED0, | |||
| 65420C9D296E36189F21A940, | |||
| 2AAFCE06FD725B15137D3E55, | |||
| D3497DD4D584B4E25EA52A38 ); name = Source; sourceTree = "<group>"; }; | |||
| EF96A88BD613522B3987E2D6 = { isa = PBXGroup; children = ( | |||
| 8DE428B0183FD56CC392BE62, | |||
| 21576A4182DBCF485C5EA77A, | |||
| F55F3A5149524A70C9F23954, | |||
| 9EC9D8A30BFC76B471FBB15B, | |||
| 474276E4CD9692F71A053943, | |||
| F0CC04357F30CE2AC20FA24A ); name = "Juce Library Code"; sourceTree = "<group>"; }; | |||
| EE499678D2672E4A0DB0EDF4, | |||
| 7349FE16AEFF2C4973C11A0C, | |||
| 83690AF49B3F341803D7BC37, | |||
| 3CD3A7355DD9605BBBD1353F, | |||
| E55C45860F638C8E53EBAD26, | |||
| 8DD6D3D8C10DB8C10BE4252E ); name = "Juce Library Code"; sourceTree = "<group>"; }; | |||
| B7B52D75CE628637417DBCB4 = { isa = PBXGroup; children = ( | |||
| E30A3F4BA752165D4291F945 ); name = Resources; sourceTree = "<group>"; }; | |||
| 2E66857E2B6065C304C36B37 ); name = Resources; sourceTree = "<group>"; }; | |||
| 23626079F1CE82F0556B3AD9 = { isa = PBXGroup; children = ( | |||
| F85E7B6866A6CD2A2B91958F, | |||
| 24CC6031DA4AB28D34745961, | |||
| 3BEB733F3CA0D1423730B0D8, | |||
| 22FCEB00A7FDA5DA7FF64099, | |||
| 731C134261C5A26C4C829B18, | |||
| 6439795B946AAD1F97C3C69F, | |||
| 1A6E4BA162DBD6937A8BDEA5, | |||
| 7698C652340821AC401945B5, | |||
| ED9B90ADC3CC4DED7D101295, | |||
| C853F9F5BFB8C2432C9E2F4D, | |||
| BCBDDBC554BCF5090BB53873, | |||
| 9035D1893E8FF237451D9DB0, | |||
| 1CE0EEC577AC4C34DD2D15DD ); name = Frameworks; sourceTree = "<group>"; }; | |||
| B8AD88171A257C504A58DB26, | |||
| DA8B3A910843F3AEF85CE3D5, | |||
| FB2A70EED12F808855F8E670, | |||
| F4B269229847A7FE29114AB8, | |||
| E448C0A4664EA85D35DDD6F2, | |||
| 1AF743BBC263EE305CAB5F04, | |||
| 47630AB7BFC0AA77B9446294, | |||
| 2C5691B1520162CE05F1EE2A, | |||
| 012A869CF0A9540442145877, | |||
| 9892F6A5644670895B5555E4, | |||
| 9D7459D745F5E72CA4C03392, | |||
| 61FB609B2FC9F45BEE3898DE, | |||
| 3682E0A9DCF9460E68297732 ); name = Frameworks; sourceTree = "<group>"; }; | |||
| EDFD2EA4A55B83007DBF8087 = { isa = PBXGroup; children = ( | |||
| 09EEC9C8514BB03AD382F86D ); name = Products; sourceTree = "<group>"; }; | |||
| 8ECC648E689D397FD15606F1 = { isa = PBXGroup; children = ( | |||
| @@ -101,25 +101,27 @@ | |||
| EDFD2EA4A55B83007DBF8087 ); name = Source; sourceTree = "<group>"; }; | |||
| 1505005EAA1350E973E3F7A2 = { isa = XCBuildConfiguration; buildSettings = { | |||
| ARCHS = "$(ARCHS_STANDARD_32_BIT)"; | |||
| GCC_MODEL_TUNING = G5; | |||
| PREBINDING = NO; | |||
| ZERO_LINK = NO; | |||
| GCC_INLINES_ARE_PRIVATE_EXTERN = YES; | |||
| HEADER_SEARCH_PATHS = "/Users/jules/SDKs/vstsdk2.4 $(inherited)"; | |||
| HEADER_SEARCH_PATHS = "~/SDKs/vstsdk2.4 $(inherited)"; | |||
| GCC_OPTIMIZATION_LEVEL = 0; | |||
| INFOPLIST_FILE = Info.plist; | |||
| INSTALL_PATH = "$(HOME)/Applications"; | |||
| MACOSX_DEPLOYMENT_TARGET_ppc = 10.4; | |||
| ONLY_ACTIVE_ARCH = YES; | |||
| COPY_PHASE_STRIP = NO; | |||
| GCC_DYNAMIC_NO_PIC = NO; | |||
| GCC_ENABLE_FIX_AND_CONTINUE = YES; | |||
| GCC_PREPROCESSOR_DEFINITIONS = ( | |||
| "_DEBUG=1", | |||
| "DEBUG=1 "); }; name = Debug; }; | |||
| 30EF2A13D1D56E66F2380A14 = { isa = XCBuildConfiguration; buildSettings = { | |||
| ARCHS = "$(ARCHS_STANDARD_32_BIT)"; | |||
| GCC_MODEL_TUNING = G5; | |||
| PREBINDING = NO; | |||
| ZERO_LINK = NO; | |||
| GCC_INLINES_ARE_PRIVATE_EXTERN = YES; | |||
| HEADER_SEARCH_PATHS = "/Users/jules/SDKs/vstsdk2.4 $(inherited)"; | |||
| HEADER_SEARCH_PATHS = "~/SDKs/vstsdk2.4 $(inherited)"; | |||
| GCC_OPTIMIZATION_LEVEL = s; | |||
| INFOPLIST_FILE = Info.plist; | |||
| INSTALL_PATH = "$(HOME)/Applications"; | |||
| MACOSX_DEPLOYMENT_TARGET_ppc = 10.4; | |||
| GCC_GENERATE_DEBUGGING_SYMBOLS = NO; | |||
| GCC_SYMBOLS_PRIVATE_EXTERN = YES; | |||
| GCC_PREPROCESSOR_DEFINITIONS = ( | |||
| @@ -127,7 +129,6 @@ | |||
| "NDEBUG=1 "); }; name = Release; }; | |||
| 69445D9F701F09DD213CC61E = { isa = XCBuildConfiguration; buildSettings = { | |||
| ALWAYS_SEARCH_USER_PATHS = NO; | |||
| GCC_VERSION = 4.0; | |||
| GCC_C_LANGUAGE_STANDARD = c99; | |||
| GCC_WARN_ABOUT_RETURN_TYPE = YES; | |||
| GCC_WARN_CHECK_SWITCH_STATEMENTS = YES; | |||
| @@ -135,17 +136,13 @@ | |||
| GCC_WARN_MISSING_PARENTHESES = YES; | |||
| GCC_WARN_NON_VIRTUAL_DESTRUCTOR = YES; | |||
| GCC_WARN_TYPECHECK_CALLS_TO_PRINTF = YES; | |||
| GCC_MODEL_TUNING = G5; | |||
| GCC_INLINES_ARE_PRIVATE_EXTERN = YES; | |||
| ZERO_LINK = NO; | |||
| DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym"; | |||
| INFOPLIST_FILE = Info.plist; | |||
| INSTALL_PATH = "$(HOME)/Applications"; | |||
| PRODUCT_NAME = "Plugin Host"; | |||
| COPY_PHASE_STRIP = NO; | |||
| GCC_DYNAMIC_NO_PIC = NO; | |||
| GCC_ENABLE_FIX_AND_CONTINUE = YES; | |||
| MACOSX_DEPLOYMENT_TARGET_ppc = 10.4; }; name = Debug; }; | |||
| PRODUCT_NAME = "Plugin Host"; }; name = Debug; }; | |||
| 6E2D61ECBBD9A6EFC358D2E7 = { isa = XCBuildConfiguration; buildSettings = { | |||
| ALWAYS_SEARCH_USER_PATHS = NO; | |||
| GCC_VERSION = 4.0; | |||
| GCC_C_LANGUAGE_STANDARD = c99; | |||
| GCC_WARN_ABOUT_RETURN_TYPE = YES; | |||
| GCC_WARN_CHECK_SWITCH_STATEMENTS = YES; | |||
| @@ -153,11 +150,11 @@ | |||
| GCC_WARN_MISSING_PARENTHESES = YES; | |||
| GCC_WARN_NON_VIRTUAL_DESTRUCTOR = YES; | |||
| GCC_WARN_TYPECHECK_CALLS_TO_PRINTF = YES; | |||
| GCC_MODEL_TUNING = G5; | |||
| GCC_INLINES_ARE_PRIVATE_EXTERN = YES; | |||
| ZERO_LINK = NO; | |||
| DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym"; | |||
| INFOPLIST_FILE = Info.plist; | |||
| INSTALL_PATH = "$(HOME)/Applications"; | |||
| PRODUCT_NAME = "Plugin Host"; | |||
| MACOSX_DEPLOYMENT_TARGET_ppc = 10.4; }; name = Release; }; | |||
| PRODUCT_NAME = "Plugin Host"; }; name = Release; }; | |||
| 6BCC1B81ADA2726A27F50BA6 = { isa = XCConfigurationList; buildConfigurations = ( | |||
| 69445D9F701F09DD213CC61E, | |||
| 6E2D61ECBBD9A6EFC358D2E7 ); defaultConfigurationIsVisible = 0; defaultConfigurationName = Debug; }; | |||
| @@ -166,29 +163,29 @@ | |||
| 30EF2A13D1D56E66F2380A14 ); defaultConfigurationIsVisible = 0; defaultConfigurationName = Debug; }; | |||
| 91E4CF2693FFC033FF3EC5EC = { isa = PBXResourcesBuildPhase; buildActionMask = 2147483647; files = ( ); runOnlyForDeploymentPostprocessing = 0; }; | |||
| 65B7ED5A40F6DE7DEFDE28C3 = { isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; files = ( | |||
| 42DAA3F4D543C6320FA15131, | |||
| A8642CAFF2E8B3965F43022E, | |||
| 0F8311BC7E255C7EB961C8CC, | |||
| 064711310C6D046070075532, | |||
| 0307A3604AB15391D23794AF, | |||
| 21E135CD12F1BDCDAD4C6A79, | |||
| 8EE0FAA03628558E7FA12539, | |||
| EBEFBF736A5FFD5F4105E00A, | |||
| 58FE84469E86A511046AABCA ); runOnlyForDeploymentPostprocessing = 0; }; | |||
| DBC4181255D195D0B0AD4FE3, | |||
| 467EFB3144B5AD2DA9288602, | |||
| 988D85D9FEB33B1C6A5DB67E, | |||
| 5EBA4BAEC8F32F36085A9A1C, | |||
| 2F3D7654172A5DD93EDA940A, | |||
| ACA8CADBD05B4906DF90D0EF, | |||
| 19B790AE0582F1C8A1F59BAF, | |||
| 76B6557139B999997359557F, | |||
| E4B41A545DE0315B36BE103F ); runOnlyForDeploymentPostprocessing = 0; }; | |||
| 2F4B77CAE78D90BC5E2A691B = { isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; files = ( | |||
| B5DE11C14DDB54A8E5C83653, | |||
| 51D4902789F00BBAAE552252, | |||
| A1ACA0852A62ABFA48469C71, | |||
| EF0A200B2CDA6B0CB155ACB5, | |||
| D85C8D96802026470470C05C, | |||
| 39FBFE9B82C2C96A81B40333, | |||
| C2E8A05443744673B80F54D9, | |||
| 74ED326CE0DD089E40788B59, | |||
| DA570D91D5D749A6C827895A, | |||
| A82F91CF84A296665177CB79, | |||
| 482CEEC620D5BD555E7AE384, | |||
| B6061905E8E83CB145F38275, | |||
| FFF1552B0B523A4C3265DA55 ); runOnlyForDeploymentPostprocessing = 0; }; | |||
| E3D3C0C69AC0387C2380D942, | |||
| DF33F6CFA000AB149E8A9A37, | |||
| CFA25F9B775780CE870F2F60, | |||
| 9F069E01C82F87C489C33803, | |||
| B70574F213CD358E03AAD163, | |||
| C75A5344B8D269C561D87A28, | |||
| 34663664F089CF18929900D0, | |||
| F34C981407EDB8E8309DE34E, | |||
| 103313347D99A0E7DB0F428C, | |||
| D62450D5D0977B499F3F5F67, | |||
| 08374BCBBD3AD81C26E87FD2, | |||
| 6601761A743D57690E611EC3, | |||
| 48AE70E3BE796E91EA86CFE1 ); runOnlyForDeploymentPostprocessing = 0; }; | |||
| F706E056321E20869FFDED3C = { isa = PBXNativeTarget; buildConfigurationList = DC757F8D93D8A3A8FB390621; buildPhases = ( | |||
| 91E4CF2693FFC033FF3EC5EC, | |||
| 65B7ED5A40F6DE7DEFDE28C3, | |||
| @@ -11,11 +11,20 @@ | |||
| pluginAUExportPrefix="JuceProjectAU" pluginAUViewClass="JuceProjectAU_V1" | |||
| pluginRTASCategory="" bundleIdentifier="com.rawmaterialsoftware.pluginhost" | |||
| jucerVersion="3.0.0"> | |||
| <EXPORTFORMATS> | |||
| <XCODE_MAC targetFolder="Builds/MacOSX" vstFolder="~/SDKs/vstsdk2.4" rtasFolder="~/SDKs/PT_80_SDK" | |||
| juceFolder="../../../juce"/> | |||
| <VS2005 targetFolder="Builds/VisualStudio2005" vstFolder="c:\SDKs\vstsdk2.4" | |||
| rtasFolder="c:\SDKs\PT_80_SDK" juceFolder="../../../juce"/> | |||
| <VS2008 targetFolder="Builds/VisualStudio2008" vstFolder="c:\SDKs\vstsdk2.4" | |||
| rtasFolder="c:\SDKs\PT_80_SDK" juceFolder="../../../juce"/> | |||
| <LINUX_MAKE targetFolder="Builds/Linux" vstFolder="~/SDKs/vstsdk2.4" juceFolder="../../../juce"/> | |||
| </EXPORTFORMATS> | |||
| <CONFIGURATIONS> | |||
| <CONFIGURATION name="Debug" isDebug="1" optimisation="1" targetName="Plugin Host" | |||
| osxSDK="1" osxCompatibility="1"/> | |||
| osxSDK="default" osxCompatibility="default"/> | |||
| <CONFIGURATION name="Release" isDebug="0" optimisation="2" targetName="Plugin Host" | |||
| osxSDK="1" osxCompatibility="1"/> | |||
| osxSDK="default" osxCompatibility="default"/> | |||
| </CONFIGURATIONS> | |||
| <MAINGROUP id="YdWL7hi7p" name="Plugin Host"> | |||
| <GROUP id="uhHLubiaQ" name="Source"> | |||
| @@ -2,15 +2,22 @@ | |||
| <JUCERPROJECT id="3t6YqETY1" name="BinaryBuilder" projectType="consoleapp" | |||
| juceLinkage="amalg_template" juceFolder="../../../juce" jucerVersion="3.0.0" | |||
| version="1.0.0" buildVST="1" buildRTAS="0" buildAU="1" vstFolderMac="~/SDKs/vstsdk2.4" | |||
| vstFolderPC="c:\SDKs\vstsdk2.4" rtasFolderMac="~/SDKs/PT_80_SDK" | |||
| rtasFolderPC="c:\SDKs\PT_80_SDK" pluginName="BinaryBuilder" pluginDesc="BinaryBuilder" | |||
| pluginManufacturer="yourcompany" pluginManufacturerCode="abcd" | |||
| version="1.0.0" buildVST="1" buildRTAS="0" buildAU="1" pluginName="BinaryBuilder" | |||
| pluginDesc="BinaryBuilder" pluginManufacturer="yourcompany" pluginManufacturerCode="abcd" | |||
| pluginCode="Abcd" pluginChannelConfigs="{1, 1}, {2, 2}" pluginIsSynth="0" | |||
| pluginWantsMidiIn="0" pluginProducesMidiOut="0" pluginSilenceInIsSilenceOut="0" | |||
| pluginTailLength="0" pluginEditorRequiresKeys="0" pluginAUExportPrefix="BinaryBuilderAU" | |||
| pluginAUViewClass="BinaryBuilderAU_V1" pluginRTASCategory="" | |||
| bundleIdentifier="com.rawmaterialsoftware.binarybuilder"> | |||
| <EXPORTFORMATS> | |||
| <XCODE_MAC targetFolder="Builds/MacOSX" vstFolder="~/SDKs/vstsdk2.4" rtasFolder="~/SDKs/PT_80_SDK" | |||
| juceFolder="../../../juce"/> | |||
| <VS2005 targetFolder="Builds/VisualStudio2005" vstFolder="c:\SDKs\vstsdk2.4" | |||
| rtasFolder="c:\SDKs\PT_80_SDK" juceFolder="../../../juce"/> | |||
| <VS2008 targetFolder="Builds/VisualStudio2008" vstFolder="c:\SDKs\vstsdk2.4" | |||
| rtasFolder="c:\SDKs\PT_80_SDK" juceFolder="../../../juce"/> | |||
| <LINUX_MAKE targetFolder="Builds/Linux" vstFolder="~/SDKs/vstsdk2.4" juceFolder="../../../juce"/> | |||
| </EXPORTFORMATS> | |||
| <CONFIGURATIONS> | |||
| <CONFIGURATION name="Debug" isDebug="1" optimisation="1" targetName="BinaryBuilder" | |||
| osxSDK="1" osxCompatibility="1"/> | |||
| @@ -15,7 +15,7 @@ ifeq ($(CONFIG),Debug) | |||
| CPPFLAGS := $(DEPFLAGS) -D "LINUX=1" -D "DEBUG=1" -D "_DEBUG=1" -I "/usr/include" -I "/usr/include/freetype2" | |||
| CFLAGS += $(CPPFLAGS) $(TARGET_ARCH) -g -ggdb -O0 | |||
| CXXFLAGS += $(CFLAGS) | |||
| LDFLAGS += -L$(BINDIR) -L$(LIBDIR) -mwindows -L"/usr/X11R6/lib/" -L"../../../../bin" -lfreetype -lpthread -lrt -lX11 -lGL -lGLU -lXinerama -lasound | |||
| LDFLAGS += -L$(BINDIR) -L$(LIBDIR) -mwindows -L"/usr/X11R6/lib/" -L"../../../../../juce/bin" -lfreetype -lpthread -lrt -lX11 -lGL -lGLU -lXinerama -lasound | |||
| LDDEPS := | |||
| RESFLAGS := -D "LINUX=1" -D "DEBUG=1" -D "_DEBUG=1" -I "/usr/include" -I "/usr/include/freetype2" | |||
| TARGET := BinaryBuilder | |||
| @@ -30,7 +30,7 @@ ifeq ($(CONFIG),Release) | |||
| CPPFLAGS := $(DEPFLAGS) -D "LINUX=1" -D "NDEBUG=1" -I "/usr/include" -I "/usr/include/freetype2" | |||
| CFLAGS += $(CPPFLAGS) $(TARGET_ARCH) -Os | |||
| CXXFLAGS += $(CFLAGS) | |||
| LDFLAGS += -L$(BINDIR) -L$(LIBDIR) -mwindows -L"/usr/X11R6/lib/" -L"../../../../bin" -lfreetype -lpthread -lrt -lX11 -lGL -lGLU -lXinerama -lasound | |||
| LDFLAGS += -L$(BINDIR) -L$(LIBDIR) -mwindows -L"/usr/X11R6/lib/" -L"../../../../../juce/bin" -lfreetype -lpthread -lrt -lX11 -lGL -lGLU -lXinerama -lasound | |||
| LDDEPS := | |||
| RESFLAGS := -D "LINUX=1" -D "NDEBUG=1" -I "/usr/include" -I "/usr/include/freetype2" | |||
| TARGET := BinaryBuilder | |||
| @@ -6,54 +6,54 @@ | |||
| objectVersion = 44; | |||
| objects = { | |||
| 2605D50ADD7E8A72B205E6A2 = { isa = PBXBuildFile; fileRef = 69844FA1F639F3E4F8DD45DE; }; | |||
| C2FB64601A9322847B92D291 = { isa = PBXBuildFile; fileRef = 95F3347A6AECE95701B1F9BF; }; | |||
| 12D364CEAA04D2C415834CB0 = { isa = PBXBuildFile; fileRef = AC023778CC33071C047D6017; }; | |||
| 5021E445BC6C92D69EA25DF4 = { isa = PBXBuildFile; fileRef = 9322AF49389FDCA45C33F0E8; }; | |||
| 498351EF00C25D11D1BD70AB = { isa = PBXBuildFile; fileRef = E443D78BE267D93619CF4C67; }; | |||
| AA22C2D51264E0345EF1B382 = { isa = PBXBuildFile; fileRef = D55F4D95240CC3E9740066EE; }; | |||
| 231F639DD3167C4D855C0417 = { isa = PBXBuildFile; fileRef = 8B951FEAF27DFD6D48D88EE4; }; | |||
| E504F6A5707F3F672DB52BA8 = { isa = PBXBuildFile; fileRef = E7CF9A9BB4AA58661D56F504; }; | |||
| 4B8EC1DA657A607095642999 = { isa = PBXBuildFile; fileRef = 5EB254E6536E73B74A5DC2E4; }; | |||
| 195655080445BD3F2EC47BC7 = { isa = PBXBuildFile; fileRef = 398ABD3E4F5AF81DF9EBDF9C; }; | |||
| B953A20FA177E32F3BB783D3 = { isa = PBXBuildFile; fileRef = 2DE49F0EE55E1CD3D8F2D8C2; }; | |||
| CE0DE73B6610F53FD29D125B = { isa = PBXBuildFile; fileRef = 691A04DB549A40E157FA8094; }; | |||
| 44F98CEDAF273AB9680FD4A0 = { isa = PBXBuildFile; fileRef = 0A0FA87ED607057BA54E4BBD; }; | |||
| 69844FA1F639F3E4F8DD45DE = { isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Cocoa.framework; path = /System/Library/Frameworks/Cocoa.framework; sourceTree = "<absolute>"; }; | |||
| 95F3347A6AECE95701B1F9BF = { isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Carbon.framework; path = /System/Library/Frameworks/Carbon.framework; sourceTree = "<absolute>"; }; | |||
| AC023778CC33071C047D6017 = { isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = IOKit.framework; path = /System/Library/Frameworks/IOKit.framework; sourceTree = "<absolute>"; }; | |||
| 9322AF49389FDCA45C33F0E8 = { isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = CoreAudio.framework; path = /System/Library/Frameworks/CoreAudio.framework; sourceTree = "<absolute>"; }; | |||
| E443D78BE267D93619CF4C67 = { isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = CoreMIDI.framework; path = /System/Library/Frameworks/CoreMIDI.framework; sourceTree = "<absolute>"; }; | |||
| D55F4D95240CC3E9740066EE = { isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = WebKit.framework; path = /System/Library/Frameworks/WebKit.framework; sourceTree = "<absolute>"; }; | |||
| 8B951FEAF27DFD6D48D88EE4 = { isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = DiscRecording.framework; path = /System/Library/Frameworks/DiscRecording.framework; sourceTree = "<absolute>"; }; | |||
| E7CF9A9BB4AA58661D56F504 = { isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = OpenGL.framework; path = /System/Library/Frameworks/OpenGL.framework; sourceTree = "<absolute>"; }; | |||
| 5EB254E6536E73B74A5DC2E4 = { isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = QuartzCore.framework; path = /System/Library/Frameworks/QuartzCore.framework; sourceTree = "<absolute>"; }; | |||
| 398ABD3E4F5AF81DF9EBDF9C = { isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = QTKit.framework; path = /System/Library/Frameworks/QTKit.framework; sourceTree = "<absolute>"; }; | |||
| 2DE49F0EE55E1CD3D8F2D8C2 = { isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = QuickTime.framework; path = /System/Library/Frameworks/QuickTime.framework; sourceTree = "<absolute>"; }; | |||
| 540A84102A635F4601CD7991 = { isa = PBXBuildFile; fileRef = 29D44C51ABC7A22917957B75; }; | |||
| 4059BA1831A3C2EE6BC73A86 = { isa = PBXBuildFile; fileRef = 4AB1FEDA98E62A78C6989314; }; | |||
| 3FD813D407F9A698544CD0BF = { isa = PBXBuildFile; fileRef = 6C51442861C1B642233596BF; }; | |||
| 003C524A58C1AE9E5700E942 = { isa = PBXBuildFile; fileRef = 64E92D6B28E9CEC8F65EEAF7; }; | |||
| 283B383CA36F5B48D0E781B2 = { isa = PBXBuildFile; fileRef = 557F94EDE6E0CF27122A8631; }; | |||
| 2881178D3974809F4E152A77 = { isa = PBXBuildFile; fileRef = 8A1E07F45206050A29E70F43; }; | |||
| A58DFAAE812BF6E26FD6B01F = { isa = PBXBuildFile; fileRef = B89ACEF04F62D140978112D3; }; | |||
| 64735B5D978FDFB20DEA938D = { isa = PBXBuildFile; fileRef = 9D8D55FBE2A49988D24E9E69; }; | |||
| 8169D77DFD3BC7A1A84CF3DB = { isa = PBXBuildFile; fileRef = 71514AD5814B8BDE1F5008C6; }; | |||
| 474B141E513991137D7C0FB6 = { isa = PBXBuildFile; fileRef = 09C9BAEEE4E8A75328920523; }; | |||
| 796E0F144DCCFFE6F4242F21 = { isa = PBXBuildFile; fileRef = 0EAB2D20D5981EF6710DD3E1; }; | |||
| 1FAD952C829A55D97F6E6664 = { isa = PBXBuildFile; fileRef = 6A27AAC288808CE8035D7377; }; | |||
| 082F96946F7CD4AFEDE1064B = { isa = PBXBuildFile; fileRef = C1BF66548C6E652108454815; }; | |||
| 29D44C51ABC7A22917957B75 = { isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Cocoa.framework; path = System/Library/Frameworks/Cocoa.framework; sourceTree = SDKROOT; }; | |||
| 4AB1FEDA98E62A78C6989314 = { isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Carbon.framework; path = System/Library/Frameworks/Carbon.framework; sourceTree = SDKROOT; }; | |||
| 6C51442861C1B642233596BF = { isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = IOKit.framework; path = System/Library/Frameworks/IOKit.framework; sourceTree = SDKROOT; }; | |||
| 64E92D6B28E9CEC8F65EEAF7 = { isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = CoreAudio.framework; path = System/Library/Frameworks/CoreAudio.framework; sourceTree = SDKROOT; }; | |||
| 557F94EDE6E0CF27122A8631 = { isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = CoreMIDI.framework; path = System/Library/Frameworks/CoreMIDI.framework; sourceTree = SDKROOT; }; | |||
| 8A1E07F45206050A29E70F43 = { isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = WebKit.framework; path = System/Library/Frameworks/WebKit.framework; sourceTree = SDKROOT; }; | |||
| B89ACEF04F62D140978112D3 = { isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = DiscRecording.framework; path = System/Library/Frameworks/DiscRecording.framework; sourceTree = SDKROOT; }; | |||
| 9D8D55FBE2A49988D24E9E69 = { isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = OpenGL.framework; path = System/Library/Frameworks/OpenGL.framework; sourceTree = SDKROOT; }; | |||
| 71514AD5814B8BDE1F5008C6 = { isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = QuartzCore.framework; path = System/Library/Frameworks/QuartzCore.framework; sourceTree = SDKROOT; }; | |||
| 09C9BAEEE4E8A75328920523 = { isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = QTKit.framework; path = System/Library/Frameworks/QTKit.framework; sourceTree = SDKROOT; }; | |||
| 0EAB2D20D5981EF6710DD3E1 = { isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = QuickTime.framework; path = System/Library/Frameworks/QuickTime.framework; sourceTree = SDKROOT; }; | |||
| 7A158D02E2EDD703A0CFA8BC = { isa = PBXFileReference; explicitFileType = "compiled.mach-o.executable"; includeInIndex = 0; path = BinaryBuilder; sourceTree = BUILT_PRODUCTS_DIR; }; | |||
| 691A04DB549A40E157FA8094 = { isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; name = Main.cpp; path = ../../Source/Main.cpp; sourceTree = SOURCE_ROOT; }; | |||
| B1B7B20A8E65BBC42DF14B0D = { isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; name = AppConfig.h; path = ../../JuceLibraryCode/AppConfig.h; sourceTree = SOURCE_ROOT; }; | |||
| 5EA9A3112DD69059009E0F26 = { isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; name = JuceHeader.h; path = ../../JuceLibraryCode/JuceHeader.h; sourceTree = SOURCE_ROOT; }; | |||
| 0A0FA87ED607057BA54E4BBD = { isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.objcpp; name = JuceLibraryCode.mm; path = ../../JuceLibraryCode/JuceLibraryCode.mm; sourceTree = SOURCE_ROOT; }; | |||
| 6A27AAC288808CE8035D7377 = { isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; name = Main.cpp; path = ../../Source/Main.cpp; sourceTree = SOURCE_ROOT; }; | |||
| 5F606AB153F95504EAFD9D43 = { isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; name = AppConfig.h; path = ../../JuceLibraryCode/AppConfig.h; sourceTree = SOURCE_ROOT; }; | |||
| E470B25F3E925313500ECA4B = { isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; name = JuceHeader.h; path = ../../JuceLibraryCode/JuceHeader.h; sourceTree = SOURCE_ROOT; }; | |||
| C1BF66548C6E652108454815 = { isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.objcpp; name = JuceLibraryCode.mm; path = ../../JuceLibraryCode/JuceLibraryCode.mm; sourceTree = SOURCE_ROOT; }; | |||
| 8E18B1DFE36F2C6EE0ECA3EC = { isa = PBXGroup; children = ( | |||
| 691A04DB549A40E157FA8094 ); name = Source; sourceTree = "<group>"; }; | |||
| 6A27AAC288808CE8035D7377 ); name = Source; sourceTree = "<group>"; }; | |||
| 5FBD6CC457B578F506C48225 = { isa = PBXGroup; children = ( | |||
| B1B7B20A8E65BBC42DF14B0D, | |||
| 5EA9A3112DD69059009E0F26, | |||
| 0A0FA87ED607057BA54E4BBD ); name = "Juce Library Code"; sourceTree = "<group>"; }; | |||
| 5F606AB153F95504EAFD9D43, | |||
| E470B25F3E925313500ECA4B, | |||
| C1BF66548C6E652108454815 ); name = "Juce Library Code"; sourceTree = "<group>"; }; | |||
| 28DCE1BE5F05AD011EBA6CF3 = { isa = PBXGroup; children = ( ); name = Resources; sourceTree = "<group>"; }; | |||
| 949924B27260A9CA22A8DA28 = { isa = PBXGroup; children = ( | |||
| 69844FA1F639F3E4F8DD45DE, | |||
| 95F3347A6AECE95701B1F9BF, | |||
| AC023778CC33071C047D6017, | |||
| 9322AF49389FDCA45C33F0E8, | |||
| E443D78BE267D93619CF4C67, | |||
| D55F4D95240CC3E9740066EE, | |||
| 8B951FEAF27DFD6D48D88EE4, | |||
| E7CF9A9BB4AA58661D56F504, | |||
| 5EB254E6536E73B74A5DC2E4, | |||
| 398ABD3E4F5AF81DF9EBDF9C, | |||
| 2DE49F0EE55E1CD3D8F2D8C2 ); name = Frameworks; sourceTree = "<group>"; }; | |||
| 29D44C51ABC7A22917957B75, | |||
| 4AB1FEDA98E62A78C6989314, | |||
| 6C51442861C1B642233596BF, | |||
| 64E92D6B28E9CEC8F65EEAF7, | |||
| 557F94EDE6E0CF27122A8631, | |||
| 8A1E07F45206050A29E70F43, | |||
| B89ACEF04F62D140978112D3, | |||
| 9D8D55FBE2A49988D24E9E69, | |||
| 71514AD5814B8BDE1F5008C6, | |||
| 09C9BAEEE4E8A75328920523, | |||
| 0EAB2D20D5981EF6710DD3E1 ); name = Frameworks; sourceTree = "<group>"; }; | |||
| 5D24E2ED36FDAADA5AFC30D6 = { isa = PBXGroup; children = ( | |||
| 7A158D02E2EDD703A0CFA8BC ); name = Products; sourceTree = "<group>"; }; | |||
| 97D16C110AD333B7A7B19523 = { isa = PBXGroup; children = ( | |||
| @@ -64,25 +64,25 @@ | |||
| 5D24E2ED36FDAADA5AFC30D6 ); name = Source; sourceTree = "<group>"; }; | |||
| 863BC4983AB677B34020A7E1 = { isa = XCBuildConfiguration; buildSettings = { | |||
| ARCHS = "$(ARCHS_STANDARD_32_BIT)"; | |||
| GCC_MODEL_TUNING = G5; | |||
| PREBINDING = NO; | |||
| ZERO_LINK = NO; | |||
| GCC_INLINES_ARE_PRIVATE_EXTERN = YES; | |||
| HEADER_SEARCH_PATHS = " $(inherited)"; | |||
| GCC_OPTIMIZATION_LEVEL = 0; | |||
| INFOPLIST_FILE = Info.plist; | |||
| MACOSX_DEPLOYMENT_TARGET_ppc = 10.4; | |||
| ONLY_ACTIVE_ARCH = YES; | |||
| COPY_PHASE_STRIP = NO; | |||
| GCC_DYNAMIC_NO_PIC = NO; | |||
| GCC_ENABLE_FIX_AND_CONTINUE = YES; | |||
| GCC_PREPROCESSOR_DEFINITIONS = ( | |||
| "_DEBUG=1", | |||
| "DEBUG=1 "); }; name = Debug; }; | |||
| A116EE5C62789530CF75BA63 = { isa = XCBuildConfiguration; buildSettings = { | |||
| ARCHS = "$(ARCHS_STANDARD_32_BIT)"; | |||
| GCC_MODEL_TUNING = G5; | |||
| PREBINDING = NO; | |||
| ZERO_LINK = NO; | |||
| GCC_INLINES_ARE_PRIVATE_EXTERN = YES; | |||
| HEADER_SEARCH_PATHS = " $(inherited)"; | |||
| GCC_OPTIMIZATION_LEVEL = s; | |||
| INFOPLIST_FILE = Info.plist; | |||
| MACOSX_DEPLOYMENT_TARGET_ppc = 10.4; | |||
| GCC_GENERATE_DEBUGGING_SYMBOLS = NO; | |||
| GCC_SYMBOLS_PRIVATE_EXTERN = YES; | |||
| GCC_PREPROCESSOR_DEFINITIONS = ( | |||
| @@ -90,7 +90,6 @@ | |||
| "NDEBUG=1 "); }; name = Release; }; | |||
| DA7B11D801B220A70E79666D = { isa = XCBuildConfiguration; buildSettings = { | |||
| ALWAYS_SEARCH_USER_PATHS = NO; | |||
| GCC_VERSION = 4.0; | |||
| GCC_C_LANGUAGE_STANDARD = c99; | |||
| GCC_WARN_ABOUT_RETURN_TYPE = YES; | |||
| GCC_WARN_CHECK_SWITCH_STATEMENTS = YES; | |||
| @@ -98,16 +97,13 @@ | |||
| GCC_WARN_MISSING_PARENTHESES = YES; | |||
| GCC_WARN_NON_VIRTUAL_DESTRUCTOR = YES; | |||
| GCC_WARN_TYPECHECK_CALLS_TO_PRINTF = YES; | |||
| GCC_MODEL_TUNING = G5; | |||
| GCC_INLINES_ARE_PRIVATE_EXTERN = YES; | |||
| ZERO_LINK = NO; | |||
| DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym"; | |||
| INFOPLIST_FILE = Info.plist; | |||
| PRODUCT_NAME = "BinaryBuilder"; | |||
| COPY_PHASE_STRIP = NO; | |||
| GCC_DYNAMIC_NO_PIC = NO; | |||
| GCC_ENABLE_FIX_AND_CONTINUE = YES; | |||
| MACOSX_DEPLOYMENT_TARGET_ppc = 10.4; }; name = Debug; }; | |||
| PRODUCT_NAME = "BinaryBuilder"; }; name = Debug; }; | |||
| DF5425353B7CCCB990957226 = { isa = XCBuildConfiguration; buildSettings = { | |||
| ALWAYS_SEARCH_USER_PATHS = NO; | |||
| GCC_VERSION = 4.0; | |||
| GCC_C_LANGUAGE_STANDARD = c99; | |||
| GCC_WARN_ABOUT_RETURN_TYPE = YES; | |||
| GCC_WARN_CHECK_SWITCH_STATEMENTS = YES; | |||
| @@ -115,10 +111,11 @@ | |||
| GCC_WARN_MISSING_PARENTHESES = YES; | |||
| GCC_WARN_NON_VIRTUAL_DESTRUCTOR = YES; | |||
| GCC_WARN_TYPECHECK_CALLS_TO_PRINTF = YES; | |||
| GCC_MODEL_TUNING = G5; | |||
| GCC_INLINES_ARE_PRIVATE_EXTERN = YES; | |||
| ZERO_LINK = NO; | |||
| DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym"; | |||
| INFOPLIST_FILE = Info.plist; | |||
| PRODUCT_NAME = "BinaryBuilder"; | |||
| MACOSX_DEPLOYMENT_TARGET_ppc = 10.4; }; name = Release; }; | |||
| PRODUCT_NAME = "BinaryBuilder"; }; name = Release; }; | |||
| DCF3DECB3E449934F432BCE5 = { isa = XCConfigurationList; buildConfigurations = ( | |||
| DA7B11D801B220A70E79666D, | |||
| DF5425353B7CCCB990957226 ); defaultConfigurationIsVisible = 0; defaultConfigurationName = Debug; }; | |||
| @@ -127,20 +124,20 @@ | |||
| A116EE5C62789530CF75BA63 ); defaultConfigurationIsVisible = 0; defaultConfigurationName = Debug; }; | |||
| 021B93602492F70DDC7B752A = { isa = PBXResourcesBuildPhase; buildActionMask = 2147483647; files = ( ); runOnlyForDeploymentPostprocessing = 0; }; | |||
| D6DEA193D099F447BC2BC812 = { isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; files = ( | |||
| CE0DE73B6610F53FD29D125B, | |||
| 44F98CEDAF273AB9680FD4A0 ); runOnlyForDeploymentPostprocessing = 0; }; | |||
| 1FAD952C829A55D97F6E6664, | |||
| 082F96946F7CD4AFEDE1064B ); runOnlyForDeploymentPostprocessing = 0; }; | |||
| 90724B03672FC7862B671969 = { isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; files = ( | |||
| 2605D50ADD7E8A72B205E6A2, | |||
| C2FB64601A9322847B92D291, | |||
| 12D364CEAA04D2C415834CB0, | |||
| 5021E445BC6C92D69EA25DF4, | |||
| 498351EF00C25D11D1BD70AB, | |||
| AA22C2D51264E0345EF1B382, | |||
| 231F639DD3167C4D855C0417, | |||
| E504F6A5707F3F672DB52BA8, | |||
| 4B8EC1DA657A607095642999, | |||
| 195655080445BD3F2EC47BC7, | |||
| B953A20FA177E32F3BB783D3 ); runOnlyForDeploymentPostprocessing = 0; }; | |||
| 540A84102A635F4601CD7991, | |||
| 4059BA1831A3C2EE6BC73A86, | |||
| 3FD813D407F9A698544CD0BF, | |||
| 003C524A58C1AE9E5700E942, | |||
| 283B383CA36F5B48D0E781B2, | |||
| 2881178D3974809F4E152A77, | |||
| A58DFAAE812BF6E26FD6B01F, | |||
| 64735B5D978FDFB20DEA938D, | |||
| 8169D77DFD3BC7A1A84CF3DB, | |||
| 474B141E513991137D7C0FB6, | |||
| 796E0F144DCCFFE6F4242F21 ); runOnlyForDeploymentPostprocessing = 0; }; | |||
| 683DA490C2B056506C3A8D7B = { isa = PBXNativeTarget; buildConfigurationList = 4D9C43C6237ADA72C875B760; buildPhases = ( | |||
| 021B93602492F70DDC7B752A, | |||
| D6DEA193D099F447BC2BC812, | |||
| @@ -37,7 +37,7 @@ static int addFile (const File& file, | |||
| cppStream << "static const unsigned char temp" << ++tempNum << "[] = {"; | |||
| int i = 0; | |||
| size_t i = 0; | |||
| const uint8* const data = (const uint8*) mb.getData(); | |||
| while (i < mb.getSize() - 1) | |||
| @@ -15,7 +15,7 @@ ifeq ($(CONFIG),Debug) | |||
| CPPFLAGS := $(DEPFLAGS) -D "LINUX=1" -D "DEBUG=1" -D "_DEBUG=1" -I "/usr/include" -I "/usr/include/freetype2" | |||
| CFLAGS += $(CPPFLAGS) $(TARGET_ARCH) -g -ggdb -O0 | |||
| CXXFLAGS += $(CFLAGS) | |||
| LDFLAGS += -L$(BINDIR) -L$(LIBDIR) -mwindows -L"/usr/X11R6/lib/" -L"../../../../bin" -lfreetype -lpthread -lrt -lX11 -lGL -lGLU -lXinerama -lasound | |||
| LDFLAGS += -L$(BINDIR) -L$(LIBDIR) -mwindows -L"/usr/X11R6/lib/" -L"../../../../../juce/bin" -lfreetype -lpthread -lrt -lX11 -lGL -lGLU -lXinerama -lasound | |||
| LDDEPS := | |||
| RESFLAGS := -D "LINUX=1" -D "DEBUG=1" -D "_DEBUG=1" -I "/usr/include" -I "/usr/include/freetype2" | |||
| TARGET := HelloWorld | |||
| @@ -30,7 +30,7 @@ ifeq ($(CONFIG),Release) | |||
| CPPFLAGS := $(DEPFLAGS) -D "LINUX=1" -D "NDEBUG=1" -I "/usr/include" -I "/usr/include/freetype2" | |||
| CFLAGS += $(CPPFLAGS) $(TARGET_ARCH) -Os | |||
| CXXFLAGS += $(CFLAGS) | |||
| LDFLAGS += -L$(BINDIR) -L$(LIBDIR) -mwindows -L"/usr/X11R6/lib/" -L"../../../../bin" -lfreetype -lpthread -lrt -lX11 -lGL -lGLU -lXinerama -lasound | |||
| LDFLAGS += -L$(BINDIR) -L$(LIBDIR) -mwindows -L"/usr/X11R6/lib/" -L"../../../../../juce/bin" -lfreetype -lpthread -lrt -lX11 -lGL -lGLU -lXinerama -lasound | |||
| LDDEPS := | |||
| RESFLAGS := -D "LINUX=1" -D "NDEBUG=1" -I "/usr/include" -I "/usr/include/freetype2" | |||
| TARGET := HelloWorld | |||
| @@ -6,70 +6,70 @@ | |||
| objectVersion = 44; | |||
| objects = { | |||
| 28F8C199DFD1C5A282FE13A5 = { isa = PBXBuildFile; fileRef = 6B773B30089D3E23C9C763E1; }; | |||
| C4EE40FF2BE67DC34B8CFFA4 = { isa = PBXBuildFile; fileRef = 97E620097C302396D2AA27C3; }; | |||
| 14C6505DBC681DF4E57D69C3 = { isa = PBXBuildFile; fileRef = AEF423F7CE97424BD4678D2A; }; | |||
| 5224D0D4CEC0DD155F9B7A07 = { isa = PBXBuildFile; fileRef = 95159BD839F317D41D3D1DEB; }; | |||
| 4B763D6E12169750A2A69DAE = { isa = PBXBuildFile; fileRef = E636C31AF3CB1475EAB8697A; }; | |||
| AC15BE6424B83A742FEAE095 = { isa = PBXBuildFile; fileRef = D752392436501E2845F993E1; }; | |||
| 25025F2CE57AB78C5646212B = { isa = PBXBuildFile; fileRef = 8D88FB79F4D147AC18C2ACF7; }; | |||
| E7F7E23482D37A97EDAF59BB = { isa = PBXBuildFile; fileRef = E9B2862AC6FE93A6EE401207; }; | |||
| 4D71BD6967CEBBAF665E57AC = { isa = PBXBuildFile; fileRef = 50A4407555B2BEF61B47EFF7; }; | |||
| 1B49419715A8087FFEBD99CB = { isa = PBXBuildFile; fileRef = 3B7CA9CD51BE335DCAD5FC9F; }; | |||
| BB469E9EB2CB2E6EFCA0B0D6 = { isa = PBXBuildFile; fileRef = 2FD78B9DF6A26702A9EC05C5; }; | |||
| 237BC2541E5BB21EB4226623 = { isa = PBXBuildFile; fileRef = CB66B1896A253A8D6336E645; }; | |||
| 6F7267F0D2F847AF73EF7DAF = { isa = PBXBuildFile; fileRef = FD2B52051D28D30204949A05; }; | |||
| 7933F0BE345596B55294E9F4 = { isa = PBXBuildFile; fileRef = 58416A6F1B244D5A8110CE89; }; | |||
| D642B591698C3E8615F8A3B4 = { isa = PBXBuildFile; fileRef = F1CB08B1DDCE698D39194670; }; | |||
| 43407A648DB3D648E75D6E84 = { isa = PBXBuildFile; fileRef = AA34A6F29F6895C1D223CF68; }; | |||
| A04F4F37B1EA8E19A9B12945 = { isa = PBXBuildFile; fileRef = 53BE344341F2C1F48A2D476F; }; | |||
| 6B773B30089D3E23C9C763E1 = { isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Cocoa.framework; path = /System/Library/Frameworks/Cocoa.framework; sourceTree = "<absolute>"; }; | |||
| 97E620097C302396D2AA27C3 = { isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Carbon.framework; path = /System/Library/Frameworks/Carbon.framework; sourceTree = "<absolute>"; }; | |||
| AEF423F7CE97424BD4678D2A = { isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = IOKit.framework; path = /System/Library/Frameworks/IOKit.framework; sourceTree = "<absolute>"; }; | |||
| 95159BD839F317D41D3D1DEB = { isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = CoreAudio.framework; path = /System/Library/Frameworks/CoreAudio.framework; sourceTree = "<absolute>"; }; | |||
| E636C31AF3CB1475EAB8697A = { isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = CoreMIDI.framework; path = /System/Library/Frameworks/CoreMIDI.framework; sourceTree = "<absolute>"; }; | |||
| D752392436501E2845F993E1 = { isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = WebKit.framework; path = /System/Library/Frameworks/WebKit.framework; sourceTree = "<absolute>"; }; | |||
| 8D88FB79F4D147AC18C2ACF7 = { isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = DiscRecording.framework; path = /System/Library/Frameworks/DiscRecording.framework; sourceTree = "<absolute>"; }; | |||
| E9B2862AC6FE93A6EE401207 = { isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = OpenGL.framework; path = /System/Library/Frameworks/OpenGL.framework; sourceTree = "<absolute>"; }; | |||
| 50A4407555B2BEF61B47EFF7 = { isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = QuartzCore.framework; path = /System/Library/Frameworks/QuartzCore.framework; sourceTree = "<absolute>"; }; | |||
| 3B7CA9CD51BE335DCAD5FC9F = { isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = QTKit.framework; path = /System/Library/Frameworks/QTKit.framework; sourceTree = "<absolute>"; }; | |||
| 2FD78B9DF6A26702A9EC05C5 = { isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = QuickTime.framework; path = /System/Library/Frameworks/QuickTime.framework; sourceTree = "<absolute>"; }; | |||
| 56FD709F3CB6A985C1B7A694 = { isa = PBXBuildFile; fileRef = 2BC738E0BC1BED69E88EA879; }; | |||
| 424CA69742F61D1D3CB06799 = { isa = PBXBuildFile; fileRef = 4DA4EA699A4965B89682B027; }; | |||
| 32CB0F63084DF1D72436FDB2 = { isa = PBXBuildFile; fileRef = 6E4420A77315F181F32EB3C2; }; | |||
| 022F4ED96A15F8CD27091655 = { isa = PBXBuildFile; fileRef = 66DC19FA3A3D19F7C647180A; }; | |||
| 2A2E24CBB5B3A687A1E1AFB5 = { isa = PBXBuildFile; fileRef = 5762707CF8340A66D213B444; }; | |||
| 2A73031C4AC8DACE1F1F477A = { isa = PBXBuildFile; fileRef = 8C00F38364695F4AF9D12D56; }; | |||
| A770E63D828F312130C0DD22 = { isa = PBXBuildFile; fileRef = BA8DBA8F50B61C70577A3FE6; }; | |||
| 666547ECA9E319F1DED3B090 = { isa = PBXBuildFile; fileRef = 9F70418AF407D4C7A238BC7C; }; | |||
| 835CC30C0F8F02E1783610EE = { isa = PBXBuildFile; fileRef = 73443664929FC50DEF4A25C9; }; | |||
| 493E009D628DEC433D662CC9 = { isa = PBXBuildFile; fileRef = 0BBCA67DF63CE283F99C2236; }; | |||
| 7B51FB935F204A16C41E4C34 = { isa = PBXBuildFile; fileRef = 009D09AFE7FC582542F600E4; }; | |||
| 119081BB83FE901930589367 = { isa = PBXBuildFile; fileRef = 6C1A965199E4D717D447908A; }; | |||
| C9B8263DF607601C36830D13 = { isa = PBXBuildFile; fileRef = FC820277427C81F276F67A7F; }; | |||
| 1FC28AA47241BA007DC7AD31 = { isa = PBXBuildFile; fileRef = F673B9CC3D25A521A00E8A89; }; | |||
| 8CC14F76A67862D14F2B6801 = { isa = PBXBuildFile; fileRef = AFFC570DFFCFD15459170281; }; | |||
| E9DF0549CBAF0A93118023C1 = { isa = PBXBuildFile; fileRef = 5776F55FA169FD97F1118A78; }; | |||
| 56DECA1CFFD6A264D3E4ED81 = { isa = PBXBuildFile; fileRef = F0FF93A063F329CAA91BF370; }; | |||
| 2BC738E0BC1BED69E88EA879 = { isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Cocoa.framework; path = System/Library/Frameworks/Cocoa.framework; sourceTree = SDKROOT; }; | |||
| 4DA4EA699A4965B89682B027 = { isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Carbon.framework; path = System/Library/Frameworks/Carbon.framework; sourceTree = SDKROOT; }; | |||
| 6E4420A77315F181F32EB3C2 = { isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = IOKit.framework; path = System/Library/Frameworks/IOKit.framework; sourceTree = SDKROOT; }; | |||
| 66DC19FA3A3D19F7C647180A = { isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = CoreAudio.framework; path = System/Library/Frameworks/CoreAudio.framework; sourceTree = SDKROOT; }; | |||
| 5762707CF8340A66D213B444 = { isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = CoreMIDI.framework; path = System/Library/Frameworks/CoreMIDI.framework; sourceTree = SDKROOT; }; | |||
| 8C00F38364695F4AF9D12D56 = { isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = WebKit.framework; path = System/Library/Frameworks/WebKit.framework; sourceTree = SDKROOT; }; | |||
| BA8DBA8F50B61C70577A3FE6 = { isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = DiscRecording.framework; path = System/Library/Frameworks/DiscRecording.framework; sourceTree = SDKROOT; }; | |||
| 9F70418AF407D4C7A238BC7C = { isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = OpenGL.framework; path = System/Library/Frameworks/OpenGL.framework; sourceTree = SDKROOT; }; | |||
| 73443664929FC50DEF4A25C9 = { isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = QuartzCore.framework; path = System/Library/Frameworks/QuartzCore.framework; sourceTree = SDKROOT; }; | |||
| 0BBCA67DF63CE283F99C2236 = { isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = QTKit.framework; path = System/Library/Frameworks/QTKit.framework; sourceTree = SDKROOT; }; | |||
| 009D09AFE7FC582542F600E4 = { isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = QuickTime.framework; path = System/Library/Frameworks/QuickTime.framework; sourceTree = SDKROOT; }; | |||
| 7C087991E331224371B9C5CF = { isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = HelloWorld.app; sourceTree = BUILT_PRODUCTS_DIR; }; | |||
| EA7F9B8453D98A3675F49035 = { isa = PBXFileReference; lastKnownFileType = text.plist.xml; name = Info.plist; path = Info.plist; sourceTree = SOURCE_ROOT; }; | |||
| CB66B1896A253A8D6336E645 = { isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; name = Main.cpp; path = ../../Source/Main.cpp; sourceTree = SOURCE_ROOT; }; | |||
| FD2B52051D28D30204949A05 = { isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; name = MainComponent.cpp; path = ../../Source/MainComponent.cpp; sourceTree = SOURCE_ROOT; }; | |||
| F56FAC52B9F4534E4C732A2D = { isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; name = MainComponent.h; path = ../../Source/MainComponent.h; sourceTree = SOURCE_ROOT; }; | |||
| 57943AE0D519B821B9CB886E = { isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; name = AppConfig.h; path = ../../JuceLibraryCode/AppConfig.h; sourceTree = SOURCE_ROOT; }; | |||
| AFDF1CB4C386A2D781D66AA1 = { isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; name = JuceHeader.h; path = ../../JuceLibraryCode/JuceHeader.h; sourceTree = SOURCE_ROOT; }; | |||
| 58416A6F1B244D5A8110CE89 = { isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.objcpp; name = JuceLibraryCode1.mm; path = ../../JuceLibraryCode/JuceLibraryCode1.mm; sourceTree = SOURCE_ROOT; }; | |||
| F1CB08B1DDCE698D39194670 = { isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.objcpp; name = JuceLibraryCode2.mm; path = ../../JuceLibraryCode/JuceLibraryCode2.mm; sourceTree = SOURCE_ROOT; }; | |||
| AA34A6F29F6895C1D223CF68 = { isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.objcpp; name = JuceLibraryCode3.mm; path = ../../JuceLibraryCode/JuceLibraryCode3.mm; sourceTree = SOURCE_ROOT; }; | |||
| 53BE344341F2C1F48A2D476F = { isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.objcpp; name = JuceLibraryCode4.mm; path = ../../JuceLibraryCode/JuceLibraryCode4.mm; sourceTree = SOURCE_ROOT; }; | |||
| 91703547CD56D6CCA2F93889 = { isa = PBXFileReference; lastKnownFileType = text.plist.xml; name = Info.plist; path = Info.plist; sourceTree = SOURCE_ROOT; }; | |||
| 6C1A965199E4D717D447908A = { isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; name = Main.cpp; path = ../../Source/Main.cpp; sourceTree = SOURCE_ROOT; }; | |||
| FC820277427C81F276F67A7F = { isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; name = MainComponent.cpp; path = ../../Source/MainComponent.cpp; sourceTree = SOURCE_ROOT; }; | |||
| DAD19F84822BABA3F8B0D111 = { isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; name = MainComponent.h; path = ../../Source/MainComponent.h; sourceTree = SOURCE_ROOT; }; | |||
| 51534640645D9043ABE7BA46 = { isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; name = AppConfig.h; path = ../../JuceLibraryCode/AppConfig.h; sourceTree = SOURCE_ROOT; }; | |||
| E662AEEE3FF59E4320F8E75E = { isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; name = JuceHeader.h; path = ../../JuceLibraryCode/JuceHeader.h; sourceTree = SOURCE_ROOT; }; | |||
| F673B9CC3D25A521A00E8A89 = { isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.objcpp; name = JuceLibraryCode1.mm; path = ../../JuceLibraryCode/JuceLibraryCode1.mm; sourceTree = SOURCE_ROOT; }; | |||
| AFFC570DFFCFD15459170281 = { isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.objcpp; name = JuceLibraryCode2.mm; path = ../../JuceLibraryCode/JuceLibraryCode2.mm; sourceTree = SOURCE_ROOT; }; | |||
| 5776F55FA169FD97F1118A78 = { isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.objcpp; name = JuceLibraryCode3.mm; path = ../../JuceLibraryCode/JuceLibraryCode3.mm; sourceTree = SOURCE_ROOT; }; | |||
| F0FF93A063F329CAA91BF370 = { isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.objcpp; name = JuceLibraryCode4.mm; path = ../../JuceLibraryCode/JuceLibraryCode4.mm; sourceTree = SOURCE_ROOT; }; | |||
| AA11C8578F0825D0211C7C71 = { isa = PBXGroup; children = ( | |||
| CB66B1896A253A8D6336E645, | |||
| FD2B52051D28D30204949A05, | |||
| F56FAC52B9F4534E4C732A2D ); name = Source; sourceTree = "<group>"; }; | |||
| 6C1A965199E4D717D447908A, | |||
| FC820277427C81F276F67A7F, | |||
| DAD19F84822BABA3F8B0D111 ); name = Source; sourceTree = "<group>"; }; | |||
| 52AF58536809B334D6BEBF28 = { isa = PBXGroup; children = ( | |||
| 57943AE0D519B821B9CB886E, | |||
| AFDF1CB4C386A2D781D66AA1, | |||
| 58416A6F1B244D5A8110CE89, | |||
| F1CB08B1DDCE698D39194670, | |||
| AA34A6F29F6895C1D223CF68, | |||
| 53BE344341F2C1F48A2D476F ); name = "Juce Library Code"; sourceTree = "<group>"; }; | |||
| 51534640645D9043ABE7BA46, | |||
| E662AEEE3FF59E4320F8E75E, | |||
| F673B9CC3D25A521A00E8A89, | |||
| AFFC570DFFCFD15459170281, | |||
| 5776F55FA169FD97F1118A78, | |||
| F0FF93A063F329CAA91BF370 ); name = "Juce Library Code"; sourceTree = "<group>"; }; | |||
| 2ACEDD4D6058F840EEA38906 = { isa = PBXGroup; children = ( | |||
| EA7F9B8453D98A3675F49035 ); name = Resources; sourceTree = "<group>"; }; | |||
| 91703547CD56D6CCA2F93889 ); name = Resources; sourceTree = "<group>"; }; | |||
| 968C104183C4F309F291072B = { isa = PBXGroup; children = ( | |||
| 6B773B30089D3E23C9C763E1, | |||
| 97E620097C302396D2AA27C3, | |||
| AEF423F7CE97424BD4678D2A, | |||
| 95159BD839F317D41D3D1DEB, | |||
| E636C31AF3CB1475EAB8697A, | |||
| D752392436501E2845F993E1, | |||
| 8D88FB79F4D147AC18C2ACF7, | |||
| E9B2862AC6FE93A6EE401207, | |||
| 50A4407555B2BEF61B47EFF7, | |||
| 3B7CA9CD51BE335DCAD5FC9F, | |||
| 2FD78B9DF6A26702A9EC05C5 ); name = Frameworks; sourceTree = "<group>"; }; | |||
| 2BC738E0BC1BED69E88EA879, | |||
| 4DA4EA699A4965B89682B027, | |||
| 6E4420A77315F181F32EB3C2, | |||
| 66DC19FA3A3D19F7C647180A, | |||
| 5762707CF8340A66D213B444, | |||
| 8C00F38364695F4AF9D12D56, | |||
| BA8DBA8F50B61C70577A3FE6, | |||
| 9F70418AF407D4C7A238BC7C, | |||
| 73443664929FC50DEF4A25C9, | |||
| 0BBCA67DF63CE283F99C2236, | |||
| 009D09AFE7FC582542F600E4 ); name = Frameworks; sourceTree = "<group>"; }; | |||
| 5F17DE7C4751F5192BE55DD9 = { isa = PBXGroup; children = ( | |||
| 7C087991E331224371B9C5CF ); name = Products; sourceTree = "<group>"; }; | |||
| 7F35A8BE5FF618393F413498 = { isa = PBXGroup; children = ( | |||
| @@ -80,25 +80,27 @@ | |||
| 5F17DE7C4751F5192BE55DD9 ); name = Source; sourceTree = "<group>"; }; | |||
| 882EB0274C09C2F31019C4F4 = { isa = XCBuildConfiguration; buildSettings = { | |||
| ARCHS = "$(ARCHS_STANDARD_32_BIT)"; | |||
| GCC_MODEL_TUNING = G5; | |||
| PREBINDING = NO; | |||
| ZERO_LINK = NO; | |||
| GCC_INLINES_ARE_PRIVATE_EXTERN = YES; | |||
| HEADER_SEARCH_PATHS = " $(inherited)"; | |||
| GCC_OPTIMIZATION_LEVEL = 0; | |||
| INFOPLIST_FILE = Info.plist; | |||
| INSTALL_PATH = "$(HOME)/Applications"; | |||
| MACOSX_DEPLOYMENT_TARGET_ppc = 10.4; | |||
| ONLY_ACTIVE_ARCH = YES; | |||
| COPY_PHASE_STRIP = NO; | |||
| GCC_DYNAMIC_NO_PIC = NO; | |||
| GCC_ENABLE_FIX_AND_CONTINUE = YES; | |||
| GCC_PREPROCESSOR_DEFINITIONS = ( | |||
| "_DEBUG=1", | |||
| "DEBUG=1 "); }; name = Debug; }; | |||
| 9309DAEB73DBD07F906FD766 = { isa = XCBuildConfiguration; buildSettings = { | |||
| ARCHS = "$(ARCHS_STANDARD_32_BIT)"; | |||
| GCC_MODEL_TUNING = G5; | |||
| PREBINDING = NO; | |||
| ZERO_LINK = NO; | |||
| GCC_INLINES_ARE_PRIVATE_EXTERN = YES; | |||
| HEADER_SEARCH_PATHS = " $(inherited)"; | |||
| GCC_OPTIMIZATION_LEVEL = s; | |||
| INFOPLIST_FILE = Info.plist; | |||
| INSTALL_PATH = "$(HOME)/Applications"; | |||
| MACOSX_DEPLOYMENT_TARGET_ppc = 10.4; | |||
| GCC_GENERATE_DEBUGGING_SYMBOLS = NO; | |||
| GCC_SYMBOLS_PRIVATE_EXTERN = YES; | |||
| GCC_PREPROCESSOR_DEFINITIONS = ( | |||
| @@ -106,7 +108,6 @@ | |||
| "NDEBUG=1 "); }; name = Release; }; | |||
| DC6E0D6712057BE7CE629370 = { isa = XCBuildConfiguration; buildSettings = { | |||
| ALWAYS_SEARCH_USER_PATHS = NO; | |||
| GCC_VERSION = 4.0; | |||
| GCC_C_LANGUAGE_STANDARD = c99; | |||
| GCC_WARN_ABOUT_RETURN_TYPE = YES; | |||
| GCC_WARN_CHECK_SWITCH_STATEMENTS = YES; | |||
| @@ -114,17 +115,13 @@ | |||
| GCC_WARN_MISSING_PARENTHESES = YES; | |||
| GCC_WARN_NON_VIRTUAL_DESTRUCTOR = YES; | |||
| GCC_WARN_TYPECHECK_CALLS_TO_PRINTF = YES; | |||
| GCC_MODEL_TUNING = G5; | |||
| GCC_INLINES_ARE_PRIVATE_EXTERN = YES; | |||
| ZERO_LINK = NO; | |||
| DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym"; | |||
| INFOPLIST_FILE = Info.plist; | |||
| INSTALL_PATH = "$(HOME)/Applications"; | |||
| PRODUCT_NAME = "HelloWorld"; | |||
| COPY_PHASE_STRIP = NO; | |||
| GCC_DYNAMIC_NO_PIC = NO; | |||
| GCC_ENABLE_FIX_AND_CONTINUE = YES; | |||
| MACOSX_DEPLOYMENT_TARGET_ppc = 10.4; }; name = Debug; }; | |||
| PRODUCT_NAME = "HelloWorld"; }; name = Debug; }; | |||
| D14711B44DC017E8618FAF39 = { isa = XCBuildConfiguration; buildSettings = { | |||
| ALWAYS_SEARCH_USER_PATHS = NO; | |||
| GCC_VERSION = 4.0; | |||
| GCC_C_LANGUAGE_STANDARD = c99; | |||
| GCC_WARN_ABOUT_RETURN_TYPE = YES; | |||
| GCC_WARN_CHECK_SWITCH_STATEMENTS = YES; | |||
| @@ -132,11 +129,11 @@ | |||
| GCC_WARN_MISSING_PARENTHESES = YES; | |||
| GCC_WARN_NON_VIRTUAL_DESTRUCTOR = YES; | |||
| GCC_WARN_TYPECHECK_CALLS_TO_PRINTF = YES; | |||
| GCC_MODEL_TUNING = G5; | |||
| GCC_INLINES_ARE_PRIVATE_EXTERN = YES; | |||
| ZERO_LINK = NO; | |||
| DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym"; | |||
| INFOPLIST_FILE = Info.plist; | |||
| INSTALL_PATH = "$(HOME)/Applications"; | |||
| PRODUCT_NAME = "HelloWorld"; | |||
| MACOSX_DEPLOYMENT_TARGET_ppc = 10.4; }; name = Release; }; | |||
| PRODUCT_NAME = "HelloWorld"; }; name = Release; }; | |||
| DEE6CA5A3F98D473C53CD9F8 = { isa = XCConfigurationList; buildConfigurations = ( | |||
| DC6E0D6712057BE7CE629370, | |||
| D14711B44DC017E8618FAF39 ); defaultConfigurationIsVisible = 0; defaultConfigurationName = Debug; }; | |||
| @@ -145,24 +142,24 @@ | |||
| 9309DAEB73DBD07F906FD766 ); defaultConfigurationIsVisible = 0; defaultConfigurationName = Debug; }; | |||
| 040E7FFF35F5314CAC65923E = { isa = PBXResourcesBuildPhase; buildActionMask = 2147483647; files = ( ); runOnlyForDeploymentPostprocessing = 0; }; | |||
| D8C19D22E1FD4F768D15F525 = { isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; files = ( | |||
| 237BC2541E5BB21EB4226623, | |||
| 6F7267F0D2F847AF73EF7DAF, | |||
| 7933F0BE345596B55294E9F4, | |||
| D642B591698C3E8615F8A3B4, | |||
| 43407A648DB3D648E75D6E84, | |||
| A04F4F37B1EA8E19A9B12945 ); runOnlyForDeploymentPostprocessing = 0; }; | |||
| 119081BB83FE901930589367, | |||
| C9B8263DF607601C36830D13, | |||
| 1FC28AA47241BA007DC7AD31, | |||
| 8CC14F76A67862D14F2B6801, | |||
| E9DF0549CBAF0A93118023C1, | |||
| 56DECA1CFFD6A264D3E4ED81 ); runOnlyForDeploymentPostprocessing = 0; }; | |||
| 92652782798302B5FC51366D = { isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; files = ( | |||
| 28F8C199DFD1C5A282FE13A5, | |||
| C4EE40FF2BE67DC34B8CFFA4, | |||
| 14C6505DBC681DF4E57D69C3, | |||
| 5224D0D4CEC0DD155F9B7A07, | |||
| 4B763D6E12169750A2A69DAE, | |||
| AC15BE6424B83A742FEAE095, | |||
| 25025F2CE57AB78C5646212B, | |||
| E7F7E23482D37A97EDAF59BB, | |||
| 4D71BD6967CEBBAF665E57AC, | |||
| 1B49419715A8087FFEBD99CB, | |||
| BB469E9EB2CB2E6EFCA0B0D6 ); runOnlyForDeploymentPostprocessing = 0; }; | |||
| 56FD709F3CB6A985C1B7A694, | |||
| 424CA69742F61D1D3CB06799, | |||
| 32CB0F63084DF1D72436FDB2, | |||
| 022F4ED96A15F8CD27091655, | |||
| 2A2E24CBB5B3A687A1E1AFB5, | |||
| 2A73031C4AC8DACE1F1F477A, | |||
| A770E63D828F312130C0DD22, | |||
| 666547ECA9E319F1DED3B090, | |||
| 835CC30C0F8F02E1783610EE, | |||
| 493E009D628DEC433D662CC9, | |||
| 7B51FB935F204A16C41E4C34 ); runOnlyForDeploymentPostprocessing = 0; }; | |||
| 6A20902FD404918F3D24BA8E = { isa = PBXNativeTarget; buildConfigurationList = 4F8F2F5535CE15A1996FD473; buildPhases = ( | |||
| 040E7FFF35F5314CAC65923E, | |||
| D8C19D22E1FD4F768D15F525, | |||
| @@ -6,49 +6,49 @@ | |||
| objectVersion = 44; | |||
| objects = { | |||
| A17CB2E433E1BE3ABE451848 = { isa = PBXBuildFile; fileRef = 558FCE9088F29BC53FEE9BC2; }; | |||
| C4C15F695EA3866CC3E37FBD = { isa = PBXBuildFile; fileRef = 716EC4E9813924BC425CDEF5; }; | |||
| AA82EB355000836E0A2AC930 = { isa = PBXBuildFile; fileRef = BFA8583602D1022E7CA9A559; }; | |||
| F90EEEB7BFE91DE375E81242 = { isa = PBXBuildFile; fileRef = 8C58C43B4C4F9E89233A25F9; }; | |||
| 237BC2541E5BB21EB4226623 = { isa = PBXBuildFile; fileRef = CB66B1896A253A8D6336E645; }; | |||
| 6F7267F0D2F847AF73EF7DAF = { isa = PBXBuildFile; fileRef = FD2B52051D28D30204949A05; }; | |||
| 7933F0BE345596B55294E9F4 = { isa = PBXBuildFile; fileRef = 58416A6F1B244D5A8110CE89; }; | |||
| D642B591698C3E8615F8A3B4 = { isa = PBXBuildFile; fileRef = F1CB08B1DDCE698D39194670; }; | |||
| 43407A648DB3D648E75D6E84 = { isa = PBXBuildFile; fileRef = AA34A6F29F6895C1D223CF68; }; | |||
| A04F4F37B1EA8E19A9B12945 = { isa = PBXBuildFile; fileRef = 53BE344341F2C1F48A2D476F; }; | |||
| 558FCE9088F29BC53FEE9BC2 = { isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = UIKit.framework; path = System/Library/Frameworks/UIKit.framework; sourceTree = SDKROOT; }; | |||
| 716EC4E9813924BC425CDEF5 = { isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Foundation.framework; path = System/Library/Frameworks/Foundation.framework; sourceTree = SDKROOT; }; | |||
| BFA8583602D1022E7CA9A559 = { isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = CoreGraphics.framework; path = System/Library/Frameworks/CoreGraphics.framework; sourceTree = SDKROOT; }; | |||
| 8C58C43B4C4F9E89233A25F9 = { isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = AudioToolbox.framework; path = System/Library/Frameworks/AudioToolbox.framework; sourceTree = SDKROOT; }; | |||
| DE7161FA80C6931E0CFDAC36 = { isa = PBXBuildFile; fileRef = 14CFDA402C804AFA5EA5C15A; }; | |||
| 09AD751CF664DDADD5BB38FF = { isa = PBXBuildFile; fileRef = 850EBAC8BF163BD3166F14D7; }; | |||
| F33E06EEF327B7B3B24CBDDB = { isa = PBXBuildFile; fileRef = DA3A5A1A682E0C08F8A5F7BE; }; | |||
| 52BAF97F520041392D0A16DD = { isa = PBXBuildFile; fileRef = A6FBC62F929C9862AF26776E; }; | |||
| 119081BB83FE901930589367 = { isa = PBXBuildFile; fileRef = 6C1A965199E4D717D447908A; }; | |||
| C9B8263DF607601C36830D13 = { isa = PBXBuildFile; fileRef = FC820277427C81F276F67A7F; }; | |||
| 1FC28AA47241BA007DC7AD31 = { isa = PBXBuildFile; fileRef = F673B9CC3D25A521A00E8A89; }; | |||
| 8CC14F76A67862D14F2B6801 = { isa = PBXBuildFile; fileRef = AFFC570DFFCFD15459170281; }; | |||
| E9DF0549CBAF0A93118023C1 = { isa = PBXBuildFile; fileRef = 5776F55FA169FD97F1118A78; }; | |||
| 56DECA1CFFD6A264D3E4ED81 = { isa = PBXBuildFile; fileRef = F0FF93A063F329CAA91BF370; }; | |||
| 14CFDA402C804AFA5EA5C15A = { isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = UIKit.framework; path = System/Library/Frameworks/UIKit.framework; sourceTree = SDKROOT; }; | |||
| 850EBAC8BF163BD3166F14D7 = { isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Foundation.framework; path = System/Library/Frameworks/Foundation.framework; sourceTree = SDKROOT; }; | |||
| DA3A5A1A682E0C08F8A5F7BE = { isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = CoreGraphics.framework; path = System/Library/Frameworks/CoreGraphics.framework; sourceTree = SDKROOT; }; | |||
| A6FBC62F929C9862AF26776E = { isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = AudioToolbox.framework; path = System/Library/Frameworks/AudioToolbox.framework; sourceTree = SDKROOT; }; | |||
| 7C087991E331224371B9C5CF = { isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = HelloWorld.app; sourceTree = BUILT_PRODUCTS_DIR; }; | |||
| E5D5090AE29D959C087A648F = { isa = PBXFileReference; lastKnownFileType = text.plist.xml; name = Info.plist; path = Info.plist; sourceTree = SOURCE_ROOT; }; | |||
| CB66B1896A253A8D6336E645 = { isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; name = Main.cpp; path = ../../Source/Main.cpp; sourceTree = SOURCE_ROOT; }; | |||
| FD2B52051D28D30204949A05 = { isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; name = MainComponent.cpp; path = ../../Source/MainComponent.cpp; sourceTree = SOURCE_ROOT; }; | |||
| F56FAC52B9F4534E4C732A2D = { isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; name = MainComponent.h; path = ../../Source/MainComponent.h; sourceTree = SOURCE_ROOT; }; | |||
| 57943AE0D519B821B9CB886E = { isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; name = AppConfig.h; path = ../../JuceLibraryCode/AppConfig.h; sourceTree = SOURCE_ROOT; }; | |||
| AFDF1CB4C386A2D781D66AA1 = { isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; name = JuceHeader.h; path = ../../JuceLibraryCode/JuceHeader.h; sourceTree = SOURCE_ROOT; }; | |||
| 58416A6F1B244D5A8110CE89 = { isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.objcpp; name = JuceLibraryCode1.mm; path = ../../JuceLibraryCode/JuceLibraryCode1.mm; sourceTree = SOURCE_ROOT; }; | |||
| F1CB08B1DDCE698D39194670 = { isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.objcpp; name = JuceLibraryCode2.mm; path = ../../JuceLibraryCode/JuceLibraryCode2.mm; sourceTree = SOURCE_ROOT; }; | |||
| AA34A6F29F6895C1D223CF68 = { isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.objcpp; name = JuceLibraryCode3.mm; path = ../../JuceLibraryCode/JuceLibraryCode3.mm; sourceTree = SOURCE_ROOT; }; | |||
| 53BE344341F2C1F48A2D476F = { isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.objcpp; name = JuceLibraryCode4.mm; path = ../../JuceLibraryCode/JuceLibraryCode4.mm; sourceTree = SOURCE_ROOT; }; | |||
| 91703547CD56D6CCA2F93889 = { isa = PBXFileReference; lastKnownFileType = text.plist.xml; name = Info.plist; path = Info.plist; sourceTree = SOURCE_ROOT; }; | |||
| 6C1A965199E4D717D447908A = { isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; name = Main.cpp; path = ../../Source/Main.cpp; sourceTree = SOURCE_ROOT; }; | |||
| FC820277427C81F276F67A7F = { isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; name = MainComponent.cpp; path = ../../Source/MainComponent.cpp; sourceTree = SOURCE_ROOT; }; | |||
| DAD19F84822BABA3F8B0D111 = { isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; name = MainComponent.h; path = ../../Source/MainComponent.h; sourceTree = SOURCE_ROOT; }; | |||
| 51534640645D9043ABE7BA46 = { isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; name = AppConfig.h; path = ../../JuceLibraryCode/AppConfig.h; sourceTree = SOURCE_ROOT; }; | |||
| E662AEEE3FF59E4320F8E75E = { isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; name = JuceHeader.h; path = ../../JuceLibraryCode/JuceHeader.h; sourceTree = SOURCE_ROOT; }; | |||
| F673B9CC3D25A521A00E8A89 = { isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.objcpp; name = JuceLibraryCode1.mm; path = ../../JuceLibraryCode/JuceLibraryCode1.mm; sourceTree = SOURCE_ROOT; }; | |||
| AFFC570DFFCFD15459170281 = { isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.objcpp; name = JuceLibraryCode2.mm; path = ../../JuceLibraryCode/JuceLibraryCode2.mm; sourceTree = SOURCE_ROOT; }; | |||
| 5776F55FA169FD97F1118A78 = { isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.objcpp; name = JuceLibraryCode3.mm; path = ../../JuceLibraryCode/JuceLibraryCode3.mm; sourceTree = SOURCE_ROOT; }; | |||
| F0FF93A063F329CAA91BF370 = { isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.objcpp; name = JuceLibraryCode4.mm; path = ../../JuceLibraryCode/JuceLibraryCode4.mm; sourceTree = SOURCE_ROOT; }; | |||
| AA11C8578F0825D0211C7C71 = { isa = PBXGroup; children = ( | |||
| CB66B1896A253A8D6336E645, | |||
| FD2B52051D28D30204949A05, | |||
| F56FAC52B9F4534E4C732A2D ); name = Source; sourceTree = "<group>"; }; | |||
| 6C1A965199E4D717D447908A, | |||
| FC820277427C81F276F67A7F, | |||
| DAD19F84822BABA3F8B0D111 ); name = Source; sourceTree = "<group>"; }; | |||
| 52AF58536809B334D6BEBF28 = { isa = PBXGroup; children = ( | |||
| 57943AE0D519B821B9CB886E, | |||
| AFDF1CB4C386A2D781D66AA1, | |||
| 58416A6F1B244D5A8110CE89, | |||
| F1CB08B1DDCE698D39194670, | |||
| AA34A6F29F6895C1D223CF68, | |||
| 53BE344341F2C1F48A2D476F ); name = "Juce Library Code"; sourceTree = "<group>"; }; | |||
| 51534640645D9043ABE7BA46, | |||
| E662AEEE3FF59E4320F8E75E, | |||
| F673B9CC3D25A521A00E8A89, | |||
| AFFC570DFFCFD15459170281, | |||
| 5776F55FA169FD97F1118A78, | |||
| F0FF93A063F329CAA91BF370 ); name = "Juce Library Code"; sourceTree = "<group>"; }; | |||
| 2ACEDD4D6058F840EEA38906 = { isa = PBXGroup; children = ( | |||
| E5D5090AE29D959C087A648F ); name = Resources; sourceTree = "<group>"; }; | |||
| 91703547CD56D6CCA2F93889 ); name = Resources; sourceTree = "<group>"; }; | |||
| 968C104183C4F309F291072B = { isa = PBXGroup; children = ( | |||
| 558FCE9088F29BC53FEE9BC2, | |||
| 716EC4E9813924BC425CDEF5, | |||
| BFA8583602D1022E7CA9A559, | |||
| 8C58C43B4C4F9E89233A25F9 ); name = Frameworks; sourceTree = "<group>"; }; | |||
| 14CFDA402C804AFA5EA5C15A, | |||
| 850EBAC8BF163BD3166F14D7, | |||
| DA3A5A1A682E0C08F8A5F7BE, | |||
| A6FBC62F929C9862AF26776E ); name = Frameworks; sourceTree = "<group>"; }; | |||
| 5F17DE7C4751F5192BE55DD9 = { isa = PBXGroup; children = ( | |||
| 7C087991E331224371B9C5CF ); name = Products; sourceTree = "<group>"; }; | |||
| 7F35A8BE5FF618393F413498 = { isa = PBXGroup; children = ( | |||
| @@ -59,25 +59,27 @@ | |||
| 5F17DE7C4751F5192BE55DD9 ); name = Source; sourceTree = "<group>"; }; | |||
| 882EB0274C09C2F31019C4F4 = { isa = XCBuildConfiguration; buildSettings = { | |||
| ARCHS = "$(ARCHS_STANDARD_32_BIT)"; | |||
| GCC_MODEL_TUNING = G5; | |||
| PREBINDING = NO; | |||
| ZERO_LINK = NO; | |||
| GCC_INLINES_ARE_PRIVATE_EXTERN = YES; | |||
| HEADER_SEARCH_PATHS = " $(inherited)"; | |||
| GCC_OPTIMIZATION_LEVEL = 0; | |||
| INFOPLIST_FILE = Info.plist; | |||
| INSTALL_PATH = "$(HOME)/Applications"; | |||
| SDKROOT = iphonesimulator3.0; | |||
| ONLY_ACTIVE_ARCH = YES; | |||
| COPY_PHASE_STRIP = NO; | |||
| GCC_DYNAMIC_NO_PIC = NO; | |||
| GCC_ENABLE_FIX_AND_CONTINUE = YES; | |||
| GCC_PREPROCESSOR_DEFINITIONS = ( | |||
| "_DEBUG=1", | |||
| "DEBUG=1 "); }; name = Debug; }; | |||
| 9309DAEB73DBD07F906FD766 = { isa = XCBuildConfiguration; buildSettings = { | |||
| ARCHS = "$(ARCHS_STANDARD_32_BIT)"; | |||
| GCC_MODEL_TUNING = G5; | |||
| PREBINDING = NO; | |||
| ZERO_LINK = NO; | |||
| GCC_INLINES_ARE_PRIVATE_EXTERN = YES; | |||
| HEADER_SEARCH_PATHS = " $(inherited)"; | |||
| GCC_OPTIMIZATION_LEVEL = s; | |||
| INFOPLIST_FILE = Info.plist; | |||
| INSTALL_PATH = "$(HOME)/Applications"; | |||
| SDKROOT = iphonesimulator3.0; | |||
| GCC_GENERATE_DEBUGGING_SYMBOLS = NO; | |||
| GCC_SYMBOLS_PRIVATE_EXTERN = YES; | |||
| GCC_PREPROCESSOR_DEFINITIONS = ( | |||
| @@ -92,15 +94,11 @@ | |||
| GCC_WARN_MISSING_PARENTHESES = YES; | |||
| GCC_WARN_NON_VIRTUAL_DESTRUCTOR = YES; | |||
| GCC_WARN_TYPECHECK_CALLS_TO_PRINTF = YES; | |||
| GCC_MODEL_TUNING = G5; | |||
| GCC_INLINES_ARE_PRIVATE_EXTERN = YES; | |||
| ZERO_LINK = NO; | |||
| DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym"; | |||
| INFOPLIST_FILE = Info.plist; | |||
| INSTALL_PATH = "$(HOME)/Applications"; | |||
| PRODUCT_NAME = "HelloWorld"; | |||
| COPY_PHASE_STRIP = NO; | |||
| GCC_DYNAMIC_NO_PIC = NO; | |||
| GCC_ENABLE_FIX_AND_CONTINUE = YES; | |||
| SDKROOT = iphonesimulator3.0; | |||
| MACOSX_DEPLOYMENT_TARGET_ppc = 10.4; }; name = Debug; }; | |||
| PRODUCT_NAME = "HelloWorld"; }; name = Debug; }; | |||
| D14711B44DC017E8618FAF39 = { isa = XCBuildConfiguration; buildSettings = { | |||
| ALWAYS_SEARCH_USER_PATHS = NO; | |||
| GCC_C_LANGUAGE_STANDARD = c99; | |||
| @@ -110,12 +108,11 @@ | |||
| GCC_WARN_MISSING_PARENTHESES = YES; | |||
| GCC_WARN_NON_VIRTUAL_DESTRUCTOR = YES; | |||
| GCC_WARN_TYPECHECK_CALLS_TO_PRINTF = YES; | |||
| GCC_MODEL_TUNING = G5; | |||
| GCC_INLINES_ARE_PRIVATE_EXTERN = YES; | |||
| ZERO_LINK = NO; | |||
| DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym"; | |||
| INFOPLIST_FILE = Info.plist; | |||
| INSTALL_PATH = "$(HOME)/Applications"; | |||
| PRODUCT_NAME = "HelloWorld"; | |||
| SDKROOT = iphonesimulator3.0; | |||
| MACOSX_DEPLOYMENT_TARGET_ppc = 10.4; }; name = Release; }; | |||
| PRODUCT_NAME = "HelloWorld"; }; name = Release; }; | |||
| DEE6CA5A3F98D473C53CD9F8 = { isa = XCConfigurationList; buildConfigurations = ( | |||
| DC6E0D6712057BE7CE629370, | |||
| D14711B44DC017E8618FAF39 ); defaultConfigurationIsVisible = 0; defaultConfigurationName = Debug; }; | |||
| @@ -124,17 +121,17 @@ | |||
| 9309DAEB73DBD07F906FD766 ); defaultConfigurationIsVisible = 0; defaultConfigurationName = Debug; }; | |||
| 040E7FFF35F5314CAC65923E = { isa = PBXResourcesBuildPhase; buildActionMask = 2147483647; files = ( ); runOnlyForDeploymentPostprocessing = 0; }; | |||
| D8C19D22E1FD4F768D15F525 = { isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; files = ( | |||
| 237BC2541E5BB21EB4226623, | |||
| 6F7267F0D2F847AF73EF7DAF, | |||
| 7933F0BE345596B55294E9F4, | |||
| D642B591698C3E8615F8A3B4, | |||
| 43407A648DB3D648E75D6E84, | |||
| A04F4F37B1EA8E19A9B12945 ); runOnlyForDeploymentPostprocessing = 0; }; | |||
| 119081BB83FE901930589367, | |||
| C9B8263DF607601C36830D13, | |||
| 1FC28AA47241BA007DC7AD31, | |||
| 8CC14F76A67862D14F2B6801, | |||
| E9DF0549CBAF0A93118023C1, | |||
| 56DECA1CFFD6A264D3E4ED81 ); runOnlyForDeploymentPostprocessing = 0; }; | |||
| 92652782798302B5FC51366D = { isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; files = ( | |||
| A17CB2E433E1BE3ABE451848, | |||
| C4C15F695EA3866CC3E37FBD, | |||
| AA82EB355000836E0A2AC930, | |||
| F90EEEB7BFE91DE375E81242 ); runOnlyForDeploymentPostprocessing = 0; }; | |||
| DE7161FA80C6931E0CFDAC36, | |||
| 09AD751CF664DDADD5BB38FF, | |||
| F33E06EEF327B7B3B24CBDDB, | |||
| 52BAF97F520041392D0A16DD ); runOnlyForDeploymentPostprocessing = 0; }; | |||
| 6A20902FD404918F3D24BA8E = { isa = PBXNativeTarget; buildConfigurationList = 4F8F2F5535CE15A1996FD473; buildPhases = ( | |||
| 040E7FFF35F5314CAC65923E, | |||
| D8C19D22E1FD4F768D15F525, | |||
| @@ -10,6 +10,17 @@ | |||
| pluginWantsMidiIn="0" pluginProducesMidiOut="0" pluginSilenceInIsSilenceOut="0" | |||
| pluginTailLength="0" pluginEditorRequiresKeys="0" pluginAUExportPrefix="HelloWorldAU" | |||
| pluginAUViewClass="HelloWorldAU_V1" pluginRTASCategory="" bundleIdentifier="com.rawmaterialsoftware.jucehelloworld"> | |||
| <EXPORTFORMATS> | |||
| <XCODE_MAC targetFolder="Builds/MacOSX" vstFolder="~/SDKs/vstsdk2.4" rtasFolder="~/SDKs/PT_80_SDK" | |||
| juceFolder="../../../juce"/> | |||
| <XCODE_IPHONE targetFolder="Builds/iPhone" vstFolder="~/SDKs/vstsdk2.4" rtasFolder="~/SDKs/PT_80_SDK" | |||
| juceFolder="../../../juce"/> | |||
| <VS2005 targetFolder="Builds/VisualStudio2005" vstFolder="c:\SDKs\vstsdk2.4" | |||
| rtasFolder="c:\SDKs\PT_80_SDK" juceFolder="../../../juce"/> | |||
| <VS2008 targetFolder="Builds/VisualStudio2008" vstFolder="c:\SDKs\vstsdk2.4" | |||
| rtasFolder="c:\SDKs\PT_80_SDK" juceFolder="../../../juce"/> | |||
| <LINUX_MAKE targetFolder="Builds/Linux" vstFolder="~/SDKs/vstsdk2.4" juceFolder="../../../juce"/> | |||
| </EXPORTFORMATS> | |||
| <CONFIGURATIONS> | |||
| <CONFIGURATION name="Debug" isDebug="1" optimisation="1" targetName="HelloWorld" | |||
| osxSDK="1" osxCompatibility="1"/> | |||
| @@ -15,7 +15,7 @@ ifeq ($(CONFIG),Debug) | |||
| CPPFLAGS := $(DEPFLAGS) -D "LINUX=1" -D "DEBUG=1" -D "_DEBUG=1" -I "/usr/include" -I "/usr/include/freetype2" | |||
| CFLAGS += $(CPPFLAGS) $(TARGET_ARCH) -g -ggdb -O0 | |||
| CXXFLAGS += $(CFLAGS) | |||
| LDFLAGS += -L$(BINDIR) -L$(LIBDIR) -mwindows -L"/usr/X11R6/lib/" -L"../../../../bin" -lfreetype -lpthread -lrt -lX11 -lGL -lGLU -lXinerama -lasound | |||
| LDFLAGS += -L$(BINDIR) -L$(LIBDIR) -mwindows -L"/usr/X11R6/lib/" -L"../../../../../juce/bin" -lfreetype -lpthread -lrt -lX11 -lGL -lGLU -lXinerama -lasound | |||
| LDDEPS := | |||
| RESFLAGS := -D "LINUX=1" -D "DEBUG=1" -D "_DEBUG=1" -I "/usr/include" -I "/usr/include/freetype2" | |||
| TARGET := JuceDemo | |||
| @@ -30,7 +30,7 @@ ifeq ($(CONFIG),Release) | |||
| CPPFLAGS := $(DEPFLAGS) -D "LINUX=1" -D "NDEBUG=1" -I "/usr/include" -I "/usr/include/freetype2" | |||
| CFLAGS += $(CPPFLAGS) $(TARGET_ARCH) -Os | |||
| CXXFLAGS += $(CFLAGS) | |||
| LDFLAGS += -L$(BINDIR) -L$(LIBDIR) -mwindows -L"/usr/X11R6/lib/" -L"../../../../bin" -lfreetype -lpthread -lrt -lX11 -lGL -lGLU -lXinerama -lasound | |||
| LDFLAGS += -L$(BINDIR) -L$(LIBDIR) -mwindows -L"/usr/X11R6/lib/" -L"../../../../../juce/bin" -lfreetype -lpthread -lrt -lX11 -lGL -lGLU -lXinerama -lasound | |||
| LDDEPS := | |||
| RESFLAGS := -D "LINUX=1" -D "NDEBUG=1" -I "/usr/include" -I "/usr/include/freetype2" | |||
| TARGET := JuceDemo | |||
| @@ -6,162 +6,162 @@ | |||
| objectVersion = 44; | |||
| objects = { | |||
| F2AC90E87693ECCE9710CBBD = { isa = PBXBuildFile; fileRef = 352C0A8FAF5E554FDDE92AEA; }; | |||
| AE922F4EC3A894EF50AEB7AD = { isa = PBXBuildFile; fileRef = 609AFF5803014BB2E6BCEECB; }; | |||
| EE7A2FAC53293410FA9F21DC = { isa = PBXBuildFile; fileRef = 78A9025665586967E9894533; }; | |||
| 2CC8BF236581F43164AD3200 = { isa = PBXBuildFile; fileRef = 6FC96A27D0B43EF0324FD5F4; }; | |||
| 142A1CCDB9E7BE7CB6B855B7 = { isa = PBXBuildFile; fileRef = BFEAA26A9B8D3B91FECA2073; }; | |||
| 86C98DC3CB89518033FC989E = { isa = PBXBuildFile; fileRef = A0F60773CD1135345A0B4BFA; }; | |||
| 0FB63E8C8C3BDE986A58E923 = { isa = PBXBuildFile; fileRef = 573CDAD89B925FC82DD463F0; }; | |||
| B1ABC183199491B302B100B3 = { isa = PBXBuildFile; fileRef = B36655796DCFBAC2F362DA10; }; | |||
| 27159CB80E9FD2CB7A700EA4 = { isa = PBXBuildFile; fileRef = 3A592FD4FC84D5022F59A7F0; }; | |||
| F5ED20E6BD6A2F9B03CF50D3 = { isa = PBXBuildFile; fileRef = 1521882CE87F5A79DEE7B4A7; }; | |||
| 95FA6DED599C458A11C268EF = { isa = PBXBuildFile; fileRef = 088B59EC9D737E2EBDFECDDD; }; | |||
| C3D8CEDEF3C287F7949C4804 = { isa = PBXBuildFile; fileRef = 66E5150EC7EBBB63F4C673D1; }; | |||
| C7DE5B18FB6AADFA505ACDC9 = { isa = PBXBuildFile; fileRef = 5FCAFF56838D0002183B48B8; }; | |||
| DFBBF852E3C45EDBEA4F4FEA = { isa = PBXBuildFile; fileRef = 12A3A8AEEA5A8D051F881827; }; | |||
| 881012C78A65FF6ECC05C1D3 = { isa = PBXBuildFile; fileRef = 85CA937A1DA4EF443894BC5E; }; | |||
| 6F7CC60A16F29D132E3154C8 = { isa = PBXBuildFile; fileRef = C9025738F347440E86B16174; }; | |||
| 3E0701E437BF22D72719CE2D = { isa = PBXBuildFile; fileRef = B894FC995C957FA3BDDC8A5B; }; | |||
| 5B88C46520ED77B3584D511C = { isa = PBXBuildFile; fileRef = 3C1CBA5C4EB4A32711D8C19D; }; | |||
| B389FE9DE0B11C2387E85201 = { isa = PBXBuildFile; fileRef = DFA238E8E54D124535961D5D; }; | |||
| 911023FA7B75F7CDD0E01CC5 = { isa = PBXBuildFile; fileRef = 4251F73393232AADAD7BBCDC; }; | |||
| 6FE5A54B7FF9D1A9157D58AE = { isa = PBXBuildFile; fileRef = 2BBF0D0CD439CA229128977B; }; | |||
| 755C53A91BB04471B15C22C3 = { isa = PBXBuildFile; fileRef = 78940DAEB8BE98A9AA4B0BEF; }; | |||
| E8777146414161505C7C0D91 = { isa = PBXBuildFile; fileRef = 8990CBEEEA14E194FA3DD85B; }; | |||
| 4A66BB477E635E8616CB4FA2 = { isa = PBXBuildFile; fileRef = D93FB4E27973B0F5A014568D; }; | |||
| 9BB5AF647BD124F3F44EBA95 = { isa = PBXBuildFile; fileRef = 1061BDD9FDADCA5515FF49B6; }; | |||
| 0F8F034C9147B7B6E000BC4F = { isa = PBXBuildFile; fileRef = 47A1DF189E46F0A92D672689; }; | |||
| E773CDB9C36704CEE2A4091E = { isa = PBXBuildFile; fileRef = B8A3BF45474348248262212C; }; | |||
| 5D41B630AD0113C661B79E1E = { isa = PBXBuildFile; fileRef = 091F838DF8E46E1144678BD6; }; | |||
| D2FF9BE1F86D155B69C3C394 = { isa = PBXBuildFile; fileRef = 31BB7FF9E86CA687C52817BE; }; | |||
| 70305D8B2490CD64D1BB4597 = { isa = PBXBuildFile; fileRef = CE61812B4CB9FEA63EC2AFAE; }; | |||
| 8D81464776346469A1FA351E = { isa = PBXBuildFile; fileRef = 1A7539EAAB9683F4491CB678; }; | |||
| DC1209F9F548B02E1E750D6E = { isa = PBXBuildFile; fileRef = 0A0DE0C7E467226F49DC2547; }; | |||
| 28DC09B5A3A0BAF9371A9730 = { isa = PBXBuildFile; fileRef = 2560A8661CA91CA837C78658; }; | |||
| 31C3CE233936906FD9D2AAAD = { isa = PBXBuildFile; fileRef = 65CB8CF5F0BD94A5F8CF7C70; }; | |||
| 9ED283F65D6E38309B36657D = { isa = PBXBuildFile; fileRef = 1E441A46A257C0E891C9E467; }; | |||
| 0BD148C98295E0F26E9B203E = { isa = PBXBuildFile; fileRef = C7CEB89764F1EC2B49D36D5F; }; | |||
| 68DF1DACB6CC87C320FFEAFE = { isa = PBXBuildFile; fileRef = 604756E9168A185EE1DCE557; }; | |||
| 352C0A8FAF5E554FDDE92AEA = { isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Cocoa.framework; path = /System/Library/Frameworks/Cocoa.framework; sourceTree = "<absolute>"; }; | |||
| 609AFF5803014BB2E6BCEECB = { isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Carbon.framework; path = /System/Library/Frameworks/Carbon.framework; sourceTree = "<absolute>"; }; | |||
| 78A9025665586967E9894533 = { isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = IOKit.framework; path = /System/Library/Frameworks/IOKit.framework; sourceTree = "<absolute>"; }; | |||
| 6FC96A27D0B43EF0324FD5F4 = { isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = CoreAudio.framework; path = /System/Library/Frameworks/CoreAudio.framework; sourceTree = "<absolute>"; }; | |||
| BFEAA26A9B8D3B91FECA2073 = { isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = CoreMIDI.framework; path = /System/Library/Frameworks/CoreMIDI.framework; sourceTree = "<absolute>"; }; | |||
| A0F60773CD1135345A0B4BFA = { isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = WebKit.framework; path = /System/Library/Frameworks/WebKit.framework; sourceTree = "<absolute>"; }; | |||
| 573CDAD89B925FC82DD463F0 = { isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = DiscRecording.framework; path = /System/Library/Frameworks/DiscRecording.framework; sourceTree = "<absolute>"; }; | |||
| B36655796DCFBAC2F362DA10 = { isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = OpenGL.framework; path = /System/Library/Frameworks/OpenGL.framework; sourceTree = "<absolute>"; }; | |||
| 3A592FD4FC84D5022F59A7F0 = { isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = QuartzCore.framework; path = /System/Library/Frameworks/QuartzCore.framework; sourceTree = "<absolute>"; }; | |||
| 1521882CE87F5A79DEE7B4A7 = { isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = QTKit.framework; path = /System/Library/Frameworks/QTKit.framework; sourceTree = "<absolute>"; }; | |||
| 088B59EC9D737E2EBDFECDDD = { isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = QuickTime.framework; path = /System/Library/Frameworks/QuickTime.framework; sourceTree = "<absolute>"; }; | |||
| 20915FFEC378C0A1E6C96EAC = { isa = PBXBuildFile; fileRef = 057B163F44EC0485FCA05081; }; | |||
| 2CF185F6E9B8343940C21F92 = { isa = PBXBuildFile; fileRef = 2659C9B8310B8CD4ABA47820; }; | |||
| 1B7FEDB2A01E18F33947B5CB = { isa = PBXBuildFile; fileRef = 38F80F061AE618AD08407BCA; }; | |||
| ECD42C38F1E71FE93C1BCE6E = { isa = PBXBuildFile; fileRef = 4080F849C1FE3013DB59DF12; }; | |||
| 04D3F31A4C84BDA3B5F366CE = { isa = PBXBuildFile; fileRef = 21165FCC9F052172E7256B5C; }; | |||
| 0428E26BE29AF1EA23210F83 = { isa = PBXBuildFile; fileRef = 56B5D2D3FB2B77560EF3E45E; }; | |||
| 8124C59C2A41584D44D2952B = { isa = PBXBuildFile; fileRef = 843199DEE877339C6C9CF7FF; }; | |||
| 3F0A163C30A5301DE2E578A9 = { isa = PBXBuildFile; fileRef = 792420D99BC9FBE3B74A7374; }; | |||
| 6C00A25BA650290D8D48D8E6 = { isa = PBXBuildFile; fileRef = 4DF805B42961EC29F46CEDD1; }; | |||
| 12E2DFFC0A4FF36F4288E4C2 = { isa = PBXBuildFile; fileRef = D56085DC9D0D09AF0DAEEA3F; }; | |||
| 45F5DAF3E6E26132D920043D = { isa = PBXBuildFile; fileRef = DA42E80E8EBD70415618B8FC; }; | |||
| A9D4CEB8BF6B35872821ECCD = { isa = PBXBuildFile; fileRef = 8CAAF50C584E234C08D5F4B6; }; | |||
| 07A544BF39B1B076D6A41228 = { isa = PBXBuildFile; fileRef = C08E0D90EDF5F3C1DC7960D9; }; | |||
| 73F16F1F0146CEEA5DBCCA0E = { isa = PBXBuildFile; fileRef = F7AFA888A6F33AA6A41DBBF1; }; | |||
| 83D2B03EB08B6BC6E0A385E1 = { isa = PBXBuildFile; fileRef = 4768B9E0E7E47689D2152273; }; | |||
| 0C722E5F96990CA1B5F27046 = { isa = PBXBuildFile; fileRef = C142C47C1CCB975D7ED69A76; }; | |||
| F6BAACC4178B6483EF2089B9 = { isa = PBXBuildFile; fileRef = 12E008A030CFA73B8A2C5F8D; }; | |||
| 133B5F3401B8B97010441CA8 = { isa = PBXBuildFile; fileRef = A679D77333FEDBBFDD3996CE; }; | |||
| BD4BACF416D7989BAB96272F = { isa = PBXBuildFile; fileRef = 90405E5EB08DAA8AEF278373; }; | |||
| FC7D30005FAF2F55AD31E1F7 = { isa = PBXBuildFile; fileRef = 53CDACB61E480F6CD0DA0227; }; | |||
| 1F90CA68AED3A84286873E2D = { isa = PBXBuildFile; fileRef = 25F200D7C24E7D65E6180A96; }; | |||
| 46770F1D01A9249360CAC4F1 = { isa = PBXBuildFile; fileRef = 7C337F848FFCE6B474C24F8F; }; | |||
| 5F598B0DF13D01DB78462450 = { isa = PBXBuildFile; fileRef = CA67B495395BF40180861DBB; }; | |||
| 443769AEA489DBFE4A6904B0 = { isa = PBXBuildFile; fileRef = 9BCDD95754B3483A5AA5CBA3; }; | |||
| F511BC8A5F0B5C9BC19F8FB7 = { isa = PBXBuildFile; fileRef = 10CD526C87D2AE14485D9E02; }; | |||
| C02D29C17C874EEB8B811264 = { isa = PBXBuildFile; fileRef = D77329750883321F2B19C175; }; | |||
| A586096D3A6BAF493634A393 = { isa = PBXBuildFile; fileRef = 685ED451763D1ECDF37C069A; }; | |||
| 3F3DECC996DAADBDCD7D276C = { isa = PBXBuildFile; fileRef = B51FED2131FBE1356A01B300; }; | |||
| 948DB156D3ADAC90034428A9 = { isa = PBXBuildFile; fileRef = B19EC95562A9E9EDC3E9B1A9; }; | |||
| 554C5D64E0396AF57640E861 = { isa = PBXBuildFile; fileRef = E4275128DD1C668E42E12F93; }; | |||
| 3D4C6B63961E3A0212142B8C = { isa = PBXBuildFile; fileRef = 14C92BB589AB3736AE0D2993; }; | |||
| D451763D1ECDF37C069A3770 = { isa = PBXBuildFile; fileRef = C5445AF598689D6BF0F83CBE; }; | |||
| EA6A2F2B7DE0322ED19BFD55 = { isa = PBXBuildFile; fileRef = B532F2C386E75E0E34783044; }; | |||
| F97659F31912D12C91E95549 = { isa = PBXBuildFile; fileRef = D027981BD4F6CC3DB5103192; }; | |||
| 56752EC63E4979FD534D2009 = { isa = PBXBuildFile; fileRef = 78A1366D8680F8706D29BA89; }; | |||
| C383E3A9627121BF26A2EACA = { isa = PBXBuildFile; fileRef = 212AD4AE482A14B305233281; }; | |||
| 2082A87B96A8C980E806A59A = { isa = PBXBuildFile; fileRef = DA9462FFFAC440E6BE3DBA78; }; | |||
| 057B163F44EC0485FCA05081 = { isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Cocoa.framework; path = System/Library/Frameworks/Cocoa.framework; sourceTree = SDKROOT; }; | |||
| 2659C9B8310B8CD4ABA47820 = { isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Carbon.framework; path = System/Library/Frameworks/Carbon.framework; sourceTree = SDKROOT; }; | |||
| 38F80F061AE618AD08407BCA = { isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = IOKit.framework; path = System/Library/Frameworks/IOKit.framework; sourceTree = SDKROOT; }; | |||
| 4080F849C1FE3013DB59DF12 = { isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = CoreAudio.framework; path = System/Library/Frameworks/CoreAudio.framework; sourceTree = SDKROOT; }; | |||
| 21165FCC9F052172E7256B5C = { isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = CoreMIDI.framework; path = System/Library/Frameworks/CoreMIDI.framework; sourceTree = SDKROOT; }; | |||
| 56B5D2D3FB2B77560EF3E45E = { isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = WebKit.framework; path = System/Library/Frameworks/WebKit.framework; sourceTree = SDKROOT; }; | |||
| 843199DEE877339C6C9CF7FF = { isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = DiscRecording.framework; path = System/Library/Frameworks/DiscRecording.framework; sourceTree = SDKROOT; }; | |||
| 792420D99BC9FBE3B74A7374 = { isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = OpenGL.framework; path = System/Library/Frameworks/OpenGL.framework; sourceTree = SDKROOT; }; | |||
| 4DF805B42961EC29F46CEDD1 = { isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = QuartzCore.framework; path = System/Library/Frameworks/QuartzCore.framework; sourceTree = SDKROOT; }; | |||
| D56085DC9D0D09AF0DAEEA3F = { isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = QTKit.framework; path = System/Library/Frameworks/QTKit.framework; sourceTree = SDKROOT; }; | |||
| DA42E80E8EBD70415618B8FC = { isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = QuickTime.framework; path = System/Library/Frameworks/QuickTime.framework; sourceTree = SDKROOT; }; | |||
| 56BC57F08A02495F85DB8DC8 = { isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = JuceDemo.app; sourceTree = BUILT_PRODUCTS_DIR; }; | |||
| B56C2F5DF48E359B37F6881F = { isa = PBXFileReference; lastKnownFileType = text.plist.xml; name = Info.plist; path = Info.plist; sourceTree = SOURCE_ROOT; }; | |||
| 66E5150EC7EBBB63F4C673D1 = { isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; name = ApplicationStartup.cpp; path = ../../Source/ApplicationStartup.cpp; sourceTree = SOURCE_ROOT; }; | |||
| 5FCAFF56838D0002183B48B8 = { isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; name = MainDemoWindow.cpp; path = ../../Source/MainDemoWindow.cpp; sourceTree = SOURCE_ROOT; }; | |||
| 80096DB10F3882EF352B0573 = { isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; name = MainDemoWindow.h; path = ../../Source/MainDemoWindow.h; sourceTree = SOURCE_ROOT; }; | |||
| DA2E314623DCA5C867A8C11C = { isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; name = jucedemo_headers.h; path = ../../Source/jucedemo_headers.h; sourceTree = SOURCE_ROOT; }; | |||
| 12A3A8AEEA5A8D051F881827 = { isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; name = AudioDemoLatencyPage.cpp; path = ../../Source/demos/AudioDemoLatencyPage.cpp; sourceTree = SOURCE_ROOT; }; | |||
| 6E92BD22BCCE25E4B4D321EA = { isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; name = AudioDemoLatencyPage.h; path = ../../Source/demos/AudioDemoLatencyPage.h; sourceTree = SOURCE_ROOT; }; | |||
| 85CA937A1DA4EF443894BC5E = { isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; name = AudioDemoPlaybackPage.cpp; path = ../../Source/demos/AudioDemoPlaybackPage.cpp; sourceTree = SOURCE_ROOT; }; | |||
| 99427D4B058197F453EF5279 = { isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; name = AudioDemoPlaybackPage.h; path = ../../Source/demos/AudioDemoPlaybackPage.h; sourceTree = SOURCE_ROOT; }; | |||
| C9025738F347440E86B16174 = { isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; name = AudioDemoRecordPage.cpp; path = ../../Source/demos/AudioDemoRecordPage.cpp; sourceTree = SOURCE_ROOT; }; | |||
| 304FBE4BC66783833C4B591D = { isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; name = AudioDemoRecordPage.h; path = ../../Source/demos/AudioDemoRecordPage.h; sourceTree = SOURCE_ROOT; }; | |||
| B894FC995C957FA3BDDC8A5B = { isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; name = AudioDemoSetupPage.cpp; path = ../../Source/demos/AudioDemoSetupPage.cpp; sourceTree = SOURCE_ROOT; }; | |||
| B324FE0C2646BFFF997D7037 = { isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; name = AudioDemoSetupPage.h; path = ../../Source/demos/AudioDemoSetupPage.h; sourceTree = SOURCE_ROOT; }; | |||
| 3C1CBA5C4EB4A32711D8C19D = { isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; name = AudioDemoSynthPage.cpp; path = ../../Source/demos/AudioDemoSynthPage.cpp; sourceTree = SOURCE_ROOT; }; | |||
| ECA36108313CCB3A3610A9C5 = { isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; name = AudioDemoSynthPage.h; path = ../../Source/demos/AudioDemoSynthPage.h; sourceTree = SOURCE_ROOT; }; | |||
| DFA238E8E54D124535961D5D = { isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; name = AudioDemoTabComponent.cpp; path = ../../Source/demos/AudioDemoTabComponent.cpp; sourceTree = SOURCE_ROOT; }; | |||
| 18C98E9390150D87903F9957 = { isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; name = AudioDemoTabComponent.h; path = ../../Source/demos/AudioDemoTabComponent.h; sourceTree = SOURCE_ROOT; }; | |||
| 4251F73393232AADAD7BBCDC = { isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; name = CameraDemo.cpp; path = ../../Source/demos/CameraDemo.cpp; sourceTree = SOURCE_ROOT; }; | |||
| 2BBF0D0CD439CA229128977B = { isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; name = CodeEditorDemo.cpp; path = ../../Source/demos/CodeEditorDemo.cpp; sourceTree = SOURCE_ROOT; }; | |||
| 78940DAEB8BE98A9AA4B0BEF = { isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; name = DragAndDropDemo.cpp; path = ../../Source/demos/DragAndDropDemo.cpp; sourceTree = SOURCE_ROOT; }; | |||
| 8990CBEEEA14E194FA3DD85B = { isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; name = FontsAndTextDemo.cpp; path = ../../Source/demos/FontsAndTextDemo.cpp; sourceTree = SOURCE_ROOT; }; | |||
| D93FB4E27973B0F5A014568D = { isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; name = InterprocessCommsDemo.cpp; path = ../../Source/demos/InterprocessCommsDemo.cpp; sourceTree = SOURCE_ROOT; }; | |||
| 1061BDD9FDADCA5515FF49B6 = { isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; name = OpenGLDemo.cpp; path = ../../Source/demos/OpenGLDemo.cpp; sourceTree = SOURCE_ROOT; }; | |||
| 47A1DF189E46F0A92D672689 = { isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; name = QuickTimeDemo.cpp; path = ../../Source/demos/QuickTimeDemo.cpp; sourceTree = SOURCE_ROOT; }; | |||
| B8A3BF45474348248262212C = { isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; name = RenderingTestComponent.cpp; path = ../../Source/demos/RenderingTestComponent.cpp; sourceTree = SOURCE_ROOT; }; | |||
| AB13A7026C73DD0667AE8CD0 = { isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; name = RenderingTestComponent.h; path = ../../Source/demos/RenderingTestComponent.h; sourceTree = SOURCE_ROOT; }; | |||
| 091F838DF8E46E1144678BD6 = { isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; name = TableDemo.cpp; path = ../../Source/demos/TableDemo.cpp; sourceTree = SOURCE_ROOT; }; | |||
| 31BB7FF9E86CA687C52817BE = { isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; name = ThreadingDemo.cpp; path = ../../Source/demos/ThreadingDemo.cpp; sourceTree = SOURCE_ROOT; }; | |||
| CE61812B4CB9FEA63EC2AFAE = { isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; name = TreeViewDemo.cpp; path = ../../Source/demos/TreeViewDemo.cpp; sourceTree = SOURCE_ROOT; }; | |||
| 1A7539EAAB9683F4491CB678 = { isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; name = WebBrowserDemo.cpp; path = ../../Source/demos/WebBrowserDemo.cpp; sourceTree = SOURCE_ROOT; }; | |||
| 0A0DE0C7E467226F49DC2547 = { isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; name = WidgetsDemo.cpp; path = ../../Source/demos/WidgetsDemo.cpp; sourceTree = SOURCE_ROOT; }; | |||
| 57727D75F92F702E87F28F8B = { isa = PBXFileReference; lastKnownFileType = file.wav; name = cello.wav; path = "../../Binary Data/cello.wav"; sourceTree = SOURCE_ROOT; }; | |||
| 2F7EF119C6AC3D4E45F27FC5 = { isa = PBXFileReference; lastKnownFileType = file.xml; name = "demo table data.xml"; path = "../../Binary Data/demo table data.xml"; sourceTree = SOURCE_ROOT; }; | |||
| A54FE866F06B472E5FFCA619 = { isa = PBXFileReference; lastKnownFileType = file.zip; name = icons.zip; path = "../../Binary Data/icons.zip"; sourceTree = SOURCE_ROOT; }; | |||
| 1CF664DDADD5BB38FF3EF036 = { isa = PBXFileReference; lastKnownFileType = image.png; name = juce.png; path = "../../Binary Data/juce.png"; sourceTree = SOURCE_ROOT; }; | |||
| A7A9B11C1B693E380C29F53F = { isa = PBXFileReference; lastKnownFileType = file.xml; name = treedemo.xml; path = "../../Binary Data/treedemo.xml"; sourceTree = SOURCE_ROOT; }; | |||
| 2BAB800C71F9D2A09CAA2D03 = { isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; name = AppConfig.h; path = ../../JuceLibraryCode/AppConfig.h; sourceTree = SOURCE_ROOT; }; | |||
| 04D0031022B54A738EFE98F0 = { isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; name = JuceHeader.h; path = ../../JuceLibraryCode/JuceHeader.h; sourceTree = SOURCE_ROOT; }; | |||
| 2560A8661CA91CA837C78658 = { isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; name = BinaryData.cpp; path = ../../JuceLibraryCode/BinaryData.cpp; sourceTree = SOURCE_ROOT; }; | |||
| 5BC3E8D1D56A5AFE854C16B3 = { isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; name = BinaryData.h; path = ../../JuceLibraryCode/BinaryData.h; sourceTree = SOURCE_ROOT; }; | |||
| 65CB8CF5F0BD94A5F8CF7C70 = { isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.objcpp; name = JuceLibraryCode1.mm; path = ../../JuceLibraryCode/JuceLibraryCode1.mm; sourceTree = SOURCE_ROOT; }; | |||
| 1E441A46A257C0E891C9E467 = { isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.objcpp; name = JuceLibraryCode2.mm; path = ../../JuceLibraryCode/JuceLibraryCode2.mm; sourceTree = SOURCE_ROOT; }; | |||
| C7CEB89764F1EC2B49D36D5F = { isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.objcpp; name = JuceLibraryCode3.mm; path = ../../JuceLibraryCode/JuceLibraryCode3.mm; sourceTree = SOURCE_ROOT; }; | |||
| 604756E9168A185EE1DCE557 = { isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.objcpp; name = JuceLibraryCode4.mm; path = ../../JuceLibraryCode/JuceLibraryCode4.mm; sourceTree = SOURCE_ROOT; }; | |||
| 6B2414965418FDE8B71BF091 = { isa = PBXFileReference; lastKnownFileType = text.plist.xml; name = Info.plist; path = Info.plist; sourceTree = SOURCE_ROOT; }; | |||
| 8CAAF50C584E234C08D5F4B6 = { isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; name = ApplicationStartup.cpp; path = ../../Source/ApplicationStartup.cpp; sourceTree = SOURCE_ROOT; }; | |||
| C08E0D90EDF5F3C1DC7960D9 = { isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; name = MainDemoWindow.cpp; path = ../../Source/MainDemoWindow.cpp; sourceTree = SOURCE_ROOT; }; | |||
| FB1ADFC973C66571E2962637 = { isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; name = MainDemoWindow.h; path = ../../Source/MainDemoWindow.h; sourceTree = SOURCE_ROOT; }; | |||
| 4BE34F808E4597871BE6E83D = { isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; name = jucedemo_headers.h; path = ../../Source/jucedemo_headers.h; sourceTree = SOURCE_ROOT; }; | |||
| F7AFA888A6F33AA6A41DBBF1 = { isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; name = AudioDemoLatencyPage.cpp; path = ../../Source/demos/AudioDemoLatencyPage.cpp; sourceTree = SOURCE_ROOT; }; | |||
| C8FECA3890075D8C8124F71C = { isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; name = AudioDemoLatencyPage.h; path = ../../Source/demos/AudioDemoLatencyPage.h; sourceTree = SOURCE_ROOT; }; | |||
| 4768B9E0E7E47689D2152273 = { isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; name = AudioDemoPlaybackPage.cpp; path = ../../Source/demos/AudioDemoPlaybackPage.cpp; sourceTree = SOURCE_ROOT; }; | |||
| 8182FA9F3E05EA434B048C8B = { isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; name = AudioDemoPlaybackPage.h; path = ../../Source/demos/AudioDemoPlaybackPage.h; sourceTree = SOURCE_ROOT; }; | |||
| C142C47C1CCB975D7ED69A76 = { isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; name = AudioDemoRecordPage.cpp; path = ../../Source/demos/AudioDemoRecordPage.cpp; sourceTree = SOURCE_ROOT; }; | |||
| 123BE3D4AE300D6A8901D25C = { isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; name = AudioDemoRecordPage.h; path = ../../Source/demos/AudioDemoRecordPage.h; sourceTree = SOURCE_ROOT; }; | |||
| 12E008A030CFA73B8A2C5F8D = { isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; name = AudioDemoSetupPage.cpp; path = ../../Source/demos/AudioDemoSetupPage.cpp; sourceTree = SOURCE_ROOT; }; | |||
| F3FBE7B3648DC27B2FD6B696 = { isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; name = AudioDemoSetupPage.h; path = ../../Source/demos/AudioDemoSetupPage.h; sourceTree = SOURCE_ROOT; }; | |||
| A679D77333FEDBBFDD3996CE = { isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; name = AudioDemoSynthPage.cpp; path = ../../Source/demos/AudioDemoSynthPage.cpp; sourceTree = SOURCE_ROOT; }; | |||
| 2C7A5ABF7F84DDB6CC69FE24 = { isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; name = AudioDemoSynthPage.h; path = ../../Source/demos/AudioDemoSynthPage.h; sourceTree = SOURCE_ROOT; }; | |||
| 90405E5EB08DAA8AEF278373 = { isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; name = AudioDemoTabComponent.cpp; path = ../../Source/demos/AudioDemoTabComponent.cpp; sourceTree = SOURCE_ROOT; }; | |||
| 00090BE7B99A50D58854C369 = { isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; name = AudioDemoTabComponent.h; path = ../../Source/demos/AudioDemoTabComponent.h; sourceTree = SOURCE_ROOT; }; | |||
| 53CDACB61E480F6CD0DA0227 = { isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; name = CameraDemo.cpp; path = ../../Source/demos/CameraDemo.cpp; sourceTree = SOURCE_ROOT; }; | |||
| 25F200D7C24E7D65E6180A96 = { isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; name = CodeEditorDemo.cpp; path = ../../Source/demos/CodeEditorDemo.cpp; sourceTree = SOURCE_ROOT; }; | |||
| 7C337F848FFCE6B474C24F8F = { isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; name = DragAndDropDemo.cpp; path = ../../Source/demos/DragAndDropDemo.cpp; sourceTree = SOURCE_ROOT; }; | |||
| CA67B495395BF40180861DBB = { isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; name = FontsAndTextDemo.cpp; path = ../../Source/demos/FontsAndTextDemo.cpp; sourceTree = SOURCE_ROOT; }; | |||
| 9BCDD95754B3483A5AA5CBA3 = { isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; name = InterprocessCommsDemo.cpp; path = ../../Source/demos/InterprocessCommsDemo.cpp; sourceTree = SOURCE_ROOT; }; | |||
| 10CD526C87D2AE14485D9E02 = { isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; name = OpenGLDemo.cpp; path = ../../Source/demos/OpenGLDemo.cpp; sourceTree = SOURCE_ROOT; }; | |||
| D77329750883321F2B19C175 = { isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; name = QuickTimeDemo.cpp; path = ../../Source/demos/QuickTimeDemo.cpp; sourceTree = SOURCE_ROOT; }; | |||
| 685ED451763D1ECDF37C069A = { isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; name = RenderingTestComponent.cpp; path = ../../Source/demos/RenderingTestComponent.cpp; sourceTree = SOURCE_ROOT; }; | |||
| 811F98EC290C7A97FC44209A = { isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; name = RenderingTestComponent.h; path = ../../Source/demos/RenderingTestComponent.h; sourceTree = SOURCE_ROOT; }; | |||
| B51FED2131FBE1356A01B300 = { isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; name = TableDemo.cpp; path = ../../Source/demos/TableDemo.cpp; sourceTree = SOURCE_ROOT; }; | |||
| B19EC95562A9E9EDC3E9B1A9 = { isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; name = ThreadingDemo.cpp; path = ../../Source/demos/ThreadingDemo.cpp; sourceTree = SOURCE_ROOT; }; | |||
| E4275128DD1C668E42E12F93 = { isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; name = TreeViewDemo.cpp; path = ../../Source/demos/TreeViewDemo.cpp; sourceTree = SOURCE_ROOT; }; | |||
| 14C92BB589AB3736AE0D2993 = { isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; name = WebBrowserDemo.cpp; path = ../../Source/demos/WebBrowserDemo.cpp; sourceTree = SOURCE_ROOT; }; | |||
| C5445AF598689D6BF0F83CBE = { isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; name = WidgetsDemo.cpp; path = ../../Source/demos/WidgetsDemo.cpp; sourceTree = SOURCE_ROOT; }; | |||
| E393B96DABAE67B4BF9CC8A0 = { isa = PBXFileReference; lastKnownFileType = file.wav; name = cello.wav; path = "../../Binary Data/cello.wav"; sourceTree = SOURCE_ROOT; }; | |||
| 29C2F4E4B5B2D1809AE3F2E0 = { isa = PBXFileReference; lastKnownFileType = file.xml; name = "demo table data.xml"; path = "../../Binary Data/demo table data.xml"; sourceTree = SOURCE_ROOT; }; | |||
| 3161255EB1EA2EB48796EF3D = { isa = PBXFileReference; lastKnownFileType = file.zip; name = icons.zip; path = "../../Binary Data/icons.zip"; sourceTree = SOURCE_ROOT; }; | |||
| 7CD420C22AF83DB31EE71EA6 = { isa = PBXFileReference; lastKnownFileType = image.png; name = juce.png; path = "../../Binary Data/juce.png"; sourceTree = SOURCE_ROOT; }; | |||
| A5B7CC1437DA58DFC19AA3C8 = { isa = PBXFileReference; lastKnownFileType = file.xml; name = treedemo.xml; path = "../../Binary Data/treedemo.xml"; sourceTree = SOURCE_ROOT; }; | |||
| 3B0725900B1EB76FCFF9725F = { isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; name = AppConfig.h; path = ../../JuceLibraryCode/AppConfig.h; sourceTree = SOURCE_ROOT; }; | |||
| CF077D3ED7B7B56F351AAF67 = { isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; name = JuceHeader.h; path = ../../JuceLibraryCode/JuceHeader.h; sourceTree = SOURCE_ROOT; }; | |||
| B532F2C386E75E0E34783044 = { isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; name = BinaryData.cpp; path = ../../JuceLibraryCode/BinaryData.cpp; sourceTree = SOURCE_ROOT; }; | |||
| 16FA53FF896BC5EA2C681C1A = { isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; name = BinaryData.h; path = ../../JuceLibraryCode/BinaryData.h; sourceTree = SOURCE_ROOT; }; | |||
| D027981BD4F6CC3DB5103192 = { isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.objcpp; name = JuceLibraryCode1.mm; path = ../../JuceLibraryCode/JuceLibraryCode1.mm; sourceTree = SOURCE_ROOT; }; | |||
| 78A1366D8680F8706D29BA89 = { isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.objcpp; name = JuceLibraryCode2.mm; path = ../../JuceLibraryCode/JuceLibraryCode2.mm; sourceTree = SOURCE_ROOT; }; | |||
| 212AD4AE482A14B305233281 = { isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.objcpp; name = JuceLibraryCode3.mm; path = ../../JuceLibraryCode/JuceLibraryCode3.mm; sourceTree = SOURCE_ROOT; }; | |||
| DA9462FFFAC440E6BE3DBA78 = { isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.objcpp; name = JuceLibraryCode4.mm; path = ../../JuceLibraryCode/JuceLibraryCode4.mm; sourceTree = SOURCE_ROOT; }; | |||
| FD1552CA3E06EF6E4FC85A8A = { isa = PBXGroup; children = ( | |||
| 12A3A8AEEA5A8D051F881827, | |||
| 6E92BD22BCCE25E4B4D321EA, | |||
| 85CA937A1DA4EF443894BC5E, | |||
| 99427D4B058197F453EF5279, | |||
| C9025738F347440E86B16174, | |||
| 304FBE4BC66783833C4B591D, | |||
| B894FC995C957FA3BDDC8A5B, | |||
| B324FE0C2646BFFF997D7037, | |||
| 3C1CBA5C4EB4A32711D8C19D, | |||
| ECA36108313CCB3A3610A9C5, | |||
| DFA238E8E54D124535961D5D, | |||
| 18C98E9390150D87903F9957, | |||
| 4251F73393232AADAD7BBCDC, | |||
| 2BBF0D0CD439CA229128977B, | |||
| 78940DAEB8BE98A9AA4B0BEF, | |||
| 8990CBEEEA14E194FA3DD85B, | |||
| D93FB4E27973B0F5A014568D, | |||
| 1061BDD9FDADCA5515FF49B6, | |||
| 47A1DF189E46F0A92D672689, | |||
| B8A3BF45474348248262212C, | |||
| AB13A7026C73DD0667AE8CD0, | |||
| 091F838DF8E46E1144678BD6, | |||
| 31BB7FF9E86CA687C52817BE, | |||
| CE61812B4CB9FEA63EC2AFAE, | |||
| 1A7539EAAB9683F4491CB678, | |||
| 0A0DE0C7E467226F49DC2547 ); name = Demos; sourceTree = "<group>"; }; | |||
| F7AFA888A6F33AA6A41DBBF1, | |||
| C8FECA3890075D8C8124F71C, | |||
| 4768B9E0E7E47689D2152273, | |||
| 8182FA9F3E05EA434B048C8B, | |||
| C142C47C1CCB975D7ED69A76, | |||
| 123BE3D4AE300D6A8901D25C, | |||
| 12E008A030CFA73B8A2C5F8D, | |||
| F3FBE7B3648DC27B2FD6B696, | |||
| A679D77333FEDBBFDD3996CE, | |||
| 2C7A5ABF7F84DDB6CC69FE24, | |||
| 90405E5EB08DAA8AEF278373, | |||
| 00090BE7B99A50D58854C369, | |||
| 53CDACB61E480F6CD0DA0227, | |||
| 25F200D7C24E7D65E6180A96, | |||
| 7C337F848FFCE6B474C24F8F, | |||
| CA67B495395BF40180861DBB, | |||
| 9BCDD95754B3483A5AA5CBA3, | |||
| 10CD526C87D2AE14485D9E02, | |||
| D77329750883321F2B19C175, | |||
| 685ED451763D1ECDF37C069A, | |||
| 811F98EC290C7A97FC44209A, | |||
| B51FED2131FBE1356A01B300, | |||
| B19EC95562A9E9EDC3E9B1A9, | |||
| E4275128DD1C668E42E12F93, | |||
| 14C92BB589AB3736AE0D2993, | |||
| C5445AF598689D6BF0F83CBE ); name = Demos; sourceTree = "<group>"; }; | |||
| C9C1EC6EEE457C21A26B0EC3 = { isa = PBXGroup; children = ( | |||
| 57727D75F92F702E87F28F8B, | |||
| 2F7EF119C6AC3D4E45F27FC5, | |||
| A54FE866F06B472E5FFCA619, | |||
| 1CF664DDADD5BB38FF3EF036, | |||
| A7A9B11C1B693E380C29F53F ); name = "Binary Data"; sourceTree = "<group>"; }; | |||
| E393B96DABAE67B4BF9CC8A0, | |||
| 29C2F4E4B5B2D1809AE3F2E0, | |||
| 3161255EB1EA2EB48796EF3D, | |||
| 7CD420C22AF83DB31EE71EA6, | |||
| A5B7CC1437DA58DFC19AA3C8 ); name = "Binary Data"; sourceTree = "<group>"; }; | |||
| 2EA528914EC159A58C97A873 = { isa = PBXGroup; children = ( | |||
| 66E5150EC7EBBB63F4C673D1, | |||
| 5FCAFF56838D0002183B48B8, | |||
| 80096DB10F3882EF352B0573, | |||
| DA2E314623DCA5C867A8C11C, | |||
| 8CAAF50C584E234C08D5F4B6, | |||
| C08E0D90EDF5F3C1DC7960D9, | |||
| FB1ADFC973C66571E2962637, | |||
| 4BE34F808E4597871BE6E83D, | |||
| FD1552CA3E06EF6E4FC85A8A, | |||
| C9C1EC6EEE457C21A26B0EC3 ); name = Source; sourceTree = "<group>"; }; | |||
| 3B5437A20FCADA50EBD06731 = { isa = PBXGroup; children = ( | |||
| 2BAB800C71F9D2A09CAA2D03, | |||
| 04D0031022B54A738EFE98F0, | |||
| 2560A8661CA91CA837C78658, | |||
| 5BC3E8D1D56A5AFE854C16B3, | |||
| 65CB8CF5F0BD94A5F8CF7C70, | |||
| 1E441A46A257C0E891C9E467, | |||
| C7CEB89764F1EC2B49D36D5F, | |||
| 604756E9168A185EE1DCE557 ); name = "Juce Library Code"; sourceTree = "<group>"; }; | |||
| 3B0725900B1EB76FCFF9725F, | |||
| CF077D3ED7B7B56F351AAF67, | |||
| B532F2C386E75E0E34783044, | |||
| 16FA53FF896BC5EA2C681C1A, | |||
| D027981BD4F6CC3DB5103192, | |||
| 78A1366D8680F8706D29BA89, | |||
| 212AD4AE482A14B305233281, | |||
| DA9462FFFAC440E6BE3DBA78 ); name = "Juce Library Code"; sourceTree = "<group>"; }; | |||
| F473AC9C072A0F6CF3B5410F = { isa = PBXGroup; children = ( | |||
| B56C2F5DF48E359B37F6881F ); name = Resources; sourceTree = "<group>"; }; | |||
| 6B2414965418FDE8B71BF091 ); name = Resources; sourceTree = "<group>"; }; | |||
| 6030FE912A851A2507B3BF34 = { isa = PBXGroup; children = ( | |||
| 352C0A8FAF5E554FDDE92AEA, | |||
| 609AFF5803014BB2E6BCEECB, | |||
| 78A9025665586967E9894533, | |||
| 6FC96A27D0B43EF0324FD5F4, | |||
| BFEAA26A9B8D3B91FECA2073, | |||
| A0F60773CD1135345A0B4BFA, | |||
| 573CDAD89B925FC82DD463F0, | |||
| B36655796DCFBAC2F362DA10, | |||
| 3A592FD4FC84D5022F59A7F0, | |||
| 1521882CE87F5A79DEE7B4A7, | |||
| 088B59EC9D737E2EBDFECDDD ); name = Frameworks; sourceTree = "<group>"; }; | |||
| 057B163F44EC0485FCA05081, | |||
| 2659C9B8310B8CD4ABA47820, | |||
| 38F80F061AE618AD08407BCA, | |||
| 4080F849C1FE3013DB59DF12, | |||
| 21165FCC9F052172E7256B5C, | |||
| 56B5D2D3FB2B77560EF3E45E, | |||
| 843199DEE877339C6C9CF7FF, | |||
| 792420D99BC9FBE3B74A7374, | |||
| 4DF805B42961EC29F46CEDD1, | |||
| D56085DC9D0D09AF0DAEEA3F, | |||
| DA42E80E8EBD70415618B8FC ); name = Frameworks; sourceTree = "<group>"; }; | |||
| 29CBBCDCEE131C353F0715E1 = { isa = PBXGroup; children = ( | |||
| 56BC57F08A02495F85DB8DC8 ); name = Products; sourceTree = "<group>"; }; | |||
| 24AF20CBAA4DC5F17CFE8606 = { isa = PBXGroup; children = ( | |||
| @@ -172,25 +172,27 @@ | |||
| 29CBBCDCEE131C353F0715E1 ); name = Source; sourceTree = "<group>"; }; | |||
| 52C29F86E3DBE91F252B8C0D = { isa = XCBuildConfiguration; buildSettings = { | |||
| ARCHS = "$(ARCHS_STANDARD_32_BIT)"; | |||
| GCC_MODEL_TUNING = G5; | |||
| PREBINDING = NO; | |||
| ZERO_LINK = NO; | |||
| GCC_INLINES_ARE_PRIVATE_EXTERN = YES; | |||
| HEADER_SEARCH_PATHS = " $(inherited)"; | |||
| GCC_OPTIMIZATION_LEVEL = 0; | |||
| INFOPLIST_FILE = Info.plist; | |||
| INSTALL_PATH = "$(HOME)/Applications"; | |||
| MACOSX_DEPLOYMENT_TARGET_ppc = 10.4; | |||
| ONLY_ACTIVE_ARCH = YES; | |||
| COPY_PHASE_STRIP = NO; | |||
| GCC_DYNAMIC_NO_PIC = NO; | |||
| GCC_ENABLE_FIX_AND_CONTINUE = YES; | |||
| GCC_PREPROCESSOR_DEFINITIONS = ( | |||
| "_DEBUG=1", | |||
| "DEBUG=1 "); }; name = Debug; }; | |||
| 7DBDB93B1B9DF79BA4819F7F = { isa = XCBuildConfiguration; buildSettings = { | |||
| ARCHS = "$(ARCHS_STANDARD_32_BIT)"; | |||
| GCC_MODEL_TUNING = G5; | |||
| PREBINDING = NO; | |||
| ZERO_LINK = NO; | |||
| GCC_INLINES_ARE_PRIVATE_EXTERN = YES; | |||
| HEADER_SEARCH_PATHS = " $(inherited)"; | |||
| GCC_OPTIMIZATION_LEVEL = s; | |||
| INFOPLIST_FILE = Info.plist; | |||
| INSTALL_PATH = "$(HOME)/Applications"; | |||
| MACOSX_DEPLOYMENT_TARGET_ppc = 10.4; | |||
| GCC_GENERATE_DEBUGGING_SYMBOLS = NO; | |||
| GCC_SYMBOLS_PRIVATE_EXTERN = YES; | |||
| GCC_PREPROCESSOR_DEFINITIONS = ( | |||
| @@ -198,7 +200,6 @@ | |||
| "NDEBUG=1 "); }; name = Release; }; | |||
| B612DCB6B9D782F3D3744B79 = { isa = XCBuildConfiguration; buildSettings = { | |||
| ALWAYS_SEARCH_USER_PATHS = NO; | |||
| GCC_VERSION = 4.0; | |||
| GCC_C_LANGUAGE_STANDARD = c99; | |||
| GCC_WARN_ABOUT_RETURN_TYPE = YES; | |||
| GCC_WARN_CHECK_SWITCH_STATEMENTS = YES; | |||
| @@ -206,17 +207,13 @@ | |||
| GCC_WARN_MISSING_PARENTHESES = YES; | |||
| GCC_WARN_NON_VIRTUAL_DESTRUCTOR = YES; | |||
| GCC_WARN_TYPECHECK_CALLS_TO_PRINTF = YES; | |||
| GCC_MODEL_TUNING = G5; | |||
| GCC_INLINES_ARE_PRIVATE_EXTERN = YES; | |||
| ZERO_LINK = NO; | |||
| DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym"; | |||
| INFOPLIST_FILE = Info.plist; | |||
| INSTALL_PATH = "$(HOME)/Applications"; | |||
| PRODUCT_NAME = "JuceDemo"; | |||
| COPY_PHASE_STRIP = NO; | |||
| GCC_DYNAMIC_NO_PIC = NO; | |||
| GCC_ENABLE_FIX_AND_CONTINUE = YES; | |||
| MACOSX_DEPLOYMENT_TARGET_ppc = 10.4; }; name = Debug; }; | |||
| PRODUCT_NAME = "JuceDemo"; }; name = Debug; }; | |||
| ABFBF014E4913E0475A16742 = { isa = XCBuildConfiguration; buildSettings = { | |||
| ALWAYS_SEARCH_USER_PATHS = NO; | |||
| GCC_VERSION = 4.0; | |||
| GCC_C_LANGUAGE_STANDARD = c99; | |||
| GCC_WARN_ABOUT_RETURN_TYPE = YES; | |||
| GCC_WARN_CHECK_SWITCH_STATEMENTS = YES; | |||
| @@ -224,11 +221,11 @@ | |||
| GCC_WARN_MISSING_PARENTHESES = YES; | |||
| GCC_WARN_NON_VIRTUAL_DESTRUCTOR = YES; | |||
| GCC_WARN_TYPECHECK_CALLS_TO_PRINTF = YES; | |||
| GCC_MODEL_TUNING = G5; | |||
| GCC_INLINES_ARE_PRIVATE_EXTERN = YES; | |||
| ZERO_LINK = NO; | |||
| DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym"; | |||
| INFOPLIST_FILE = Info.plist; | |||
| INSTALL_PATH = "$(HOME)/Applications"; | |||
| PRODUCT_NAME = "JuceDemo"; | |||
| MACOSX_DEPLOYMENT_TARGET_ppc = 10.4; }; name = Release; }; | |||
| PRODUCT_NAME = "JuceDemo"; }; name = Release; }; | |||
| B89AA9A9D76AFB9FD94E91F1 = { isa = XCConfigurationList; buildConfigurations = ( | |||
| B612DCB6B9D782F3D3744B79, | |||
| ABFBF014E4913E0475A16742 ); defaultConfigurationIsVisible = 0; defaultConfigurationName = Debug; }; | |||
| @@ -237,44 +234,44 @@ | |||
| 7DBDB93B1B9DF79BA4819F7F ); defaultConfigurationIsVisible = 0; defaultConfigurationName = Debug; }; | |||
| EEA25E5ECDB75868B1875A36 = { isa = PBXResourcesBuildPhase; buildActionMask = 2147483647; files = ( ); runOnlyForDeploymentPostprocessing = 0; }; | |||
| B2757B8179BE66929127AD2D = { isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; files = ( | |||
| C3D8CEDEF3C287F7949C4804, | |||
| C7DE5B18FB6AADFA505ACDC9, | |||
| DFBBF852E3C45EDBEA4F4FEA, | |||
| 881012C78A65FF6ECC05C1D3, | |||
| 6F7CC60A16F29D132E3154C8, | |||
| 3E0701E437BF22D72719CE2D, | |||
| 5B88C46520ED77B3584D511C, | |||
| B389FE9DE0B11C2387E85201, | |||
| 911023FA7B75F7CDD0E01CC5, | |||
| 6FE5A54B7FF9D1A9157D58AE, | |||
| 755C53A91BB04471B15C22C3, | |||
| E8777146414161505C7C0D91, | |||
| 4A66BB477E635E8616CB4FA2, | |||
| 9BB5AF647BD124F3F44EBA95, | |||
| 0F8F034C9147B7B6E000BC4F, | |||
| E773CDB9C36704CEE2A4091E, | |||
| 5D41B630AD0113C661B79E1E, | |||
| D2FF9BE1F86D155B69C3C394, | |||
| 70305D8B2490CD64D1BB4597, | |||
| 8D81464776346469A1FA351E, | |||
| DC1209F9F548B02E1E750D6E, | |||
| 28DC09B5A3A0BAF9371A9730, | |||
| 31C3CE233936906FD9D2AAAD, | |||
| 9ED283F65D6E38309B36657D, | |||
| 0BD148C98295E0F26E9B203E, | |||
| 68DF1DACB6CC87C320FFEAFE ); runOnlyForDeploymentPostprocessing = 0; }; | |||
| A9D4CEB8BF6B35872821ECCD, | |||
| 07A544BF39B1B076D6A41228, | |||
| 73F16F1F0146CEEA5DBCCA0E, | |||
| 83D2B03EB08B6BC6E0A385E1, | |||
| 0C722E5F96990CA1B5F27046, | |||
| F6BAACC4178B6483EF2089B9, | |||
| 133B5F3401B8B97010441CA8, | |||
| BD4BACF416D7989BAB96272F, | |||
| FC7D30005FAF2F55AD31E1F7, | |||
| 1F90CA68AED3A84286873E2D, | |||
| 46770F1D01A9249360CAC4F1, | |||
| 5F598B0DF13D01DB78462450, | |||
| 443769AEA489DBFE4A6904B0, | |||
| F511BC8A5F0B5C9BC19F8FB7, | |||
| C02D29C17C874EEB8B811264, | |||
| A586096D3A6BAF493634A393, | |||
| 3F3DECC996DAADBDCD7D276C, | |||
| 948DB156D3ADAC90034428A9, | |||
| 554C5D64E0396AF57640E861, | |||
| 3D4C6B63961E3A0212142B8C, | |||
| D451763D1ECDF37C069A3770, | |||
| EA6A2F2B7DE0322ED19BFD55, | |||
| F97659F31912D12C91E95549, | |||
| 56752EC63E4979FD534D2009, | |||
| C383E3A9627121BF26A2EACA, | |||
| 2082A87B96A8C980E806A59A ); runOnlyForDeploymentPostprocessing = 0; }; | |||
| 6C1906E1104429D10063FE75 = { isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; files = ( | |||
| F2AC90E87693ECCE9710CBBD, | |||
| AE922F4EC3A894EF50AEB7AD, | |||
| EE7A2FAC53293410FA9F21DC, | |||
| 2CC8BF236581F43164AD3200, | |||
| 142A1CCDB9E7BE7CB6B855B7, | |||
| 86C98DC3CB89518033FC989E, | |||
| 0FB63E8C8C3BDE986A58E923, | |||
| B1ABC183199491B302B100B3, | |||
| 27159CB80E9FD2CB7A700EA4, | |||
| F5ED20E6BD6A2F9B03CF50D3, | |||
| 95FA6DED599C458A11C268EF ); runOnlyForDeploymentPostprocessing = 0; }; | |||
| 20915FFEC378C0A1E6C96EAC, | |||
| 2CF185F6E9B8343940C21F92, | |||
| 1B7FEDB2A01E18F33947B5CB, | |||
| ECD42C38F1E71FE93C1BCE6E, | |||
| 04D3F31A4C84BDA3B5F366CE, | |||
| 0428E26BE29AF1EA23210F83, | |||
| 8124C59C2A41584D44D2952B, | |||
| 3F0A163C30A5301DE2E578A9, | |||
| 6C00A25BA650290D8D48D8E6, | |||
| 12E2DFFC0A4FF36F4288E4C2, | |||
| 45F5DAF3E6E26132D920043D ); runOnlyForDeploymentPostprocessing = 0; }; | |||
| 44C47F7E6BD5B8AB41466286 = { isa = PBXNativeTarget; buildConfigurationList = 29330EA5DC9F3CCDAD719B7B; buildPhases = ( | |||
| EEA25E5ECDB75868B1875A36, | |||
| B2757B8179BE66929127AD2D, | |||
| @@ -6,141 +6,141 @@ | |||
| objectVersion = 44; | |||
| objects = { | |||
| 7B208134CAA2D556C257C040 = { isa = PBXBuildFile; fileRef = 2F34ACEF1FC4B2D144F053CB; }; | |||
| 9E763EC8F564AD88D7F527B6 = { isa = PBXBuildFile; fileRef = 4B12A338180B4BD8567E96FD; }; | |||
| 7436CA85F7D1AA8A1F4C7138 = { isa = PBXBuildFile; fileRef = 895C3785A9A3294A80CB5D52; }; | |||
| D3B2BD1646AB34FF8AFADA4A = { isa = PBXBuildFile; fileRef = 660DA39AD310B5A5384CED02; }; | |||
| C3D8CEDEF3C287F7949C4804 = { isa = PBXBuildFile; fileRef = 66E5150EC7EBBB63F4C673D1; }; | |||
| C7DE5B18FB6AADFA505ACDC9 = { isa = PBXBuildFile; fileRef = 5FCAFF56838D0002183B48B8; }; | |||
| DFBBF852E3C45EDBEA4F4FEA = { isa = PBXBuildFile; fileRef = 12A3A8AEEA5A8D051F881827; }; | |||
| 881012C78A65FF6ECC05C1D3 = { isa = PBXBuildFile; fileRef = 85CA937A1DA4EF443894BC5E; }; | |||
| 6F7CC60A16F29D132E3154C8 = { isa = PBXBuildFile; fileRef = C9025738F347440E86B16174; }; | |||
| 3E0701E437BF22D72719CE2D = { isa = PBXBuildFile; fileRef = B894FC995C957FA3BDDC8A5B; }; | |||
| 5B88C46520ED77B3584D511C = { isa = PBXBuildFile; fileRef = 3C1CBA5C4EB4A32711D8C19D; }; | |||
| B389FE9DE0B11C2387E85201 = { isa = PBXBuildFile; fileRef = DFA238E8E54D124535961D5D; }; | |||
| 911023FA7B75F7CDD0E01CC5 = { isa = PBXBuildFile; fileRef = 4251F73393232AADAD7BBCDC; }; | |||
| 6FE5A54B7FF9D1A9157D58AE = { isa = PBXBuildFile; fileRef = 2BBF0D0CD439CA229128977B; }; | |||
| 755C53A91BB04471B15C22C3 = { isa = PBXBuildFile; fileRef = 78940DAEB8BE98A9AA4B0BEF; }; | |||
| E8777146414161505C7C0D91 = { isa = PBXBuildFile; fileRef = 8990CBEEEA14E194FA3DD85B; }; | |||
| 4A66BB477E635E8616CB4FA2 = { isa = PBXBuildFile; fileRef = D93FB4E27973B0F5A014568D; }; | |||
| 9BB5AF647BD124F3F44EBA95 = { isa = PBXBuildFile; fileRef = 1061BDD9FDADCA5515FF49B6; }; | |||
| 0F8F034C9147B7B6E000BC4F = { isa = PBXBuildFile; fileRef = 47A1DF189E46F0A92D672689; }; | |||
| E773CDB9C36704CEE2A4091E = { isa = PBXBuildFile; fileRef = B8A3BF45474348248262212C; }; | |||
| 5D41B630AD0113C661B79E1E = { isa = PBXBuildFile; fileRef = 091F838DF8E46E1144678BD6; }; | |||
| D2FF9BE1F86D155B69C3C394 = { isa = PBXBuildFile; fileRef = 31BB7FF9E86CA687C52817BE; }; | |||
| 70305D8B2490CD64D1BB4597 = { isa = PBXBuildFile; fileRef = CE61812B4CB9FEA63EC2AFAE; }; | |||
| 8D81464776346469A1FA351E = { isa = PBXBuildFile; fileRef = 1A7539EAAB9683F4491CB678; }; | |||
| DC1209F9F548B02E1E750D6E = { isa = PBXBuildFile; fileRef = 0A0DE0C7E467226F49DC2547; }; | |||
| 28DC09B5A3A0BAF9371A9730 = { isa = PBXBuildFile; fileRef = 2560A8661CA91CA837C78658; }; | |||
| 31C3CE233936906FD9D2AAAD = { isa = PBXBuildFile; fileRef = 65CB8CF5F0BD94A5F8CF7C70; }; | |||
| 9ED283F65D6E38309B36657D = { isa = PBXBuildFile; fileRef = 1E441A46A257C0E891C9E467; }; | |||
| 0BD148C98295E0F26E9B203E = { isa = PBXBuildFile; fileRef = C7CEB89764F1EC2B49D36D5F; }; | |||
| 68DF1DACB6CC87C320FFEAFE = { isa = PBXBuildFile; fileRef = 604756E9168A185EE1DCE557; }; | |||
| 2F34ACEF1FC4B2D144F053CB = { isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = UIKit.framework; path = System/Library/Frameworks/UIKit.framework; sourceTree = SDKROOT; }; | |||
| 4B12A338180B4BD8567E96FD = { isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Foundation.framework; path = System/Library/Frameworks/Foundation.framework; sourceTree = SDKROOT; }; | |||
| 895C3785A9A3294A80CB5D52 = { isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = CoreGraphics.framework; path = System/Library/Frameworks/CoreGraphics.framework; sourceTree = SDKROOT; }; | |||
| 660DA39AD310B5A5384CED02 = { isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = AudioToolbox.framework; path = System/Library/Frameworks/AudioToolbox.framework; sourceTree = SDKROOT; }; | |||
| A82540492797AA2A111F534F = { isa = PBXBuildFile; fileRef = FE73A99FC442611763B78962; }; | |||
| D351446B8D35F4C9EADDF0F8 = { isa = PBXBuildFile; fileRef = 6FB2992756D842FF2A71CBDF; }; | |||
| DDE2D54D9AF8DEDFC66E75D4 = { isa = PBXBuildFile; fileRef = A4EE39790FFF23240CB7BFB6; }; | |||
| 2C6ED8CEE9C15855321CDEE6 = { isa = PBXBuildFile; fileRef = 80AFA57E396DBF8EB3483F66; }; | |||
| A9D4CEB8BF6B35872821ECCD = { isa = PBXBuildFile; fileRef = 8CAAF50C584E234C08D5F4B6; }; | |||
| 07A544BF39B1B076D6A41228 = { isa = PBXBuildFile; fileRef = C08E0D90EDF5F3C1DC7960D9; }; | |||
| 73F16F1F0146CEEA5DBCCA0E = { isa = PBXBuildFile; fileRef = F7AFA888A6F33AA6A41DBBF1; }; | |||
| 83D2B03EB08B6BC6E0A385E1 = { isa = PBXBuildFile; fileRef = 4768B9E0E7E47689D2152273; }; | |||
| 0C722E5F96990CA1B5F27046 = { isa = PBXBuildFile; fileRef = C142C47C1CCB975D7ED69A76; }; | |||
| F6BAACC4178B6483EF2089B9 = { isa = PBXBuildFile; fileRef = 12E008A030CFA73B8A2C5F8D; }; | |||
| 133B5F3401B8B97010441CA8 = { isa = PBXBuildFile; fileRef = A679D77333FEDBBFDD3996CE; }; | |||
| BD4BACF416D7989BAB96272F = { isa = PBXBuildFile; fileRef = 90405E5EB08DAA8AEF278373; }; | |||
| FC7D30005FAF2F55AD31E1F7 = { isa = PBXBuildFile; fileRef = 53CDACB61E480F6CD0DA0227; }; | |||
| 1F90CA68AED3A84286873E2D = { isa = PBXBuildFile; fileRef = 25F200D7C24E7D65E6180A96; }; | |||
| 46770F1D01A9249360CAC4F1 = { isa = PBXBuildFile; fileRef = 7C337F848FFCE6B474C24F8F; }; | |||
| 5F598B0DF13D01DB78462450 = { isa = PBXBuildFile; fileRef = CA67B495395BF40180861DBB; }; | |||
| 443769AEA489DBFE4A6904B0 = { isa = PBXBuildFile; fileRef = 9BCDD95754B3483A5AA5CBA3; }; | |||
| F511BC8A5F0B5C9BC19F8FB7 = { isa = PBXBuildFile; fileRef = 10CD526C87D2AE14485D9E02; }; | |||
| C02D29C17C874EEB8B811264 = { isa = PBXBuildFile; fileRef = D77329750883321F2B19C175; }; | |||
| A586096D3A6BAF493634A393 = { isa = PBXBuildFile; fileRef = 685ED451763D1ECDF37C069A; }; | |||
| 3F3DECC996DAADBDCD7D276C = { isa = PBXBuildFile; fileRef = B51FED2131FBE1356A01B300; }; | |||
| 948DB156D3ADAC90034428A9 = { isa = PBXBuildFile; fileRef = B19EC95562A9E9EDC3E9B1A9; }; | |||
| 554C5D64E0396AF57640E861 = { isa = PBXBuildFile; fileRef = E4275128DD1C668E42E12F93; }; | |||
| 3D4C6B63961E3A0212142B8C = { isa = PBXBuildFile; fileRef = 14C92BB589AB3736AE0D2993; }; | |||
| D451763D1ECDF37C069A3770 = { isa = PBXBuildFile; fileRef = C5445AF598689D6BF0F83CBE; }; | |||
| EA6A2F2B7DE0322ED19BFD55 = { isa = PBXBuildFile; fileRef = B532F2C386E75E0E34783044; }; | |||
| F97659F31912D12C91E95549 = { isa = PBXBuildFile; fileRef = D027981BD4F6CC3DB5103192; }; | |||
| 56752EC63E4979FD534D2009 = { isa = PBXBuildFile; fileRef = 78A1366D8680F8706D29BA89; }; | |||
| C383E3A9627121BF26A2EACA = { isa = PBXBuildFile; fileRef = 212AD4AE482A14B305233281; }; | |||
| 2082A87B96A8C980E806A59A = { isa = PBXBuildFile; fileRef = DA9462FFFAC440E6BE3DBA78; }; | |||
| FE73A99FC442611763B78962 = { isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = UIKit.framework; path = System/Library/Frameworks/UIKit.framework; sourceTree = SDKROOT; }; | |||
| 6FB2992756D842FF2A71CBDF = { isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Foundation.framework; path = System/Library/Frameworks/Foundation.framework; sourceTree = SDKROOT; }; | |||
| A4EE39790FFF23240CB7BFB6 = { isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = CoreGraphics.framework; path = System/Library/Frameworks/CoreGraphics.framework; sourceTree = SDKROOT; }; | |||
| 80AFA57E396DBF8EB3483F66 = { isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = AudioToolbox.framework; path = System/Library/Frameworks/AudioToolbox.framework; sourceTree = SDKROOT; }; | |||
| 56BC57F08A02495F85DB8DC8 = { isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = JuceDemo.app; sourceTree = BUILT_PRODUCTS_DIR; }; | |||
| B0C39DD3834141F1CA7C5D68 = { isa = PBXFileReference; lastKnownFileType = text.plist.xml; name = Info.plist; path = Info.plist; sourceTree = SOURCE_ROOT; }; | |||
| 66E5150EC7EBBB63F4C673D1 = { isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; name = ApplicationStartup.cpp; path = ../../Source/ApplicationStartup.cpp; sourceTree = SOURCE_ROOT; }; | |||
| 5FCAFF56838D0002183B48B8 = { isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; name = MainDemoWindow.cpp; path = ../../Source/MainDemoWindow.cpp; sourceTree = SOURCE_ROOT; }; | |||
| 80096DB10F3882EF352B0573 = { isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; name = MainDemoWindow.h; path = ../../Source/MainDemoWindow.h; sourceTree = SOURCE_ROOT; }; | |||
| DA2E314623DCA5C867A8C11C = { isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; name = jucedemo_headers.h; path = ../../Source/jucedemo_headers.h; sourceTree = SOURCE_ROOT; }; | |||
| 12A3A8AEEA5A8D051F881827 = { isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; name = AudioDemoLatencyPage.cpp; path = ../../Source/demos/AudioDemoLatencyPage.cpp; sourceTree = SOURCE_ROOT; }; | |||
| 6E92BD22BCCE25E4B4D321EA = { isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; name = AudioDemoLatencyPage.h; path = ../../Source/demos/AudioDemoLatencyPage.h; sourceTree = SOURCE_ROOT; }; | |||
| 85CA937A1DA4EF443894BC5E = { isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; name = AudioDemoPlaybackPage.cpp; path = ../../Source/demos/AudioDemoPlaybackPage.cpp; sourceTree = SOURCE_ROOT; }; | |||
| 99427D4B058197F453EF5279 = { isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; name = AudioDemoPlaybackPage.h; path = ../../Source/demos/AudioDemoPlaybackPage.h; sourceTree = SOURCE_ROOT; }; | |||
| C9025738F347440E86B16174 = { isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; name = AudioDemoRecordPage.cpp; path = ../../Source/demos/AudioDemoRecordPage.cpp; sourceTree = SOURCE_ROOT; }; | |||
| 304FBE4BC66783833C4B591D = { isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; name = AudioDemoRecordPage.h; path = ../../Source/demos/AudioDemoRecordPage.h; sourceTree = SOURCE_ROOT; }; | |||
| B894FC995C957FA3BDDC8A5B = { isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; name = AudioDemoSetupPage.cpp; path = ../../Source/demos/AudioDemoSetupPage.cpp; sourceTree = SOURCE_ROOT; }; | |||
| B324FE0C2646BFFF997D7037 = { isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; name = AudioDemoSetupPage.h; path = ../../Source/demos/AudioDemoSetupPage.h; sourceTree = SOURCE_ROOT; }; | |||
| 3C1CBA5C4EB4A32711D8C19D = { isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; name = AudioDemoSynthPage.cpp; path = ../../Source/demos/AudioDemoSynthPage.cpp; sourceTree = SOURCE_ROOT; }; | |||
| ECA36108313CCB3A3610A9C5 = { isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; name = AudioDemoSynthPage.h; path = ../../Source/demos/AudioDemoSynthPage.h; sourceTree = SOURCE_ROOT; }; | |||
| DFA238E8E54D124535961D5D = { isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; name = AudioDemoTabComponent.cpp; path = ../../Source/demos/AudioDemoTabComponent.cpp; sourceTree = SOURCE_ROOT; }; | |||
| 18C98E9390150D87903F9957 = { isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; name = AudioDemoTabComponent.h; path = ../../Source/demos/AudioDemoTabComponent.h; sourceTree = SOURCE_ROOT; }; | |||
| 4251F73393232AADAD7BBCDC = { isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; name = CameraDemo.cpp; path = ../../Source/demos/CameraDemo.cpp; sourceTree = SOURCE_ROOT; }; | |||
| 2BBF0D0CD439CA229128977B = { isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; name = CodeEditorDemo.cpp; path = ../../Source/demos/CodeEditorDemo.cpp; sourceTree = SOURCE_ROOT; }; | |||
| 78940DAEB8BE98A9AA4B0BEF = { isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; name = DragAndDropDemo.cpp; path = ../../Source/demos/DragAndDropDemo.cpp; sourceTree = SOURCE_ROOT; }; | |||
| 8990CBEEEA14E194FA3DD85B = { isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; name = FontsAndTextDemo.cpp; path = ../../Source/demos/FontsAndTextDemo.cpp; sourceTree = SOURCE_ROOT; }; | |||
| D93FB4E27973B0F5A014568D = { isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; name = InterprocessCommsDemo.cpp; path = ../../Source/demos/InterprocessCommsDemo.cpp; sourceTree = SOURCE_ROOT; }; | |||
| 1061BDD9FDADCA5515FF49B6 = { isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; name = OpenGLDemo.cpp; path = ../../Source/demos/OpenGLDemo.cpp; sourceTree = SOURCE_ROOT; }; | |||
| 47A1DF189E46F0A92D672689 = { isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; name = QuickTimeDemo.cpp; path = ../../Source/demos/QuickTimeDemo.cpp; sourceTree = SOURCE_ROOT; }; | |||
| B8A3BF45474348248262212C = { isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; name = RenderingTestComponent.cpp; path = ../../Source/demos/RenderingTestComponent.cpp; sourceTree = SOURCE_ROOT; }; | |||
| AB13A7026C73DD0667AE8CD0 = { isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; name = RenderingTestComponent.h; path = ../../Source/demos/RenderingTestComponent.h; sourceTree = SOURCE_ROOT; }; | |||
| 091F838DF8E46E1144678BD6 = { isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; name = TableDemo.cpp; path = ../../Source/demos/TableDemo.cpp; sourceTree = SOURCE_ROOT; }; | |||
| 31BB7FF9E86CA687C52817BE = { isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; name = ThreadingDemo.cpp; path = ../../Source/demos/ThreadingDemo.cpp; sourceTree = SOURCE_ROOT; }; | |||
| CE61812B4CB9FEA63EC2AFAE = { isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; name = TreeViewDemo.cpp; path = ../../Source/demos/TreeViewDemo.cpp; sourceTree = SOURCE_ROOT; }; | |||
| 1A7539EAAB9683F4491CB678 = { isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; name = WebBrowserDemo.cpp; path = ../../Source/demos/WebBrowserDemo.cpp; sourceTree = SOURCE_ROOT; }; | |||
| 0A0DE0C7E467226F49DC2547 = { isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; name = WidgetsDemo.cpp; path = ../../Source/demos/WidgetsDemo.cpp; sourceTree = SOURCE_ROOT; }; | |||
| 57727D75F92F702E87F28F8B = { isa = PBXFileReference; lastKnownFileType = file.wav; name = cello.wav; path = "../../Binary Data/cello.wav"; sourceTree = SOURCE_ROOT; }; | |||
| 2F7EF119C6AC3D4E45F27FC5 = { isa = PBXFileReference; lastKnownFileType = file.xml; name = "demo table data.xml"; path = "../../Binary Data/demo table data.xml"; sourceTree = SOURCE_ROOT; }; | |||
| A54FE866F06B472E5FFCA619 = { isa = PBXFileReference; lastKnownFileType = file.zip; name = icons.zip; path = "../../Binary Data/icons.zip"; sourceTree = SOURCE_ROOT; }; | |||
| 1CF664DDADD5BB38FF3EF036 = { isa = PBXFileReference; lastKnownFileType = image.png; name = juce.png; path = "../../Binary Data/juce.png"; sourceTree = SOURCE_ROOT; }; | |||
| A7A9B11C1B693E380C29F53F = { isa = PBXFileReference; lastKnownFileType = file.xml; name = treedemo.xml; path = "../../Binary Data/treedemo.xml"; sourceTree = SOURCE_ROOT; }; | |||
| 2BAB800C71F9D2A09CAA2D03 = { isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; name = AppConfig.h; path = ../../JuceLibraryCode/AppConfig.h; sourceTree = SOURCE_ROOT; }; | |||
| 04D0031022B54A738EFE98F0 = { isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; name = JuceHeader.h; path = ../../JuceLibraryCode/JuceHeader.h; sourceTree = SOURCE_ROOT; }; | |||
| 2560A8661CA91CA837C78658 = { isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; name = BinaryData.cpp; path = ../../JuceLibraryCode/BinaryData.cpp; sourceTree = SOURCE_ROOT; }; | |||
| 5BC3E8D1D56A5AFE854C16B3 = { isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; name = BinaryData.h; path = ../../JuceLibraryCode/BinaryData.h; sourceTree = SOURCE_ROOT; }; | |||
| 65CB8CF5F0BD94A5F8CF7C70 = { isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.objcpp; name = JuceLibraryCode1.mm; path = ../../JuceLibraryCode/JuceLibraryCode1.mm; sourceTree = SOURCE_ROOT; }; | |||
| 1E441A46A257C0E891C9E467 = { isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.objcpp; name = JuceLibraryCode2.mm; path = ../../JuceLibraryCode/JuceLibraryCode2.mm; sourceTree = SOURCE_ROOT; }; | |||
| C7CEB89764F1EC2B49D36D5F = { isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.objcpp; name = JuceLibraryCode3.mm; path = ../../JuceLibraryCode/JuceLibraryCode3.mm; sourceTree = SOURCE_ROOT; }; | |||
| 604756E9168A185EE1DCE557 = { isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.objcpp; name = JuceLibraryCode4.mm; path = ../../JuceLibraryCode/JuceLibraryCode4.mm; sourceTree = SOURCE_ROOT; }; | |||
| 6B2414965418FDE8B71BF091 = { isa = PBXFileReference; lastKnownFileType = text.plist.xml; name = Info.plist; path = Info.plist; sourceTree = SOURCE_ROOT; }; | |||
| 8CAAF50C584E234C08D5F4B6 = { isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; name = ApplicationStartup.cpp; path = ../../Source/ApplicationStartup.cpp; sourceTree = SOURCE_ROOT; }; | |||
| C08E0D90EDF5F3C1DC7960D9 = { isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; name = MainDemoWindow.cpp; path = ../../Source/MainDemoWindow.cpp; sourceTree = SOURCE_ROOT; }; | |||
| FB1ADFC973C66571E2962637 = { isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; name = MainDemoWindow.h; path = ../../Source/MainDemoWindow.h; sourceTree = SOURCE_ROOT; }; | |||
| 4BE34F808E4597871BE6E83D = { isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; name = jucedemo_headers.h; path = ../../Source/jucedemo_headers.h; sourceTree = SOURCE_ROOT; }; | |||
| F7AFA888A6F33AA6A41DBBF1 = { isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; name = AudioDemoLatencyPage.cpp; path = ../../Source/demos/AudioDemoLatencyPage.cpp; sourceTree = SOURCE_ROOT; }; | |||
| C8FECA3890075D8C8124F71C = { isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; name = AudioDemoLatencyPage.h; path = ../../Source/demos/AudioDemoLatencyPage.h; sourceTree = SOURCE_ROOT; }; | |||
| 4768B9E0E7E47689D2152273 = { isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; name = AudioDemoPlaybackPage.cpp; path = ../../Source/demos/AudioDemoPlaybackPage.cpp; sourceTree = SOURCE_ROOT; }; | |||
| 8182FA9F3E05EA434B048C8B = { isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; name = AudioDemoPlaybackPage.h; path = ../../Source/demos/AudioDemoPlaybackPage.h; sourceTree = SOURCE_ROOT; }; | |||
| C142C47C1CCB975D7ED69A76 = { isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; name = AudioDemoRecordPage.cpp; path = ../../Source/demos/AudioDemoRecordPage.cpp; sourceTree = SOURCE_ROOT; }; | |||
| 123BE3D4AE300D6A8901D25C = { isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; name = AudioDemoRecordPage.h; path = ../../Source/demos/AudioDemoRecordPage.h; sourceTree = SOURCE_ROOT; }; | |||
| 12E008A030CFA73B8A2C5F8D = { isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; name = AudioDemoSetupPage.cpp; path = ../../Source/demos/AudioDemoSetupPage.cpp; sourceTree = SOURCE_ROOT; }; | |||
| F3FBE7B3648DC27B2FD6B696 = { isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; name = AudioDemoSetupPage.h; path = ../../Source/demos/AudioDemoSetupPage.h; sourceTree = SOURCE_ROOT; }; | |||
| A679D77333FEDBBFDD3996CE = { isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; name = AudioDemoSynthPage.cpp; path = ../../Source/demos/AudioDemoSynthPage.cpp; sourceTree = SOURCE_ROOT; }; | |||
| 2C7A5ABF7F84DDB6CC69FE24 = { isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; name = AudioDemoSynthPage.h; path = ../../Source/demos/AudioDemoSynthPage.h; sourceTree = SOURCE_ROOT; }; | |||
| 90405E5EB08DAA8AEF278373 = { isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; name = AudioDemoTabComponent.cpp; path = ../../Source/demos/AudioDemoTabComponent.cpp; sourceTree = SOURCE_ROOT; }; | |||
| 00090BE7B99A50D58854C369 = { isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; name = AudioDemoTabComponent.h; path = ../../Source/demos/AudioDemoTabComponent.h; sourceTree = SOURCE_ROOT; }; | |||
| 53CDACB61E480F6CD0DA0227 = { isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; name = CameraDemo.cpp; path = ../../Source/demos/CameraDemo.cpp; sourceTree = SOURCE_ROOT; }; | |||
| 25F200D7C24E7D65E6180A96 = { isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; name = CodeEditorDemo.cpp; path = ../../Source/demos/CodeEditorDemo.cpp; sourceTree = SOURCE_ROOT; }; | |||
| 7C337F848FFCE6B474C24F8F = { isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; name = DragAndDropDemo.cpp; path = ../../Source/demos/DragAndDropDemo.cpp; sourceTree = SOURCE_ROOT; }; | |||
| CA67B495395BF40180861DBB = { isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; name = FontsAndTextDemo.cpp; path = ../../Source/demos/FontsAndTextDemo.cpp; sourceTree = SOURCE_ROOT; }; | |||
| 9BCDD95754B3483A5AA5CBA3 = { isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; name = InterprocessCommsDemo.cpp; path = ../../Source/demos/InterprocessCommsDemo.cpp; sourceTree = SOURCE_ROOT; }; | |||
| 10CD526C87D2AE14485D9E02 = { isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; name = OpenGLDemo.cpp; path = ../../Source/demos/OpenGLDemo.cpp; sourceTree = SOURCE_ROOT; }; | |||
| D77329750883321F2B19C175 = { isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; name = QuickTimeDemo.cpp; path = ../../Source/demos/QuickTimeDemo.cpp; sourceTree = SOURCE_ROOT; }; | |||
| 685ED451763D1ECDF37C069A = { isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; name = RenderingTestComponent.cpp; path = ../../Source/demos/RenderingTestComponent.cpp; sourceTree = SOURCE_ROOT; }; | |||
| 811F98EC290C7A97FC44209A = { isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; name = RenderingTestComponent.h; path = ../../Source/demos/RenderingTestComponent.h; sourceTree = SOURCE_ROOT; }; | |||
| B51FED2131FBE1356A01B300 = { isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; name = TableDemo.cpp; path = ../../Source/demos/TableDemo.cpp; sourceTree = SOURCE_ROOT; }; | |||
| B19EC95562A9E9EDC3E9B1A9 = { isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; name = ThreadingDemo.cpp; path = ../../Source/demos/ThreadingDemo.cpp; sourceTree = SOURCE_ROOT; }; | |||
| E4275128DD1C668E42E12F93 = { isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; name = TreeViewDemo.cpp; path = ../../Source/demos/TreeViewDemo.cpp; sourceTree = SOURCE_ROOT; }; | |||
| 14C92BB589AB3736AE0D2993 = { isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; name = WebBrowserDemo.cpp; path = ../../Source/demos/WebBrowserDemo.cpp; sourceTree = SOURCE_ROOT; }; | |||
| C5445AF598689D6BF0F83CBE = { isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; name = WidgetsDemo.cpp; path = ../../Source/demos/WidgetsDemo.cpp; sourceTree = SOURCE_ROOT; }; | |||
| E393B96DABAE67B4BF9CC8A0 = { isa = PBXFileReference; lastKnownFileType = file.wav; name = cello.wav; path = "../../Binary Data/cello.wav"; sourceTree = SOURCE_ROOT; }; | |||
| 29C2F4E4B5B2D1809AE3F2E0 = { isa = PBXFileReference; lastKnownFileType = file.xml; name = "demo table data.xml"; path = "../../Binary Data/demo table data.xml"; sourceTree = SOURCE_ROOT; }; | |||
| 3161255EB1EA2EB48796EF3D = { isa = PBXFileReference; lastKnownFileType = file.zip; name = icons.zip; path = "../../Binary Data/icons.zip"; sourceTree = SOURCE_ROOT; }; | |||
| 7CD420C22AF83DB31EE71EA6 = { isa = PBXFileReference; lastKnownFileType = image.png; name = juce.png; path = "../../Binary Data/juce.png"; sourceTree = SOURCE_ROOT; }; | |||
| A5B7CC1437DA58DFC19AA3C8 = { isa = PBXFileReference; lastKnownFileType = file.xml; name = treedemo.xml; path = "../../Binary Data/treedemo.xml"; sourceTree = SOURCE_ROOT; }; | |||
| 3B0725900B1EB76FCFF9725F = { isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; name = AppConfig.h; path = ../../JuceLibraryCode/AppConfig.h; sourceTree = SOURCE_ROOT; }; | |||
| CF077D3ED7B7B56F351AAF67 = { isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; name = JuceHeader.h; path = ../../JuceLibraryCode/JuceHeader.h; sourceTree = SOURCE_ROOT; }; | |||
| B532F2C386E75E0E34783044 = { isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; name = BinaryData.cpp; path = ../../JuceLibraryCode/BinaryData.cpp; sourceTree = SOURCE_ROOT; }; | |||
| 16FA53FF896BC5EA2C681C1A = { isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; name = BinaryData.h; path = ../../JuceLibraryCode/BinaryData.h; sourceTree = SOURCE_ROOT; }; | |||
| D027981BD4F6CC3DB5103192 = { isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.objcpp; name = JuceLibraryCode1.mm; path = ../../JuceLibraryCode/JuceLibraryCode1.mm; sourceTree = SOURCE_ROOT; }; | |||
| 78A1366D8680F8706D29BA89 = { isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.objcpp; name = JuceLibraryCode2.mm; path = ../../JuceLibraryCode/JuceLibraryCode2.mm; sourceTree = SOURCE_ROOT; }; | |||
| 212AD4AE482A14B305233281 = { isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.objcpp; name = JuceLibraryCode3.mm; path = ../../JuceLibraryCode/JuceLibraryCode3.mm; sourceTree = SOURCE_ROOT; }; | |||
| DA9462FFFAC440E6BE3DBA78 = { isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.objcpp; name = JuceLibraryCode4.mm; path = ../../JuceLibraryCode/JuceLibraryCode4.mm; sourceTree = SOURCE_ROOT; }; | |||
| FD1552CA3E06EF6E4FC85A8A = { isa = PBXGroup; children = ( | |||
| 12A3A8AEEA5A8D051F881827, | |||
| 6E92BD22BCCE25E4B4D321EA, | |||
| 85CA937A1DA4EF443894BC5E, | |||
| 99427D4B058197F453EF5279, | |||
| C9025738F347440E86B16174, | |||
| 304FBE4BC66783833C4B591D, | |||
| B894FC995C957FA3BDDC8A5B, | |||
| B324FE0C2646BFFF997D7037, | |||
| 3C1CBA5C4EB4A32711D8C19D, | |||
| ECA36108313CCB3A3610A9C5, | |||
| DFA238E8E54D124535961D5D, | |||
| 18C98E9390150D87903F9957, | |||
| 4251F73393232AADAD7BBCDC, | |||
| 2BBF0D0CD439CA229128977B, | |||
| 78940DAEB8BE98A9AA4B0BEF, | |||
| 8990CBEEEA14E194FA3DD85B, | |||
| D93FB4E27973B0F5A014568D, | |||
| 1061BDD9FDADCA5515FF49B6, | |||
| 47A1DF189E46F0A92D672689, | |||
| B8A3BF45474348248262212C, | |||
| AB13A7026C73DD0667AE8CD0, | |||
| 091F838DF8E46E1144678BD6, | |||
| 31BB7FF9E86CA687C52817BE, | |||
| CE61812B4CB9FEA63EC2AFAE, | |||
| 1A7539EAAB9683F4491CB678, | |||
| 0A0DE0C7E467226F49DC2547 ); name = Demos; sourceTree = "<group>"; }; | |||
| F7AFA888A6F33AA6A41DBBF1, | |||
| C8FECA3890075D8C8124F71C, | |||
| 4768B9E0E7E47689D2152273, | |||
| 8182FA9F3E05EA434B048C8B, | |||
| C142C47C1CCB975D7ED69A76, | |||
| 123BE3D4AE300D6A8901D25C, | |||
| 12E008A030CFA73B8A2C5F8D, | |||
| F3FBE7B3648DC27B2FD6B696, | |||
| A679D77333FEDBBFDD3996CE, | |||
| 2C7A5ABF7F84DDB6CC69FE24, | |||
| 90405E5EB08DAA8AEF278373, | |||
| 00090BE7B99A50D58854C369, | |||
| 53CDACB61E480F6CD0DA0227, | |||
| 25F200D7C24E7D65E6180A96, | |||
| 7C337F848FFCE6B474C24F8F, | |||
| CA67B495395BF40180861DBB, | |||
| 9BCDD95754B3483A5AA5CBA3, | |||
| 10CD526C87D2AE14485D9E02, | |||
| D77329750883321F2B19C175, | |||
| 685ED451763D1ECDF37C069A, | |||
| 811F98EC290C7A97FC44209A, | |||
| B51FED2131FBE1356A01B300, | |||
| B19EC95562A9E9EDC3E9B1A9, | |||
| E4275128DD1C668E42E12F93, | |||
| 14C92BB589AB3736AE0D2993, | |||
| C5445AF598689D6BF0F83CBE ); name = Demos; sourceTree = "<group>"; }; | |||
| C9C1EC6EEE457C21A26B0EC3 = { isa = PBXGroup; children = ( | |||
| 57727D75F92F702E87F28F8B, | |||
| 2F7EF119C6AC3D4E45F27FC5, | |||
| A54FE866F06B472E5FFCA619, | |||
| 1CF664DDADD5BB38FF3EF036, | |||
| A7A9B11C1B693E380C29F53F ); name = "Binary Data"; sourceTree = "<group>"; }; | |||
| E393B96DABAE67B4BF9CC8A0, | |||
| 29C2F4E4B5B2D1809AE3F2E0, | |||
| 3161255EB1EA2EB48796EF3D, | |||
| 7CD420C22AF83DB31EE71EA6, | |||
| A5B7CC1437DA58DFC19AA3C8 ); name = "Binary Data"; sourceTree = "<group>"; }; | |||
| 2EA528914EC159A58C97A873 = { isa = PBXGroup; children = ( | |||
| 66E5150EC7EBBB63F4C673D1, | |||
| 5FCAFF56838D0002183B48B8, | |||
| 80096DB10F3882EF352B0573, | |||
| DA2E314623DCA5C867A8C11C, | |||
| 8CAAF50C584E234C08D5F4B6, | |||
| C08E0D90EDF5F3C1DC7960D9, | |||
| FB1ADFC973C66571E2962637, | |||
| 4BE34F808E4597871BE6E83D, | |||
| FD1552CA3E06EF6E4FC85A8A, | |||
| C9C1EC6EEE457C21A26B0EC3 ); name = Source; sourceTree = "<group>"; }; | |||
| 3B5437A20FCADA50EBD06731 = { isa = PBXGroup; children = ( | |||
| 2BAB800C71F9D2A09CAA2D03, | |||
| 04D0031022B54A738EFE98F0, | |||
| 2560A8661CA91CA837C78658, | |||
| 5BC3E8D1D56A5AFE854C16B3, | |||
| 65CB8CF5F0BD94A5F8CF7C70, | |||
| 1E441A46A257C0E891C9E467, | |||
| C7CEB89764F1EC2B49D36D5F, | |||
| 604756E9168A185EE1DCE557 ); name = "Juce Library Code"; sourceTree = "<group>"; }; | |||
| 3B0725900B1EB76FCFF9725F, | |||
| CF077D3ED7B7B56F351AAF67, | |||
| B532F2C386E75E0E34783044, | |||
| 16FA53FF896BC5EA2C681C1A, | |||
| D027981BD4F6CC3DB5103192, | |||
| 78A1366D8680F8706D29BA89, | |||
| 212AD4AE482A14B305233281, | |||
| DA9462FFFAC440E6BE3DBA78 ); name = "Juce Library Code"; sourceTree = "<group>"; }; | |||
| F473AC9C072A0F6CF3B5410F = { isa = PBXGroup; children = ( | |||
| B0C39DD3834141F1CA7C5D68 ); name = Resources; sourceTree = "<group>"; }; | |||
| 6B2414965418FDE8B71BF091 ); name = Resources; sourceTree = "<group>"; }; | |||
| 6030FE912A851A2507B3BF34 = { isa = PBXGroup; children = ( | |||
| 2F34ACEF1FC4B2D144F053CB, | |||
| 4B12A338180B4BD8567E96FD, | |||
| 895C3785A9A3294A80CB5D52, | |||
| 660DA39AD310B5A5384CED02 ); name = Frameworks; sourceTree = "<group>"; }; | |||
| FE73A99FC442611763B78962, | |||
| 6FB2992756D842FF2A71CBDF, | |||
| A4EE39790FFF23240CB7BFB6, | |||
| 80AFA57E396DBF8EB3483F66 ); name = Frameworks; sourceTree = "<group>"; }; | |||
| 29CBBCDCEE131C353F0715E1 = { isa = PBXGroup; children = ( | |||
| 56BC57F08A02495F85DB8DC8 ); name = Products; sourceTree = "<group>"; }; | |||
| 24AF20CBAA4DC5F17CFE8606 = { isa = PBXGroup; children = ( | |||
| @@ -151,25 +151,27 @@ | |||
| 29CBBCDCEE131C353F0715E1 ); name = Source; sourceTree = "<group>"; }; | |||
| 52C29F86E3DBE91F252B8C0D = { isa = XCBuildConfiguration; buildSettings = { | |||
| ARCHS = "$(ARCHS_STANDARD_32_BIT)"; | |||
| GCC_MODEL_TUNING = G5; | |||
| PREBINDING = NO; | |||
| ZERO_LINK = NO; | |||
| GCC_INLINES_ARE_PRIVATE_EXTERN = YES; | |||
| HEADER_SEARCH_PATHS = " $(inherited)"; | |||
| GCC_OPTIMIZATION_LEVEL = 0; | |||
| INFOPLIST_FILE = Info.plist; | |||
| INSTALL_PATH = "$(HOME)/Applications"; | |||
| SDKROOT = iphonesimulator3.0; | |||
| ONLY_ACTIVE_ARCH = YES; | |||
| COPY_PHASE_STRIP = NO; | |||
| GCC_DYNAMIC_NO_PIC = NO; | |||
| GCC_ENABLE_FIX_AND_CONTINUE = YES; | |||
| GCC_PREPROCESSOR_DEFINITIONS = ( | |||
| "_DEBUG=1", | |||
| "DEBUG=1 "); }; name = Debug; }; | |||
| 7DBDB93B1B9DF79BA4819F7F = { isa = XCBuildConfiguration; buildSettings = { | |||
| ARCHS = "$(ARCHS_STANDARD_32_BIT)"; | |||
| GCC_MODEL_TUNING = G5; | |||
| PREBINDING = NO; | |||
| ZERO_LINK = NO; | |||
| GCC_INLINES_ARE_PRIVATE_EXTERN = YES; | |||
| HEADER_SEARCH_PATHS = " $(inherited)"; | |||
| GCC_OPTIMIZATION_LEVEL = s; | |||
| INFOPLIST_FILE = Info.plist; | |||
| INSTALL_PATH = "$(HOME)/Applications"; | |||
| SDKROOT = iphonesimulator3.0; | |||
| GCC_GENERATE_DEBUGGING_SYMBOLS = NO; | |||
| GCC_SYMBOLS_PRIVATE_EXTERN = YES; | |||
| GCC_PREPROCESSOR_DEFINITIONS = ( | |||
| @@ -184,15 +186,11 @@ | |||
| GCC_WARN_MISSING_PARENTHESES = YES; | |||
| GCC_WARN_NON_VIRTUAL_DESTRUCTOR = YES; | |||
| GCC_WARN_TYPECHECK_CALLS_TO_PRINTF = YES; | |||
| GCC_MODEL_TUNING = G5; | |||
| GCC_INLINES_ARE_PRIVATE_EXTERN = YES; | |||
| ZERO_LINK = NO; | |||
| DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym"; | |||
| INFOPLIST_FILE = Info.plist; | |||
| INSTALL_PATH = "$(HOME)/Applications"; | |||
| PRODUCT_NAME = "JuceDemo"; | |||
| COPY_PHASE_STRIP = NO; | |||
| GCC_DYNAMIC_NO_PIC = NO; | |||
| GCC_ENABLE_FIX_AND_CONTINUE = YES; | |||
| SDKROOT = iphonesimulator3.0; | |||
| MACOSX_DEPLOYMENT_TARGET_ppc = 10.4; }; name = Debug; }; | |||
| PRODUCT_NAME = "JuceDemo"; }; name = Debug; }; | |||
| ABFBF014E4913E0475A16742 = { isa = XCBuildConfiguration; buildSettings = { | |||
| ALWAYS_SEARCH_USER_PATHS = NO; | |||
| GCC_C_LANGUAGE_STANDARD = c99; | |||
| @@ -202,12 +200,11 @@ | |||
| GCC_WARN_MISSING_PARENTHESES = YES; | |||
| GCC_WARN_NON_VIRTUAL_DESTRUCTOR = YES; | |||
| GCC_WARN_TYPECHECK_CALLS_TO_PRINTF = YES; | |||
| GCC_MODEL_TUNING = G5; | |||
| GCC_INLINES_ARE_PRIVATE_EXTERN = YES; | |||
| ZERO_LINK = NO; | |||
| DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym"; | |||
| INFOPLIST_FILE = Info.plist; | |||
| INSTALL_PATH = "$(HOME)/Applications"; | |||
| PRODUCT_NAME = "JuceDemo"; | |||
| SDKROOT = iphonesimulator3.0; | |||
| MACOSX_DEPLOYMENT_TARGET_ppc = 10.4; }; name = Release; }; | |||
| PRODUCT_NAME = "JuceDemo"; }; name = Release; }; | |||
| B89AA9A9D76AFB9FD94E91F1 = { isa = XCConfigurationList; buildConfigurations = ( | |||
| B612DCB6B9D782F3D3744B79, | |||
| ABFBF014E4913E0475A16742 ); defaultConfigurationIsVisible = 0; defaultConfigurationName = Debug; }; | |||
| @@ -216,37 +213,37 @@ | |||
| 7DBDB93B1B9DF79BA4819F7F ); defaultConfigurationIsVisible = 0; defaultConfigurationName = Debug; }; | |||
| EEA25E5ECDB75868B1875A36 = { isa = PBXResourcesBuildPhase; buildActionMask = 2147483647; files = ( ); runOnlyForDeploymentPostprocessing = 0; }; | |||
| B2757B8179BE66929127AD2D = { isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; files = ( | |||
| C3D8CEDEF3C287F7949C4804, | |||
| C7DE5B18FB6AADFA505ACDC9, | |||
| DFBBF852E3C45EDBEA4F4FEA, | |||
| 881012C78A65FF6ECC05C1D3, | |||
| 6F7CC60A16F29D132E3154C8, | |||
| 3E0701E437BF22D72719CE2D, | |||
| 5B88C46520ED77B3584D511C, | |||
| B389FE9DE0B11C2387E85201, | |||
| 911023FA7B75F7CDD0E01CC5, | |||
| 6FE5A54B7FF9D1A9157D58AE, | |||
| 755C53A91BB04471B15C22C3, | |||
| E8777146414161505C7C0D91, | |||
| 4A66BB477E635E8616CB4FA2, | |||
| 9BB5AF647BD124F3F44EBA95, | |||
| 0F8F034C9147B7B6E000BC4F, | |||
| E773CDB9C36704CEE2A4091E, | |||
| 5D41B630AD0113C661B79E1E, | |||
| D2FF9BE1F86D155B69C3C394, | |||
| 70305D8B2490CD64D1BB4597, | |||
| 8D81464776346469A1FA351E, | |||
| DC1209F9F548B02E1E750D6E, | |||
| 28DC09B5A3A0BAF9371A9730, | |||
| 31C3CE233936906FD9D2AAAD, | |||
| 9ED283F65D6E38309B36657D, | |||
| 0BD148C98295E0F26E9B203E, | |||
| 68DF1DACB6CC87C320FFEAFE ); runOnlyForDeploymentPostprocessing = 0; }; | |||
| A9D4CEB8BF6B35872821ECCD, | |||
| 07A544BF39B1B076D6A41228, | |||
| 73F16F1F0146CEEA5DBCCA0E, | |||
| 83D2B03EB08B6BC6E0A385E1, | |||
| 0C722E5F96990CA1B5F27046, | |||
| F6BAACC4178B6483EF2089B9, | |||
| 133B5F3401B8B97010441CA8, | |||
| BD4BACF416D7989BAB96272F, | |||
| FC7D30005FAF2F55AD31E1F7, | |||
| 1F90CA68AED3A84286873E2D, | |||
| 46770F1D01A9249360CAC4F1, | |||
| 5F598B0DF13D01DB78462450, | |||
| 443769AEA489DBFE4A6904B0, | |||
| F511BC8A5F0B5C9BC19F8FB7, | |||
| C02D29C17C874EEB8B811264, | |||
| A586096D3A6BAF493634A393, | |||
| 3F3DECC996DAADBDCD7D276C, | |||
| 948DB156D3ADAC90034428A9, | |||
| 554C5D64E0396AF57640E861, | |||
| 3D4C6B63961E3A0212142B8C, | |||
| D451763D1ECDF37C069A3770, | |||
| EA6A2F2B7DE0322ED19BFD55, | |||
| F97659F31912D12C91E95549, | |||
| 56752EC63E4979FD534D2009, | |||
| C383E3A9627121BF26A2EACA, | |||
| 2082A87B96A8C980E806A59A ); runOnlyForDeploymentPostprocessing = 0; }; | |||
| 6C1906E1104429D10063FE75 = { isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; files = ( | |||
| 7B208134CAA2D556C257C040, | |||
| 9E763EC8F564AD88D7F527B6, | |||
| 7436CA85F7D1AA8A1F4C7138, | |||
| D3B2BD1646AB34FF8AFADA4A ); runOnlyForDeploymentPostprocessing = 0; }; | |||
| A82540492797AA2A111F534F, | |||
| D351446B8D35F4C9EADDF0F8, | |||
| DDE2D54D9AF8DEDFC66E75D4, | |||
| 2C6ED8CEE9C15855321CDEE6 ); runOnlyForDeploymentPostprocessing = 0; }; | |||
| 44C47F7E6BD5B8AB41466286 = { isa = PBXNativeTarget; buildConfigurationList = 29330EA5DC9F3CCDAD719B7B; buildPhases = ( | |||
| EEA25E5ECDB75868B1875A36, | |||
| B2757B8179BE66929127AD2D, | |||
| @@ -1,20 +1,29 @@ | |||
| <?xml version="1.0" encoding="UTF-8"?> | |||
| <JUCERPROJECT id="SLvvV6j" name="Juce Demo" projectType="guiapp" juceLinkage="amalg_multi" | |||
| juceFolder="../../../juce" jucerVersion="3.0.0" version="1.0.0" | |||
| buildVST="1" buildRTAS="0" buildAU="1" vstFolderMac="~/SDKs/vstsdk2.4" | |||
| vstFolderPC="c:\SDKs\vstsdk2.4" rtasFolderMac="~/SDKs/PT_80_SDK" | |||
| rtasFolderPC="c:\SDKs\PT_80_SDK" pluginName="Juce Demo" pluginDesc="Juce Demo" | |||
| pluginManufacturer="yourcompany" pluginManufacturerCode="abcd" | |||
| jucerVersion="3.0.0" version="1.0.0" bundleIdentifier="com.rawmaterialsoftware.jucedemo" | |||
| buildVST="1" buildRTAS="0" buildAU="1" pluginName="Juce Demo" | |||
| pluginDesc="Juce Demo" pluginManufacturer="yourcompany" pluginManufacturerCode="abcd" | |||
| pluginCode="Abcd" pluginChannelConfigs="{ {1, 1}, {2, 2} }" pluginIsSynth="0" | |||
| pluginWantsMidiIn="0" pluginProducesMidiOut="0" pluginSilenceInIsSilenceOut="0" | |||
| pluginTailLength="0" pluginEditorRequiresKeys="0" pluginAUExportPrefix="JuceDemoAU" | |||
| pluginAUViewClass="JuceDemoAU_V1" pluginRTASCategory="" bundleIdentifier="com.rawmaterialsoftware.jucedemo"> | |||
| pluginAUViewClass="JuceDemoAU_V1" pluginRTASCategory=""> | |||
| <EXPORTFORMATS> | |||
| <XCODE_MAC targetFolder="Builds/MacOSX" vstFolder="~/SDKs/vstsdk2.4" rtasFolder="~/SDKs/PT_80_SDK" | |||
| juceFolder="../../../juce"/> | |||
| <XCODE_IPHONE targetFolder="Builds/iPhone" vstFolder="~/SDKs/vstsdk2.4" rtasFolder="~/SDKs/PT_80_SDK" | |||
| juceFolder="../../../juce"/> | |||
| <VS2005 targetFolder="Builds/VisualStudio2005" vstFolder="c:\SDKs\vstsdk2.4" | |||
| rtasFolder="c:\SDKs\PT_80_SDK" juceFolder="../../../juce"/> | |||
| <VS2008 targetFolder="Builds/VisualStudio2008" vstFolder="c:\SDKs\vstsdk2.4" | |||
| rtasFolder="c:\SDKs\PT_80_SDK" juceFolder="../../../juce"/> | |||
| <LINUX_MAKE targetFolder="Builds/Linux" vstFolder="~/SDKs/vstsdk2.4" juceFolder="../../../juce"/> | |||
| </EXPORTFORMATS> | |||
| <CONFIGURATIONS> | |||
| <CONFIGURATION name="Debug" isDebug="1" optimisation="1" targetName="JuceDemo" | |||
| osxSDK="1" osxCompatibility="1"/> | |||
| osxSDK="default" osxCompatibility="default"/> | |||
| <CONFIGURATION name="Release" isDebug="0" optimisation="2" targetName="JuceDemo" | |||
| osxSDK="1" osxCompatibility="1"/> | |||
| osxSDK="default" osxCompatibility="default"/> | |||
| </CONFIGURATIONS> | |||
| <MAINGROUP id="0bU7ypLe" name="Juce Demo"> | |||
| <GROUP id="BEJsSEFfF" name="Source"> | |||
| @@ -26,7 +35,7 @@ | |||
| file="Source/MainDemoWindow.h"/> | |||
| <FILE id="2tLjAaxrV" name="jucedemo_headers.h" compile="0" resource="0" | |||
| file="Source/jucedemo_headers.h"/> | |||
| <GROUP id="p0ZeP0Wn6" name="Demos" file="Source/demos"> | |||
| <GROUP id="p0ZeP0Wn6" name="Demos"> | |||
| <FILE id="0K60nXdM0" name="AudioDemoLatencyPage.cpp" compile="1" resource="0" | |||
| file="Source/demos/AudioDemoLatencyPage.cpp"/> | |||
| <FILE id="gBbGRs0kH" name="AudioDemoLatencyPage.h" compile="0" resource="0" | |||
| @@ -80,7 +89,7 @@ | |||
| <FILE id="F6gqyNSim" name="WidgetsDemo.cpp" compile="1" resource="0" | |||
| file="Source/demos/WidgetsDemo.cpp"/> | |||
| </GROUP> | |||
| <GROUP id="BR14NOf0" name="Binary Data" file="Binary Data"> | |||
| <GROUP id="BR14NOf0" name="Binary Data"> | |||
| <FILE id="X5sIZFkN" name="cello.wav" compile="0" resource="1" file="Binary Data/cello.wav"/> | |||
| <FILE id="BAqnjOqfe" name="demo table data.xml" compile="0" resource="1" | |||
| file="Binary Data/demo table data.xml"/> | |||