mirror of
https://github.com/juce-framework/JUCE.git
synced 2026-01-10 23:44:24 +00:00
281 lines
17 KiB
Text
281 lines
17 KiB
Text
// !$*UTF8*$!
|
|
{
|
|
archiveVersion = 1;
|
|
classes = {
|
|
};
|
|
objectVersion = 42;
|
|
objects = {
|
|
|
|
/* Begin PBXBuildFile section */
|
|
8490449F0EF15F1600D72485 /* CoreAudio.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 8490449E0EF15F1600D72485 /* CoreAudio.framework */; };
|
|
8497883C103562B60020003B /* CoreAudioKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 8497883B103562B60020003B /* CoreAudioKit.framework */; };
|
|
84B59D6D0DE34F530041FA3D /* juce_LibrarySource.mm in Sources */ = {isa = PBXBuildFile; fileRef = 84B59D6C0DE34F530041FA3D /* juce_LibrarySource.mm */; };
|
|
84C0A3910DE2D5C700606895 /* AudioUnit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 84C0A3830DE2D5C700606895 /* AudioUnit.framework */; };
|
|
84C0A3930DE2D5C700606895 /* Cocoa.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 84C0A3850DE2D5C700606895 /* Cocoa.framework */; };
|
|
84C0A3960DE2D5C700606895 /* CoreMIDI.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 84C0A3880DE2D5C700606895 /* CoreMIDI.framework */; };
|
|
84C0A3980DE2D5C700606895 /* DiscRecording.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 84C0A38A0DE2D5C700606895 /* DiscRecording.framework */; };
|
|
84C0A3990DE2D5C700606895 /* IOKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 84C0A38B0DE2D5C700606895 /* IOKit.framework */; };
|
|
84C0A39A0DE2D5C700606895 /* OpenGL.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 84C0A38C0DE2D5C700606895 /* OpenGL.framework */; };
|
|
84C0A39C0DE2D5C700606895 /* WebKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 84C0A38E0DE2D5C700606895 /* WebKit.framework */; };
|
|
84D16CFE0E9A58CA00CB8B94 /* QTKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 84D16CFD0E9A58CA00CB8B94 /* QTKit.framework */; };
|
|
84F6F6160E8EDA7100AA911A /* Carbon.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 84F6F6150E8EDA7100AA911A /* Carbon.framework */; };
|
|
84F8B6D70EB5FEF70020D98D /* QuickTime.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 84F8B6D60EB5FEF70020D98D /* QuickTime.framework */; };
|
|
84FC4CD90CD8894600850651 /* juce.xcconfig in Resources */ = {isa = PBXBuildFile; fileRef = 84FC4CD80CD8894600850651 /* juce.xcconfig */; };
|
|
84FFAEAC0C6C8A6F009F6E72 /* FilterGraph.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 84FFAE920C6C8A6F009F6E72 /* FilterGraph.cpp */; };
|
|
84FFAEAD0C6C8A6F009F6E72 /* GraphEditorPanel.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 84FFAE940C6C8A6F009F6E72 /* GraphEditorPanel.cpp */; };
|
|
84FFAEAE0C6C8A6F009F6E72 /* InternalFilters.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 84FFAE960C6C8A6F009F6E72 /* InternalFilters.cpp */; };
|
|
84FFAEAF0C6C8A6F009F6E72 /* MainHostWindow.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 84FFAE980C6C8A6F009F6E72 /* MainHostWindow.cpp */; };
|
|
84FFAEB00C6C8A6F009F6E72 /* HostStartup.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 84FFAE9A0C6C8A6F009F6E72 /* HostStartup.cpp */; };
|
|
/* End PBXBuildFile section */
|
|
|
|
/* Begin PBXFileReference section */
|
|
508344B209E5C41E0093A071 /* PluginHost.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = PluginHost.app; sourceTree = BUILT_PRODUCTS_DIR; };
|
|
8490449E0EF15F1600D72485 /* CoreAudio.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = CoreAudio.framework; path = /System/Library/Frameworks/CoreAudio.framework; sourceTree = "<absolute>"; };
|
|
8497883B103562B60020003B /* CoreAudioKit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = CoreAudioKit.framework; path = System/Library/Frameworks/CoreAudioKit.framework; sourceTree = SDKROOT; };
|
|
84B59D6A0DE34F530041FA3D /* includes.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = includes.h; path = ../../src/includes.h; sourceTree = SOURCE_ROOT; };
|
|
84B59D6B0DE34F530041FA3D /* juce_AppConfig.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = juce_AppConfig.h; path = ../../src/juce_AppConfig.h; sourceTree = SOURCE_ROOT; };
|
|
84B59D6C0DE34F530041FA3D /* juce_LibrarySource.mm */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.objcpp; name = juce_LibrarySource.mm; path = ../../src/juce_LibrarySource.mm; sourceTree = SOURCE_ROOT; };
|
|
84C0A3830DE2D5C700606895 /* AudioUnit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = AudioUnit.framework; path = /System/Library/Frameworks/AudioUnit.framework; sourceTree = "<absolute>"; };
|
|
84C0A3850DE2D5C700606895 /* Cocoa.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Cocoa.framework; path = /System/Library/Frameworks/Cocoa.framework; sourceTree = "<absolute>"; };
|
|
84C0A3880DE2D5C700606895 /* CoreMIDI.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = CoreMIDI.framework; path = /System/Library/Frameworks/CoreMIDI.framework; sourceTree = "<absolute>"; };
|
|
84C0A38A0DE2D5C700606895 /* DiscRecording.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = DiscRecording.framework; path = /System/Library/Frameworks/DiscRecording.framework; sourceTree = "<absolute>"; };
|
|
84C0A38B0DE2D5C700606895 /* IOKit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = IOKit.framework; path = /System/Library/Frameworks/IOKit.framework; sourceTree = "<absolute>"; };
|
|
84C0A38C0DE2D5C700606895 /* OpenGL.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = OpenGL.framework; path = /System/Library/Frameworks/OpenGL.framework; sourceTree = "<absolute>"; };
|
|
84C0A38E0DE2D5C700606895 /* WebKit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = WebKit.framework; path = /System/Library/Frameworks/WebKit.framework; sourceTree = "<absolute>"; };
|
|
84D16CFD0E9A58CA00CB8B94 /* QTKit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = QTKit.framework; path = /System/Library/Frameworks/QTKit.framework; sourceTree = "<absolute>"; };
|
|
84F6F6150E8EDA7100AA911A /* Carbon.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Carbon.framework; path = /System/Library/Frameworks/Carbon.framework; sourceTree = "<absolute>"; };
|
|
84F8B6D60EB5FEF70020D98D /* QuickTime.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = QuickTime.framework; path = /System/Library/Frameworks/QuickTime.framework; sourceTree = "<absolute>"; };
|
|
84FC4CD80CD8894600850651 /* juce.xcconfig */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = text.xcconfig; name = juce.xcconfig; path = ../../../../build/macosx/juce.xcconfig; sourceTree = SOURCE_ROOT; };
|
|
84FFAE920C6C8A6F009F6E72 /* FilterGraph.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; name = FilterGraph.cpp; path = ../../src/host/FilterGraph.cpp; sourceTree = SOURCE_ROOT; };
|
|
84FFAE930C6C8A6F009F6E72 /* FilterGraph.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; name = FilterGraph.h; path = ../../src/host/FilterGraph.h; sourceTree = SOURCE_ROOT; };
|
|
84FFAE940C6C8A6F009F6E72 /* GraphEditorPanel.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; name = GraphEditorPanel.cpp; path = ../../src/host/GraphEditorPanel.cpp; sourceTree = SOURCE_ROOT; };
|
|
84FFAE950C6C8A6F009F6E72 /* GraphEditorPanel.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; name = GraphEditorPanel.h; path = ../../src/host/GraphEditorPanel.h; sourceTree = SOURCE_ROOT; };
|
|
84FFAE960C6C8A6F009F6E72 /* InternalFilters.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; name = InternalFilters.cpp; path = ../../src/host/InternalFilters.cpp; sourceTree = SOURCE_ROOT; };
|
|
84FFAE970C6C8A6F009F6E72 /* InternalFilters.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; name = InternalFilters.h; path = ../../src/host/InternalFilters.h; sourceTree = SOURCE_ROOT; };
|
|
84FFAE980C6C8A6F009F6E72 /* MainHostWindow.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; name = MainHostWindow.cpp; path = ../../src/host/MainHostWindow.cpp; sourceTree = SOURCE_ROOT; };
|
|
84FFAE990C6C8A6F009F6E72 /* MainHostWindow.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; name = MainHostWindow.h; path = ../../src/host/MainHostWindow.h; sourceTree = SOURCE_ROOT; };
|
|
84FFAE9A0C6C8A6F009F6E72 /* HostStartup.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; name = HostStartup.cpp; path = ../../src/HostStartup.cpp; sourceTree = SOURCE_ROOT; };
|
|
8D0C4E960486CD37000505A6 /* Info.plist */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
|
|
/* End PBXFileReference section */
|
|
|
|
/* Begin PBXFrameworksBuildPhase section */
|
|
8D0C4E910486CD37000505A6 /* Frameworks */ = {
|
|
isa = PBXFrameworksBuildPhase;
|
|
buildActionMask = 2147483647;
|
|
files = (
|
|
84C0A3910DE2D5C700606895 /* AudioUnit.framework in Frameworks */,
|
|
84C0A3930DE2D5C700606895 /* Cocoa.framework in Frameworks */,
|
|
84C0A3960DE2D5C700606895 /* CoreMIDI.framework in Frameworks */,
|
|
84C0A3980DE2D5C700606895 /* DiscRecording.framework in Frameworks */,
|
|
84C0A3990DE2D5C700606895 /* IOKit.framework in Frameworks */,
|
|
84C0A39A0DE2D5C700606895 /* OpenGL.framework in Frameworks */,
|
|
84C0A39C0DE2D5C700606895 /* WebKit.framework in Frameworks */,
|
|
84F6F6160E8EDA7100AA911A /* Carbon.framework in Frameworks */,
|
|
84D16CFE0E9A58CA00CB8B94 /* QTKit.framework in Frameworks */,
|
|
84F8B6D70EB5FEF70020D98D /* QuickTime.framework in Frameworks */,
|
|
8490449F0EF15F1600D72485 /* CoreAudio.framework in Frameworks */,
|
|
8497883C103562B60020003B /* CoreAudioKit.framework in Frameworks */,
|
|
);
|
|
runOnlyForDeploymentPostprocessing = 0;
|
|
};
|
|
/* End PBXFrameworksBuildPhase section */
|
|
|
|
/* Begin PBXGroup section */
|
|
195DF8CFFE9D517E11CA2CBB /* Products */ = {
|
|
isa = PBXGroup;
|
|
children = (
|
|
508344B209E5C41E0093A071 /* PluginHost.app */,
|
|
);
|
|
name = Products;
|
|
sourceTree = "<group>";
|
|
};
|
|
20286C29FDCF999611CA2CEA /* PluginHost */ = {
|
|
isa = PBXGroup;
|
|
children = (
|
|
20286C2AFDCF999611CA2CEA /* Sources */,
|
|
20286C2CFDCF999611CA2CEA /* Resources */,
|
|
20286C32FDCF999611CA2CEA /* External Frameworks and Libraries */,
|
|
195DF8CFFE9D517E11CA2CBB /* Products */,
|
|
);
|
|
name = PluginHost;
|
|
sourceTree = "<group>";
|
|
};
|
|
20286C2AFDCF999611CA2CEA /* Sources */ = {
|
|
isa = PBXGroup;
|
|
children = (
|
|
84FFAE920C6C8A6F009F6E72 /* FilterGraph.cpp */,
|
|
84FFAE930C6C8A6F009F6E72 /* FilterGraph.h */,
|
|
84FFAE940C6C8A6F009F6E72 /* GraphEditorPanel.cpp */,
|
|
84FFAE950C6C8A6F009F6E72 /* GraphEditorPanel.h */,
|
|
84FFAE960C6C8A6F009F6E72 /* InternalFilters.cpp */,
|
|
84FFAE970C6C8A6F009F6E72 /* InternalFilters.h */,
|
|
84FFAE980C6C8A6F009F6E72 /* MainHostWindow.cpp */,
|
|
84FFAE990C6C8A6F009F6E72 /* MainHostWindow.h */,
|
|
84FFAE9A0C6C8A6F009F6E72 /* HostStartup.cpp */,
|
|
84B59D6B0DE34F530041FA3D /* juce_AppConfig.h */,
|
|
84B59D6A0DE34F530041FA3D /* includes.h */,
|
|
84B59D6C0DE34F530041FA3D /* juce_LibrarySource.mm */,
|
|
84FC4CD80CD8894600850651 /* juce.xcconfig */,
|
|
);
|
|
name = Sources;
|
|
sourceTree = "<group>";
|
|
};
|
|
20286C2CFDCF999611CA2CEA /* Resources */ = {
|
|
isa = PBXGroup;
|
|
children = (
|
|
8D0C4E960486CD37000505A6 /* Info.plist */,
|
|
);
|
|
name = Resources;
|
|
sourceTree = "<group>";
|
|
};
|
|
20286C32FDCF999611CA2CEA /* External Frameworks and Libraries */ = {
|
|
isa = PBXGroup;
|
|
children = (
|
|
84C0A3850DE2D5C700606895 /* Cocoa.framework */,
|
|
84F6F6150E8EDA7100AA911A /* Carbon.framework */,
|
|
84C0A38B0DE2D5C700606895 /* IOKit.framework */,
|
|
8490449E0EF15F1600D72485 /* CoreAudio.framework */,
|
|
8497883B103562B60020003B /* CoreAudioKit.framework */,
|
|
84C0A3880DE2D5C700606895 /* CoreMIDI.framework */,
|
|
84C0A3830DE2D5C700606895 /* AudioUnit.framework */,
|
|
84C0A38A0DE2D5C700606895 /* DiscRecording.framework */,
|
|
84F8B6D60EB5FEF70020D98D /* QuickTime.framework */,
|
|
84C0A38C0DE2D5C700606895 /* OpenGL.framework */,
|
|
84D16CFD0E9A58CA00CB8B94 /* QTKit.framework */,
|
|
84C0A38E0DE2D5C700606895 /* WebKit.framework */,
|
|
);
|
|
name = "External Frameworks and Libraries";
|
|
sourceTree = "<group>";
|
|
};
|
|
/* End PBXGroup section */
|
|
|
|
/* Begin PBXNativeTarget section */
|
|
8D0C4E890486CD37000505A6 /* PluginHost */ = {
|
|
isa = PBXNativeTarget;
|
|
buildConfigurationList = C0E91AC508A95435008D54AB /* Build configuration list for PBXNativeTarget "PluginHost" */;
|
|
buildPhases = (
|
|
8D0C4E8C0486CD37000505A6 /* Resources */,
|
|
8D0C4E8F0486CD37000505A6 /* Sources */,
|
|
8D0C4E910486CD37000505A6 /* Frameworks */,
|
|
);
|
|
buildRules = (
|
|
);
|
|
dependencies = (
|
|
);
|
|
name = PluginHost;
|
|
productInstallPath = "$(HOME)/Applications";
|
|
productName = PluginHost;
|
|
productReference = 508344B209E5C41E0093A071 /* PluginHost.app */;
|
|
productType = "com.apple.product-type.application";
|
|
};
|
|
/* End PBXNativeTarget section */
|
|
|
|
/* Begin PBXProject section */
|
|
20286C28FDCF999611CA2CEA /* Project object */ = {
|
|
isa = PBXProject;
|
|
buildConfigurationList = C0E91AC908A95435008D54AB /* Build configuration list for PBXProject "PluginHost" */;
|
|
compatibilityVersion = "Xcode 2.4";
|
|
hasScannedForEncodings = 1;
|
|
mainGroup = 20286C29FDCF999611CA2CEA /* PluginHost */;
|
|
projectDirPath = "";
|
|
projectRoot = "";
|
|
targets = (
|
|
8D0C4E890486CD37000505A6 /* PluginHost */,
|
|
);
|
|
};
|
|
/* End PBXProject section */
|
|
|
|
/* Begin PBXResourcesBuildPhase section */
|
|
8D0C4E8C0486CD37000505A6 /* Resources */ = {
|
|
isa = PBXResourcesBuildPhase;
|
|
buildActionMask = 2147483647;
|
|
files = (
|
|
84FC4CD90CD8894600850651 /* juce.xcconfig in Resources */,
|
|
);
|
|
runOnlyForDeploymentPostprocessing = 0;
|
|
};
|
|
/* End PBXResourcesBuildPhase section */
|
|
|
|
/* Begin PBXSourcesBuildPhase section */
|
|
8D0C4E8F0486CD37000505A6 /* Sources */ = {
|
|
isa = PBXSourcesBuildPhase;
|
|
buildActionMask = 2147483647;
|
|
files = (
|
|
84FFAEAC0C6C8A6F009F6E72 /* FilterGraph.cpp in Sources */,
|
|
84FFAEAD0C6C8A6F009F6E72 /* GraphEditorPanel.cpp in Sources */,
|
|
84FFAEAE0C6C8A6F009F6E72 /* InternalFilters.cpp in Sources */,
|
|
84FFAEAF0C6C8A6F009F6E72 /* MainHostWindow.cpp in Sources */,
|
|
84FFAEB00C6C8A6F009F6E72 /* HostStartup.cpp in Sources */,
|
|
84B59D6D0DE34F530041FA3D /* juce_LibrarySource.mm in Sources */,
|
|
);
|
|
runOnlyForDeploymentPostprocessing = 0;
|
|
};
|
|
/* End PBXSourcesBuildPhase section */
|
|
|
|
/* Begin XCBuildConfiguration section */
|
|
C0E91AC608A95435008D54AB /* Debug */ = {
|
|
isa = XCBuildConfiguration;
|
|
buildSettings = {
|
|
COPY_PHASE_STRIP = NO;
|
|
KEEP_PRIVATE_EXTERNS = YES;
|
|
STRIP_INSTALLED_PRODUCT = YES;
|
|
};
|
|
name = Debug;
|
|
};
|
|
C0E91AC708A95435008D54AB /* Release */ = {
|
|
isa = XCBuildConfiguration;
|
|
buildSettings = {
|
|
DEAD_CODE_STRIPPING = YES;
|
|
INSTALL_PATH = "$(HOME)/Applications";
|
|
PRESERVE_DEAD_CODE_INITS_AND_TERMS = YES;
|
|
};
|
|
name = Release;
|
|
};
|
|
C0E91ACA08A95435008D54AB /* Debug */ = {
|
|
isa = XCBuildConfiguration;
|
|
baseConfigurationReference = 84FC4CD80CD8894600850651 /* juce.xcconfig */;
|
|
buildSettings = {
|
|
GCC_ENABLE_FIX_AND_CONTINUE = YES;
|
|
GCC_OPTIMIZATION_LEVEL = 0;
|
|
PRODUCT_NAME = PluginHost;
|
|
USER_HEADER_SEARCH_PATHS = "~/SDKs/vstsdk2.4 $(inherited)";
|
|
ZERO_LINK = NO;
|
|
};
|
|
name = Debug;
|
|
};
|
|
C0E91ACB08A95435008D54AB /* Release */ = {
|
|
isa = XCBuildConfiguration;
|
|
baseConfigurationReference = 84FC4CD80CD8894600850651 /* juce.xcconfig */;
|
|
buildSettings = {
|
|
PRODUCT_NAME = PluginHost;
|
|
SEPARATE_STRIP = YES;
|
|
USER_HEADER_SEARCH_PATHS = "~/SDKs/vstsdk2.4 $(inherited)";
|
|
ZERO_LINK = NO;
|
|
};
|
|
name = Release;
|
|
};
|
|
/* End XCBuildConfiguration section */
|
|
|
|
/* Begin XCConfigurationList section */
|
|
C0E91AC508A95435008D54AB /* Build configuration list for PBXNativeTarget "PluginHost" */ = {
|
|
isa = XCConfigurationList;
|
|
buildConfigurations = (
|
|
C0E91AC608A95435008D54AB /* Debug */,
|
|
C0E91AC708A95435008D54AB /* Release */,
|
|
);
|
|
defaultConfigurationIsVisible = 0;
|
|
defaultConfigurationName = Release;
|
|
};
|
|
C0E91AC908A95435008D54AB /* Build configuration list for PBXProject "PluginHost" */ = {
|
|
isa = XCConfigurationList;
|
|
buildConfigurations = (
|
|
C0E91ACA08A95435008D54AB /* Debug */,
|
|
C0E91ACB08A95435008D54AB /* Release */,
|
|
);
|
|
defaultConfigurationIsVisible = 0;
|
|
defaultConfigurationName = Release;
|
|
};
|
|
/* End XCConfigurationList section */
|
|
};
|
|
rootObject = 20286C28FDCF999611CA2CEA /* Project object */;
|
|
}
|