cog/Plugins/Opus/Opus.xcodeproj/project.pbxproj

371 lines
14 KiB
Plaintext

// !$*UTF8*$!
{
archiveVersion = 1;
classes = {
};
objectVersion = 46;
objects = {
/* Begin PBXBuildFile section */
8375B04017FFEA400092A79F /* Cocoa.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 8375B03F17FFEA400092A79F /* Cocoa.framework */; };
8375B04A17FFEA400092A79F /* InfoPlist.strings in Resources */ = {isa = PBXBuildFile; fileRef = 8375B04817FFEA400092A79F /* InfoPlist.strings */; };
8375B36C17FFF1CB0092A79F /* OpusDecoder.m in Sources */ = {isa = PBXBuildFile; fileRef = 8375B36B17FFF1CB0092A79F /* OpusDecoder.m */; };
8375B37217FFF7770092A79F /* Opus.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 8375B09617FFEABC0092A79F /* Opus.framework */; };
8375B37417FFF7950092A79F /* Opus.framework in CopyFiles */ = {isa = PBXBuildFile; fileRef = 8375B09617FFEABC0092A79F /* Opus.framework */; };
/* End PBXBuildFile section */
/* Begin PBXContainerItemProxy section */
8375B09517FFEABC0092A79F /* PBXContainerItemProxy */ = {
isa = PBXContainerItemProxy;
containerPortal = 8375B09017FFEABB0092A79F /* Opus.xcodeproj */;
proxyType = 2;
remoteGlobalIDString = 8375B06217FFEABB0092A79F;
remoteInfo = Opus;
};
8375B37017FFF7650092A79F /* PBXContainerItemProxy */ = {
isa = PBXContainerItemProxy;
containerPortal = 8375B09017FFEABB0092A79F /* Opus.xcodeproj */;
proxyType = 1;
remoteGlobalIDString = 8375B06117FFEABB0092A79F;
remoteInfo = Opus;
};
/* End PBXContainerItemProxy section */
/* Begin PBXCopyFilesBuildPhase section */
8375B37317FFF7850092A79F /* CopyFiles */ = {
isa = PBXCopyFilesBuildPhase;
buildActionMask = 2147483647;
dstPath = "";
dstSubfolderSpec = 10;
files = (
8375B37417FFF7950092A79F /* Opus.framework in CopyFiles */,
);
runOnlyForDeploymentPostprocessing = 0;
};
/* End PBXCopyFilesBuildPhase section */
/* Begin PBXFileReference section */
8375B03C17FFEA400092A79F /* Opus.bundle */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = Opus.bundle; sourceTree = BUILT_PRODUCTS_DIR; };
8375B03F17FFEA400092A79F /* Cocoa.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Cocoa.framework; path = System/Library/Frameworks/Cocoa.framework; sourceTree = SDKROOT; };
8375B04217FFEA400092A79F /* Foundation.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Foundation.framework; path = System/Library/Frameworks/Foundation.framework; sourceTree = SDKROOT; };
8375B04317FFEA400092A79F /* CoreData.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = CoreData.framework; path = System/Library/Frameworks/CoreData.framework; sourceTree = SDKROOT; };
8375B04417FFEA400092A79F /* AppKit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = AppKit.framework; path = System/Library/Frameworks/AppKit.framework; sourceTree = SDKROOT; };
8375B04717FFEA400092A79F /* Opus-Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = "Opus-Info.plist"; sourceTree = "<group>"; };
8375B04917FFEA400092A79F /* en */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = en; path = en.lproj/InfoPlist.strings; sourceTree = "<group>"; };
8375B04B17FFEA400092A79F /* Opus-Prefix.pch */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = "Opus-Prefix.pch"; sourceTree = "<group>"; };
8375B09017FFEABB0092A79F /* Opus.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; name = Opus.xcodeproj; path = ../../Frameworks/Opus/Opus.xcodeproj; sourceTree = "<group>"; };
8375B36A17FFF1CB0092A79F /* OpusDecoder.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = OpusDecoder.h; sourceTree = "<group>"; };
8375B36B17FFF1CB0092A79F /* OpusDecoder.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = OpusDecoder.m; sourceTree = "<group>"; };
8375B36D17FFF1FE0092A79F /* Plugin.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = Plugin.h; path = ../../../Audio/Plugin.h; sourceTree = "<group>"; };
/* End PBXFileReference section */
/* Begin PBXFrameworksBuildPhase section */
8375B03917FFEA400092A79F /* Frameworks */ = {
isa = PBXFrameworksBuildPhase;
buildActionMask = 2147483647;
files = (
8375B37217FFF7770092A79F /* Opus.framework in Frameworks */,
8375B04017FFEA400092A79F /* Cocoa.framework in Frameworks */,
);
runOnlyForDeploymentPostprocessing = 0;
};
/* End PBXFrameworksBuildPhase section */
/* Begin PBXGroup section */
8375B03317FFEA400092A79F = {
isa = PBXGroup;
children = (
8375B04517FFEA400092A79F /* Opus */,
8375B03E17FFEA400092A79F /* Frameworks */,
8375B03D17FFEA400092A79F /* Products */,
);
sourceTree = "<group>";
};
8375B03D17FFEA400092A79F /* Products */ = {
isa = PBXGroup;
children = (
8375B03C17FFEA400092A79F /* Opus.bundle */,
);
name = Products;
sourceTree = "<group>";
};
8375B03E17FFEA400092A79F /* Frameworks */ = {
isa = PBXGroup;
children = (
8375B09017FFEABB0092A79F /* Opus.xcodeproj */,
8375B03F17FFEA400092A79F /* Cocoa.framework */,
8375B04117FFEA400092A79F /* Other Frameworks */,
);
name = Frameworks;
sourceTree = "<group>";
};
8375B04117FFEA400092A79F /* Other Frameworks */ = {
isa = PBXGroup;
children = (
8375B04217FFEA400092A79F /* Foundation.framework */,
8375B04317FFEA400092A79F /* CoreData.framework */,
8375B04417FFEA400092A79F /* AppKit.framework */,
);
name = "Other Frameworks";
sourceTree = "<group>";
};
8375B04517FFEA400092A79F /* Opus */ = {
isa = PBXGroup;
children = (
8375B36D17FFF1FE0092A79F /* Plugin.h */,
8375B36A17FFF1CB0092A79F /* OpusDecoder.h */,
8375B36B17FFF1CB0092A79F /* OpusDecoder.m */,
8375B04617FFEA400092A79F /* Supporting Files */,
);
path = Opus;
sourceTree = "<group>";
};
8375B04617FFEA400092A79F /* Supporting Files */ = {
isa = PBXGroup;
children = (
8375B04717FFEA400092A79F /* Opus-Info.plist */,
8375B04817FFEA400092A79F /* InfoPlist.strings */,
8375B04B17FFEA400092A79F /* Opus-Prefix.pch */,
);
name = "Supporting Files";
sourceTree = "<group>";
};
8375B09117FFEABB0092A79F /* Products */ = {
isa = PBXGroup;
children = (
8375B09617FFEABC0092A79F /* Opus.framework */,
);
name = Products;
sourceTree = "<group>";
};
/* End PBXGroup section */
/* Begin PBXNativeTarget section */
8375B03B17FFEA400092A79F /* Opus */ = {
isa = PBXNativeTarget;
buildConfigurationList = 8375B04E17FFEA400092A79F /* Build configuration list for PBXNativeTarget "Opus" */;
buildPhases = (
8375B03817FFEA400092A79F /* Sources */,
8375B03917FFEA400092A79F /* Frameworks */,
8375B03A17FFEA400092A79F /* Resources */,
8375B37317FFF7850092A79F /* CopyFiles */,
);
buildRules = (
);
dependencies = (
8375B37117FFF7650092A79F /* PBXTargetDependency */,
);
name = Opus;
productName = Opus;
productReference = 8375B03C17FFEA400092A79F /* Opus.bundle */;
productType = "com.apple.product-type.bundle";
};
/* End PBXNativeTarget section */
/* Begin PBXProject section */
8375B03417FFEA400092A79F /* Project object */ = {
isa = PBXProject;
attributes = {
LastUpgradeCheck = 0500;
ORGANIZATIONNAME = "Christopher Snowhill";
};
buildConfigurationList = 8375B03717FFEA400092A79F /* Build configuration list for PBXProject "Opus" */;
compatibilityVersion = "Xcode 3.2";
developmentRegion = English;
hasScannedForEncodings = 0;
knownRegions = (
en,
);
mainGroup = 8375B03317FFEA400092A79F;
productRefGroup = 8375B03D17FFEA400092A79F /* Products */;
projectDirPath = "";
projectReferences = (
{
ProductGroup = 8375B09117FFEABB0092A79F /* Products */;
ProjectRef = 8375B09017FFEABB0092A79F /* Opus.xcodeproj */;
},
);
projectRoot = "";
targets = (
8375B03B17FFEA400092A79F /* Opus */,
);
};
/* End PBXProject section */
/* Begin PBXReferenceProxy section */
8375B09617FFEABC0092A79F /* Opus.framework */ = {
isa = PBXReferenceProxy;
fileType = wrapper.framework;
path = Opus.framework;
remoteRef = 8375B09517FFEABC0092A79F /* PBXContainerItemProxy */;
sourceTree = BUILT_PRODUCTS_DIR;
};
/* End PBXReferenceProxy section */
/* Begin PBXResourcesBuildPhase section */
8375B03A17FFEA400092A79F /* Resources */ = {
isa = PBXResourcesBuildPhase;
buildActionMask = 2147483647;
files = (
8375B04A17FFEA400092A79F /* InfoPlist.strings in Resources */,
);
runOnlyForDeploymentPostprocessing = 0;
};
/* End PBXResourcesBuildPhase section */
/* Begin PBXSourcesBuildPhase section */
8375B03817FFEA400092A79F /* Sources */ = {
isa = PBXSourcesBuildPhase;
buildActionMask = 2147483647;
files = (
8375B36C17FFF1CB0092A79F /* OpusDecoder.m in Sources */,
);
runOnlyForDeploymentPostprocessing = 0;
};
/* End PBXSourcesBuildPhase section */
/* Begin PBXTargetDependency section */
8375B37117FFF7650092A79F /* PBXTargetDependency */ = {
isa = PBXTargetDependency;
name = Opus;
targetProxy = 8375B37017FFF7650092A79F /* PBXContainerItemProxy */;
};
/* End PBXTargetDependency section */
/* Begin PBXVariantGroup section */
8375B04817FFEA400092A79F /* InfoPlist.strings */ = {
isa = PBXVariantGroup;
children = (
8375B04917FFEA400092A79F /* en */,
);
name = InfoPlist.strings;
sourceTree = "<group>";
};
/* End PBXVariantGroup section */
/* Begin XCBuildConfiguration section */
8375B04C17FFEA400092A79F /* Debug */ = {
isa = XCBuildConfiguration;
buildSettings = {
ALWAYS_SEARCH_USER_PATHS = NO;
CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x";
CLANG_CXX_LIBRARY = "libc++";
CLANG_ENABLE_OBJC_ARC = YES;
CLANG_WARN_BOOL_CONVERSION = YES;
CLANG_WARN_CONSTANT_CONVERSION = YES;
CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
CLANG_WARN_EMPTY_BODY = YES;
CLANG_WARN_ENUM_CONVERSION = YES;
CLANG_WARN_INT_CONVERSION = YES;
CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
COPY_PHASE_STRIP = NO;
GCC_C_LANGUAGE_STANDARD = gnu99;
GCC_DYNAMIC_NO_PIC = NO;
GCC_ENABLE_OBJC_EXCEPTIONS = YES;
GCC_OPTIMIZATION_LEVEL = 0;
GCC_PREPROCESSOR_DEFINITIONS = (
"DEBUG=1",
"$(inherited)",
);
GCC_SYMBOLS_PRIVATE_EXTERN = NO;
GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
GCC_WARN_UNDECLARED_SELECTOR = YES;
GCC_WARN_UNINITIALIZED_AUTOS = YES;
GCC_WARN_UNUSED_FUNCTION = YES;
GCC_WARN_UNUSED_VARIABLE = YES;
MACOSX_DEPLOYMENT_TARGET = 10.6;
ONLY_ACTIVE_ARCH = YES;
SDKROOT = macosx;
};
name = Debug;
};
8375B04D17FFEA400092A79F /* Release */ = {
isa = XCBuildConfiguration;
buildSettings = {
ALWAYS_SEARCH_USER_PATHS = NO;
CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x";
CLANG_CXX_LIBRARY = "libc++";
CLANG_ENABLE_OBJC_ARC = YES;
CLANG_WARN_BOOL_CONVERSION = YES;
CLANG_WARN_CONSTANT_CONVERSION = YES;
CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
CLANG_WARN_EMPTY_BODY = YES;
CLANG_WARN_ENUM_CONVERSION = YES;
CLANG_WARN_INT_CONVERSION = YES;
CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
COPY_PHASE_STRIP = YES;
DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
ENABLE_NS_ASSERTIONS = NO;
GCC_C_LANGUAGE_STANDARD = gnu99;
GCC_ENABLE_OBJC_EXCEPTIONS = YES;
GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
GCC_WARN_UNDECLARED_SELECTOR = YES;
GCC_WARN_UNINITIALIZED_AUTOS = YES;
GCC_WARN_UNUSED_FUNCTION = YES;
GCC_WARN_UNUSED_VARIABLE = YES;
MACOSX_DEPLOYMENT_TARGET = 10.6;
SDKROOT = macosx;
};
name = Release;
};
8375B04F17FFEA400092A79F /* Debug */ = {
isa = XCBuildConfiguration;
buildSettings = {
ALWAYS_SEARCH_USER_PATHS = YES;
CLANG_ENABLE_OBJC_ARC = NO;
COMBINE_HIDPI_IMAGES = YES;
GCC_PRECOMPILE_PREFIX_HEADER = YES;
GCC_PREFIX_HEADER = "Opus/Opus-Prefix.pch";
INFOPLIST_FILE = "Opus/Opus-Info.plist";
INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Bundles";
PRODUCT_NAME = "$(TARGET_NAME)";
SKIP_INSTALL = YES;
WRAPPER_EXTENSION = bundle;
};
name = Debug;
};
8375B05017FFEA400092A79F /* Release */ = {
isa = XCBuildConfiguration;
buildSettings = {
ALWAYS_SEARCH_USER_PATHS = YES;
CLANG_ENABLE_OBJC_ARC = NO;
COMBINE_HIDPI_IMAGES = YES;
GCC_PRECOMPILE_PREFIX_HEADER = YES;
GCC_PREFIX_HEADER = "Opus/Opus-Prefix.pch";
INFOPLIST_FILE = "Opus/Opus-Info.plist";
INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Bundles";
PRODUCT_NAME = "$(TARGET_NAME)";
SKIP_INSTALL = YES;
WRAPPER_EXTENSION = bundle;
};
name = Release;
};
/* End XCBuildConfiguration section */
/* Begin XCConfigurationList section */
8375B03717FFEA400092A79F /* Build configuration list for PBXProject "Opus" */ = {
isa = XCConfigurationList;
buildConfigurations = (
8375B04C17FFEA400092A79F /* Debug */,
8375B04D17FFEA400092A79F /* Release */,
);
defaultConfigurationIsVisible = 0;
defaultConfigurationName = Release;
};
8375B04E17FFEA400092A79F /* Build configuration list for PBXNativeTarget "Opus" */ = {
isa = XCConfigurationList;
buildConfigurations = (
8375B04F17FFEA400092A79F /* Debug */,
8375B05017FFEA400092A79F /* Release */,
);
defaultConfigurationIsVisible = 0;
};
/* End XCConfigurationList section */
};
rootObject = 8375B03417FFEA400092A79F /* Project object */;
}