Commit c893570e3fbadbe7cea4b3b14dc48873cfed07b1

Authored by 张旭
1 parent fd971be7

0.1.1

CNLiveKit.framework/CNLiveKit 0 → 100644
No preview for this file type
CNLiveKit.framework/Headers/CNLiveKit-umbrella.h 0 → 100644
  1 +#ifdef __OBJC__
  2 +#import <UIKit/UIKit.h>
  3 +#else
  4 +#ifndef FOUNDATION_EXPORT
  5 +#if defined(__cplusplus)
  6 +#define FOUNDATION_EXPORT extern "C"
  7 +#else
  8 +#define FOUNDATION_EXPORT extern
  9 +#endif
  10 +#endif
  11 +#endif
  12 +
  13 +#import "Test.h"
  14 +
  15 +FOUNDATION_EXPORT double CNLiveKitVersionNumber;
  16 +FOUNDATION_EXPORT const unsigned char CNLiveKitVersionString[];
  17 +
... ...
CNLiveKit.framework/Headers/Test.h 0 → 100644
  1 +//
  2 +// Test.h
  3 +// CNLiveTestFramework
  4 +//
  5 +// Created by 张旭 on 2018/11/30.
  6 +//
  7 +
  8 +#import <Foundation/Foundation.h>
  9 +
  10 +NS_ASSUME_NONNULL_BEGIN
  11 +
  12 +@interface Test : NSObject
  13 +
  14 ++ (void)testLog;
  15 +
  16 +@end
  17 +
  18 +NS_ASSUME_NONNULL_END
... ...
CNLiveKit.framework/Info.plist 0 → 100644
No preview for this file type
CNLiveKit.framework/Modules/module.modulemap 0 → 100644
  1 +framework module CNLiveKit {
  2 + umbrella header "CNLiveKit-umbrella.h"
  3 +
  4 + export *
  5 + module * { export * }
  6 +}
... ...
CNLiveKitSDK.podspec 0 → 100644
  1 +Pod::Spec.new do |s|
  2 +
  3 + s.name = "CNLiveKitSDK"
  4 + s.version = "0.1.1"
  5 + s.summary = "中投iOS通用基础库组件"
  6 + s.homepage = "http://bj.gitlab.cnlive.com/ios-team/CNLiveKitSDK"
  7 + s.license = "MIT"
  8 + s.author = { "张旭" => "zhangxu@cnlive.com" }
  9 + s.source = { :git => "http://bj.gitlab.cnlive.com/ios-team/CNLiveKitSDK.git", :tag => "#{s.version}" }
  10 + s.platform = :ios, "9.0" #平台及支持的最低版本
  11 + s.frameworks = "UIKit", "Foundation" #支持的框架
  12 + s.vendored_frameworks = 'CNLiveKit.framework'
  13 + s.dependency "MJExtension", "~> 3.0.15.1"
  14 +end
