ref: c66b614dd3a4edcd16cb7ca772aac3c100bab22c
parent: 97947c4d01aa62bed2ff0e675291825da32d571f
author: Licai Guo <[email protected]>
date: Fri Feb 21 09:07:52 EST 2014
Initial Commit
--- /dev/null
+++ b/codec/processing/build/iOS/processing/processing.xcodeproj/project.pbxproj
@@ -1,0 +1,424 @@
+// !$*UTF8*$!
+{
+ archiveVersion = 1;
+ classes = {
+ };
+ objectVersion = 46;
+ objects = {
+
+/* Begin PBXBuildFile section */
+ 4CE4443518B724B60017DF25 /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 4CE4443418B724B60017DF25 /* Foundation.framework */; };
+ 4CE4443A18B724B60017DF25 /* processing.h in CopyFiles */ = {isa = PBXBuildFile; fileRef = 4CE4443918B724B60017DF25 /* processing.h */; };
+ 4CE4443C18B724B60017DF25 /* processing.m in Sources */ = {isa = PBXBuildFile; fileRef = 4CE4443B18B724B60017DF25 /* processing.m */; };
+ 4CE4444318B724B60017DF25 /* XCTest.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 4CE4444218B724B60017DF25 /* XCTest.framework */; };
+ 4CE4444418B724B60017DF25 /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 4CE4443418B724B60017DF25 /* Foundation.framework */; };
+ 4CE4444618B724B60017DF25 /* UIKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 4CE4444518B724B60017DF25 /* UIKit.framework */; };
+ 4CE4444918B724B60017DF25 /* libprocessing.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 4CE4443118B724B60017DF25 /* libprocessing.a */; };
+ 4CE4444F18B724B60017DF25 /* InfoPlist.strings in Resources */ = {isa = PBXBuildFile; fileRef = 4CE4444D18B724B60017DF25 /* InfoPlist.strings */; };
+ 4CE4445118B724B60017DF25 /* processingTests.m in Sources */ = {isa = PBXBuildFile; fileRef = 4CE4445018B724B60017DF25 /* processingTests.m */; };
+/* End PBXBuildFile section */
+
+/* Begin PBXContainerItemProxy section */
+ 4CE4444718B724B60017DF25 /* PBXContainerItemProxy */ = {
+ isa = PBXContainerItemProxy;
+ containerPortal = 4CE4442918B724B60017DF25 /* Project object */;
+ proxyType = 1;
+ remoteGlobalIDString = 4CE4443018B724B60017DF25;
+ remoteInfo = processing;
+ };
+/* End PBXContainerItemProxy section */
+
+/* Begin PBXCopyFilesBuildPhase section */
+ 4CE4442F18B724B60017DF25 /* CopyFiles */ = {
+ isa = PBXCopyFilesBuildPhase;
+ buildActionMask = 2147483647;
+ dstPath = "include/$(PRODUCT_NAME)";
+ dstSubfolderSpec = 16;
+ files = (
+ 4CE4443A18B724B60017DF25 /* processing.h in CopyFiles */,
+ );
+ runOnlyForDeploymentPostprocessing = 0;
+ };
+/* End PBXCopyFilesBuildPhase section */
+
+/* Begin PBXFileReference section */
+ 4CE4443118B724B60017DF25 /* libprocessing.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; path = libprocessing.a; sourceTree = BUILT_PRODUCTS_DIR; };
+ 4CE4443418B724B60017DF25 /* Foundation.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Foundation.framework; path = System/Library/Frameworks/Foundation.framework; sourceTree = SDKROOT; };
+ 4CE4443818B724B60017DF25 /* processing-Prefix.pch */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = "processing-Prefix.pch"; sourceTree = "<group>"; };
+ 4CE4443918B724B60017DF25 /* processing.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = processing.h; sourceTree = "<group>"; };
+ 4CE4443B18B724B60017DF25 /* processing.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = processing.m; sourceTree = "<group>"; };
+ 4CE4444118B724B60017DF25 /* processingTests.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = processingTests.xctest; sourceTree = BUILT_PRODUCTS_DIR; };
+ 4CE4444218B724B60017DF25 /* XCTest.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = XCTest.framework; path = Library/Frameworks/XCTest.framework; sourceTree = DEVELOPER_DIR; };
+ 4CE4444518B724B60017DF25 /* UIKit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = UIKit.framework; path = Library/Frameworks/UIKit.framework; sourceTree = DEVELOPER_DIR; };
+ 4CE4444C18B724B60017DF25 /* processingTests-Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = "processingTests-Info.plist"; sourceTree = "<group>"; };
+ 4CE4444E18B724B60017DF25 /* en */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = en; path = en.lproj/InfoPlist.strings; sourceTree = "<group>"; };
+ 4CE4445018B724B60017DF25 /* processingTests.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = processingTests.m; sourceTree = "<group>"; };
+/* End PBXFileReference section */
+
+/* Begin PBXFrameworksBuildPhase section */
+ 4CE4442E18B724B60017DF25 /* Frameworks */ = {
+ isa = PBXFrameworksBuildPhase;
+ buildActionMask = 2147483647;
+ files = (
+ 4CE4443518B724B60017DF25 /* Foundation.framework in Frameworks */,
+ );
+ runOnlyForDeploymentPostprocessing = 0;
+ };
+ 4CE4443E18B724B60017DF25 /* Frameworks */ = {
+ isa = PBXFrameworksBuildPhase;
+ buildActionMask = 2147483647;
+ files = (
+ 4CE4444318B724B60017DF25 /* XCTest.framework in Frameworks */,
+ 4CE4444618B724B60017DF25 /* UIKit.framework in Frameworks */,
+ 4CE4444918B724B60017DF25 /* libprocessing.a in Frameworks */,
+ 4CE4444418B724B60017DF25 /* Foundation.framework in Frameworks */,
+ );
+ runOnlyForDeploymentPostprocessing = 0;
+ };
+/* End PBXFrameworksBuildPhase section */
+
+/* Begin PBXGroup section */
+ 4CE4442818B724B60017DF25 = {
+ isa = PBXGroup;
+ children = (
+ 4CE4443618B724B60017DF25 /* processing */,
+ 4CE4444A18B724B60017DF25 /* processingTests */,
+ 4CE4443318B724B60017DF25 /* Frameworks */,
+ 4CE4443218B724B60017DF25 /* Products */,
+ );
+ sourceTree = "<group>";
+ };
+ 4CE4443218B724B60017DF25 /* Products */ = {
+ isa = PBXGroup;
+ children = (
+ 4CE4443118B724B60017DF25 /* libprocessing.a */,
+ 4CE4444118B724B60017DF25 /* processingTests.xctest */,
+ );
+ name = Products;
+ sourceTree = "<group>";
+ };
+ 4CE4443318B724B60017DF25 /* Frameworks */ = {
+ isa = PBXGroup;
+ children = (
+ 4CE4443418B724B60017DF25 /* Foundation.framework */,
+ 4CE4444218B724B60017DF25 /* XCTest.framework */,
+ 4CE4444518B724B60017DF25 /* UIKit.framework */,
+ );
+ name = Frameworks;
+ sourceTree = "<group>";
+ };
+ 4CE4443618B724B60017DF25 /* processing */ = {
+ isa = PBXGroup;
+ children = (
+ 4CE4443918B724B60017DF25 /* processing.h */,
+ 4CE4443B18B724B60017DF25 /* processing.m */,
+ 4CE4443718B724B60017DF25 /* Supporting Files */,
+ );
+ path = processing;
+ sourceTree = "<group>";
+ };
+ 4CE4443718B724B60017DF25 /* Supporting Files */ = {
+ isa = PBXGroup;
+ children = (
+ 4CE4443818B724B60017DF25 /* processing-Prefix.pch */,
+ );
+ name = "Supporting Files";
+ sourceTree = "<group>";
+ };
+ 4CE4444A18B724B60017DF25 /* processingTests */ = {
+ isa = PBXGroup;
+ children = (
+ 4CE4445018B724B60017DF25 /* processingTests.m */,
+ 4CE4444B18B724B60017DF25 /* Supporting Files */,
+ );
+ path = processingTests;
+ sourceTree = "<group>";
+ };
+ 4CE4444B18B724B60017DF25 /* Supporting Files */ = {
+ isa = PBXGroup;
+ children = (
+ 4CE4444C18B724B60017DF25 /* processingTests-Info.plist */,
+ 4CE4444D18B724B60017DF25 /* InfoPlist.strings */,
+ );
+ name = "Supporting Files";
+ sourceTree = "<group>";
+ };
+/* End PBXGroup section */
+
+/* Begin PBXNativeTarget section */
+ 4CE4443018B724B60017DF25 /* processing */ = {
+ isa = PBXNativeTarget;
+ buildConfigurationList = 4CE4445418B724B60017DF25 /* Build configuration list for PBXNativeTarget "processing" */;
+ buildPhases = (
+ 4CE4442D18B724B60017DF25 /* Sources */,
+ 4CE4442E18B724B60017DF25 /* Frameworks */,
+ 4CE4442F18B724B60017DF25 /* CopyFiles */,
+ );
+ buildRules = (
+ );
+ dependencies = (
+ );
+ name = processing;
+ productName = processing;
+ productReference = 4CE4443118B724B60017DF25 /* libprocessing.a */;
+ productType = "com.apple.product-type.library.static";
+ };
+ 4CE4444018B724B60017DF25 /* processingTests */ = {
+ isa = PBXNativeTarget;
+ buildConfigurationList = 4CE4445718B724B60017DF25 /* Build configuration list for PBXNativeTarget "processingTests" */;
+ buildPhases = (
+ 4CE4443D18B724B60017DF25 /* Sources */,
+ 4CE4443E18B724B60017DF25 /* Frameworks */,
+ 4CE4443F18B724B60017DF25 /* Resources */,
+ );
+ buildRules = (
+ );
+ dependencies = (
+ 4CE4444818B724B60017DF25 /* PBXTargetDependency */,
+ );
+ name = processingTests;
+ productName = processingTests;
+ productReference = 4CE4444118B724B60017DF25 /* processingTests.xctest */;
+ productType = "com.apple.product-type.bundle.unit-test";
+ };
+/* End PBXNativeTarget section */
+
+/* Begin PBXProject section */
+ 4CE4442918B724B60017DF25 /* Project object */ = {
+ isa = PBXProject;
+ attributes = {
+ LastUpgradeCheck = 0500;
+ ORGANIZATIONNAME = video;
+ };
+ buildConfigurationList = 4CE4442C18B724B60017DF25 /* Build configuration list for PBXProject "processing" */;
+ compatibilityVersion = "Xcode 3.2";
+ developmentRegion = English;
+ hasScannedForEncodings = 0;
+ knownRegions = (
+ en,
+ );
+ mainGroup = 4CE4442818B724B60017DF25;
+ productRefGroup = 4CE4443218B724B60017DF25 /* Products */;
+ projectDirPath = "";
+ projectRoot = "";
+ targets = (
+ 4CE4443018B724B60017DF25 /* processing */,
+ 4CE4444018B724B60017DF25 /* processingTests */,
+ );
+ };
+/* End PBXProject section */
+
+/* Begin PBXResourcesBuildPhase section */
+ 4CE4443F18B724B60017DF25 /* Resources */ = {
+ isa = PBXResourcesBuildPhase;
+ buildActionMask = 2147483647;
+ files = (
+ 4CE4444F18B724B60017DF25 /* InfoPlist.strings in Resources */,
+ );
+ runOnlyForDeploymentPostprocessing = 0;
+ };
+/* End PBXResourcesBuildPhase section */
+
+/* Begin PBXSourcesBuildPhase section */
+ 4CE4442D18B724B60017DF25 /* Sources */ = {
+ isa = PBXSourcesBuildPhase;
+ buildActionMask = 2147483647;
+ files = (
+ 4CE4443C18B724B60017DF25 /* processing.m in Sources */,
+ );
+ runOnlyForDeploymentPostprocessing = 0;
+ };
+ 4CE4443D18B724B60017DF25 /* Sources */ = {
+ isa = PBXSourcesBuildPhase;
+ buildActionMask = 2147483647;
+ files = (
+ 4CE4445118B724B60017DF25 /* processingTests.m in Sources */,
+ );
+ runOnlyForDeploymentPostprocessing = 0;
+ };
+/* End PBXSourcesBuildPhase section */
+
+/* Begin PBXTargetDependency section */
+ 4CE4444818B724B60017DF25 /* PBXTargetDependency */ = {
+ isa = PBXTargetDependency;
+ target = 4CE4443018B724B60017DF25 /* processing */;
+ targetProxy = 4CE4444718B724B60017DF25 /* PBXContainerItemProxy */;
+ };
+/* End PBXTargetDependency section */
+
+/* Begin PBXVariantGroup section */
+ 4CE4444D18B724B60017DF25 /* InfoPlist.strings */ = {
+ isa = PBXVariantGroup;
+ children = (
+ 4CE4444E18B724B60017DF25 /* en */,
+ );
+ name = InfoPlist.strings;
+ sourceTree = "<group>";
+ };
+/* End PBXVariantGroup section */
+
+/* Begin XCBuildConfiguration section */
+ 4CE4445218B724B60017DF25 /* Debug */ = {
+ isa = XCBuildConfiguration;
+ buildSettings = {
+ ALWAYS_SEARCH_USER_PATHS = NO;
+ ARCHS = "$(ARCHS_STANDARD_INCLUDING_64_BIT)";
+ 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_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;
+ IPHONEOS_DEPLOYMENT_TARGET = 7.0;
+ ONLY_ACTIVE_ARCH = YES;
+ SDKROOT = iphoneos;
+ };
+ name = Debug;
+ };
+ 4CE4445318B724B60017DF25 /* Release */ = {
+ isa = XCBuildConfiguration;
+ buildSettings = {
+ ALWAYS_SEARCH_USER_PATHS = NO;
+ ARCHS = "$(ARCHS_STANDARD_INCLUDING_64_BIT)";
+ 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;
+ ENABLE_NS_ASSERTIONS = NO;
+ GCC_C_LANGUAGE_STANDARD = gnu99;
+ 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;
+ IPHONEOS_DEPLOYMENT_TARGET = 7.0;
+ SDKROOT = iphoneos;
+ VALIDATE_PRODUCT = YES;
+ };
+ name = Release;
+ };
+ 4CE4445518B724B60017DF25 /* Debug */ = {
+ isa = XCBuildConfiguration;
+ buildSettings = {
+ DSTROOT = /tmp/processing.dst;
+ GCC_PRECOMPILE_PREFIX_HEADER = YES;
+ GCC_PREFIX_HEADER = "processing/processing-Prefix.pch";
+ OTHER_LDFLAGS = "-ObjC";
+ PRODUCT_NAME = "$(TARGET_NAME)";
+ SKIP_INSTALL = YES;
+ };
+ name = Debug;
+ };
+ 4CE4445618B724B60017DF25 /* Release */ = {
+ isa = XCBuildConfiguration;
+ buildSettings = {
+ DSTROOT = /tmp/processing.dst;
+ GCC_PRECOMPILE_PREFIX_HEADER = YES;
+ GCC_PREFIX_HEADER = "processing/processing-Prefix.pch";
+ OTHER_LDFLAGS = "-ObjC";
+ PRODUCT_NAME = "$(TARGET_NAME)";
+ SKIP_INSTALL = YES;
+ };
+ name = Release;
+ };
+ 4CE4445818B724B60017DF25 /* Debug */ = {
+ isa = XCBuildConfiguration;
+ buildSettings = {
+ ARCHS = "$(ARCHS_STANDARD_INCLUDING_64_BIT)";
+ FRAMEWORK_SEARCH_PATHS = (
+ "$(SDKROOT)/Developer/Library/Frameworks",
+ "$(inherited)",
+ "$(DEVELOPER_FRAMEWORKS_DIR)",
+ );
+ GCC_PRECOMPILE_PREFIX_HEADER = YES;
+ GCC_PREFIX_HEADER = "processing/processing-Prefix.pch";
+ GCC_PREPROCESSOR_DEFINITIONS = (
+ "DEBUG=1",
+ "$(inherited)",
+ );
+ INFOPLIST_FILE = "processingTests/processingTests-Info.plist";
+ PRODUCT_NAME = "$(TARGET_NAME)";
+ WRAPPER_EXTENSION = xctest;
+ };
+ name = Debug;
+ };
+ 4CE4445918B724B60017DF25 /* Release */ = {
+ isa = XCBuildConfiguration;
+ buildSettings = {
+ ARCHS = "$(ARCHS_STANDARD_INCLUDING_64_BIT)";
+ FRAMEWORK_SEARCH_PATHS = (
+ "$(SDKROOT)/Developer/Library/Frameworks",
+ "$(inherited)",
+ "$(DEVELOPER_FRAMEWORKS_DIR)",
+ );
+ GCC_PRECOMPILE_PREFIX_HEADER = YES;
+ GCC_PREFIX_HEADER = "processing/processing-Prefix.pch";
+ INFOPLIST_FILE = "processingTests/processingTests-Info.plist";
+ PRODUCT_NAME = "$(TARGET_NAME)";
+ WRAPPER_EXTENSION = xctest;
+ };
+ name = Release;
+ };
+/* End XCBuildConfiguration section */
+
+/* Begin XCConfigurationList section */
+ 4CE4442C18B724B60017DF25 /* Build configuration list for PBXProject "processing" */ = {
+ isa = XCConfigurationList;
+ buildConfigurations = (
+ 4CE4445218B724B60017DF25 /* Debug */,
+ 4CE4445318B724B60017DF25 /* Release */,
+ );
+ defaultConfigurationIsVisible = 0;
+ defaultConfigurationName = Release;
+ };
+ 4CE4445418B724B60017DF25 /* Build configuration list for PBXNativeTarget "processing" */ = {
+ isa = XCConfigurationList;
+ buildConfigurations = (
+ 4CE4445518B724B60017DF25 /* Debug */,
+ 4CE4445618B724B60017DF25 /* Release */,
+ );
+ defaultConfigurationIsVisible = 0;
+ };
+ 4CE4445718B724B60017DF25 /* Build configuration list for PBXNativeTarget "processingTests" */ = {
+ isa = XCConfigurationList;
+ buildConfigurations = (
+ 4CE4445818B724B60017DF25 /* Debug */,
+ 4CE4445918B724B60017DF25 /* Release */,
+ );
+ defaultConfigurationIsVisible = 0;
+ };
+/* End XCConfigurationList section */
+ };
+ rootObject = 4CE4442918B724B60017DF25 /* Project object */;
+}
--- /dev/null
+++ b/codec/processing/build/iOS/processing/processing.xcodeproj/project.xcworkspace/contents.xcworkspacedata
@@ -1,0 +1,7 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<Workspace
+ version = "1.0">
+ <FileRef
+ location = "self:processing.xcodeproj">
+ </FileRef>
+</Workspace>
--- /dev/null
+++ b/codec/processing/build/iOS/processing/processing.xcodeproj/project.xcworkspace/xcshareddata/processing.xccheckout
@@ -1,0 +1,41 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
+<plist version="1.0">
+<dict>
+ <key>IDESourceControlProjectFavoriteDictionaryKey</key>
+ <false/>
+ <key>IDESourceControlProjectIdentifier</key>
+ <string>9413A17C-EBE2-4284-9512-EC97A29E8A9C</string>
+ <key>IDESourceControlProjectName</key>
+ <string>processing</string>
+ <key>IDESourceControlProjectOriginsDictionary</key>
+ <dict>
+ <key>732621D3-1371-47F2-8DEE-522B3C04FC1D</key>
+ <string>https://github.com/zhilwang/openh264.git</string>
+ </dict>
+ <key>IDESourceControlProjectPath</key>
+ <string>codec/processing/build/iOS/processing/processing.xcodeproj/project.xcworkspace</string>
+ <key>IDESourceControlProjectRelativeInstallPathDictionary</key>
+ <dict>
+ <key>732621D3-1371-47F2-8DEE-522B3C04FC1D</key>
+ <string>../../../../../../..</string>
+ </dict>
+ <key>IDESourceControlProjectURL</key>
+ <string>https://github.com/zhilwang/openh264.git</string>
+ <key>IDESourceControlProjectVersion</key>
+ <integer>110</integer>
+ <key>IDESourceControlProjectWCCIdentifier</key>
+ <string>732621D3-1371-47F2-8DEE-522B3C04FC1D</string>
+ <key>IDESourceControlProjectWCConfigurations</key>
+ <array>
+ <dict>
+ <key>IDESourceControlRepositoryExtensionIdentifierKey</key>
+ <string>public.vcs.git</string>
+ <key>IDESourceControlWCCIdentifierKey</key>
+ <string>732621D3-1371-47F2-8DEE-522B3C04FC1D</string>
+ <key>IDESourceControlWCCName</key>
+ <string>common</string>
+ </dict>
+ </array>
+</dict>
+</plist>
--- /dev/null
+++ b/codec/processing/build/iOS/processing/processing.xcodeproj/xcuserdata/guangx.xcuserdatad/xcschemes/processing.xcscheme
@@ -1,0 +1,69 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<Scheme
+ LastUpgradeVersion = "0500"
+ version = "1.3">
+ <BuildAction
+ parallelizeBuildables = "YES"
+ buildImplicitDependencies = "YES">
+ <BuildActionEntries>
+ <BuildActionEntry
+ buildForTesting = "YES"
+ buildForRunning = "YES"
+ buildForProfiling = "YES"
+ buildForArchiving = "YES"
+ buildForAnalyzing = "YES">
+ <BuildableReference
+ BuildableIdentifier = "primary"
+ BlueprintIdentifier = "4CE4443018B724B60017DF25"
+ BuildableName = "libprocessing.a"
+ BlueprintName = "processing"
+ ReferencedContainer = "container:processing.xcodeproj">
+ </BuildableReference>
+ </BuildActionEntry>
+ </BuildActionEntries>
+ </BuildAction>
+ <TestAction
+ selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.LLDB"
+ selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB"
+ shouldUseLaunchSchemeArgsEnv = "YES"
+ buildConfiguration = "Debug">
+ <Testables>
+ <TestableReference
+ skipped = "NO">
+ <BuildableReference
+ BuildableIdentifier = "primary"
+ BlueprintIdentifier = "4CE4444018B724B60017DF25"
+ BuildableName = "processingTests.xctest"
+ BlueprintName = "processingTests"
+ ReferencedContainer = "container:processing.xcodeproj">
+ </BuildableReference>
+ </TestableReference>
+ </Testables>
+ </TestAction>
+ <LaunchAction
+ selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.LLDB"
+ selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB"
+ launchStyle = "0"
+ useCustomWorkingDirectory = "NO"
+ buildConfiguration = "Debug"
+ ignoresPersistentStateOnLaunch = "NO"
+ debugDocumentVersioning = "YES"
+ allowLocationSimulation = "YES">
+ <AdditionalOptions>
+ </AdditionalOptions>
+ </LaunchAction>
+ <ProfileAction
+ shouldUseLaunchSchemeArgsEnv = "YES"
+ savedToolIdentifier = ""
+ useCustomWorkingDirectory = "NO"
+ buildConfiguration = "Release"
+ debugDocumentVersioning = "YES">
+ </ProfileAction>
+ <AnalyzeAction
+ buildConfiguration = "Debug">
+ </AnalyzeAction>
+ <ArchiveAction
+ buildConfiguration = "Release"
+ revealArchiveInOrganizer = "YES">
+ </ArchiveAction>
+</Scheme>
--- /dev/null
+++ b/codec/processing/build/iOS/processing/processing.xcodeproj/xcuserdata/guangx.xcuserdatad/xcschemes/xcschememanagement.plist
@@ -1,0 +1,27 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
+<plist version="1.0">
+<dict>
+ <key>SchemeUserState</key>
+ <dict>
+ <key>processing.xcscheme</key>
+ <dict>
+ <key>orderHint</key>
+ <integer>0</integer>
+ </dict>
+ </dict>
+ <key>SuppressBuildableAutocreation</key>
+ <dict>
+ <key>4CE4443018B724B60017DF25</key>
+ <dict>
+ <key>primary</key>
+ <true/>
+ </dict>
+ <key>4CE4444018B724B60017DF25</key>
+ <dict>
+ <key>primary</key>
+ <true/>
+ </dict>
+ </dict>
+</dict>
+</plist>
--- /dev/null
+++ b/codec/processing/build/iOS/processing/processing/processing-Prefix.pch
@@ -1,0 +1,9 @@
+//
+// Prefix header
+//
+// The contents of this file are implicitly included at the beginning of every source file.
+//
+
+#ifdef __OBJC__
+ #import <Foundation/Foundation.h>
+#endif
--- /dev/null
+++ b/codec/processing/build/iOS/processing/processing/processing.h
@@ -1,0 +1,13 @@
+//
+// processing.h
+// processing
+//
+// Created by guangx on 14-2-21.
+// Copyright (c) 2014年 video. All rights reserved.
+//
+
+#import <Foundation/Foundation.h>
+
+@interface processing : NSObject
+
+@end
--- /dev/null
+++ b/codec/processing/build/iOS/processing/processing/processing.m
@@ -1,0 +1,13 @@
+//
+// processing.m
+// processing
+//
+// Created by guangx on 14-2-21.
+// Copyright (c) 2014年 video. All rights reserved.
+//
+
+#import "processing.h"
+
+@implementation processing
+
+@end
--- /dev/null
+++ b/codec/processing/build/iOS/processing/processingTests/en.lproj/InfoPlist.strings
@@ -1,0 +1,2 @@
+/* Localized versions of Info.plist keys */
+
--- /dev/null
+++ b/codec/processing/build/iOS/processing/processingTests/processingTests-Info.plist
@@ -1,0 +1,22 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
+<plist version="1.0">
+<dict>
+ <key>CFBundleDevelopmentRegion</key>
+ <string>en</string>
+ <key>CFBundleExecutable</key>
+ <string>${EXECUTABLE_NAME}</string>
+ <key>CFBundleIdentifier</key>
+ <string>cisco.${PRODUCT_NAME:rfc1034identifier}</string>
+ <key>CFBundleInfoDictionaryVersion</key>
+ <string>6.0</string>
+ <key>CFBundlePackageType</key>
+ <string>BNDL</string>
+ <key>CFBundleShortVersionString</key>
+ <string>1.0</string>
+ <key>CFBundleSignature</key>
+ <string>????</string>
+ <key>CFBundleVersion</key>
+ <string>1</string>
+</dict>
+</plist>
--- /dev/null
+++ b/codec/processing/build/iOS/processing/processingTests/processingTests.m
@@ -1,0 +1,34 @@
+//
+// processingTests.m
+// processingTests
+//
+// Created by guangx on 14-2-21.
+// Copyright (c) 2014年 video. All rights reserved.
+//
+
+#import <XCTest/XCTest.h>
+
+@interface processingTests : XCTestCase
+
+@end
+
+@implementation processingTests
+
+- (void)setUp
+{
+ [super setUp];
+ // Put setup code here. This method is called before the invocation of each test method in the class.
+}
+
+- (void)tearDown
+{
+ // Put teardown code here. This method is called after the invocation of each test method in the class.
+ [super tearDown];
+}
+
+- (void)testExample
+{
+ XCTFail(@"No implementation for \"%s\"", __PRETTY_FUNCTION__);
+}
+
+@end