mirror of
https://github.com/zakk4223/CocoaSplit.git
synced 2026-05-16 14:15:51 -06:00
357 lines
17 KiB
Text
357 lines
17 KiB
Text
// !$*UTF8*$!
|
|
{
|
|
archiveVersion = 1;
|
|
classes = {
|
|
};
|
|
objectVersion = 46;
|
|
objects = {
|
|
|
|
/* Begin PBXBuildFile section */
|
|
34576D0F19B023E2007BAD90 /* Cocoa.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 34576D0E19B023E2007BAD90 /* Cocoa.framework */; };
|
|
34576D1919B023E2007BAD90 /* InfoPlist.strings in Resources */ = {isa = PBXBuildFile; fileRef = 34576D1719B023E2007BAD90 /* InfoPlist.strings */; };
|
|
34576D3119B02453007BAD90 /* MovieCapture.m in Sources */ = {isa = PBXBuildFile; fileRef = 34576D2D19B02453007BAD90 /* MovieCapture.m */; };
|
|
34576D3219B02453007BAD90 /* MovieCaptureViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 34576D2F19B02453007BAD90 /* MovieCaptureViewController.m */; };
|
|
34576D3319B02453007BAD90 /* MovieCaptureViewController.xib in Resources */ = {isa = PBXBuildFile; fileRef = 34576D3019B02453007BAD90 /* MovieCaptureViewController.xib */; };
|
|
34AFC22819B0537D0007C07B /* AVFoundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 34AFC22719B0537D0007C07B /* AVFoundation.framework */; };
|
|
/* End PBXBuildFile section */
|
|
|
|
/* Begin PBXFileReference section */
|
|
344E1E921A7948020081E5E7 /* CSPluginServices.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = CSPluginServices.h; path = PluginHeaders/CSPluginServices.h; sourceTree = "<group>"; };
|
|
344E1E931A7948020081E5E7 /* CSIOSurfaceLayer.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = CSIOSurfaceLayer.h; path = PluginHeaders/CSIOSurfaceLayer.h; sourceTree = "<group>"; };
|
|
344E1E941A7948020081E5E7 /* CSPcmPlayer.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = CSPcmPlayer.h; path = PluginHeaders/CSPcmPlayer.h; sourceTree = "<group>"; };
|
|
344E1E951A7948020081E5E7 /* CAMultiAudioPCM.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = CAMultiAudioPCM.h; path = PluginHeaders/CAMultiAudioPCM.h; sourceTree = "<group>"; };
|
|
344E1E961A7948020081E5E7 /* CSAbstractCaptureDevice.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = CSAbstractCaptureDevice.h; path = PluginHeaders/CSAbstractCaptureDevice.h; sourceTree = "<group>"; };
|
|
344E1E971A7948020081E5E7 /* CSTextCaptureBase.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = CSTextCaptureBase.h; path = PluginHeaders/CSTextCaptureBase.h; sourceTree = "<group>"; };
|
|
344E1E981A7948020081E5E7 /* CSTextCaptureViewControllerBase.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = CSTextCaptureViewControllerBase.h; path = PluginHeaders/CSTextCaptureViewControllerBase.h; sourceTree = "<group>"; };
|
|
344E1E991A7948020081E5E7 /* CSCaptureBase.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = CSCaptureBase.h; path = PluginHeaders/CSCaptureBase.h; sourceTree = "<group>"; };
|
|
344E1E9A1A7948020081E5E7 /* CSCaptureSourceProtocol.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = CSCaptureSourceProtocol.h; path = PluginHeaders/CSCaptureSourceProtocol.h; sourceTree = "<group>"; };
|
|
344E1E9B1A7948020081E5E7 /* CSStreamServiceProtocol.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = CSStreamServiceProtocol.h; path = PluginHeaders/CSStreamServiceProtocol.h; sourceTree = "<group>"; };
|
|
344E1E9C1A7948020081E5E7 /* CSPluginFactoryProtocol.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = CSPluginFactoryProtocol.h; path = PluginHeaders/CSPluginFactoryProtocol.h; sourceTree = "<group>"; };
|
|
344E1E9D1A7948020081E5E7 /* CSExtraPluginProtocol.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = CSExtraPluginProtocol.h; path = PluginHeaders/CSExtraPluginProtocol.h; sourceTree = "<group>"; };
|
|
344E1E9E1A7948020081E5E7 /* CSNotifications.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = CSNotifications.h; path = PluginHeaders/CSNotifications.h; sourceTree = "<group>"; };
|
|
34576D0B19B023E2007BAD90 /* CSMovieCapturePlugin.bundle */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = CSMovieCapturePlugin.bundle; sourceTree = BUILT_PRODUCTS_DIR; };
|
|
34576D0E19B023E2007BAD90 /* Cocoa.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Cocoa.framework; path = System/Library/Frameworks/Cocoa.framework; sourceTree = SDKROOT; };
|
|
34576D1119B023E2007BAD90 /* Foundation.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Foundation.framework; path = System/Library/Frameworks/Foundation.framework; sourceTree = SDKROOT; };
|
|
34576D1219B023E2007BAD90 /* CoreData.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = CoreData.framework; path = System/Library/Frameworks/CoreData.framework; sourceTree = SDKROOT; };
|
|
34576D1319B023E2007BAD90 /* AppKit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = AppKit.framework; path = System/Library/Frameworks/AppKit.framework; sourceTree = SDKROOT; };
|
|
34576D1619B023E2007BAD90 /* CSMovieCapturePlugin-Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = "CSMovieCapturePlugin-Info.plist"; sourceTree = "<group>"; };
|
|
34576D1819B023E2007BAD90 /* en */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = en; path = en.lproj/InfoPlist.strings; sourceTree = "<group>"; };
|
|
34576D1A19B023E2007BAD90 /* CSMovieCapturePlugin-Prefix.pch */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = "CSMovieCapturePlugin-Prefix.pch"; sourceTree = "<group>"; };
|
|
34576D2C19B02453007BAD90 /* MovieCapture.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = MovieCapture.h; sourceTree = "<group>"; };
|
|
34576D2D19B02453007BAD90 /* MovieCapture.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = MovieCapture.m; sourceTree = "<group>"; };
|
|
34576D2E19B02453007BAD90 /* MovieCaptureViewController.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = MovieCaptureViewController.h; sourceTree = "<group>"; };
|
|
34576D2F19B02453007BAD90 /* MovieCaptureViewController.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = MovieCaptureViewController.m; sourceTree = "<group>"; };
|
|
34576D3019B02453007BAD90 /* MovieCaptureViewController.xib */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = file.xib; path = MovieCaptureViewController.xib; sourceTree = "<group>"; };
|
|
34AFC22719B0537D0007C07B /* AVFoundation.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = AVFoundation.framework; path = System/Library/Frameworks/AVFoundation.framework; sourceTree = SDKROOT; };
|
|
/* End PBXFileReference section */
|
|
|
|
/* Begin PBXFrameworksBuildPhase section */
|
|
34576D0819B023E2007BAD90 /* Frameworks */ = {
|
|
isa = PBXFrameworksBuildPhase;
|
|
buildActionMask = 2147483647;
|
|
files = (
|
|
34AFC22819B0537D0007C07B /* AVFoundation.framework in Frameworks */,
|
|
34576D0F19B023E2007BAD90 /* Cocoa.framework in Frameworks */,
|
|
);
|
|
runOnlyForDeploymentPostprocessing = 0;
|
|
};
|
|
/* End PBXFrameworksBuildPhase section */
|
|
|
|
/* Begin PBXGroup section */
|
|
344E1E9F1A7948020081E5E7 /* PluginHeaders */ = {
|
|
isa = PBXGroup;
|
|
children = (
|
|
344E1E921A7948020081E5E7 /* CSPluginServices.h */,
|
|
344E1E931A7948020081E5E7 /* CSIOSurfaceLayer.h */,
|
|
344E1E941A7948020081E5E7 /* CSPcmPlayer.h */,
|
|
344E1E951A7948020081E5E7 /* CAMultiAudioPCM.h */,
|
|
344E1E961A7948020081E5E7 /* CSAbstractCaptureDevice.h */,
|
|
344E1E971A7948020081E5E7 /* CSTextCaptureBase.h */,
|
|
344E1E981A7948020081E5E7 /* CSTextCaptureViewControllerBase.h */,
|
|
344E1E991A7948020081E5E7 /* CSCaptureBase.h */,
|
|
344E1E9A1A7948020081E5E7 /* CSCaptureSourceProtocol.h */,
|
|
344E1E9B1A7948020081E5E7 /* CSStreamServiceProtocol.h */,
|
|
344E1E9C1A7948020081E5E7 /* CSPluginFactoryProtocol.h */,
|
|
344E1E9D1A7948020081E5E7 /* CSExtraPluginProtocol.h */,
|
|
344E1E9E1A7948020081E5E7 /* CSNotifications.h */,
|
|
);
|
|
name = PluginHeaders;
|
|
path = ../../CocoaSplit;
|
|
sourceTree = "<group>";
|
|
};
|
|
34576D0219B023E2007BAD90 = {
|
|
isa = PBXGroup;
|
|
children = (
|
|
344E1E9F1A7948020081E5E7 /* PluginHeaders */,
|
|
34576D1419B023E2007BAD90 /* CSMovieCapturePlugin */,
|
|
34576D0D19B023E2007BAD90 /* Frameworks */,
|
|
34576D0C19B023E2007BAD90 /* Products */,
|
|
);
|
|
sourceTree = "<group>";
|
|
};
|
|
34576D0C19B023E2007BAD90 /* Products */ = {
|
|
isa = PBXGroup;
|
|
children = (
|
|
34576D0B19B023E2007BAD90 /* CSMovieCapturePlugin.bundle */,
|
|
);
|
|
name = Products;
|
|
sourceTree = "<group>";
|
|
};
|
|
34576D0D19B023E2007BAD90 /* Frameworks */ = {
|
|
isa = PBXGroup;
|
|
children = (
|
|
34AFC22719B0537D0007C07B /* AVFoundation.framework */,
|
|
34576D0E19B023E2007BAD90 /* Cocoa.framework */,
|
|
34576D1019B023E2007BAD90 /* Other Frameworks */,
|
|
);
|
|
name = Frameworks;
|
|
sourceTree = "<group>";
|
|
};
|
|
34576D1019B023E2007BAD90 /* Other Frameworks */ = {
|
|
isa = PBXGroup;
|
|
children = (
|
|
34576D1119B023E2007BAD90 /* Foundation.framework */,
|
|
34576D1219B023E2007BAD90 /* CoreData.framework */,
|
|
34576D1319B023E2007BAD90 /* AppKit.framework */,
|
|
);
|
|
name = "Other Frameworks";
|
|
sourceTree = "<group>";
|
|
};
|
|
34576D1419B023E2007BAD90 /* CSMovieCapturePlugin */ = {
|
|
isa = PBXGroup;
|
|
children = (
|
|
34576D2C19B02453007BAD90 /* MovieCapture.h */,
|
|
34576D2D19B02453007BAD90 /* MovieCapture.m */,
|
|
34576D2E19B02453007BAD90 /* MovieCaptureViewController.h */,
|
|
34576D2F19B02453007BAD90 /* MovieCaptureViewController.m */,
|
|
34576D3019B02453007BAD90 /* MovieCaptureViewController.xib */,
|
|
34576D1519B023E2007BAD90 /* Supporting Files */,
|
|
);
|
|
path = CSMovieCapturePlugin;
|
|
sourceTree = "<group>";
|
|
};
|
|
34576D1519B023E2007BAD90 /* Supporting Files */ = {
|
|
isa = PBXGroup;
|
|
children = (
|
|
34576D1619B023E2007BAD90 /* CSMovieCapturePlugin-Info.plist */,
|
|
34576D1719B023E2007BAD90 /* InfoPlist.strings */,
|
|
34576D1A19B023E2007BAD90 /* CSMovieCapturePlugin-Prefix.pch */,
|
|
);
|
|
name = "Supporting Files";
|
|
sourceTree = "<group>";
|
|
};
|
|
/* End PBXGroup section */
|
|
|
|
/* Begin PBXNativeTarget section */
|
|
34576D0A19B023E2007BAD90 /* CSMovieCapturePlugin */ = {
|
|
isa = PBXNativeTarget;
|
|
buildConfigurationList = 34576D1D19B023E2007BAD90 /* Build configuration list for PBXNativeTarget "CSMovieCapturePlugin" */;
|
|
buildPhases = (
|
|
34576D0719B023E2007BAD90 /* Sources */,
|
|
34576D0819B023E2007BAD90 /* Frameworks */,
|
|
34576D0919B023E2007BAD90 /* Resources */,
|
|
);
|
|
buildRules = (
|
|
);
|
|
dependencies = (
|
|
);
|
|
name = CSMovieCapturePlugin;
|
|
productName = CSMovieCapturePlugin;
|
|
productReference = 34576D0B19B023E2007BAD90 /* CSMovieCapturePlugin.bundle */;
|
|
productType = "com.apple.product-type.bundle";
|
|
};
|
|
/* End PBXNativeTarget section */
|
|
|
|
/* Begin PBXProject section */
|
|
34576D0319B023E2007BAD90 /* Project object */ = {
|
|
isa = PBXProject;
|
|
attributes = {
|
|
LastUpgradeCheck = 0510;
|
|
ORGANIZATIONNAME = Zakk;
|
|
};
|
|
buildConfigurationList = 34576D0619B023E2007BAD90 /* Build configuration list for PBXProject "CSMovieCapturePlugin" */;
|
|
compatibilityVersion = "Xcode 3.2";
|
|
developmentRegion = English;
|
|
hasScannedForEncodings = 0;
|
|
knownRegions = (
|
|
en,
|
|
);
|
|
mainGroup = 34576D0219B023E2007BAD90;
|
|
productRefGroup = 34576D0C19B023E2007BAD90 /* Products */;
|
|
projectDirPath = "";
|
|
projectRoot = "";
|
|
targets = (
|
|
34576D0A19B023E2007BAD90 /* CSMovieCapturePlugin */,
|
|
);
|
|
};
|
|
/* End PBXProject section */
|
|
|
|
/* Begin PBXResourcesBuildPhase section */
|
|
34576D0919B023E2007BAD90 /* Resources */ = {
|
|
isa = PBXResourcesBuildPhase;
|
|
buildActionMask = 2147483647;
|
|
files = (
|
|
34576D3319B02453007BAD90 /* MovieCaptureViewController.xib in Resources */,
|
|
34576D1919B023E2007BAD90 /* InfoPlist.strings in Resources */,
|
|
);
|
|
runOnlyForDeploymentPostprocessing = 0;
|
|
};
|
|
/* End PBXResourcesBuildPhase section */
|
|
|
|
/* Begin PBXSourcesBuildPhase section */
|
|
34576D0719B023E2007BAD90 /* Sources */ = {
|
|
isa = PBXSourcesBuildPhase;
|
|
buildActionMask = 2147483647;
|
|
files = (
|
|
34576D3119B02453007BAD90 /* MovieCapture.m in Sources */,
|
|
34576D3219B02453007BAD90 /* MovieCaptureViewController.m in Sources */,
|
|
);
|
|
runOnlyForDeploymentPostprocessing = 0;
|
|
};
|
|
/* End PBXSourcesBuildPhase section */
|
|
|
|
/* Begin PBXVariantGroup section */
|
|
34576D1719B023E2007BAD90 /* InfoPlist.strings */ = {
|
|
isa = PBXVariantGroup;
|
|
children = (
|
|
34576D1819B023E2007BAD90 /* en */,
|
|
);
|
|
name = InfoPlist.strings;
|
|
sourceTree = "<group>";
|
|
};
|
|
/* End PBXVariantGroup section */
|
|
|
|
/* Begin XCBuildConfiguration section */
|
|
34576D1B19B023E2007BAD90 /* Debug */ = {
|
|
isa = XCBuildConfiguration;
|
|
buildSettings = {
|
|
ALWAYS_SEARCH_USER_PATHS = NO;
|
|
CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x";
|
|
CLANG_CXX_LIBRARY = "libc++";
|
|
CLANG_ENABLE_MODULES = YES;
|
|
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_AGGRESSIVE;
|
|
GCC_WARN_UNUSED_FUNCTION = YES;
|
|
GCC_WARN_UNUSED_VARIABLE = YES;
|
|
MACOSX_DEPLOYMENT_TARGET = 10.9;
|
|
ONLY_ACTIVE_ARCH = YES;
|
|
SDKROOT = macosx;
|
|
};
|
|
name = Debug;
|
|
};
|
|
34576D1C19B023E2007BAD90 /* Release */ = {
|
|
isa = XCBuildConfiguration;
|
|
buildSettings = {
|
|
ALWAYS_SEARCH_USER_PATHS = NO;
|
|
CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x";
|
|
CLANG_CXX_LIBRARY = "libc++";
|
|
CLANG_ENABLE_MODULES = YES;
|
|
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_AGGRESSIVE;
|
|
GCC_WARN_UNUSED_FUNCTION = YES;
|
|
GCC_WARN_UNUSED_VARIABLE = YES;
|
|
MACOSX_DEPLOYMENT_TARGET = 10.9;
|
|
SDKROOT = macosx;
|
|
};
|
|
name = Release;
|
|
};
|
|
34576D1E19B023E2007BAD90 /* Debug */ = {
|
|
isa = XCBuildConfiguration;
|
|
buildSettings = {
|
|
COMBINE_HIDPI_IMAGES = YES;
|
|
GCC_PRECOMPILE_PREFIX_HEADER = YES;
|
|
GCC_PREFIX_HEADER = "CSMovieCapturePlugin/CSMovieCapturePlugin-Prefix.pch";
|
|
INFOPLIST_FILE = "CSMovieCapturePlugin/CSMovieCapturePlugin-Info.plist";
|
|
INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Bundles";
|
|
OTHER_LDFLAGS = (
|
|
"-flat_namespace",
|
|
"-undefined",
|
|
suppress,
|
|
);
|
|
PRODUCT_NAME = "$(TARGET_NAME)";
|
|
SKIP_INSTALL = YES;
|
|
WRAPPER_EXTENSION = bundle;
|
|
};
|
|
name = Debug;
|
|
};
|
|
34576D1F19B023E2007BAD90 /* Release */ = {
|
|
isa = XCBuildConfiguration;
|
|
buildSettings = {
|
|
COMBINE_HIDPI_IMAGES = YES;
|
|
GCC_PRECOMPILE_PREFIX_HEADER = YES;
|
|
GCC_PREFIX_HEADER = "CSMovieCapturePlugin/CSMovieCapturePlugin-Prefix.pch";
|
|
INFOPLIST_FILE = "CSMovieCapturePlugin/CSMovieCapturePlugin-Info.plist";
|
|
INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Bundles";
|
|
OTHER_LDFLAGS = (
|
|
"-flat_namespace",
|
|
"-undefined",
|
|
suppress,
|
|
);
|
|
PRODUCT_NAME = "$(TARGET_NAME)";
|
|
SKIP_INSTALL = YES;
|
|
WRAPPER_EXTENSION = bundle;
|
|
};
|
|
name = Release;
|
|
};
|
|
/* End XCBuildConfiguration section */
|
|
|
|
/* Begin XCConfigurationList section */
|
|
34576D0619B023E2007BAD90 /* Build configuration list for PBXProject "CSMovieCapturePlugin" */ = {
|
|
isa = XCConfigurationList;
|
|
buildConfigurations = (
|
|
34576D1B19B023E2007BAD90 /* Debug */,
|
|
34576D1C19B023E2007BAD90 /* Release */,
|
|
);
|
|
defaultConfigurationIsVisible = 0;
|
|
defaultConfigurationName = Release;
|
|
};
|
|
34576D1D19B023E2007BAD90 /* Build configuration list for PBXNativeTarget "CSMovieCapturePlugin" */ = {
|
|
isa = XCConfigurationList;
|
|
buildConfigurations = (
|
|
34576D1E19B023E2007BAD90 /* Debug */,
|
|
34576D1F19B023E2007BAD90 /* Release */,
|
|
);
|
|
defaultConfigurationIsVisible = 0;
|
|
defaultConfigurationName = Release;
|
|
};
|
|
/* End XCConfigurationList section */
|
|
};
|
|
rootObject = 34576D0319B023E2007BAD90 /* Project object */;
|
|
}
|