... ...
CNLiveKitSDKTestDemo/CNLiveKitSDKTestDemo.xcodeproj/project.pbxproj 0 → 100644
  1 +// !$*UTF8*$!
  2 +{
  3 + archiveVersion = 1;
  4 + classes = {
  5 + };
  6 + objectVersion = 50;
  7 + objects = {
  8 +
  9 +/* Begin PBXBuildFile section */
  10 + D20393E521B561300012835A /* AppDelegate.m in Sources */ = {isa = PBXBuildFile; fileRef = D20393E421B561300012835A /* AppDelegate.m */; };
  11 + D20393E821B561300012835A /* ViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = D20393E721B561300012835A /* ViewController.m */; };
  12 + D20393EB21B561300012835A /* Main.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = D20393E921B561300012835A /* Main.storyboard */; };
  13 + D20393ED21B561320012835A /* Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = D20393EC21B561320012835A /* Assets.xcassets */; };
  14 + D20393F021B561320012835A /* LaunchScreen.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = D20393EE21B561320012835A /* LaunchScreen.storyboard */; };
  15 + D20393F321B561320012835A /* main.m in Sources */ = {isa = PBXBuildFile; fileRef = D20393F221B561320012835A /* main.m */; };
  16 + D20393FC21B563C50012835A /* CNLiveKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = D20393FB21B563C50012835A /* CNLiveKit.framework */; };
  17 + EFB65C3B75AB5C866E63EAF1 /* libPods-CNLiveKitSDKTestDemo.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 6F6C7E23A7FBAF3D543A74A6 /* libPods-CNLiveKitSDKTestDemo.a */; };
  18 +/* End PBXBuildFile section */
  19 +
  20 +/* Begin PBXFileReference section */
  21 + 2755801ABB46988EBD7A745E /* Pods-CNLiveKitSDKTestDemo.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-CNLiveKitSDKTestDemo.debug.xcconfig"; path = "Pods/Target Support Files/Pods-CNLiveKitSDKTestDemo/Pods-CNLiveKitSDKTestDemo.debug.xcconfig"; sourceTree = "<group>"; };
  22 + 6F6C7E23A7FBAF3D543A74A6 /* libPods-CNLiveKitSDKTestDemo.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; path = "libPods-CNLiveKitSDKTestDemo.a"; sourceTree = BUILT_PRODUCTS_DIR; };
  23 + 8ED448A8354FF6AFD46CEC3F /* Pods-CNLiveKitSDKTestDemo.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-CNLiveKitSDKTestDemo.release.xcconfig"; path = "Pods/Target Support Files/Pods-CNLiveKitSDKTestDemo/Pods-CNLiveKitSDKTestDemo.release.xcconfig"; sourceTree = "<group>"; };
  24 + D20393E021B561300012835A /* CNLiveKitSDKTestDemo.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = CNLiveKitSDKTestDemo.app; sourceTree = BUILT_PRODUCTS_DIR; };
  25 + D20393E321B561300012835A /* AppDelegate.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = AppDelegate.h; sourceTree = "<group>"; };
  26 + D20393E421B561300012835A /* AppDelegate.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = AppDelegate.m; sourceTree = "<group>"; };
  27 + D20393E621B561300012835A /* ViewController.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = ViewController.h; sourceTree = "<group>"; };
  28 + D20393E721B561300012835A /* ViewController.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = ViewController.m; sourceTree = "<group>"; };
  29 + D20393EA21B561300012835A /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = Base; path = Base.lproj/Main.storyboard; sourceTree = "<group>"; };
  30 + D20393EC21B561320012835A /* Assets.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Assets.xcassets; sourceTree = "<group>"; };
  31 + D20393EF21B561320012835A /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = Base; path = Base.lproj/LaunchScreen.storyboard; sourceTree = "<group>"; };
  32 + D20393F121B561320012835A /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
  33 + D20393F221B561320012835A /* main.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = main.m; sourceTree = "<group>"; };
  34 + D20393FB21B563C50012835A /* CNLiveKit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; path = CNLiveKit.framework; sourceTree = "<group>"; };
  35 +/* End PBXFileReference section */
  36 +
  37 +/* Begin PBXFrameworksBuildPhase section */
  38 + D20393DD21B561300012835A /* Frameworks */ = {
  39 + isa = PBXFrameworksBuildPhase;
  40 + buildActionMask = 2147483647;
  41 + files = (
  42 + D20393FC21B563C50012835A /* CNLiveKit.framework in Frameworks */,
  43 + EFB65C3B75AB5C866E63EAF1 /* libPods-CNLiveKitSDKTestDemo.a in Frameworks */,
  44 + );
  45 + runOnlyForDeploymentPostprocessing = 0;
  46 + };
  47 +/* End PBXFrameworksBuildPhase section */
  48 +
  49 +/* Begin PBXGroup section */
  50 + 9E163E22E263B8C4CC008EAF /* Pods */ = {
  51 + isa = PBXGroup;
  52 + children = (
  53 + 2755801ABB46988EBD7A745E /* Pods-CNLiveKitSDKTestDemo.debug.xcconfig */,
  54 + 8ED448A8354FF6AFD46CEC3F /* Pods-CNLiveKitSDKTestDemo.release.xcconfig */,
  55 + );
  56 + name = Pods;
  57 + sourceTree = "<group>";
  58 + };
  59 + D20393D721B561300012835A = {
  60 + isa = PBXGroup;
  61 + children = (
  62 + D20393E221B561300012835A /* CNLiveKitSDKTestDemo */,
  63 + D20393E121B561300012835A /* Products */,
  64 + 9E163E22E263B8C4CC008EAF /* Pods */,
  65 + E19534AA14364A7F7BDF9766 /* Frameworks */,
  66 + );
  67 + sourceTree = "<group>";
  68 + };
  69 + D20393E121B561300012835A /* Products */ = {
  70 + isa = PBXGroup;
  71 + children = (
  72 + D20393E021B561300012835A /* CNLiveKitSDKTestDemo.app */,
  73 + );
  74 + name = Products;
  75 + sourceTree = "<group>";
  76 + };
  77 + D20393E221B561300012835A /* CNLiveKitSDKTestDemo */ = {
  78 + isa = PBXGroup;
  79 + children = (
  80 + D20393FB21B563C50012835A /* CNLiveKit.framework */,
  81 + D20393E321B561300012835A /* AppDelegate.h */,
  82 + D20393E421B561300012835A /* AppDelegate.m */,
  83 + D20393E621B561300012835A /* ViewController.h */,
  84 + D20393E721B561300012835A /* ViewController.m */,
  85 + D20393E921B561300012835A /* Main.storyboard */,
  86 + D20393EC21B561320012835A /* Assets.xcassets */,
  87 + D20393EE21B561320012835A /* LaunchScreen.storyboard */,
  88 + D20393F121B561320012835A /* Info.plist */,
  89 + D20393F221B561320012835A /* main.m */,
  90 + );
  91 + path = CNLiveKitSDKTestDemo;
  92 + sourceTree = "<group>";
  93 + };
  94 + E19534AA14364A7F7BDF9766 /* Frameworks */ = {
  95 + isa = PBXGroup;
  96 + children = (
  97 + 6F6C7E23A7FBAF3D543A74A6 /* libPods-CNLiveKitSDKTestDemo.a */,
  98 + );
  99 + name = Frameworks;
  100 + sourceTree = "<group>";
  101 + };
  102 +/* End PBXGroup section */
  103 +
  104 +/* Begin PBXNativeTarget section */
  105 + D20393DF21B561300012835A /* CNLiveKitSDKTestDemo */ = {
  106 + isa = PBXNativeTarget;
  107 + buildConfigurationList = D20393F621B561320012835A /* Build configuration list for PBXNativeTarget "CNLiveKitSDKTestDemo" */;
  108 + buildPhases = (
  109 + 162D3BC369632DD5C83DC872 /* [CP] Check Pods Manifest.lock */,
  110 + D20393DC21B561300012835A /* Sources */,
  111 + D20393DD21B561300012835A /* Frameworks */,
  112 + D20393DE21B561300012835A /* Resources */,
  113 + );
  114 + buildRules = (
  115 + );
  116 + dependencies = (
  117 + );
  118 + name = CNLiveKitSDKTestDemo;
  119 + productName = CNLiveKitSDKTestDemo;
  120 + productReference = D20393E021B561300012835A /* CNLiveKitSDKTestDemo.app */;
  121 + productType = "com.apple.product-type.application";
  122 + };
  123 +/* End PBXNativeTarget section */
  124 +
  125 +/* Begin PBXProject section */
  126 + D20393D821B561300012835A /* Project object */ = {
  127 + isa = PBXProject;
  128 + attributes = {
  129 + LastUpgradeCheck = 1010;
  130 + ORGANIZATIONNAME = cnlive;
  131 + TargetAttributes = {
  132 + D20393DF21B561300012835A = {
  133 + CreatedOnToolsVersion = 10.1;
  134 + };
  135 + };
  136 + };
  137 + buildConfigurationList = D20393DB21B561300012835A /* Build configuration list for PBXProject "CNLiveKitSDKTestDemo" */;
  138 + compatibilityVersion = "Xcode 9.3";
  139 + developmentRegion = en;
  140 + hasScannedForEncodings = 0;
  141 + knownRegions = (
  142 + en,
  143 + Base,
  144 + );
  145 + mainGroup = D20393D721B561300012835A;
  146 + productRefGroup = D20393E121B561300012835A /* Products */;
  147 + projectDirPath = "";
  148 + projectRoot = "";
  149 + targets = (
  150 + D20393DF21B561300012835A /* CNLiveKitSDKTestDemo */,
  151 + );
  152 + };
  153 +/* End PBXProject section */
  154 +
  155 +/* Begin PBXResourcesBuildPhase section */
  156 + D20393DE21B561300012835A /* Resources */ = {
  157 + isa = PBXResourcesBuildPhase;
  158 + buildActionMask = 2147483647;
  159 + files = (
  160 + D20393F021B561320012835A /* LaunchScreen.storyboard in Resources */,
  161 + D20393ED21B561320012835A /* Assets.xcassets in Resources */,
  162 + D20393EB21B561300012835A /* Main.storyboard in Resources */,
  163 + );
  164 + runOnlyForDeploymentPostprocessing = 0;
  165 + };
  166 +/* End PBXResourcesBuildPhase section */
  167 +
  168 +/* Begin PBXShellScriptBuildPhase section */
  169 + 162D3BC369632DD5C83DC872 /* [CP] Check Pods Manifest.lock */ = {
  170 + isa = PBXShellScriptBuildPhase;
  171 + buildActionMask = 2147483647;
  172 + files = (
  173 + );
  174 + inputPaths = (
  175 + "${PODS_PODFILE_DIR_PATH}/Podfile.lock",
  176 + "${PODS_ROOT}/Manifest.lock",
  177 + );
  178 + name = "[CP] Check Pods Manifest.lock";
  179 + outputPaths = (
  180 + "$(DERIVED_FILE_DIR)/Pods-CNLiveKitSDKTestDemo-checkManifestLockResult.txt",
  181 + );
  182 + runOnlyForDeploymentPostprocessing = 0;
  183 + shellPath = /bin/sh;
  184 + shellScript = "diff \"${PODS_PODFILE_DIR_PATH}/Podfile.lock\" \"${PODS_ROOT}/Manifest.lock\" > /dev/null\nif [ $? != 0 ] ; then\n # print error to STDERR\n echo \"error: The sandbox is not in sync with the Podfile.lock. Run 'pod install' or update your CocoaPods installation.\" >&2\n exit 1\nfi\n# This output is used by Xcode 'outputs' to avoid re-running this script phase.\necho \"SUCCESS\" > \"${SCRIPT_OUTPUT_FILE_0}\"\n";
  185 + showEnvVarsInLog = 0;
  186 + };
  187 +/* End PBXShellScriptBuildPhase section */
  188 +
  189 +/* Begin PBXSourcesBuildPhase section */
  190 + D20393DC21B561300012835A /* Sources */ = {
  191 + isa = PBXSourcesBuildPhase;
  192 + buildActionMask = 2147483647;
  193 + files = (
  194 + D20393E821B561300012835A /* ViewController.m in Sources */,
  195 + D20393F321B561320012835A /* main.m in Sources */,
  196 + D20393E521B561300012835A /* AppDelegate.m in Sources */,
  197 + );
  198 + runOnlyForDeploymentPostprocessing = 0;
  199 + };
  200 +/* End PBXSourcesBuildPhase section */
  201 +
  202 +/* Begin PBXVariantGroup section */
  203 + D20393E921B561300012835A /* Main.storyboard */ = {
  204 + isa = PBXVariantGroup;
  205 + children = (
  206 + D20393EA21B561300012835A /* Base */,
  207 + );
  208 + name = Main.storyboard;
  209 + sourceTree = "<group>";
  210 + };
  211 + D20393EE21B561320012835A /* LaunchScreen.storyboard */ = {
  212 + isa = PBXVariantGroup;
  213 + children = (
  214 + D20393EF21B561320012835A /* Base */,
  215 + );
  216 + name = LaunchScreen.storyboard;
  217 + sourceTree = "<group>";
  218 + };
  219 +/* End PBXVariantGroup section */
  220 +
  221 +/* Begin XCBuildConfiguration section */
  222 + D20393F421B561320012835A /* Debug */ = {
  223 + isa = XCBuildConfiguration;
  224 + buildSettings = {
  225 + ALWAYS_SEARCH_USER_PATHS = NO;
  226 + CLANG_ANALYZER_NONNULL = YES;
  227 + CLANG_ANALYZER_NUMBER_OBJECT_CONVERSION = YES_AGGRESSIVE;
  228 + CLANG_CXX_LANGUAGE_STANDARD = "gnu++14";
  229 + CLANG_CXX_LIBRARY = "libc++";
  230 + CLANG_ENABLE_MODULES = YES;
  231 + CLANG_ENABLE_OBJC_ARC = YES;
  232 + CLANG_ENABLE_OBJC_WEAK = YES;
  233 + CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES;
  234 + CLANG_WARN_BOOL_CONVERSION = YES;
  235 + CLANG_WARN_COMMA = YES;
  236 + CLANG_WARN_CONSTANT_CONVERSION = YES;
  237 + CLANG_WARN_DEPRECATED_OBJC_IMPLEMENTATIONS = YES;
  238 + CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
  239 + CLANG_WARN_DOCUMENTATION_COMMENTS = YES;
  240 + CLANG_WARN_EMPTY_BODY = YES;
  241 + CLANG_WARN_ENUM_CONVERSION = YES;
  242 + CLANG_WARN_INFINITE_RECURSION = YES;
  243 + CLANG_WARN_INT_CONVERSION = YES;
  244 + CLANG_WARN_NON_LITERAL_NULL_CONVERSION = YES;
  245 + CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF = YES;
  246 + CLANG_WARN_OBJC_LITERAL_CONVERSION = YES;
  247 + CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
  248 + CLANG_WARN_RANGE_LOOP_ANALYSIS = YES;
  249 + CLANG_WARN_STRICT_PROTOTYPES = YES;
  250 + CLANG_WARN_SUSPICIOUS_MOVE = YES;
  251 + CLANG_WARN_UNGUARDED_AVAILABILITY = YES_AGGRESSIVE;
  252 + CLANG_WARN_UNREACHABLE_CODE = YES;
  253 + CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
  254 + CODE_SIGN_IDENTITY = "iPhone Developer";
  255 + COPY_PHASE_STRIP = NO;
  256 + DEBUG_INFORMATION_FORMAT = dwarf;
  257 + ENABLE_STRICT_OBJC_MSGSEND = YES;
  258 + ENABLE_TESTABILITY = YES;
  259 + GCC_C_LANGUAGE_STANDARD = gnu11;
  260 + GCC_DYNAMIC_NO_PIC = NO;
  261 + GCC_NO_COMMON_BLOCKS = YES;
  262 + GCC_OPTIMIZATION_LEVEL = 0;
  263 + GCC_PREPROCESSOR_DEFINITIONS = (
  264 + "DEBUG=1",
  265 + "$(inherited)",
  266 + );
  267 + GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
  268 + GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
  269 + GCC_WARN_UNDECLARED_SELECTOR = YES;
  270 + GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
  271 + GCC_WARN_UNUSED_FUNCTION = YES;
  272 + GCC_WARN_UNUSED_VARIABLE = YES;
  273 + IPHONEOS_DEPLOYMENT_TARGET = 12.1;
  274 + MTL_ENABLE_DEBUG_INFO = INCLUDE_SOURCE;
  275 + MTL_FAST_MATH = YES;
  276 + ONLY_ACTIVE_ARCH = YES;
  277 + SDKROOT = iphoneos;
  278 + };
  279 + name = Debug;
  280 + };
  281 + D20393F521B561320012835A /* Release */ = {
  282 + isa = XCBuildConfiguration;
  283 + buildSettings = {
  284 + ALWAYS_SEARCH_USER_PATHS = NO;
  285 + CLANG_ANALYZER_NONNULL = YES;
  286 + CLANG_ANALYZER_NUMBER_OBJECT_CONVERSION = YES_AGGRESSIVE;
  287 + CLANG_CXX_LANGUAGE_STANDARD = "gnu++14";
  288 + CLANG_CXX_LIBRARY = "libc++";
  289 + CLANG_ENABLE_MODULES = YES;
  290 + CLANG_ENABLE_OBJC_ARC = YES;
  291 + CLANG_ENABLE_OBJC_WEAK = YES;
  292 + CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES;
  293 + CLANG_WARN_BOOL_CONVERSION = YES;
  294 + CLANG_WARN_COMMA = YES;
  295 + CLANG_WARN_CONSTANT_CONVERSION = YES;
  296 + CLANG_WARN_DEPRECATED_OBJC_IMPLEMENTATIONS = YES;
  297 + CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
  298 + CLANG_WARN_DOCUMENTATION_COMMENTS = YES;
  299 + CLANG_WARN_EMPTY_BODY = YES;
  300 + CLANG_WARN_ENUM_CONVERSION = YES;
  301 + CLANG_WARN_INFINITE_RECURSION = YES;
  302 + CLANG_WARN_INT_CONVERSION = YES;
  303 + CLANG_WARN_NON_LITERAL_NULL_CONVERSION = YES;
  304 + CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF = YES;
  305 + CLANG_WARN_OBJC_LITERAL_CONVERSION = YES;
  306 + CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
  307 + CLANG_WARN_RANGE_LOOP_ANALYSIS = YES;
  308 + CLANG_WARN_STRICT_PROTOTYPES = YES;
  309 + CLANG_WARN_SUSPICIOUS_MOVE = YES;
  310 + CLANG_WARN_UNGUARDED_AVAILABILITY = YES_AGGRESSIVE;
  311 + CLANG_WARN_UNREACHABLE_CODE = YES;
  312 + CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
  313 + CODE_SIGN_IDENTITY = "iPhone Developer";
  314 + COPY_PHASE_STRIP = NO;
  315 + DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
  316 + ENABLE_NS_ASSERTIONS = NO;
  317 + ENABLE_STRICT_OBJC_MSGSEND = YES;
  318 + GCC_C_LANGUAGE_STANDARD = gnu11;
  319 + GCC_NO_COMMON_BLOCKS = YES;
  320 + GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
  321 + GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
  322 + GCC_WARN_UNDECLARED_SELECTOR = YES;
  323 + GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
  324 + GCC_WARN_UNUSED_FUNCTION = YES;
  325 + GCC_WARN_UNUSED_VARIABLE = YES;
  326 + IPHONEOS_DEPLOYMENT_TARGET = 12.1;
  327 + MTL_ENABLE_DEBUG_INFO = NO;
  328 + MTL_FAST_MATH = YES;
  329 + SDKROOT = iphoneos;
  330 + VALIDATE_PRODUCT = YES;
  331 + };
  332 + name = Release;
  333 + };
  334 + D20393F721B561320012835A /* Debug */ = {
  335 + isa = XCBuildConfiguration;
  336 + baseConfigurationReference = 2755801ABB46988EBD7A745E /* Pods-CNLiveKitSDKTestDemo.debug.xcconfig */;
  337 + buildSettings = {
  338 + ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
  339 + CODE_SIGN_STYLE = Automatic;
  340 + DEVELOPMENT_TEAM = 94X49GG3ZW;
  341 + FRAMEWORK_SEARCH_PATHS = (
  342 + "$(inherited)",
  343 + "$(PROJECT_DIR)/CNLiveKitSDKTestDemo",
  344 + );
  345 + INFOPLIST_FILE = CNLiveKitSDKTestDemo/Info.plist;
  346 + IPHONEOS_DEPLOYMENT_TARGET = 9.0;
  347 + LD_RUNPATH_SEARCH_PATHS = (
  348 + "$(inherited)",
  349 + "@executable_path/Frameworks",
  350 + );
  351 + PRODUCT_BUNDLE_IDENTIFIER = com.cnlive.zhangxu.CNLiveKitSDKTestDemo;
  352 + PRODUCT_NAME = "$(TARGET_NAME)";
  353 + TARGETED_DEVICE_FAMILY = "1,2";
  354 + };
  355 + name = Debug;
  356 + };
  357 + D20393F821B561320012835A /* Release */ = {
  358 + isa = XCBuildConfiguration;
  359 + baseConfigurationReference = 8ED448A8354FF6AFD46CEC3F /* Pods-CNLiveKitSDKTestDemo.release.xcconfig */;
  360 + buildSettings = {
  361 + ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
  362 + CODE_SIGN_STYLE = Automatic;
  363 + DEVELOPMENT_TEAM = 94X49GG3ZW;
  364 + FRAMEWORK_SEARCH_PATHS = (
  365 + "$(inherited)",
  366 + "$(PROJECT_DIR)/CNLiveKitSDKTestDemo",
  367 + );
  368 + INFOPLIST_FILE = CNLiveKitSDKTestDemo/Info.plist;
  369 + IPHONEOS_DEPLOYMENT_TARGET = 9.0;
  370 + LD_RUNPATH_SEARCH_PATHS = (
  371 + "$(inherited)",
  372 + "@executable_path/Frameworks",
  373 + );
  374 + PRODUCT_BUNDLE_IDENTIFIER = com.cnlive.zhangxu.CNLiveKitSDKTestDemo;
  375 + PRODUCT_NAME = "$(TARGET_NAME)";
  376 + TARGETED_DEVICE_FAMILY = "1,2";
  377 + };
  378 + name = Release;
  379 + };
  380 +/* End XCBuildConfiguration section */
  381 +
  382 +/* Begin XCConfigurationList section */
  383 + D20393DB21B561300012835A /* Build configuration list for PBXProject "CNLiveKitSDKTestDemo" */ = {
  384 + isa = XCConfigurationList;
  385 + buildConfigurations = (
  386 + D20393F421B561320012835A /* Debug */,
  387 + D20393F521B561320012835A /* Release */,
  388 + );
  389 + defaultConfigurationIsVisible = 0;
  390 + defaultConfigurationName = Release;
  391 + };
  392 + D20393F621B561320012835A /* Build configuration list for PBXNativeTarget "CNLiveKitSDKTestDemo" */ = {
  393 + isa = XCConfigurationList;
  394 + buildConfigurations = (
  395 + D20393F721B561320012835A /* Debug */,
  396 + D20393F821B561320012835A /* Release */,
  397 + );
  398 + defaultConfigurationIsVisible = 0;
  399 + defaultConfigurationName = Release;
  400 + };
  401 +/* End XCConfigurationList section */
  402 + };
  403 + rootObject = D20393D821B561300012835A /* Project object */;
  404 +}
