mirror of
https://github.com/zakk4223/CocoaSplit.git
synced 2026-05-15 22:00:34 -06:00
Added hiding of staging view and controls for people that prefer the single view/live editing mode.
337 lines
14 KiB
Text
337 lines
14 KiB
Text
// !$*UTF8*$!
|
|
{
|
|
archiveVersion = 1;
|
|
classes = {
|
|
};
|
|
objectVersion = 46;
|
|
objects = {
|
|
|
|
/* Begin PBXBuildFile section */
|
|
34576D4119B024EB007BAD90 /* Cocoa.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 34576D4019B024EB007BAD90 /* Cocoa.framework */; };
|
|
34576D4B19B024EB007BAD90 /* InfoPlist.strings in Resources */ = {isa = PBXBuildFile; fileRef = 34576D4919B024EB007BAD90 /* InfoPlist.strings */; };
|
|
34576D6319B02513007BAD90 /* ImageCapture.m in Sources */ = {isa = PBXBuildFile; fileRef = 34576D5F19B02513007BAD90 /* ImageCapture.m */; };
|
|
34576D6419B02513007BAD90 /* ImageCaptureViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 34576D6119B02513007BAD90 /* ImageCaptureViewController.m */; };
|
|
34576D6519B02513007BAD90 /* ImageCaptureViewController.xib in Resources */ = {isa = PBXBuildFile; fileRef = 34576D6219B02513007BAD90 /* ImageCaptureViewController.xib */; };
|
|
34AFC23319B0557D0007C07B /* CoreGraphics.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 34AFC23219B0557D0007C07B /* CoreGraphics.framework */; };
|
|
/* End PBXBuildFile section */
|
|
|
|
/* Begin PBXFileReference section */
|
|
34576D3D19B024EB007BAD90 /* CSImageCapturePlugin.bundle */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = CSImageCapturePlugin.bundle; sourceTree = BUILT_PRODUCTS_DIR; };
|
|
34576D4019B024EB007BAD90 /* Cocoa.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Cocoa.framework; path = System/Library/Frameworks/Cocoa.framework; sourceTree = SDKROOT; };
|
|
34576D4319B024EB007BAD90 /* Foundation.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Foundation.framework; path = System/Library/Frameworks/Foundation.framework; sourceTree = SDKROOT; };
|
|
34576D4419B024EB007BAD90 /* CoreData.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = CoreData.framework; path = System/Library/Frameworks/CoreData.framework; sourceTree = SDKROOT; };
|
|
34576D4519B024EB007BAD90 /* AppKit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = AppKit.framework; path = System/Library/Frameworks/AppKit.framework; sourceTree = SDKROOT; };
|
|
34576D4819B024EB007BAD90 /* CSImageCapturePlugin-Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = "CSImageCapturePlugin-Info.plist"; sourceTree = "<group>"; };
|
|
34576D4A19B024EB007BAD90 /* en */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = en; path = en.lproj/InfoPlist.strings; sourceTree = "<group>"; };
|
|
34576D4C19B024EB007BAD90 /* CSImageCapturePlugin-Prefix.pch */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = "CSImageCapturePlugin-Prefix.pch"; sourceTree = "<group>"; };
|
|
34576D5E19B02513007BAD90 /* ImageCapture.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = ImageCapture.h; sourceTree = "<group>"; };
|
|
34576D5F19B02513007BAD90 /* ImageCapture.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = ImageCapture.m; sourceTree = "<group>"; };
|
|
34576D6019B02513007BAD90 /* ImageCaptureViewController.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = ImageCaptureViewController.h; sourceTree = "<group>"; };
|
|
34576D6119B02513007BAD90 /* ImageCaptureViewController.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = ImageCaptureViewController.m; sourceTree = "<group>"; };
|
|
34576D6219B02513007BAD90 /* ImageCaptureViewController.xib */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = file.xib; path = ImageCaptureViewController.xib; sourceTree = "<group>"; };
|
|
34AFC23219B0557D0007C07B /* CoreGraphics.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = CoreGraphics.framework; path = System/Library/Frameworks/CoreGraphics.framework; sourceTree = SDKROOT; };
|
|
34AFC2B119B0624A0007C07B /* CSAbstractCaptureDevice.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = CSAbstractCaptureDevice.h; path = PluginHeaders/CSAbstractCaptureDevice.h; sourceTree = "<group>"; };
|
|
34AFC2B219B0624A0007C07B /* CSCaptureBase.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = CSCaptureBase.h; path = PluginHeaders/CSCaptureBase.h; sourceTree = "<group>"; };
|
|
34AFC2B319B0624A0007C07B /* CSCaptureSourceProtocol.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = CSCaptureSourceProtocol.h; path = PluginHeaders/CSCaptureSourceProtocol.h; sourceTree = "<group>"; };
|
|
/* End PBXFileReference section */
|
|
|
|
/* Begin PBXFrameworksBuildPhase section */
|
|
34576D3A19B024EB007BAD90 /* Frameworks */ = {
|
|
isa = PBXFrameworksBuildPhase;
|
|
buildActionMask = 2147483647;
|
|
files = (
|
|
34AFC23319B0557D0007C07B /* CoreGraphics.framework in Frameworks */,
|
|
34576D4119B024EB007BAD90 /* Cocoa.framework in Frameworks */,
|
|
);
|
|
runOnlyForDeploymentPostprocessing = 0;
|
|
};
|
|
/* End PBXFrameworksBuildPhase section */
|
|
|
|
/* Begin PBXGroup section */
|
|
34576D3419B024EB007BAD90 = {
|
|
isa = PBXGroup;
|
|
children = (
|
|
34AFC2B419B0624A0007C07B /* PluginHeaders */,
|
|
34576D4619B024EB007BAD90 /* CSImageCapturePlugin */,
|
|
34576D3F19B024EB007BAD90 /* Frameworks */,
|
|
34576D3E19B024EB007BAD90 /* Products */,
|
|
);
|
|
sourceTree = "<group>";
|
|
};
|
|
34576D3E19B024EB007BAD90 /* Products */ = {
|
|
isa = PBXGroup;
|
|
children = (
|
|
34576D3D19B024EB007BAD90 /* CSImageCapturePlugin.bundle */,
|
|
);
|
|
name = Products;
|
|
sourceTree = "<group>";
|
|
};
|
|
34576D3F19B024EB007BAD90 /* Frameworks */ = {
|
|
isa = PBXGroup;
|
|
children = (
|
|
34AFC23219B0557D0007C07B /* CoreGraphics.framework */,
|
|
34576D4019B024EB007BAD90 /* Cocoa.framework */,
|
|
34576D4219B024EB007BAD90 /* Other Frameworks */,
|
|
);
|
|
name = Frameworks;
|
|
sourceTree = "<group>";
|
|
};
|
|
34576D4219B024EB007BAD90 /* Other Frameworks */ = {
|
|
isa = PBXGroup;
|
|
children = (
|
|
34576D4319B024EB007BAD90 /* Foundation.framework */,
|
|
34576D4419B024EB007BAD90 /* CoreData.framework */,
|
|
34576D4519B024EB007BAD90 /* AppKit.framework */,
|
|
);
|
|
name = "Other Frameworks";
|
|
sourceTree = "<group>";
|
|
};
|
|
34576D4619B024EB007BAD90 /* CSImageCapturePlugin */ = {
|
|
isa = PBXGroup;
|
|
children = (
|
|
34576D5E19B02513007BAD90 /* ImageCapture.h */,
|
|
34576D5F19B02513007BAD90 /* ImageCapture.m */,
|
|
34576D6019B02513007BAD90 /* ImageCaptureViewController.h */,
|
|
34576D6119B02513007BAD90 /* ImageCaptureViewController.m */,
|
|
34576D6219B02513007BAD90 /* ImageCaptureViewController.xib */,
|
|
34576D4719B024EB007BAD90 /* Supporting Files */,
|
|
);
|
|
path = CSImageCapturePlugin;
|
|
sourceTree = "<group>";
|
|
};
|
|
34576D4719B024EB007BAD90 /* Supporting Files */ = {
|
|
isa = PBXGroup;
|
|
children = (
|
|
34576D4819B024EB007BAD90 /* CSImageCapturePlugin-Info.plist */,
|
|
34576D4919B024EB007BAD90 /* InfoPlist.strings */,
|
|
34576D4C19B024EB007BAD90 /* CSImageCapturePlugin-Prefix.pch */,
|
|
);
|
|
name = "Supporting Files";
|
|
sourceTree = "<group>";
|
|
};
|
|
34AFC2B419B0624A0007C07B /* PluginHeaders */ = {
|
|
isa = PBXGroup;
|
|
children = (
|
|
34AFC2B119B0624A0007C07B /* CSAbstractCaptureDevice.h */,
|
|
34AFC2B219B0624A0007C07B /* CSCaptureBase.h */,
|
|
34AFC2B319B0624A0007C07B /* CSCaptureSourceProtocol.h */,
|
|
);
|
|
name = PluginHeaders;
|
|
path = ../../CocoaSplit;
|
|
sourceTree = "<group>";
|
|
};
|
|
/* End PBXGroup section */
|
|
|
|
/* Begin PBXNativeTarget section */
|
|
34576D3C19B024EB007BAD90 /* CSImageCapturePlugin */ = {
|
|
isa = PBXNativeTarget;
|
|
buildConfigurationList = 34576D4F19B024EB007BAD90 /* Build configuration list for PBXNativeTarget "CSImageCapturePlugin" */;
|
|
buildPhases = (
|
|
34576D3919B024EB007BAD90 /* Sources */,
|
|
34576D3A19B024EB007BAD90 /* Frameworks */,
|
|
34576D3B19B024EB007BAD90 /* Resources */,
|
|
);
|
|
buildRules = (
|
|
);
|
|
dependencies = (
|
|
);
|
|
name = CSImageCapturePlugin;
|
|
productName = CSImageCapturePlugin;
|
|
productReference = 34576D3D19B024EB007BAD90 /* CSImageCapturePlugin.bundle */;
|
|
productType = "com.apple.product-type.bundle";
|
|
};
|
|
/* End PBXNativeTarget section */
|
|
|
|
/* Begin PBXProject section */
|
|
34576D3519B024EB007BAD90 /* Project object */ = {
|
|
isa = PBXProject;
|
|
attributes = {
|
|
LastUpgradeCheck = 0510;
|
|
ORGANIZATIONNAME = Zakk;
|
|
};
|
|
buildConfigurationList = 34576D3819B024EB007BAD90 /* Build configuration list for PBXProject "CSImageCapturePlugin" */;
|
|
compatibilityVersion = "Xcode 3.2";
|
|
developmentRegion = English;
|
|
hasScannedForEncodings = 0;
|
|
knownRegions = (
|
|
en,
|
|
);
|
|
mainGroup = 34576D3419B024EB007BAD90;
|
|
productRefGroup = 34576D3E19B024EB007BAD90 /* Products */;
|
|
projectDirPath = "";
|
|
projectRoot = "";
|
|
targets = (
|
|
34576D3C19B024EB007BAD90 /* CSImageCapturePlugin */,
|
|
);
|
|
};
|
|
/* End PBXProject section */
|
|
|
|
/* Begin PBXResourcesBuildPhase section */
|
|
34576D3B19B024EB007BAD90 /* Resources */ = {
|
|
isa = PBXResourcesBuildPhase;
|
|
buildActionMask = 2147483647;
|
|
files = (
|
|
34576D4B19B024EB007BAD90 /* InfoPlist.strings in Resources */,
|
|
34576D6519B02513007BAD90 /* ImageCaptureViewController.xib in Resources */,
|
|
);
|
|
runOnlyForDeploymentPostprocessing = 0;
|
|
};
|
|
/* End PBXResourcesBuildPhase section */
|
|
|
|
/* Begin PBXSourcesBuildPhase section */
|
|
34576D3919B024EB007BAD90 /* Sources */ = {
|
|
isa = PBXSourcesBuildPhase;
|
|
buildActionMask = 2147483647;
|
|
files = (
|
|
34576D6419B02513007BAD90 /* ImageCaptureViewController.m in Sources */,
|
|
34576D6319B02513007BAD90 /* ImageCapture.m in Sources */,
|
|
);
|
|
runOnlyForDeploymentPostprocessing = 0;
|
|
};
|
|
/* End PBXSourcesBuildPhase section */
|
|
|
|
/* Begin PBXVariantGroup section */
|
|
34576D4919B024EB007BAD90 /* InfoPlist.strings */ = {
|
|
isa = PBXVariantGroup;
|
|
children = (
|
|
34576D4A19B024EB007BAD90 /* en */,
|
|
);
|
|
name = InfoPlist.strings;
|
|
sourceTree = "<group>";
|
|
};
|
|
/* End PBXVariantGroup section */
|
|
|
|
/* Begin XCBuildConfiguration section */
|
|
34576D4D19B024EB007BAD90 /* 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;
|
|
};
|
|
34576D4E19B024EB007BAD90 /* 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;
|
|
};
|
|
34576D5019B024EB007BAD90 /* Debug */ = {
|
|
isa = XCBuildConfiguration;
|
|
buildSettings = {
|
|
COMBINE_HIDPI_IMAGES = YES;
|
|
GCC_PRECOMPILE_PREFIX_HEADER = YES;
|
|
GCC_PREFIX_HEADER = "CSImageCapturePlugin/CSImageCapturePlugin-Prefix.pch";
|
|
INFOPLIST_FILE = "CSImageCapturePlugin/CSImageCapturePlugin-Info.plist";
|
|
INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Bundles";
|
|
OTHER_LDFLAGS = (
|
|
"-undefined",
|
|
suppress,
|
|
"-flat_namespace",
|
|
);
|
|
PRODUCT_NAME = "$(TARGET_NAME)";
|
|
SKIP_INSTALL = YES;
|
|
WRAPPER_EXTENSION = bundle;
|
|
};
|
|
name = Debug;
|
|
};
|
|
34576D5119B024EB007BAD90 /* Release */ = {
|
|
isa = XCBuildConfiguration;
|
|
buildSettings = {
|
|
COMBINE_HIDPI_IMAGES = YES;
|
|
GCC_PRECOMPILE_PREFIX_HEADER = YES;
|
|
GCC_PREFIX_HEADER = "CSImageCapturePlugin/CSImageCapturePlugin-Prefix.pch";
|
|
INFOPLIST_FILE = "CSImageCapturePlugin/CSImageCapturePlugin-Info.plist";
|
|
INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Bundles";
|
|
OTHER_LDFLAGS = (
|
|
"-undefined",
|
|
suppress,
|
|
"-flat_namespace",
|
|
);
|
|
PRODUCT_NAME = "$(TARGET_NAME)";
|
|
SKIP_INSTALL = YES;
|
|
WRAPPER_EXTENSION = bundle;
|
|
};
|
|
name = Release;
|
|
};
|
|
/* End XCBuildConfiguration section */
|
|
|
|
/* Begin XCConfigurationList section */
|
|
34576D3819B024EB007BAD90 /* Build configuration list for PBXProject "CSImageCapturePlugin" */ = {
|
|
isa = XCConfigurationList;
|
|
buildConfigurations = (
|
|
34576D4D19B024EB007BAD90 /* Debug */,
|
|
34576D4E19B024EB007BAD90 /* Release */,
|
|
);
|
|
defaultConfigurationIsVisible = 0;
|
|
defaultConfigurationName = Release;
|
|
};
|
|
34576D4F19B024EB007BAD90 /* Build configuration list for PBXNativeTarget "CSImageCapturePlugin" */ = {
|
|
isa = XCConfigurationList;
|
|
buildConfigurations = (
|
|
34576D5019B024EB007BAD90 /* Debug */,
|
|
34576D5119B024EB007BAD90 /* Release */,
|
|
);
|
|
defaultConfigurationIsVisible = 0;
|
|
defaultConfigurationName = Release;
|
|
};
|
|
/* End XCConfigurationList section */
|
|
};
|
|
rootObject = 34576D3519B024EB007BAD90 /* Project object */;
|
|
}
|