diff --git a/codec/processing/build/iOS/processing/processing.xcodeproj/project.pbxproj b/codec/processing/build/iOS/processing/processing.xcodeproj/project.pbxproj new file mode 100644 index 00000000..d11b74f9 --- /dev/null +++ b/codec/processing/build/iOS/processing/processing.xcodeproj/project.pbxproj @@ -0,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 = ""; }; + 4CE4443918B724B60017DF25 /* processing.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = processing.h; sourceTree = ""; }; + 4CE4443B18B724B60017DF25 /* processing.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = processing.m; sourceTree = ""; }; + 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 = ""; }; + 4CE4444E18B724B60017DF25 /* en */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = en; path = en.lproj/InfoPlist.strings; sourceTree = ""; }; + 4CE4445018B724B60017DF25 /* processingTests.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = processingTests.m; sourceTree = ""; }; +/* 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 = ""; + }; + 4CE4443218B724B60017DF25 /* Products */ = { + isa = PBXGroup; + children = ( + 4CE4443118B724B60017DF25 /* libprocessing.a */, + 4CE4444118B724B60017DF25 /* processingTests.xctest */, + ); + name = Products; + sourceTree = ""; + }; + 4CE4443318B724B60017DF25 /* Frameworks */ = { + isa = PBXGroup; + children = ( + 4CE4443418B724B60017DF25 /* Foundation.framework */, + 4CE4444218B724B60017DF25 /* XCTest.framework */, + 4CE4444518B724B60017DF25 /* UIKit.framework */, + ); + name = Frameworks; + sourceTree = ""; + }; + 4CE4443618B724B60017DF25 /* processing */ = { + isa = PBXGroup; + children = ( + 4CE4443918B724B60017DF25 /* processing.h */, + 4CE4443B18B724B60017DF25 /* processing.m */, + 4CE4443718B724B60017DF25 /* Supporting Files */, + ); + path = processing; + sourceTree = ""; + }; + 4CE4443718B724B60017DF25 /* Supporting Files */ = { + isa = PBXGroup; + children = ( + 4CE4443818B724B60017DF25 /* processing-Prefix.pch */, + ); + name = "Supporting Files"; + sourceTree = ""; + }; + 4CE4444A18B724B60017DF25 /* processingTests */ = { + isa = PBXGroup; + children = ( + 4CE4445018B724B60017DF25 /* processingTests.m */, + 4CE4444B18B724B60017DF25 /* Supporting Files */, + ); + path = processingTests; + sourceTree = ""; + }; + 4CE4444B18B724B60017DF25 /* Supporting Files */ = { + isa = PBXGroup; + children = ( + 4CE4444C18B724B60017DF25 /* processingTests-Info.plist */, + 4CE4444D18B724B60017DF25 /* InfoPlist.strings */, + ); + name = "Supporting Files"; + sourceTree = ""; + }; +/* 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 = ""; + }; +/* 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 */; +} diff --git a/codec/processing/build/iOS/processing/processing.xcodeproj/project.xcworkspace/contents.xcworkspacedata b/codec/processing/build/iOS/processing/processing.xcodeproj/project.xcworkspace/contents.xcworkspacedata new file mode 100644 index 00000000..735e7b41 --- /dev/null +++ b/codec/processing/build/iOS/processing/processing.xcodeproj/project.xcworkspace/contents.xcworkspacedata @@ -0,0 +1,7 @@ + + + + + diff --git a/codec/processing/build/iOS/processing/processing.xcodeproj/project.xcworkspace/xcshareddata/processing.xccheckout b/codec/processing/build/iOS/processing/processing.xcodeproj/project.xcworkspace/xcshareddata/processing.xccheckout new file mode 100644 index 00000000..50ca821a --- /dev/null +++ b/codec/processing/build/iOS/processing/processing.xcodeproj/project.xcworkspace/xcshareddata/processing.xccheckout @@ -0,0 +1,41 @@ + + + + + IDESourceControlProjectFavoriteDictionaryKey + + IDESourceControlProjectIdentifier + 9413A17C-EBE2-4284-9512-EC97A29E8A9C + IDESourceControlProjectName + processing + IDESourceControlProjectOriginsDictionary + + 732621D3-1371-47F2-8DEE-522B3C04FC1D + https://github.com/zhilwang/openh264.git + + IDESourceControlProjectPath + codec/processing/build/iOS/processing/processing.xcodeproj/project.xcworkspace + IDESourceControlProjectRelativeInstallPathDictionary + + 732621D3-1371-47F2-8DEE-522B3C04FC1D + ../../../../../../.. + + IDESourceControlProjectURL + https://github.com/zhilwang/openh264.git + IDESourceControlProjectVersion + 110 + IDESourceControlProjectWCCIdentifier + 732621D3-1371-47F2-8DEE-522B3C04FC1D + IDESourceControlProjectWCConfigurations + + + IDESourceControlRepositoryExtensionIdentifierKey + public.vcs.git + IDESourceControlWCCIdentifierKey + 732621D3-1371-47F2-8DEE-522B3C04FC1D + IDESourceControlWCCName + common + + + + diff --git a/codec/processing/build/iOS/processing/processing.xcodeproj/xcuserdata/guangx.xcuserdatad/xcschemes/processing.xcscheme b/codec/processing/build/iOS/processing/processing.xcodeproj/xcuserdata/guangx.xcuserdatad/xcschemes/processing.xcscheme new file mode 100644 index 00000000..4c665a54 --- /dev/null +++ b/codec/processing/build/iOS/processing/processing.xcodeproj/xcuserdata/guangx.xcuserdatad/xcschemes/processing.xcscheme @@ -0,0 +1,69 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/codec/processing/build/iOS/processing/processing.xcodeproj/xcuserdata/guangx.xcuserdatad/xcschemes/xcschememanagement.plist b/codec/processing/build/iOS/processing/processing.xcodeproj/xcuserdata/guangx.xcuserdatad/xcschemes/xcschememanagement.plist new file mode 100644 index 00000000..df10e25d --- /dev/null +++ b/codec/processing/build/iOS/processing/processing.xcodeproj/xcuserdata/guangx.xcuserdatad/xcschemes/xcschememanagement.plist @@ -0,0 +1,27 @@ + + + + + SchemeUserState + + processing.xcscheme + + orderHint + 0 + + + SuppressBuildableAutocreation + + 4CE4443018B724B60017DF25 + + primary + + + 4CE4444018B724B60017DF25 + + primary + + + + + diff --git a/codec/processing/build/iOS/processing/processing/processing-Prefix.pch b/codec/processing/build/iOS/processing/processing/processing-Prefix.pch new file mode 100644 index 00000000..eb2007ec --- /dev/null +++ b/codec/processing/build/iOS/processing/processing/processing-Prefix.pch @@ -0,0 +1,9 @@ +// +// Prefix header +// +// The contents of this file are implicitly included at the beginning of every source file. +// + +#ifdef __OBJC__ + #import +#endif diff --git a/codec/processing/build/iOS/processing/processing/processing.h b/codec/processing/build/iOS/processing/processing/processing.h new file mode 100644 index 00000000..b7ba9ec9 --- /dev/null +++ b/codec/processing/build/iOS/processing/processing/processing.h @@ -0,0 +1,13 @@ +// +// processing.h +// processing +// +// Created by guangx on 14-2-21. +// Copyright (c) 2014年 video. All rights reserved. +// + +#import + +@interface processing : NSObject + +@end diff --git a/codec/processing/build/iOS/processing/processing/processing.m b/codec/processing/build/iOS/processing/processing/processing.m new file mode 100644 index 00000000..1b7ab3bd --- /dev/null +++ b/codec/processing/build/iOS/processing/processing/processing.m @@ -0,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 diff --git a/codec/processing/build/iOS/processing/processingTests/en.lproj/InfoPlist.strings b/codec/processing/build/iOS/processing/processingTests/en.lproj/InfoPlist.strings new file mode 100644 index 00000000..477b28ff --- /dev/null +++ b/codec/processing/build/iOS/processing/processingTests/en.lproj/InfoPlist.strings @@ -0,0 +1,2 @@ +/* Localized versions of Info.plist keys */ + diff --git a/codec/processing/build/iOS/processing/processingTests/processingTests-Info.plist b/codec/processing/build/iOS/processing/processingTests/processingTests-Info.plist new file mode 100644 index 00000000..7d2fbd9b --- /dev/null +++ b/codec/processing/build/iOS/processing/processingTests/processingTests-Info.plist @@ -0,0 +1,22 @@ + + + + + CFBundleDevelopmentRegion + en + CFBundleExecutable + ${EXECUTABLE_NAME} + CFBundleIdentifier + cisco.${PRODUCT_NAME:rfc1034identifier} + CFBundleInfoDictionaryVersion + 6.0 + CFBundlePackageType + BNDL + CFBundleShortVersionString + 1.0 + CFBundleSignature + ???? + CFBundleVersion + 1 + + diff --git a/codec/processing/build/iOS/processing/processingTests/processingTests.m b/codec/processing/build/iOS/processing/processingTests/processingTests.m new file mode 100644 index 00000000..be5f02e5 --- /dev/null +++ b/codec/processing/build/iOS/processing/processingTests/processingTests.m @@ -0,0 +1,34 @@ +// +// processingTests.m +// processingTests +// +// Created by guangx on 14-2-21. +// Copyright (c) 2014年 video. All rights reserved. +// + +#import + +@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