... ...
CNLiveKitSDKTestDemo/CNLiveKitSDKTestDemo/AppDelegate.h 0 → 100644
  1 +//
  2 +// AppDelegate.h
  3 +// CNLiveKitSDKTestDemo
  4 +//
  5 +// Created by 张旭 on 2018/12/3.
  6 +// Copyright © 2018 cnlive. All rights reserved.
  7 +//
  8 +
  9 +#import <UIKit/UIKit.h>
  10 +
  11 +@interface AppDelegate : UIResponder <UIApplicationDelegate>
  12 +
  13 +@property (strong, nonatomic) UIWindow *window;
  14 +
  15 +
  16 +@end
  17 +
... ...
CNLiveKitSDKTestDemo/CNLiveKitSDKTestDemo/AppDelegate.m 0 → 100644
  1 +//
  2 +// AppDelegate.m
  3 +// CNLiveKitSDKTestDemo
  4 +//
  5 +// Created by 张旭 on 2018/12/3.
  6 +// Copyright © 2018 cnlive. All rights reserved.
  7 +//
  8 +
  9 +#import "AppDelegate.h"
  10 +#import <CNLiveKit/CNLiveKit-umbrella.h>
  11 +@interface AppDelegate ()
  12 +
  13 +@end
  14 +
  15 +@implementation AppDelegate
  16 +
  17 +
  18 +- (BOOL)application:(UIApplication *)application didFinishLaunchingWithOptions:(NSDictionary *)launchOptions {
  19 + // Override point for customization after application launch.
  20 +
  21 + [Test testLog];
  22 + return YES;
  23 +}
  24 +
  25 +
  26 +- (void)applicationWillResignActive:(UIApplication *)application {
  27 + // Sent when the application is about to move from active to inactive state. This can occur for certain types of temporary interruptions (such as an incoming phone call or SMS message) or when the user quits the application and it begins the transition to the background state.
  28 + // Use this method to pause ongoing tasks, disable timers, and invalidate graphics rendering callbacks. Games should use this method to pause the game.
  29 +}
  30 +
  31 +
  32 +- (void)applicationDidEnterBackground:(UIApplication *)application {
  33 + // Use this method to release shared resources, save user data, invalidate timers, and store enough application state information to restore your application to its current state in case it is terminated later.
  34 + // If your application supports background execution, this method is called instead of applicationWillTerminate: when the user quits.
  35 +}
  36 +
  37 +
  38 +- (void)applicationWillEnterForeground:(UIApplication *)application {
  39 + // Called as part of the transition from the background to the active state; here you can undo many of the changes made on entering the background.
  40 +}
  41 +
  42 +
  43 +- (void)applicationDidBecomeActive:(UIApplication *)application {
  44 + // Restart any tasks that were paused (or not yet started) while the application was inactive. If the application was previously in the background, optionally refresh the user interface.
  45 +}
  46 +
  47 +
  48 +- (void)applicationWillTerminate:(UIApplication *)application {
  49 + // Called when the application is about to terminate. Save data if appropriate. See also applicationDidEnterBackground:.
  50 +}
  51 +
  52 +
  53 +@end
... ...
CNLiveKitSDKTestDemo/CNLiveKitSDKTestDemo/Assets.xcassets/AppIcon.appiconset/Contents.json 0 → 100644
  1 +{
  2 + "images" : [
  3 + {
  4 + "idiom" : "iphone",
  5 + "size" : "20x20",
  6 + "scale" : "2x"
  7 + },
  8 + {
  9 + "idiom" : "iphone",
  10 + "size" : "20x20",
  11 + "scale" : "3x"
  12 + },
  13 + {
  14 + "idiom" : "iphone",
  15 + "size" : "29x29",
  16 + "scale" : "2x"
  17 + },
  18 + {
  19 + "idiom" : "iphone",
  20 + "size" : "29x29",
  21 + "scale" : "3x"
  22 + },
  23 + {
  24 + "idiom" : "iphone",
  25 + "size" : "40x40",
  26 + "scale" : "2x"
  27 + },
  28 + {
  29 + "idiom" : "iphone",
  30 + "size" : "40x40",
  31 + "scale" : "3x"
  32 + },
  33 + {
  34 + "idiom" : "iphone",
  35 + "size" : "60x60",
  36 + "scale" : "2x"
  37 + },
  38 + {
  39 + "idiom" : "iphone",
  40 + "size" : "60x60",
  41 + "scale" : "3x"
  42 + },
  43 + {
  44 + "idiom" : "ipad",
  45 + "size" : "20x20",
  46 + "scale" : "1x"
  47 + },
  48 + {
  49 + "idiom" : "ipad",
  50 + "size" : "20x20",
  51 + "scale" : "2x"
  52 + },
  53 + {
  54 + "idiom" : "ipad",
  55 + "size" : "29x29",
  56 + "scale" : "1x"
  57 + },
  58 + {
  59 + "idiom" : "ipad",
  60 + "size" : "29x29",
  61 + "scale" : "2x"
  62 + },
  63 + {
  64 + "idiom" : "ipad",
  65 + "size" : "40x40",
  66 + "scale" : "1x"
  67 + },
  68 + {
  69 + "idiom" : "ipad",
  70 + "size" : "40x40",
  71 + "scale" : "2x"
  72 + },
  73 + {
  74 + "idiom" : "ipad",
  75 + "size" : "76x76",
  76 + "scale" : "1x"
  77 + },
  78 + {
  79 + "idiom" : "ipad",
  80 + "size" : "76x76",
  81 + "scale" : "2x"
  82 + },
  83 + {
  84 + "idiom" : "ipad",
  85 + "size" : "83.5x83.5",
  86 + "scale" : "2x"
  87 + },
  88 + {
  89 + "idiom" : "ios-marketing",
  90 + "size" : "1024x1024",
  91 + "scale" : "1x"
  92 + }
  93 + ],
  94 + "info" : {
  95 + "version" : 1,
  96 + "author" : "xcode"
  97 + }
  98 +}
0 99 \ No newline at end of file
... ...
CNLiveKitSDKTestDemo/CNLiveKitSDKTestDemo/Assets.xcassets/Contents.json 0 → 100644
  1 +{
  2 + "info" : {
  3 + "version" : 1,
  4 + "author" : "xcode"
  5 + }
  6 +}
0 7 \ No newline at end of file
... ...
CNLiveKitSDKTestDemo/CNLiveKitSDKTestDemo/Base.lproj/LaunchScreen.storyboard 0 → 100644
  1 +<?xml version="1.0" encoding="UTF-8" standalone="no"?>
  2 +<document type="com.apple.InterfaceBuilder3.CocoaTouch.Storyboard.XIB" version="3.0" toolsVersion="13122.16" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES" launchScreen="YES" useTraitCollections="YES" useSafeAreas="YES" colorMatched="YES" initialViewController="01J-lp-oVM">
  3 + <dependencies>
  4 + <plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="13104.12"/>
  5 + <capability name="Safe area layout guides" minToolsVersion="9.0"/>
  6 + <capability name="documents saved in the Xcode 8 format" minToolsVersion="8.0"/>
  7 + </dependencies>
  8 + <scenes>
  9 + <!--View Controller-->
  10 + <scene sceneID="EHf-IW-A2E">
  11 + <objects>
  12 + <viewController id="01J-lp-oVM" sceneMemberID="viewController">
  13 + <view key="view" contentMode="scaleToFill" id="Ze5-6b-2t3">
  14 + <rect key="frame" x="0.0" y="0.0" width="375" height="667"/>
  15 + <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
  16 + <color key="backgroundColor" red="1" green="1" blue="1" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
  17 + <viewLayoutGuide key="safeArea" id="6Tk-OE-BBY"/>
  18 + </view>
  19 + </viewController>
  20 + <placeholder placeholderIdentifier="IBFirstResponder" id="iYj-Kq-Ea1" userLabel="First Responder" sceneMemberID="firstResponder"/>
  21 + </objects>
  22 + <point key="canvasLocation" x="53" y="375"/>
  23 + </scene>
  24 + </scenes>
  25 +</document>
... ...
CNLiveKitSDKTestDemo/CNLiveKitSDKTestDemo/Base.lproj/Main.storyboard 0 → 100644
  1 +<?xml version="1.0" encoding="UTF-8"?>
  2 +<document type="com.apple.InterfaceBuilder3.CocoaTouch.Storyboard.XIB" version="3.0" toolsVersion="13122.16" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES" useTraitCollections="YES" useSafeAreas="YES" colorMatched="YES" initialViewController="BYZ-38-t0r">
  3 + <dependencies>
  4 + <plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="13104.12"/>
  5 + <capability name="Safe area layout guides" minToolsVersion="9.0"/>
  6 + <capability name="documents saved in the Xcode 8 format" minToolsVersion="8.0"/>
  7 + </dependencies>
  8 + <scenes>
  9 + <!--View Controller-->
  10 + <scene sceneID="tne-QT-ifu">
  11 + <objects>
  12 + <viewController id="BYZ-38-t0r" customClass="ViewController" customModuleProvider="" sceneMemberID="viewController">
  13 + <view key="view" contentMode="scaleToFill" id="8bC-Xf-vdC">
  14 + <rect key="frame" x="0.0" y="0.0" width="375" height="667"/>
  15 + <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
  16 + <color key="backgroundColor" red="1" green="1" blue="1" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
  17 + <viewLayoutGuide key="safeArea" id="6Tk-OE-BBY"/>
  18 + </view>
  19 + </viewController>
  20 + <placeholder placeholderIdentifier="IBFirstResponder" id="dkx-z0-nzr" sceneMemberID="firstResponder"/>
  21 + </objects>
  22 + </scene>
  23 + </scenes>
  24 +</document>
... ...
CNLiveKitSDKTestDemo/CNLiveKitSDKTestDemo/CNLiveKit.framework/CNLiveKit 0 → 100644
No preview for this file type
CNLiveKitSDKTestDemo/CNLiveKitSDKTestDemo/CNLiveKit.framework/Headers/CNLiveKit-umbrella.h 0 → 100644
  1 +#ifdef __OBJC__
  2 +#import <UIKit/UIKit.h>
  3 +#else
  4 +#ifndef FOUNDATION_EXPORT
  5 +#if defined(__cplusplus)
  6 +#define FOUNDATION_EXPORT extern "C"
  7 +#else
  8 +#define FOUNDATION_EXPORT extern
  9 +#endif
  10 +#endif
  11 +#endif
  12 +
  13 +#import "Test.h"
  14 +
  15 +FOUNDATION_EXPORT double CNLiveKitVersionNumber;
  16 +FOUNDATION_EXPORT const unsigned char CNLiveKitVersionString[];
  17 +
... ...
CNLiveKitSDKTestDemo/CNLiveKitSDKTestDemo/CNLiveKit.framework/Headers/Test.h 0 → 100644
  1 +//
  2 +// Test.h
  3 +// CNLiveTestFramework
  4 +//
  5 +// Created by 张旭 on 2018/11/30.
  6 +//
  7 +
  8 +#import <Foundation/Foundation.h>
  9 +
  10 +NS_ASSUME_NONNULL_BEGIN
  11 +
  12 +@interface Test : NSObject
  13 +
  14 ++ (void)testLog;
  15 +
  16 +@end
  17 +
  18 +NS_ASSUME_NONNULL_END
... ...
CNLiveKitSDKTestDemo/CNLiveKitSDKTestDemo/CNLiveKit.framework/Info.plist 0 → 100644
No preview for this file type
CNLiveKitSDKTestDemo/CNLiveKitSDKTestDemo/CNLiveKit.framework/Modules/module.modulemap 0 → 100644
  1 +framework module CNLiveKit {
  2 + umbrella header "CNLiveKit-umbrella.h"
  3 +
  4 + export *
  5 + module * { export * }
  6 +}
... ...
CNLiveKitSDKTestDemo/CNLiveKitSDKTestDemo/Info.plist 0 → 100644
  1 +<?xml version="1.0" encoding="UTF-8"?>
  2 +<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
  3 +<plist version="1.0">
  4 +<dict>
  5 + <key>CFBundleDevelopmentRegion</key>
  6 + <string>$(DEVELOPMENT_LANGUAGE)</string>
  7 + <key>CFBundleExecutable</key>
  8 + <string>$(EXECUTABLE_NAME)</string>
  9 + <key>CFBundleIdentifier</key>
  10 + <string>$(PRODUCT_BUNDLE_IDENTIFIER)</string>
  11 + <key>CFBundleInfoDictionaryVersion</key>
  12 + <string>6.0</string>
  13 + <key>CFBundleName</key>
  14 + <string>$(PRODUCT_NAME)</string>
  15 + <key>CFBundlePackageType</key>
  16 + <string>APPL</string>
  17 + <key>CFBundleShortVersionString</key>
  18 + <string>1.0</string>
  19 + <key>CFBundleVersion</key>
  20 + <string>1</string>
  21 + <key>LSRequiresIPhoneOS</key>
  22 + <true/>
  23 + <key>UILaunchStoryboardName</key>
  24 + <string>LaunchScreen</string>
  25 + <key>UIMainStoryboardFile</key>
  26 + <string>Main</string>
  27 + <key>UIRequiredDeviceCapabilities</key>
  28 + <array>
  29 + <string>armv7</string>
  30 + </array>
  31 + <key>UISupportedInterfaceOrientations</key>
  32 + <array>
  33 + <string>UIInterfaceOrientationPortrait</string>
  34 + <string>UIInterfaceOrientationLandscapeLeft</string>
  35 + <string>UIInterfaceOrientationLandscapeRight</string>
  36 + </array>
  37 + <key>UISupportedInterfaceOrientations~ipad</key>
  38 + <array>
  39 + <string>UIInterfaceOrientationPortrait</string>
  40 + <string>UIInterfaceOrientationPortraitUpsideDown</string>
  41 + <string>UIInterfaceOrientationLandscapeLeft</string>
  42 + <string>UIInterfaceOrientationLandscapeRight</string>
  43 + </array>
  44 +</dict>
  45 +</plist>
... ...
CNLiveKitSDKTestDemo/CNLiveKitSDKTestDemo/ViewController.h 0 → 100644
  1 +//
  2 +// ViewController.h
  3 +// CNLiveKitSDKTestDemo
  4 +//
  5 +// Created by 张旭 on 2018/12/3.
  6 +// Copyright © 2018 cnlive. All rights reserved.
  7 +//
  8 +
  9 +#import <UIKit/UIKit.h>
  10 +
  11 +@interface ViewController : UIViewController
  12 +
  13 +
  14 +@end
  15 +
... ...
CNLiveKitSDKTestDemo/CNLiveKitSDKTestDemo/ViewController.m 0 → 100644
  1 +//
  2 +// ViewController.m
  3 +// CNLiveKitSDKTestDemo
  4 +//
  5 +// Created by 张旭 on 2018/12/3.
  6 +// Copyright © 2018 cnlive. All rights reserved.
  7 +//
  8 +
  9 +#import "ViewController.h"
  10 +
  11 +@interface ViewController ()
  12 +
  13 +@end
  14 +
  15 +@implementation ViewController
  16 +
  17 +- (void)viewDidLoad {
  18 + [super viewDidLoad];
  19 + // Do any additional setup after loading the view, typically from a nib.
  20 +}
  21 +
  22 +
  23 +@end
... ...
CNLiveKitSDKTestDemo/CNLiveKitSDKTestDemo/main.m 0 → 100644
  1 +//
  2 +// main.m
  3 +// CNLiveKitSDKTestDemo
  4 +//
  5 +// Created by 张旭 on 2018/12/3.
  6 +// Copyright © 2018 cnlive. All rights reserved.
  7 +//
  8 +
  9 +#import <UIKit/UIKit.h>
  10 +#import "AppDelegate.h"
  11 +
  12 +int main(int argc, char * argv[]) {
  13 + @autoreleasepool {
  14 + return UIApplicationMain(argc, argv, nil, NSStringFromClass([AppDelegate class]));
  15 + }
  16 +}
... ...
CNLiveKitSDKTestDemo/Podfile 0 → 100644
  1 +platform :ios, '9.0'
  2 +
  3 +target 'CNLiveKitSDKTestDemo' do
  4 +
  5 +pod 'MJExtension', '~> 3.0.15.1'
  6 +
  7 +end
... ...
LICENSE 0 → 100644
  1 +MIT License
  2 +
  3 +Copyright (c) 2018 cnlive
  4 +
  5 +Permission is hereby granted, free of charge, to any person obtaining a copy
  6 +of this software and associated documentation files (the "Software"), to deal
  7 +in the Software without restriction, including without limitation the rights
  8 +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
  9 +copies of the Software, and to permit persons to whom the Software is
  10 +furnished to do so, subject to the following conditions:
  11 +
  12 +The above copyright notice and this permission notice shall be included in all
  13 +copies or substantial portions of the Software.
  14 +
  15 +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
  16 +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
  17 +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
  18 +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
  19 +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
  20 +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
  21 +SOFTWARE.
... ...