Commit bd62e53585063bf3a2edddebd88fc903f91e4592

Authored by yinqiaojuan
1 parent 775b2485

0.0.1

Showing 57 changed files with 2952 additions and 0 deletions
CNLivePublishContent.podspec 0 → 100644
  1 +Pod::Spec.new do |s|
  2 + s.name = 'CNLivePublishContent'
  3 + s.version = '0.0.1'
  4 + s.summary = '测试组件化'
  5 +
  6 +
  7 + s.homepage = 'http://bj.gitlab.cnlive.com/ios-team/CNLivePublishContents'
  8 + # s.screenshots = 'www.example.com/screenshots_1', 'www.example.com/screenshots_2'
  9 + s.license = { :type => 'MIT', :file => 'LICENSE' }
  10 + s.author = { '殷巧娟' => '1427945373@qq.com' }
  11 + s.source = { :git => 'http://bj.gitlab.cnlive.com/ios-team/CNLivePublishContents.git', :tag => s.version.to_s }
  12 + # s.social_media_url = 'https://twitter.com/<TWITTER_USERNAME>'
  13 +
  14 + s.ios.deployment_target = '9.0'
  15 +
  16 + s.source_files = 'CNLivePublishContent/Classes/**/*.{h,m}'
  17 +
  18 + # s.resource_bundles = {
  19 + # 'CNLivePublishContent' => ['CNLivePublishContent/Assets/*.png']
  20 + # }
  21 +
  22 + #s.public_header_files = 'CNLivePublishContent/Classes/YQJTest.h'
  23 + s.frameworks = 'UIKit', 'Foundation'
  24 + s.dependency 'AFNetworking'
  25 +end
CNLivePublishContent/Classes/YQJTest.h 0 → 100644
  1 +//
  2 +// YQJTest.h
  3 +// CNLivePublishContent
  4 +//
  5 +// Created by 殷巧娟 on 2018/12/5.
  6 +//
  7 +
  8 +#import <Foundation/Foundation.h>
  9 +
  10 +NS_ASSUME_NONNULL_BEGIN
  11 +
  12 +@interface YQJTest : NSObject
  13 ++(void)test;
  14 +@end
  15 +
  16 +NS_ASSUME_NONNULL_END
CNLivePublishContent/Classes/YQJTest.m 0 → 100644
  1 +//
  2 +// YQJTest.m
  3 +// CNLivePublishContent
  4 +//
  5 +// Created by 殷巧娟 on 2018/12/5.
  6 +//
  7 +
  8 +#import "YQJTest.h"
  9 +
  10 +@implementation YQJTest
  11 ++(void)test {
  12 + NSLog(@"哈哈哈哈");
  13 +}
  14 +@end
Example/CNLivePublishContent.xcodeproj/project.pbxproj 0 → 100644
  1 +// !$*UTF8*$!
  2 +{
  3 + archiveVersion = 1;
  4 + classes = {
  5 + };
  6 + objectVersion = 46;
  7 + objects = {
  8 +
  9 +/* Begin PBXBuildFile section */
  10 + 39293F8FF1DBD62113347AC4 /* Pods_CNLivePublishContent_Tests.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 57B50320A6661DA69509EFC8 /* Pods_CNLivePublishContent_Tests.framework */; };
  11 + 6003F58E195388D20070C39A /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 6003F58D195388D20070C39A /* Foundation.framework */; };
  12 + 6003F590195388D20070C39A /* CoreGraphics.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 6003F58F195388D20070C39A /* CoreGraphics.framework */; };
  13 + 6003F592195388D20070C39A /* UIKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 6003F591195388D20070C39A /* UIKit.framework */; };
  14 + 6003F598195388D20070C39A /* InfoPlist.strings in Resources */ = {isa = PBXBuildFile; fileRef = 6003F596195388D20070C39A /* InfoPlist.strings */; };
  15 + 6003F59A195388D20070C39A /* main.m in Sources */ = {isa = PBXBuildFile; fileRef = 6003F599195388D20070C39A /* main.m */; };
  16 + 6003F59E195388D20070C39A /* CNLiveAppDelegate.m in Sources */ = {isa = PBXBuildFile; fileRef = 6003F59D195388D20070C39A /* CNLiveAppDelegate.m */; };
  17 + 6003F5A7195388D20070C39A /* CNLiveViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 6003F5A6195388D20070C39A /* CNLiveViewController.m */; };
  18 + 6003F5A9195388D20070C39A /* Images.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 6003F5A8195388D20070C39A /* Images.xcassets */; };
  19 + 6003F5B0195388D20070C39A /* XCTest.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 6003F5AF195388D20070C39A /* XCTest.framework */; };
  20 + 6003F5B1195388D20070C39A /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 6003F58D195388D20070C39A /* Foundation.framework */; };
  21 + 6003F5B2195388D20070C39A /* UIKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 6003F591195388D20070C39A /* UIKit.framework */; };
  22 + 6003F5BA195388D20070C39A /* InfoPlist.strings in Resources */ = {isa = PBXBuildFile; fileRef = 6003F5B8195388D20070C39A /* InfoPlist.strings */; };
  23 + 6003F5BC195388D20070C39A /* Tests.m in Sources */ = {isa = PBXBuildFile; fileRef = 6003F5BB195388D20070C39A /* Tests.m */; };
  24 + 71719F9F1E33DC2100824A3D /* LaunchScreen.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 71719F9D1E33DC2100824A3D /* LaunchScreen.storyboard */; };
  25 + 873B8AEB1B1F5CCA007FD442 /* Main.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 873B8AEA1B1F5CCA007FD442 /* Main.storyboard */; };
  26 + FCD39ABB629ED72EAACF73AB /* Pods_CNLivePublishContent_Example.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 5C2166A19A2F7062F7668AB7 /* Pods_CNLivePublishContent_Example.framework */; };
  27 +/* End PBXBuildFile section */
  28 +
  29 +/* Begin PBXContainerItemProxy section */
  30 + 6003F5B3195388D20070C39A /* PBXContainerItemProxy */ = {
  31 + isa = PBXContainerItemProxy;
  32 + containerPortal = 6003F582195388D10070C39A /* Project object */;
  33 + proxyType = 1;
  34 + remoteGlobalIDString = 6003F589195388D20070C39A;
  35 + remoteInfo = CNLivePublishContent;
  36 + };
  37 +/* End PBXContainerItemProxy section */
  38 +
  39 +/* Begin PBXFileReference section */
  40 + 1327896D1D82267C7AF8656C /* Pods-CNLivePublishContent_Example.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-CNLivePublishContent_Example.release.xcconfig"; path = "Pods/Target Support Files/Pods-CNLivePublishContent_Example/Pods-CNLivePublishContent_Example.release.xcconfig"; sourceTree = "<group>"; };
  41 + 48661F87114865BB99B130F0 /* LICENSE */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text; name = LICENSE; path = ../LICENSE; sourceTree = "<group>"; };
  42 + 57B50320A6661DA69509EFC8 /* Pods_CNLivePublishContent_Tests.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = Pods_CNLivePublishContent_Tests.framework; sourceTree = BUILT_PRODUCTS_DIR; };
  43 + 5C2166A19A2F7062F7668AB7 /* Pods_CNLivePublishContent_Example.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = Pods_CNLivePublishContent_Example.framework; sourceTree = BUILT_PRODUCTS_DIR; };
  44 + 6003F58A195388D20070C39A /* CNLivePublishContent_Example.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = CNLivePublishContent_Example.app; sourceTree = BUILT_PRODUCTS_DIR; };
  45 + 6003F58D195388D20070C39A /* Foundation.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Foundation.framework; path = System/Library/Frameworks/Foundation.framework; sourceTree = SDKROOT; };
  46 + 6003F58F195388D20070C39A /* CoreGraphics.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = CoreGraphics.framework; path = System/Library/Frameworks/CoreGraphics.framework; sourceTree = SDKROOT; };
  47 + 6003F591195388D20070C39A /* UIKit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = UIKit.framework; path = System/Library/Frameworks/UIKit.framework; sourceTree = SDKROOT; };
  48 + 6003F595195388D20070C39A /* CNLivePublishContent-Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = "CNLivePublishContent-Info.plist"; sourceTree = "<group>"; };
  49 + 6003F597195388D20070C39A /* en */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = en; path = en.lproj/InfoPlist.strings; sourceTree = "<group>"; };
  50 + 6003F599195388D20070C39A /* main.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = main.m; sourceTree = "<group>"; };
  51 + 6003F59B195388D20070C39A /* CNLivePublishContent-Prefix.pch */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = "CNLivePublishContent-Prefix.pch"; sourceTree = "<group>"; };
  52 + 6003F59C195388D20070C39A /* CNLiveAppDelegate.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = CNLiveAppDelegate.h; sourceTree = "<group>"; };
  53 + 6003F59D195388D20070C39A /* CNLiveAppDelegate.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = CNLiveAppDelegate.m; sourceTree = "<group>"; };
  54 + 6003F5A5195388D20070C39A /* CNLiveViewController.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = CNLiveViewController.h; sourceTree = "<group>"; };
  55 + 6003F5A6195388D20070C39A /* CNLiveViewController.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = CNLiveViewController.m; sourceTree = "<group>"; };
  56 + 6003F5A8195388D20070C39A /* Images.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Images.xcassets; sourceTree = "<group>"; };
  57 + 6003F5AE195388D20070C39A /* CNLivePublishContent_Tests.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = CNLivePublishContent_Tests.xctest; sourceTree = BUILT_PRODUCTS_DIR; };
  58 + 6003F5AF195388D20070C39A /* XCTest.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = XCTest.framework; path = Library/Frameworks/XCTest.framework; sourceTree = DEVELOPER_DIR; };
  59 + 6003F5B7195388D20070C39A /* Tests-Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = "Tests-Info.plist"; sourceTree = "<group>"; };
  60 + 6003F5B9195388D20070C39A /* en */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = en; path = en.lproj/InfoPlist.strings; sourceTree = "<group>"; };
  61 + 6003F5BB195388D20070C39A /* Tests.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = Tests.m; sourceTree = "<group>"; };
  62 + 606FC2411953D9B200FFA9A0 /* Tests-Prefix.pch */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = "Tests-Prefix.pch"; sourceTree = "<group>"; };
  63 + 65647A18B6C0715E9C0B4380 /* Pods-CNLivePublishContent_Tests.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-CNLivePublishContent_Tests.debug.xcconfig"; path = "Pods/Target Support Files/Pods-CNLivePublishContent_Tests/Pods-CNLivePublishContent_Tests.debug.xcconfig"; sourceTree = "<group>"; };
  64 + 71719F9E1E33DC2100824A3D /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = Base; path = Base.lproj/LaunchScreen.storyboard; sourceTree = "<group>"; };
  65 + 873B8AEA1B1F5CCA007FD442 /* Main.storyboard */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = file.storyboard; name = Main.storyboard; path = Base.lproj/Main.storyboard; sourceTree = "<group>"; };
  66 + 87A09551CFC6A63F2152DCA3 /* README.md */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = net.daringfireball.markdown; name = README.md; path = ../README.md; sourceTree = "<group>"; };
  67 + 9A29FCCD4E7ECA4827893619 /* Pods-CNLivePublishContent_Example.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-CNLivePublishContent_Example.debug.xcconfig"; path = "Pods/Target Support Files/Pods-CNLivePublishContent_Example/Pods-CNLivePublishContent_Example.debug.xcconfig"; sourceTree = "<group>"; };
  68 + AE033175ECE757EC69F852CF /* Pods-CNLivePublishContent_Tests.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-CNLivePublishContent_Tests.release.xcconfig"; path = "Pods/Target Support Files/Pods-CNLivePublishContent_Tests/Pods-CNLivePublishContent_Tests.release.xcconfig"; sourceTree = "<group>"; };
  69 + D17327F129D286EE2778A0C4 /* CNLivePublishContent.podspec */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text; name = CNLivePublishContent.podspec; path = ../CNLivePublishContent.podspec; sourceTree = "<group>"; };
  70 +/* End PBXFileReference section */
  71 +
  72 +/* Begin PBXFrameworksBuildPhase section */
  73 + 6003F587195388D20070C39A /* Frameworks */ = {
  74 + isa = PBXFrameworksBuildPhase;
  75 + buildActionMask = 2147483647;
  76 + files = (
  77 + 6003F590195388D20070C39A /* CoreGraphics.framework in Frameworks */,
  78 + 6003F592195388D20070C39A /* UIKit.framework in Frameworks */,
  79 + 6003F58E195388D20070C39A /* Foundation.framework in Frameworks */,
  80 + FCD39ABB629ED72EAACF73AB /* Pods_CNLivePublishContent_Example.framework in Frameworks */,
  81 + );
  82 + runOnlyForDeploymentPostprocessing = 0;
  83 + };
  84 + 6003F5AB195388D20070C39A /* Frameworks */ = {
  85 + isa = PBXFrameworksBuildPhase;
  86 + buildActionMask = 2147483647;
  87 + files = (
  88 + 6003F5B0195388D20070C39A /* XCTest.framework in Frameworks */,
  89 + 6003F5B2195388D20070C39A /* UIKit.framework in Frameworks */,
  90 + 6003F5B1195388D20070C39A /* Foundation.framework in Frameworks */,
  91 + 39293F8FF1DBD62113347AC4 /* Pods_CNLivePublishContent_Tests.framework in Frameworks */,
  92 + );
  93 + runOnlyForDeploymentPostprocessing = 0;
  94 + };
  95 +/* End PBXFrameworksBuildPhase section */
  96 +
  97 +/* Begin PBXGroup section */
  98 + 39179634DCFAB6E42F54AC5A /* Pods */ = {
  99 + isa = PBXGroup;
  100 + children = (
  101 + 9A29FCCD4E7ECA4827893619 /* Pods-CNLivePublishContent_Example.debug.xcconfig */,
  102 + 1327896D1D82267C7AF8656C /* Pods-CNLivePublishContent_Example.release.xcconfig */,
  103 + 65647A18B6C0715E9C0B4380 /* Pods-CNLivePublishContent_Tests.debug.xcconfig */,
  104 + AE033175ECE757EC69F852CF /* Pods-CNLivePublishContent_Tests.release.xcconfig */,
  105 + );
  106 + name = Pods;
  107 + sourceTree = "<group>";
  108 + };
  109 + 6003F581195388D10070C39A = {
  110 + isa = PBXGroup;
  111 + children = (
  112 + 60FF7A9C1954A5C5007DD14C /* Podspec Metadata */,
  113 + 6003F593195388D20070C39A /* Example for CNLivePublishContent */,
  114 + 6003F5B5195388D20070C39A /* Tests */,
  115 + 6003F58C195388D20070C39A /* Frameworks */,
  116 + 6003F58B195388D20070C39A /* Products */,
  117 + 39179634DCFAB6E42F54AC5A /* Pods */,
  118 + );
  119 + sourceTree = "<group>";
  120 + };
  121 + 6003F58B195388D20070C39A /* Products */ = {
  122 + isa = PBXGroup;
  123 + children = (
  124 + 6003F58A195388D20070C39A /* CNLivePublishContent_Example.app */,
  125 + 6003F5AE195388D20070C39A /* CNLivePublishContent_Tests.xctest */,
  126 + );
  127 + name = Products;
  128 + sourceTree = "<group>";
  129 + };
  130 + 6003F58C195388D20070C39A /* Frameworks */ = {
  131 + isa = PBXGroup;
  132 + children = (
  133 + 6003F58D195388D20070C39A /* Foundation.framework */,
  134 + 6003F58F195388D20070C39A /* CoreGraphics.framework */,
  135 + 6003F591195388D20070C39A /* UIKit.framework */,
  136 + 6003F5AF195388D20070C39A /* XCTest.framework */,
  137 + 5C2166A19A2F7062F7668AB7 /* Pods_CNLivePublishContent_Example.framework */,
  138 + 57B50320A6661DA69509EFC8 /* Pods_CNLivePublishContent_Tests.framework */,
  139 + );
  140 + name = Frameworks;
  141 + sourceTree = "<group>";
  142 + };
  143 + 6003F593195388D20070C39A /* Example for CNLivePublishContent */ = {
  144 + isa = PBXGroup;
  145 + children = (
  146 + 6003F59C195388D20070C39A /* CNLiveAppDelegate.h */,
  147 + 6003F59D195388D20070C39A /* CNLiveAppDelegate.m */,
  148 + 873B8AEA1B1F5CCA007FD442 /* Main.storyboard */,
  149 + 6003F5A5195388D20070C39A /* CNLiveViewController.h */,
  150 + 6003F5A6195388D20070C39A /* CNLiveViewController.m */,
  151 + 71719F9D1E33DC2100824A3D /* LaunchScreen.storyboard */,
  152 + 6003F5A8195388D20070C39A /* Images.xcassets */,
  153 + 6003F594195388D20070C39A /* Supporting Files */,
  154 + );
  155 + name = "Example for CNLivePublishContent";
  156 + path = CNLivePublishContent;
  157 + sourceTree = "<group>";
  158 + };
  159 + 6003F594195388D20070C39A /* Supporting Files */ = {
  160 + isa = PBXGroup;
  161 + children = (
  162 + 6003F595195388D20070C39A /* CNLivePublishContent-Info.plist */,
  163 + 6003F596195388D20070C39A /* InfoPlist.strings */,
  164 + 6003F599195388D20070C39A /* main.m */,
  165 + 6003F59B195388D20070C39A /* CNLivePublishContent-Prefix.pch */,
  166 + );
  167 + name = "Supporting Files";
  168 + sourceTree = "<group>";
  169 + };
  170 + 6003F5B5195388D20070C39A /* Tests */ = {
  171 + isa = PBXGroup;
  172 + children = (
  173 + 6003F5BB195388D20070C39A /* Tests.m */,
  174 + 6003F5B6195388D20070C39A /* Supporting Files */,
  175 + );
  176 + path = Tests;
  177 + sourceTree = "<group>";
  178 + };
  179 + 6003F5B6195388D20070C39A /* Supporting Files */ = {
  180 + isa = PBXGroup;
  181 + children = (
  182 + 6003F5B7195388D20070C39A /* Tests-Info.plist */,
  183 + 6003F5B8195388D20070C39A /* InfoPlist.strings */,
  184 + 606FC2411953D9B200FFA9A0 /* Tests-Prefix.pch */,
  185 + );
  186 + name = "Supporting Files";
  187 + sourceTree = "<group>";
  188 + };
  189 + 60FF7A9C1954A5C5007DD14C /* Podspec Metadata */ = {
  190 + isa = PBXGroup;
  191 + children = (
  192 + D17327F129D286EE2778A0C4 /* CNLivePublishContent.podspec */,
  193 + 87A09551CFC6A63F2152DCA3 /* README.md */,
  194 + 48661F87114865BB99B130F0 /* LICENSE */,
  195 + );
  196 + name = "Podspec Metadata";
  197 + sourceTree = "<group>";
  198 + };
  199 +/* End PBXGroup section */
  200 +
  201 +/* Begin PBXNativeTarget section */
  202 + 6003F589195388D20070C39A /* CNLivePublishContent_Example */ = {
  203 + isa = PBXNativeTarget;
  204 + buildConfigurationList = 6003F5BF195388D20070C39A /* Build configuration list for PBXNativeTarget "CNLivePublishContent_Example" */;
  205 + buildPhases = (
  206 + 8D85A13192C701AB99C6DF5B /* [CP] Check Pods Manifest.lock */,
  207 + 6003F586195388D20070C39A /* Sources */,
  208 + 6003F587195388D20070C39A /* Frameworks */,
  209 + 6003F588195388D20070C39A /* Resources */,
  210 + E302593251286FBA8CFF57A6 /* [CP] Embed Pods Frameworks */,
  211 + );
  212 + buildRules = (
  213 + );
  214 + dependencies = (
  215 + );
  216 + name = CNLivePublishContent_Example;
  217 + productName = CNLivePublishContent;
  218 + productReference = 6003F58A195388D20070C39A /* CNLivePublishContent_Example.app */;
  219 + productType = "com.apple.product-type.application";
  220 + };
  221 + 6003F5AD195388D20070C39A /* CNLivePublishContent_Tests */ = {
  222 + isa = PBXNativeTarget;
  223 + buildConfigurationList = 6003F5C2195388D20070C39A /* Build configuration list for PBXNativeTarget "CNLivePublishContent_Tests" */;
  224 + buildPhases = (
  225 + 1FA8AA310F3433062CC916D0 /* [CP] Check Pods Manifest.lock */,
  226 + 6003F5AA195388D20070C39A /* Sources */,
  227 + 6003F5AB195388D20070C39A /* Frameworks */,
  228 + 6003F5AC195388D20070C39A /* Resources */,
  229 + );
  230 + buildRules = (
  231 + );
  232 + dependencies = (
  233 + 6003F5B4195388D20070C39A /* PBXTargetDependency */,
  234 + );
  235 + name = CNLivePublishContent_Tests;
  236 + productName = CNLivePublishContentTests;
  237 + productReference = 6003F5AE195388D20070C39A /* CNLivePublishContent_Tests.xctest */;
  238 + productType = "com.apple.product-type.bundle.unit-test";
  239 + };
  240 +/* End PBXNativeTarget section */
  241 +
  242 +/* Begin PBXProject section */
  243 + 6003F582195388D10070C39A /* Project object */ = {
  244 + isa = PBXProject;
  245 + attributes = {
  246 + CLASSPREFIX = CNLive;
  247 + LastUpgradeCheck = 0720;
  248 + ORGANIZATIONNAME = "殷巧娟";
  249 + TargetAttributes = {
  250 + 6003F589195388D20070C39A = {
  251 + DevelopmentTeam = 94X49GG3ZW;
  252 + };
  253 + 6003F5AD195388D20070C39A = {
  254 + TestTargetID = 6003F589195388D20070C39A;
  255 + };
  256 + };
  257 + };
  258 + buildConfigurationList = 6003F585195388D10070C39A /* Build configuration list for PBXProject "CNLivePublishContent" */;
  259 + compatibilityVersion = "Xcode 3.2";
  260 + developmentRegion = English;
  261 + hasScannedForEncodings = 0;
  262 + knownRegions = (
  263 + en,
  264 + Base,
  265 + );
  266 + mainGroup = 6003F581195388D10070C39A;
  267 + productRefGroup = 6003F58B195388D20070C39A /* Products */;
  268 + projectDirPath = "";
  269 + projectRoot = "";
  270 + targets = (
  271 + 6003F589195388D20070C39A /* CNLivePublishContent_Example */,
  272 + 6003F5AD195388D20070C39A /* CNLivePublishContent_Tests */,
  273 + );
  274 + };
  275 +/* End PBXProject section */
  276 +
  277 +/* Begin PBXResourcesBuildPhase section */
  278 + 6003F588195388D20070C39A /* Resources */ = {
  279 + isa = PBXResourcesBuildPhase;
  280 + buildActionMask = 2147483647;
  281 + files = (
  282 + 873B8AEB1B1F5CCA007FD442 /* Main.storyboard in Resources */,
  283 + 71719F9F1E33DC2100824A3D /* LaunchScreen.storyboard in Resources */,
  284 + 6003F5A9195388D20070C39A /* Images.xcassets in Resources */,
  285 + 6003F598195388D20070C39A /* InfoPlist.strings in Resources */,
  286 + );
  287 + runOnlyForDeploymentPostprocessing = 0;
  288 + };
  289 + 6003F5AC195388D20070C39A /* Resources */ = {
  290 + isa = PBXResourcesBuildPhase;
  291 + buildActionMask = 2147483647;
  292 + files = (
  293 + 6003F5BA195388D20070C39A /* InfoPlist.strings in Resources */,
  294 + );
  295 + runOnlyForDeploymentPostprocessing = 0;
  296 + };
  297 +/* End PBXResourcesBuildPhase section */
  298 +
  299 +/* Begin PBXShellScriptBuildPhase section */
  300 + 1FA8AA310F3433062CC916D0 /* [CP] Check Pods Manifest.lock */ = {
  301 + isa = PBXShellScriptBuildPhase;
  302 + buildActionMask = 2147483647;
  303 + files = (
  304 + );
  305 + inputFileListPaths = (
  306 + );
  307 + inputPaths = (
  308 + "${PODS_PODFILE_DIR_PATH}/Podfile.lock",
  309 + "${PODS_ROOT}/Manifest.lock",
  310 + );
  311 + name = "[CP] Check Pods Manifest.lock";
  312 + outputFileListPaths = (
  313 + );
  314 + outputPaths = (
  315 + "$(DERIVED_FILE_DIR)/Pods-CNLivePublishContent_Tests-checkManifestLockResult.txt",
  316 + );
  317 + runOnlyForDeploymentPostprocessing = 0;
  318 + shellPath = /bin/sh;
  319 + 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";
  320 + showEnvVarsInLog = 0;
  321 + };
  322 + 8D85A13192C701AB99C6DF5B /* [CP] Check Pods Manifest.lock */ = {
  323 + isa = PBXShellScriptBuildPhase;
  324 + buildActionMask = 2147483647;
  325 + files = (
  326 + );
  327 + inputFileListPaths = (
  328 + );
  329 + inputPaths = (
  330 + "${PODS_PODFILE_DIR_PATH}/Podfile.lock",
  331 + "${PODS_ROOT}/Manifest.lock",
  332 + );
  333 + name = "[CP] Check Pods Manifest.lock";
  334 + outputFileListPaths = (
  335 + );
  336 + outputPaths = (
  337 + "$(DERIVED_FILE_DIR)/Pods-CNLivePublishContent_Example-checkManifestLockResult.txt",
  338 + );
  339 + runOnlyForDeploymentPostprocessing = 0;
  340 + shellPath = /bin/sh;
  341 + 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";
  342 + showEnvVarsInLog = 0;
  343 + };
  344 + E302593251286FBA8CFF57A6 /* [CP] Embed Pods Frameworks */ = {
  345 + isa = PBXShellScriptBuildPhase;
  346 + buildActionMask = 2147483647;
  347 + files = (
  348 + );
  349 + inputFileListPaths = (
  350 + );
  351 + inputPaths = (
  352 + "${SRCROOT}/Pods/Target Support Files/Pods-CNLivePublishContent_Example/Pods-CNLivePublishContent_Example-frameworks.sh",
  353 + "${BUILT_PRODUCTS_DIR}/CNLivePublishContent/CNLivePublishContent.framework",
  354 + );
  355 + name = "[CP] Embed Pods Frameworks";
  356 + outputFileListPaths = (
  357 + );
  358 + outputPaths = (
  359 + "${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/CNLivePublishContent.framework",
  360 + );
  361 + runOnlyForDeploymentPostprocessing = 0;
  362 + shellPath = /bin/sh;
  363 + shellScript = "\"${SRCROOT}/Pods/Target Support Files/Pods-CNLivePublishContent_Example/Pods-CNLivePublishContent_Example-frameworks.sh\"\n";
  364 + showEnvVarsInLog = 0;
  365 + };
  366 +/* End PBXShellScriptBuildPhase section */
  367 +
  368 +/* Begin PBXSourcesBuildPhase section */
  369 + 6003F586195388D20070C39A /* Sources */ = {
  370 + isa = PBXSourcesBuildPhase;
  371 + buildActionMask = 2147483647;
  372 + files = (
  373 + 6003F59E195388D20070C39A /* CNLiveAppDelegate.m in Sources */,
  374 + 6003F5A7195388D20070C39A /* CNLiveViewController.m in Sources */,
  375 + 6003F59A195388D20070C39A /* main.m in Sources */,
  376 + );
  377 + runOnlyForDeploymentPostprocessing = 0;
  378 + };
  379 + 6003F5AA195388D20070C39A /* Sources */ = {
  380 + isa = PBXSourcesBuildPhase;
  381 + buildActionMask = 2147483647;
  382 + files = (
  383 + 6003F5BC195388D20070C39A /* Tests.m in Sources */,
  384 + );
  385 + runOnlyForDeploymentPostprocessing = 0;
  386 + };
  387 +/* End PBXSourcesBuildPhase section */
  388 +
  389 +/* Begin PBXTargetDependency section */
  390 + 6003F5B4195388D20070C39A /* PBXTargetDependency */ = {
  391 + isa = PBXTargetDependency;
  392 + target = 6003F589195388D20070C39A /* CNLivePublishContent_Example */;
  393 + targetProxy = 6003F5B3195388D20070C39A /* PBXContainerItemProxy */;
  394 + };
  395 +/* End PBXTargetDependency section */
  396 +
  397 +/* Begin PBXVariantGroup section */
  398 + 6003F596195388D20070C39A /* InfoPlist.strings */ = {
  399 + isa = PBXVariantGroup;
  400 + children = (
  401 + 6003F597195388D20070C39A /* en */,
  402 + );
  403 + name = InfoPlist.strings;
  404 + sourceTree = "<group>";
  405 + };
  406 + 6003F5B8195388D20070C39A /* InfoPlist.strings */ = {
  407 + isa = PBXVariantGroup;
  408 + children = (
  409 + 6003F5B9195388D20070C39A /* en */,
  410 + );
  411 + name = InfoPlist.strings;
  412 + sourceTree = "<group>";
  413 + };
  414 + 71719F9D1E33DC2100824A3D /* LaunchScreen.storyboard */ = {
  415 + isa = PBXVariantGroup;
  416 + children = (
  417 + 71719F9E1E33DC2100824A3D /* Base */,
  418 + );
  419 + name = LaunchScreen.storyboard;
  420 + sourceTree = "<group>";
  421 + };
  422 +/* End PBXVariantGroup section */
  423 +
  424 +/* Begin XCBuildConfiguration section */
  425 + 6003F5BD195388D20070C39A /* Debug */ = {
  426 + isa = XCBuildConfiguration;
  427 + buildSettings = {
  428 + ALWAYS_SEARCH_USER_PATHS = NO;
  429 + CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x";
  430 + CLANG_CXX_LIBRARY = "libc++";
  431 + CLANG_ENABLE_MODULES = YES;
  432 + CLANG_ENABLE_OBJC_ARC = YES;
  433 + CLANG_WARN_BOOL_CONVERSION = YES;
  434 + CLANG_WARN_CONSTANT_CONVERSION = YES;
  435 + CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
  436 + CLANG_WARN_EMPTY_BODY = YES;
  437 + CLANG_WARN_ENUM_CONVERSION = YES;
  438 + CLANG_WARN_INT_CONVERSION = YES;
  439 + CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
  440 + CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
  441 + "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
  442 + COPY_PHASE_STRIP = NO;
  443 + ENABLE_TESTABILITY = YES;
  444 + GCC_C_LANGUAGE_STANDARD = gnu99;
  445 + GCC_DYNAMIC_NO_PIC = NO;
  446 + GCC_OPTIMIZATION_LEVEL = 0;
  447 + GCC_PREPROCESSOR_DEFINITIONS = (
  448 + "DEBUG=1",
  449 + "$(inherited)",
  450 + );
  451 + GCC_SYMBOLS_PRIVATE_EXTERN = NO;
  452 + GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
  453 + GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
  454 + GCC_WARN_UNDECLARED_SELECTOR = YES;
  455 + GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
  456 + GCC_WARN_UNUSED_FUNCTION = YES;
  457 + GCC_WARN_UNUSED_VARIABLE = YES;
  458 + IPHONEOS_DEPLOYMENT_TARGET = 9.3;
  459 + ONLY_ACTIVE_ARCH = YES;
  460 + SDKROOT = iphoneos;
  461 + TARGETED_DEVICE_FAMILY = "1,2";
  462 + };
  463 + name = Debug;
  464 + };
  465 + 6003F5BE195388D20070C39A /* Release */ = {
  466 + isa = XCBuildConfiguration;
  467 + buildSettings = {
  468 + ALWAYS_SEARCH_USER_PATHS = NO;
  469 + CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x";
  470 + CLANG_CXX_LIBRARY = "libc++";
  471 + CLANG_ENABLE_MODULES = YES;
  472 + CLANG_ENABLE_OBJC_ARC = YES;
  473 + CLANG_WARN_BOOL_CONVERSION = YES;
  474 + CLANG_WARN_CONSTANT_CONVERSION = YES;
  475 + CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
  476 + CLANG_WARN_EMPTY_BODY = YES;
  477 + CLANG_WARN_ENUM_CONVERSION = YES;
  478 + CLANG_WARN_INT_CONVERSION = YES;
  479 + CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
  480 + CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
  481 + "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
  482 + COPY_PHASE_STRIP = YES;
  483 + ENABLE_NS_ASSERTIONS = NO;
  484 + GCC_C_LANGUAGE_STANDARD = gnu99;
  485 + GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
  486 + GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
  487 + GCC_WARN_UNDECLARED_SELECTOR = YES;
  488 + GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
  489 + GCC_WARN_UNUSED_FUNCTION = YES;
  490 + GCC_WARN_UNUSED_VARIABLE = YES;
  491 + IPHONEOS_DEPLOYMENT_TARGET = 9.3;
  492 + SDKROOT = iphoneos;
  493 + TARGETED_DEVICE_FAMILY = "1,2";
  494 + VALIDATE_PRODUCT = YES;
  495 + };
  496 + name = Release;
  497 + };
  498 + 6003F5C0195388D20070C39A /* Debug */ = {
  499 + isa = XCBuildConfiguration;
  500 + baseConfigurationReference = 9A29FCCD4E7ECA4827893619 /* Pods-CNLivePublishContent_Example.debug.xcconfig */;
  501 + buildSettings = {
  502 + ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
  503 + DEVELOPMENT_TEAM = 94X49GG3ZW;
  504 + GCC_PRECOMPILE_PREFIX_HEADER = YES;
  505 + GCC_PREFIX_HEADER = "CNLivePublishContent/CNLivePublishContent-Prefix.pch";
  506 + INFOPLIST_FILE = "CNLivePublishContent/CNLivePublishContent-Info.plist";
  507 + MODULE_NAME = ExampleApp;
  508 + PRODUCT_BUNDLE_IDENTIFIER = "org.cocoapods.demo.${PRODUCT_NAME:rfc1034identifier}";
  509 + PRODUCT_NAME = "$(TARGET_NAME)";
  510 + WRAPPER_EXTENSION = app;
  511 + };
  512 + name = Debug;
  513 + };
  514 + 6003F5C1195388D20070C39A /* Release */ = {
  515 + isa = XCBuildConfiguration;
  516 + baseConfigurationReference = 1327896D1D82267C7AF8656C /* Pods-CNLivePublishContent_Example.release.xcconfig */;
  517 + buildSettings = {
  518 + ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
  519 + DEVELOPMENT_TEAM = 94X49GG3ZW;
  520 + GCC_PRECOMPILE_PREFIX_HEADER = YES;
  521 + GCC_PREFIX_HEADER = "CNLivePublishContent/CNLivePublishContent-Prefix.pch";
  522 + INFOPLIST_FILE = "CNLivePublishContent/CNLivePublishContent-Info.plist";
  523 + MODULE_NAME = ExampleApp;
  524 + PRODUCT_BUNDLE_IDENTIFIER = "org.cocoapods.demo.${PRODUCT_NAME:rfc1034identifier}";
  525 + PRODUCT_NAME = "$(TARGET_NAME)";
  526 + WRAPPER_EXTENSION = app;
  527 + };
  528 + name = Release;
  529 + };
  530 + 6003F5C3195388D20070C39A /* Debug */ = {
  531 + isa = XCBuildConfiguration;
  532 + baseConfigurationReference = 65647A18B6C0715E9C0B4380 /* Pods-CNLivePublishContent_Tests.debug.xcconfig */;
  533 + buildSettings = {
  534 + BUNDLE_LOADER = "$(TEST_HOST)";
  535 + FRAMEWORK_SEARCH_PATHS = (
  536 + "$(SDKROOT)/Developer/Library/Frameworks",
  537 + "$(inherited)",
  538 + "$(DEVELOPER_FRAMEWORKS_DIR)",
  539 + );
  540 + GCC_PRECOMPILE_PREFIX_HEADER = YES;
  541 + GCC_PREFIX_HEADER = "Tests/Tests-Prefix.pch";
  542 + GCC_PREPROCESSOR_DEFINITIONS = (
  543 + "DEBUG=1",
  544 + "$(inherited)",
  545 + );
  546 + INFOPLIST_FILE = "Tests/Tests-Info.plist";
  547 + PRODUCT_BUNDLE_IDENTIFIER = "org.cocoapods.demo.${PRODUCT_NAME:rfc1034identifier}";
  548 + PRODUCT_NAME = "$(TARGET_NAME)";
  549 + TEST_HOST = "$(BUILT_PRODUCTS_DIR)/CNLivePublishContent_Example.app/CNLivePublishContent_Example";
  550 + WRAPPER_EXTENSION = xctest;
  551 + };
  552 + name = Debug;
  553 + };
  554 + 6003F5C4195388D20070C39A /* Release */ = {
  555 + isa = XCBuildConfiguration;
  556 + baseConfigurationReference = AE033175ECE757EC69F852CF /* Pods-CNLivePublishContent_Tests.release.xcconfig */;
  557 + buildSettings = {
  558 + BUNDLE_LOADER = "$(TEST_HOST)";
  559 + FRAMEWORK_SEARCH_PATHS = (
  560 + "$(SDKROOT)/Developer/Library/Frameworks",
  561 + "$(inherited)",
  562 + "$(DEVELOPER_FRAMEWORKS_DIR)",
  563 + );
  564 + GCC_PRECOMPILE_PREFIX_HEADER = YES;
  565 + GCC_PREFIX_HEADER = "Tests/Tests-Prefix.pch";
  566 + INFOPLIST_FILE = "Tests/Tests-Info.plist";
  567 + PRODUCT_BUNDLE_IDENTIFIER = "org.cocoapods.demo.${PRODUCT_NAME:rfc1034identifier}";
  568 + PRODUCT_NAME = "$(TARGET_NAME)";
  569 + TEST_HOST = "$(BUILT_PRODUCTS_DIR)/CNLivePublishContent_Example.app/CNLivePublishContent_Example";
  570 + WRAPPER_EXTENSION = xctest;
  571 + };
  572 + name = Release;
  573 + };
  574 +/* End XCBuildConfiguration section */
  575 +
  576 +/* Begin XCConfigurationList section */
  577 + 6003F585195388D10070C39A /* Build configuration list for PBXProject "CNLivePublishContent" */ = {
  578 + isa = XCConfigurationList;
  579 + buildConfigurations = (
  580 + 6003F5BD195388D20070C39A /* Debug */,
  581 + 6003F5BE195388D20070C39A /* Release */,
  582 + );
  583 + defaultConfigurationIsVisible = 0;
  584 + defaultConfigurationName = Release;
  585 + };
  586 + 6003F5BF195388D20070C39A /* Build configuration list for PBXNativeTarget "CNLivePublishContent_Example" */ = {
  587 + isa = XCConfigurationList;
  588 + buildConfigurations = (
  589 + 6003F5C0195388D20070C39A /* Debug */,
  590 + 6003F5C1195388D20070C39A /* Release */,
  591 + );
  592 + defaultConfigurationIsVisible = 0;
  593 + defaultConfigurationName = Release;
  594 + };
  595 + 6003F5C2195388D20070C39A /* Build configuration list for PBXNativeTarget "CNLivePublishContent_Tests" */ = {
  596 + isa = XCConfigurationList;
  597 + buildConfigurations = (
  598 + 6003F5C3195388D20070C39A /* Debug */,
  599 + 6003F5C4195388D20070C39A /* Release */,
  600 + );
  601 + defaultConfigurationIsVisible = 0;
  602 + defaultConfigurationName = Release;
  603 + };
  604 +/* End XCConfigurationList section */
  605 + };
  606 + rootObject = 6003F582195388D10070C39A /* Project object */;
  607 +}
Example/CNLivePublishContent.xcodeproj/project.xcworkspace/contents.xcworkspacedata 0 → 100644
  1 +<?xml version="1.0" encoding="UTF-8"?>
  2 +<Workspace
  3 + version = "1.0">
  4 + <FileRef
  5 + location = "self:CNLivePublishContent.xcodeproj">
  6 + </FileRef>
  7 +</Workspace>
Example/CNLivePublishContent.xcodeproj/xcshareddata/xcschemes/CNLivePublishContent-Example.xcscheme 0 → 100644
  1 +<?xml version="1.0" encoding="UTF-8"?>
  2 +<Scheme
  3 + LastUpgradeVersion = "0720"
  4 + version = "1.3">
  5 + <BuildAction
  6 + parallelizeBuildables = "YES"
  7 + buildImplicitDependencies = "YES">
  8 + <BuildActionEntries>
  9 + <BuildActionEntry
  10 + buildForTesting = "YES"
  11 + buildForRunning = "YES"
  12 + buildForProfiling = "YES"
  13 + buildForArchiving = "YES"
  14 + buildForAnalyzing = "YES">
  15 + <BuildableReference
  16 + BuildableIdentifier = "primary"
  17 + BlueprintIdentifier = "6003F589195388D20070C39A"
  18 + BuildableName = "CNLivePublishContent_Example.app"
  19 + BlueprintName = "CNLivePublishContent_Example"
  20 + ReferencedContainer = "container:CNLivePublishContent.xcodeproj">
  21 + </BuildableReference>
  22 + </BuildActionEntry>
  23 + </BuildActionEntries>
  24 + </BuildAction>
  25 + <TestAction
  26 + buildConfiguration = "Debug"
  27 + selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.LLDB"
  28 + selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB"
  29 + shouldUseLaunchSchemeArgsEnv = "YES">
  30 + <Testables>
  31 + <TestableReference
  32 + skipped = "NO">
  33 + <BuildableReference
  34 + BuildableIdentifier = "primary"
  35 + BlueprintIdentifier = "6003F5AD195388D20070C39A"
  36 + BuildableName = "CNLivePublishContent_Tests.xctest"
  37 + BlueprintName = "CNLivePublishContent_Tests"
  38 + ReferencedContainer = "container:CNLivePublishContent.xcodeproj">
  39 + </BuildableReference>
  40 + </TestableReference>
  41 + </Testables>
  42 + <MacroExpansion>
  43 + <BuildableReference
  44 + BuildableIdentifier = "primary"
  45 + BlueprintIdentifier = "6003F589195388D20070C39A"
  46 + BuildableName = "CNLivePublishContent_Example.app"
  47 + BlueprintName = "CNLivePublishContent_Example"
  48 + ReferencedContainer = "container:CNLivePublishContent.xcodeproj">
  49 + </BuildableReference>
  50 + </MacroExpansion>
  51 + <AdditionalOptions>
  52 + </AdditionalOptions>
  53 + </TestAction>
  54 + <LaunchAction
  55 + buildConfiguration = "Debug"
  56 + selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.LLDB"
  57 + selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB"
  58 + launchStyle = "0"
  59 + useCustomWorkingDirectory = "NO"
  60 + ignoresPersistentStateOnLaunch = "NO"
  61 + debugDocumentVersioning = "YES"
  62 + debugServiceExtension = "internal"
  63 + allowLocationSimulation = "YES">
  64 + <BuildableProductRunnable
  65 + runnableDebuggingMode = "0">
  66 + <BuildableReference
  67 + BuildableIdentifier = "primary"
  68 + BlueprintIdentifier = "6003F589195388D20070C39A"
  69 + BuildableName = "CNLivePublishContent_Example.app"
  70 + BlueprintName = "CNLivePublishContent_Example"
  71 + ReferencedContainer = "container:CNLivePublishContent.xcodeproj">
  72 + </BuildableReference>
  73 + </BuildableProductRunnable>
  74 + <AdditionalOptions>
  75 + </AdditionalOptions>
  76 + </LaunchAction>
  77 + <ProfileAction
  78 + buildConfiguration = "Release"
  79 + shouldUseLaunchSchemeArgsEnv = "YES"
  80 + savedToolIdentifier = ""
  81 + useCustomWorkingDirectory = "NO"
  82 + debugDocumentVersioning = "YES">
  83 + <BuildableProductRunnable
  84 + runnableDebuggingMode = "0">
  85 + <BuildableReference
  86 + BuildableIdentifier = "primary"
  87 + BlueprintIdentifier = "6003F589195388D20070C39A"
  88 + BuildableName = "CNLivePublishContent_Example.app"
  89 + BlueprintName = "CNLivePublishContent_Example"
  90 + ReferencedContainer = "container:CNLivePublishContent.xcodeproj">
  91 + </BuildableReference>
  92 + </BuildableProductRunnable>
  93 + </ProfileAction>
  94 + <AnalyzeAction
  95 + buildConfiguration = "Debug">
  96 + </AnalyzeAction>
  97 + <ArchiveAction
  98 + buildConfiguration = "Release"
  99 + revealArchiveInOrganizer = "YES">
  100 + </ArchiveAction>
  101 +</Scheme>
Example/CNLivePublishContent.xcworkspace/contents.xcworkspacedata 0 → 100644
  1 +<?xml version="1.0" encoding="UTF-8"?>
  2 +<Workspace
  3 + version = "1.0">
  4 + <FileRef
  5 + location = "group:CNLivePublishContent.xcodeproj">
  6 + </FileRef>
  7 + <FileRef
  8 + location = "group:Pods/Pods.xcodeproj">
  9 + </FileRef>
  10 +</Workspace>
Example/CNLivePublishContent.xcworkspace/xcshareddata/IDEWorkspaceChecks.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>IDEDidComputeMac32BitWarning</key>
  6 + <true/>
  7 +</dict>
  8 +</plist>
Example/CNLivePublishContent/Base.lproj/LaunchScreen.storyboard 0 → 100644
  1 +<?xml version="1.0" encoding="UTF-8"?>
  2 +<document type="com.apple.InterfaceBuilder3.CocoaTouch.Storyboard.XIB" version="3.0" toolsVersion="13771" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES" launchScreen="YES" useTraitCollections="YES" colorMatched="YES" initialViewController="01J-lp-oVM">
  3 + <device id="retina4_7" orientation="portrait">
  4 + <adaptation id="fullscreen"/>
  5 + </device>
  6 + <dependencies>
  7 + <deployment identifier="iOS"/>
  8 + <plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="13772"/>
  9 + <capability name="documents saved in the Xcode 8 format" minToolsVersion="8.0"/>
  10 + </dependencies>
  11 + <scenes>
  12 + <!--View Controller-->
  13 + <scene sceneID="EHf-IW-A2E">
  14 + <objects>
  15 + <viewController id="01J-lp-oVM" sceneMemberID="viewController">
  16 + <layoutGuides>
  17 + <viewControllerLayoutGuide type="top" id="Llm-lL-Icb"/>
  18 + <viewControllerLayoutGuide type="bottom" id="xb3-aO-Qok"/>
  19 + </layoutGuides>
  20 + <view key="view" contentMode="scaleToFill" id="Ze5-6b-2t3">
  21 + <rect key="frame" x="0.0" y="0.0" width="375" height="667"/>
  22 + <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
  23 + <color key="backgroundColor" red="1" green="1" blue="1" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
  24 + </view>
  25 + </viewController>
  26 + <placeholder placeholderIdentifier="IBFirstResponder" id="iYj-Kq-Ea1" userLabel="First Responder" sceneMemberID="firstResponder"/>
  27 + </objects>
  28 + <point key="canvasLocation" x="53" y="375"/>
  29 + </scene>
  30 + </scenes>
  31 +</document>
Example/CNLivePublishContent/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="13771" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES" useTraitCollections="YES" colorMatched="YES" initialViewController="whP-gf-Uak">
  3 + <device id="retina4_7" orientation="portrait">
  4 + <adaptation id="fullscreen"/>
  5 + </device>
  6 + <dependencies>
  7 + <deployment identifier="iOS"/>
  8 + <plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="13772"/>
  9 + <capability name="documents saved in the Xcode 8 format" minToolsVersion="8.0"/>
  10 + </dependencies>
  11 + <scenes>
  12 + <!--View Controller-->
  13 + <scene sceneID="wQg-tq-qST">
  14 + <objects>
  15 + <viewController id="whP-gf-Uak" customClass="CNLiveViewController" sceneMemberID="viewController">
  16 + <layoutGuides>
  17 + <viewControllerLayoutGuide type="top" id="uEw-UM-LJ8"/>
  18 + <viewControllerLayoutGuide type="bottom" id="Mvr-aV-6Um"/>
  19 + </layoutGuides>
  20 + <view key="view" contentMode="scaleToFill" id="TpU-gO-2f1">
  21 + <rect key="frame" x="0.0" y="0.0" width="375" height="667"/>
  22 + <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
  23 + <color key="backgroundColor" red="1" green="1" blue="1" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
  24 + </view>
  25 + </viewController>
  26 + <placeholder placeholderIdentifier="IBFirstResponder" id="tc2-Qw-aMS" userLabel="First Responder" sceneMemberID="firstResponder"/>
  27 + </objects>
  28 + <point key="canvasLocation" x="305" y="433"/>
  29 + </scene>
  30 + </scenes>
  31 +</document>
Example/CNLivePublishContent/CNLiveAppDelegate.h 0 → 100644
  1 +//
  2 +// CNLiveAppDelegate.h
  3 +// CNLivePublishContent
  4 +//
  5 +// Created by 殷巧娟 on 12/05/2018.
  6 +// Copyright (c) 2018 殷巧娟. All rights reserved.
  7 +//
  8 +
  9 +@import UIKit;
  10 +
  11 +@interface CNLiveAppDelegate : UIResponder <UIApplicationDelegate>
  12 +
  13 +@property (strong, nonatomic) UIWindow *window;
  14 +
  15 +@end
Example/CNLivePublishContent/CNLiveAppDelegate.m 0 → 100644
  1 +//
  2 +// CNLiveAppDelegate.m
  3 +// CNLivePublishContent
  4 +//
  5 +// Created by 殷巧娟 on 12/05/2018.
  6 +// Copyright (c) 2018 殷巧娟. All rights reserved.
  7 +//
  8 +
  9 +#import "CNLiveAppDelegate.h"
  10 +
  11 +@implementation CNLiveAppDelegate
  12 +
  13 +- (BOOL)application:(UIApplication *)application didFinishLaunchingWithOptions:(NSDictionary *)launchOptions
  14 +{
  15 + // Override point for customization after application launch.
  16 + return YES;
  17 +}
  18 +
  19 +- (void)applicationWillResignActive:(UIApplication *)application
  20 +{
  21 + // 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.
  22 + // Use this method to pause ongoing tasks, disable timers, and throttle down OpenGL ES frame rates. Games should use this method to pause the game.
  23 +}
  24 +
  25 +- (void)applicationDidEnterBackground:(UIApplication *)application
  26 +{
  27 + // 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.
  28 + // If your application supports background execution, this method is called instead of applicationWillTerminate: when the user quits.
  29 +}
  30 +
  31 +- (void)applicationWillEnterForeground:(UIApplication *)application
  32 +{
  33 + // Called as part of the transition from the background to the inactive state; here you can undo many of the changes made on entering the background.
  34 +}
  35 +
  36 +- (void)applicationDidBecomeActive:(UIApplication *)application
  37 +{
  38 + // 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.
  39 +}
  40 +
  41 +- (void)applicationWillTerminate:(UIApplication *)application
  42 +{
  43 + // Called when the application is about to terminate. Save data if appropriate. See also applicationDidEnterBackground:.
  44 +}
  45 +
  46 +@end
Example/CNLivePublishContent/CNLivePublishContent-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>en</string>
  7 + <key>CFBundleDisplayName</key>
  8 + <string>${PRODUCT_NAME}</string>
  9 + <key>CFBundleExecutable</key>
  10 + <string>${EXECUTABLE_NAME}</string>
  11 + <key>CFBundleIdentifier</key>
  12 + <string>$(PRODUCT_BUNDLE_IDENTIFIER)</string>
  13 + <key>CFBundleInfoDictionaryVersion</key>
  14 + <string>6.0</string>
  15 + <key>CFBundleName</key>
  16 + <string>${PRODUCT_NAME}</string>
  17 + <key>CFBundlePackageType</key>
  18 + <string>APPL</string>
  19 + <key>CFBundleShortVersionString</key>
  20 + <string>1.0</string>
  21 + <key>CFBundleSignature</key>
  22 + <string>????</string>
  23 + <key>CFBundleVersion</key>
  24 + <string>1.0</string>
  25 + <key>LSRequiresIPhoneOS</key>
  26 + <true/>
  27 + <key>UILaunchStoryboardName</key>
  28 + <string>LaunchScreen</string>
  29 + <key>UIMainStoryboardFile</key>
  30 + <string>Main</string>
  31 + <key>UIRequiredDeviceCapabilities</key>
  32 + <array>
  33 + <string>armv7</string>
  34 + </array>
  35 + <key>UISupportedInterfaceOrientations</key>
  36 + <array>
  37 + <string>UIInterfaceOrientationPortrait</string>
  38 + <string>UIInterfaceOrientationLandscapeLeft</string>
  39 + <string>UIInterfaceOrientationLandscapeRight</string>
  40 + </array>
  41 + <key>UISupportedInterfaceOrientations~ipad</key>
  42 + <array>
  43 + <string>UIInterfaceOrientationPortrait</string>
  44 + <string>UIInterfaceOrientationPortraitUpsideDown</string>
  45 + <string>UIInterfaceOrientationLandscapeLeft</string>
  46 + <string>UIInterfaceOrientationLandscapeRight</string>
  47 + </array>
  48 +</dict>
  49 +</plist>
Example/CNLivePublishContent/CNLivePublishContent-Prefix.pch 0 → 100644
  1 +//
  2 +// Prefix header
  3 +//
  4 +// The contents of this file are implicitly included at the beginning of every source file.
  5 +//
  6 +
  7 +#import <Availability.h>
  8 +
  9 +#ifndef __IPHONE_5_0
  10 +#warning "This project uses features only available in iOS SDK 5.0 and later."
  11 +#endif
  12 +
  13 +#ifdef __OBJC__
  14 + @import UIKit;
  15 + @import Foundation;
  16 +#endif
Example/CNLivePublishContent/CNLiveViewController.h 0 → 100644
  1 +//
  2 +// CNLiveViewController.h
  3 +// CNLivePublishContent
  4 +//
  5 +// Created by 殷巧娟 on 12/05/2018.
  6 +// Copyright (c) 2018 殷巧娟. All rights reserved.
  7 +//
  8 +
  9 +@import UIKit;
  10 +
  11 +@interface CNLiveViewController : UIViewController
  12 +
  13 +@end
Example/CNLivePublishContent/CNLiveViewController.m 0 → 100644
  1 +//
  2 +// CNLiveViewController.m
  3 +// CNLivePublishContent
  4 +//
  5 +// Created by 殷巧娟 on 12/05/2018.
  6 +// Copyright (c) 2018 殷巧娟. All rights reserved.
  7 +//
  8 +
  9 +#import "CNLiveViewController.h"
  10 +
  11 +@interface CNLiveViewController ()
  12 +
  13 +@end
  14 +
  15 +@implementation CNLiveViewController
  16 +
  17 +- (void)viewDidLoad
  18 +{
  19 + [super viewDidLoad];
  20 + // Do any additional setup after loading the view, typically from a nib.
  21 +}
  22 +
  23 +- (void)didReceiveMemoryWarning
  24 +{
  25 + [super didReceiveMemoryWarning];
  26 + // Dispose of any resources that can be recreated.
  27 +}
  28 +
  29 +@end
Example/CNLivePublishContent/Images.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 +}
Example/CNLivePublishContent/en.lproj/InfoPlist.strings 0 → 100644
  1 +/* Localized versions of Info.plist keys */
  2 +
Example/CNLivePublishContent/main.m 0 → 100644
  1 +//
  2 +// main.m
  3 +// CNLivePublishContent
  4 +//
  5 +// Created by 殷巧娟 on 12/05/2018.
  6 +// Copyright (c) 2018 殷巧娟. All rights reserved.
  7 +//
  8 +
  9 +@import UIKit;
  10 +#import "CNLiveAppDelegate.h"
  11 +
  12 +int main(int argc, char * argv[])
  13 +{
  14 + @autoreleasepool {
  15 + return UIApplicationMain(argc, argv, nil, NSStringFromClass([CNLiveAppDelegate class]));
  16 + }
  17 +}
Example/Podfile 0 → 100644
  1 +use_frameworks!
  2 +
  3 +platform :ios, '8.0'
  4 +
  5 +target 'CNLivePublishContent_Example' do
  6 + pod 'CNLivePublishContent', :path => '../'
  7 +
  8 + target 'CNLivePublishContent_Tests' do
  9 + inherit! :search_paths
  10 +
  11 +
  12 + end
  13 +end
Example/Podfile.lock 0 → 100644
  1 +PODS:
  2 + - CNLivePublishContent (0.1.0)
  3 +
  4 +DEPENDENCIES:
  5 + - CNLivePublishContent (from `../`)
  6 +
  7 +EXTERNAL SOURCES:
  8 + CNLivePublishContent:
  9 + :path: "../"
  10 +
  11 +SPEC CHECKSUMS:
  12 + CNLivePublishContent: efc4d0c9e97d82c10cbb9a0f46c529746aba9a16
  13 +
  14 +PODFILE CHECKSUM: efac94bc6984e6197fee85d997a2f2e01b62a039
  15 +
  16 +COCOAPODS: 1.5.3
Example/Pods/Local Podspecs/CNLivePublishContent.podspec.json 0 → 100644
  1 +{
  2 + "name": "CNLivePublishContent",
  3 + "version": "0.1.0",
  4 + "summary": "A short description of CNLivePublishContent.",
  5 + "description": "TODO: Add long description of the pod here.",
  6 + "homepage": "https://github.com/殷巧娟/CNLivePublishContent",
  7 + "license": {
  8 + "type": "MIT",
  9 + "file": "LICENSE"
  10 + },
  11 + "authors": {
  12 + "殷巧娟": "1427945373@qq.com"
  13 + },
  14 + "source": {
  15 + "git": "https://github.com/殷巧娟/CNLivePublishContent.git",
  16 + "tag": "0.1.0"
  17 + },
  18 + "platforms": {
  19 + "ios": "8.0"
  20 + },
  21 + "source_files": "CNLivePublishContent/Classes/**/*"
  22 +}
Example/Pods/Manifest.lock 0 → 100644
  1 +PODS:
  2 + - CNLivePublishContent (0.1.0)
  3 +
  4 +DEPENDENCIES:
  5 + - CNLivePublishContent (from `../`)
  6 +
  7 +EXTERNAL SOURCES:
  8 + CNLivePublishContent:
  9 + :path: "../"
  10 +
  11 +SPEC CHECKSUMS:
  12 + CNLivePublishContent: efc4d0c9e97d82c10cbb9a0f46c529746aba9a16
  13 +
  14 +PODFILE CHECKSUM: efac94bc6984e6197fee85d997a2f2e01b62a039
  15 +
  16 +COCOAPODS: 1.5.3
Example/Pods/Pods.xcodeproj/project.pbxproj 0 → 100644
  1 +// !$*UTF8*$!
  2 +{
  3 + archiveVersion = 1;
  4 + classes = {
  5 + };
  6 + objectVersion = 46;
  7 + objects = {
  8 +
  9 +/* Begin PBXBuildFile section */
  10 + 199818674B4AEA5670BA25AD9400B14A /* Pods-CNLivePublishContent_Example-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = A98533A4379497FD4E0C285CA2F7B56E /* Pods-CNLivePublishContent_Example-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; };
  11 + 208D1CC3C704D8D3322B1450BEF4D9B1 /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = D6DFF15000AFE2A371BF499E7AFDA808 /* Foundation.framework */; };
  12 + 23CC76C4526811D5A3B51D52567367C5 /* CNLivePublishContent-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = 0C0CDA4DF377FE9B4EC9B0ABB3F8C584 /* CNLivePublishContent-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; };
  13 + 3C409600071D0152CE5D9A8DA9C00820 /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = D6DFF15000AFE2A371BF499E7AFDA808 /* Foundation.framework */; };
  14 + 4E0455FE21B7DEE300A2D934 /* YQJTest.m in Sources */ = {isa = PBXBuildFile; fileRef = 4E0455F821B7DEE300A2D934 /* YQJTest.m */; };
  15 + 4E04560021B7DEE300A2D934 /* YQJTest.h in Headers */ = {isa = PBXBuildFile; fileRef = 4E0455FA21B7DEE300A2D934 /* YQJTest.h */; };
  16 + 7DE63A1F998683E0AEEE41EE6C1BB3A6 /* Pods-CNLivePublishContent_Tests-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = E2861D05CFE6B3A84C7044909EE26035 /* Pods-CNLivePublishContent_Tests-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; };
  17 + 7E0C5A4DB7D2F502E2BAAF759C12B50A /* Pods-CNLivePublishContent_Example-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 806B7A4A2134DC7EEB9C2F58642ECD7F /* Pods-CNLivePublishContent_Example-dummy.m */; };
  18 + 8D8EC7DF8F024D7B55FB8EAD45B8BA4A /* Pods-CNLivePublishContent_Tests-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 3B56CFCC9EAF366F03AC9CFE348D9D58 /* Pods-CNLivePublishContent_Tests-dummy.m */; };
  19 + D0C7D0F5C3A5B1E810539218F5BE8264 /* CNLivePublishContent-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 8014DA110BF7F457F9A136B80A7B894E /* CNLivePublishContent-dummy.m */; };
  20 + E12A6222EBE7826361ACA060047F5745 /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = D6DFF15000AFE2A371BF499E7AFDA808 /* Foundation.framework */; };
  21 +/* End PBXBuildFile section */
  22 +
  23 +/* Begin PBXContainerItemProxy section */
  24 + 6BEC831ACC9336C52EF6AAD48929E32B /* PBXContainerItemProxy */ = {
  25 + isa = PBXContainerItemProxy;
  26 + containerPortal = D41D8CD98F00B204E9800998ECF8427E /* Project object */;
  27 + proxyType = 1;
  28 + remoteGlobalIDString = 96DBB0CC5E59A3C1D354E11541A3ECFA;
  29 + remoteInfo = "Pods-CNLivePublishContent_Example";
  30 + };
  31 + C47C26D8F7A7A10B639FCBA54A322E44 /* PBXContainerItemProxy */ = {
  32 + isa = PBXContainerItemProxy;
  33 + containerPortal = D41D8CD98F00B204E9800998ECF8427E /* Project object */;
  34 + proxyType = 1;
  35 + remoteGlobalIDString = 53014DEFF54C52A0CA58002ACFDEEF5B;
  36 + remoteInfo = CNLivePublishContent;
  37 + };
  38 +/* End PBXContainerItemProxy section */
  39 +
  40 +/* Begin PBXFileReference section */
  41 + 07944192B1ACCE474532D4AC5B213C83 /* Pods-CNLivePublishContent_Tests.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = "Pods-CNLivePublishContent_Tests.modulemap"; sourceTree = "<group>"; };
  42 + 0C0CDA4DF377FE9B4EC9B0ABB3F8C584 /* CNLivePublishContent-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "CNLivePublishContent-umbrella.h"; sourceTree = "<group>"; };
  43 + 11EF7B4D96108B0737E2DE3314E4E078 /* Pods-CNLivePublishContent_Example.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "Pods-CNLivePublishContent_Example.release.xcconfig"; sourceTree = "<group>"; };
  44 + 1C9335BE61B442F6D1AB0A3CC50BABEF /* Pods-CNLivePublishContent_Tests.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "Pods-CNLivePublishContent_Tests.release.xcconfig"; sourceTree = "<group>"; };
  45 + 1DAF2307943F6D77C96929BE990D624A /* Pods-CNLivePublishContent_Tests.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "Pods-CNLivePublishContent_Tests.debug.xcconfig"; sourceTree = "<group>"; };
  46 + 1E780EE58BC7E2D12D138575E3D3A247 /* CNLivePublishContent.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = CNLivePublishContent.xcconfig; sourceTree = "<group>"; };
  47 + 1F2873F36BF0A613CE91EB42AF4E5212 /* Pods-CNLivePublishContent_Example-frameworks.sh */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.script.sh; path = "Pods-CNLivePublishContent_Example-frameworks.sh"; sourceTree = "<group>"; };
  48 + 26F72D9395C2536C85B50ACF6A2D8143 /* Pods-CNLivePublishContent_Tests-acknowledgements.markdown */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text; path = "Pods-CNLivePublishContent_Tests-acknowledgements.markdown"; sourceTree = "<group>"; };
  49 + 299467A3465BD33076036CD2E9DF4857 /* CNLivePublishContent-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "CNLivePublishContent-prefix.pch"; sourceTree = "<group>"; };
  50 + 2A3E6348FEBA5380341707C178C0FB7B /* Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
  51 + 3B56CFCC9EAF366F03AC9CFE348D9D58 /* Pods-CNLivePublishContent_Tests-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "Pods-CNLivePublishContent_Tests-dummy.m"; sourceTree = "<group>"; };
  52 + 3EC14C57AFB7CED3F535897B0B293DB6 /* Pods-CNLivePublishContent_Tests-resources.sh */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.script.sh; path = "Pods-CNLivePublishContent_Tests-resources.sh"; sourceTree = "<group>"; };
  53 + 4E0455F821B7DEE300A2D934 /* YQJTest.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = YQJTest.m; sourceTree = "<group>"; };
  54 + 4E0455FA21B7DEE300A2D934 /* YQJTest.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = YQJTest.h; sourceTree = "<group>"; };
  55 + 4F61505A92E8798E55729DA6A8AD8FCE /* Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
  56 + 686A8894865E70129D5817788CA447B1 /* CNLivePublishContent.podspec */ = {isa = PBXFileReference; explicitFileType = text.script.ruby; includeInIndex = 1; path = CNLivePublishContent.podspec; sourceTree = "<group>"; xcLanguageSpecificationIdentifier = xcode.lang.ruby; };
  57 + 696C7A16EB627EF2713A1F1BDA249196 /* Pods-CNLivePublishContent_Example-acknowledgements.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "Pods-CNLivePublishContent_Example-acknowledgements.plist"; sourceTree = "<group>"; };
  58 + 6D97962A7815C456C5F2A90D0E3FBB61 /* Pods_CNLivePublishContent_Tests.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = Pods_CNLivePublishContent_Tests.framework; sourceTree = BUILT_PRODUCTS_DIR; };
  59 + 75F6F0105D56C88C9854AB59B0B296C6 /* Pods_CNLivePublishContent_Example.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = Pods_CNLivePublishContent_Example.framework; sourceTree = BUILT_PRODUCTS_DIR; };
  60 + 7CC642218BC299E377916CB18576223B /* Pods-CNLivePublishContent_Example-acknowledgements.markdown */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text; path = "Pods-CNLivePublishContent_Example-acknowledgements.markdown"; sourceTree = "<group>"; };
  61 + 8014DA110BF7F457F9A136B80A7B894E /* CNLivePublishContent-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "CNLivePublishContent-dummy.m"; sourceTree = "<group>"; };
  62 + 806B7A4A2134DC7EEB9C2F58642ECD7F /* Pods-CNLivePublishContent_Example-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "Pods-CNLivePublishContent_Example-dummy.m"; sourceTree = "<group>"; };
  63 + 8FF4421A63C121EA527105F89696F126 /* Pods-CNLivePublishContent_Example-resources.sh */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.script.sh; path = "Pods-CNLivePublishContent_Example-resources.sh"; sourceTree = "<group>"; };
  64 + 93978FC9BD80D93E52A09035A9EE2B1E /* README.md */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = net.daringfireball.markdown; path = README.md; sourceTree = "<group>"; };
  65 + 93A4A3777CF96A4AAC1D13BA6DCCEA73 /* Podfile */ = {isa = PBXFileReference; explicitFileType = text.script.ruby; includeInIndex = 1; name = Podfile; path = ../Podfile; sourceTree = SOURCE_ROOT; xcLanguageSpecificationIdentifier = xcode.lang.ruby; };
  66 + 9AD4F3EAC9A590DA10A0DDE1BEEC85A6 /* Pods-CNLivePublishContent_Tests-frameworks.sh */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.script.sh; path = "Pods-CNLivePublishContent_Tests-frameworks.sh"; sourceTree = "<group>"; };
  67 + A98533A4379497FD4E0C285CA2F7B56E /* Pods-CNLivePublishContent_Example-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "Pods-CNLivePublishContent_Example-umbrella.h"; sourceTree = "<group>"; };
  68 + B7AECF0C7AF013ED6080E205CA11B046 /* Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
  69 + C68C10F080BCB4BB67EFF63349322381 /* Pods-CNLivePublishContent_Example.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "Pods-CNLivePublishContent_Example.debug.xcconfig"; sourceTree = "<group>"; };
  70 + C7283129B24F62DB5CCB98A10ECB0A6B /* CNLivePublishContent.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = CNLivePublishContent.modulemap; sourceTree = "<group>"; };
  71 + D0D2AB6F36097F75D3E210BCEB86DB36 /* Pods-CNLivePublishContent_Example.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = "Pods-CNLivePublishContent_Example.modulemap"; sourceTree = "<group>"; };
  72 + D6DFF15000AFE2A371BF499E7AFDA808 /* Foundation.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Foundation.framework; path = Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.0.sdk/System/Library/Frameworks/Foundation.framework; sourceTree = DEVELOPER_DIR; };
  73 + E04AA531B14ABA36CC223071C1569D02 /* LICENSE */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text; path = LICENSE; sourceTree = "<group>"; };
  74 + E2383FF4887CBAF2ED8265B6142BB128 /* Pods-CNLivePublishContent_Tests-acknowledgements.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "Pods-CNLivePublishContent_Tests-acknowledgements.plist"; sourceTree = "<group>"; };
  75 + E2861D05CFE6B3A84C7044909EE26035 /* Pods-CNLivePublishContent_Tests-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "Pods-CNLivePublishContent_Tests-umbrella.h"; sourceTree = "<group>"; };
  76 + F9986288E069808D66372A7D56BADAF3 /* CNLivePublishContent.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = CNLivePublishContent.framework; sourceTree = BUILT_PRODUCTS_DIR; };
  77 +/* End PBXFileReference section */
  78 +
  79 +/* Begin PBXFrameworksBuildPhase section */
  80 + 31F81AA4A22EC4D3D3B9C414718BF6CB /* Frameworks */ = {
  81 + isa = PBXFrameworksBuildPhase;
  82 + buildActionMask = 2147483647;
  83 + files = (
  84 + E12A6222EBE7826361ACA060047F5745 /* Foundation.framework in Frameworks */,
  85 + );
  86 + runOnlyForDeploymentPostprocessing = 0;
  87 + };
  88 + BBD05078A10259185D27E41DE2F1F090 /* Frameworks */ = {
  89 + isa = PBXFrameworksBuildPhase;
  90 + buildActionMask = 2147483647;
  91 + files = (
  92 + 3C409600071D0152CE5D9A8DA9C00820 /* Foundation.framework in Frameworks */,
  93 + );
  94 + runOnlyForDeploymentPostprocessing = 0;
  95 + };
  96 + DA44F0B6F5071FCCD7662713FED303E3 /* Frameworks */ = {
  97 + isa = PBXFrameworksBuildPhase;
  98 + buildActionMask = 2147483647;
  99 + files = (
  100 + 208D1CC3C704D8D3322B1450BEF4D9B1 /* Foundation.framework in Frameworks */,
  101 + );
  102 + runOnlyForDeploymentPostprocessing = 0;
  103 + };
  104 +/* End PBXFrameworksBuildPhase section */
  105 +
  106 +/* Begin PBXGroup section */
  107 + 33C8845945518B60972892B9C61472F0 /* CNLivePublishContent */ = {
  108 + isa = PBXGroup;
  109 + children = (
  110 + 4E0455F521B7DEE300A2D934 /* CNLivePublishContent */,
  111 + D7DA1A34768D1EDFA437BC8EEF72E134 /* Pod */,
  112 + 8432E3A8FB101082CFCEF141A0685BD6 /* Support Files */,
  113 + );
  114 + name = CNLivePublishContent;
  115 + path = ../..;
  116 + sourceTree = "<group>";
  117 + };
  118 + 44D5347904CF754D6785B84253F2574A /* iOS */ = {
  119 + isa = PBXGroup;
  120 + children = (
  121 + D6DFF15000AFE2A371BF499E7AFDA808 /* Foundation.framework */,
  122 + );
  123 + name = iOS;
  124 + sourceTree = "<group>";
  125 + };
  126 + 4E0455F521B7DEE300A2D934 /* CNLivePublishContent */ = {
  127 + isa = PBXGroup;
  128 + children = (
  129 + 4E0455F621B7DEE300A2D934 /* Classes */,
  130 + 4E0455FB21B7DEE300A2D934 /* Assets */,
  131 + );
  132 + path = CNLivePublishContent;
  133 + sourceTree = "<group>";
  134 + };
  135 + 4E0455F621B7DEE300A2D934 /* Classes */ = {
  136 + isa = PBXGroup;
  137 + children = (
  138 + 4E0455F821B7DEE300A2D934 /* YQJTest.m */,
  139 + 4E0455FA21B7DEE300A2D934 /* YQJTest.h */,
  140 + );
  141 + path = Classes;
  142 + sourceTree = "<group>";
  143 + };
  144 + 4E0455FB21B7DEE300A2D934 /* Assets */ = {
  145 + isa = PBXGroup;
  146 + children = (
  147 + );
  148 + path = Assets;
  149 + sourceTree = "<group>";
  150 + };
  151 + 66585D833CA10452EB9FAEADDB1D927F /* Products */ = {
  152 + isa = PBXGroup;
  153 + children = (
  154 + F9986288E069808D66372A7D56BADAF3 /* CNLivePublishContent.framework */,
  155 + 75F6F0105D56C88C9854AB59B0B296C6 /* Pods_CNLivePublishContent_Example.framework */,
  156 + 6D97962A7815C456C5F2A90D0E3FBB61 /* Pods_CNLivePublishContent_Tests.framework */,
  157 + );
  158 + name = Products;
  159 + sourceTree = "<group>";
  160 + };
  161 + 7DB346D0F39D3F0E887471402A8071AB = {
  162 + isa = PBXGroup;
  163 + children = (
  164 + 93A4A3777CF96A4AAC1D13BA6DCCEA73 /* Podfile */,
  165 + 9AD5313C32C860D4C6DB04E2BA3F0D54 /* Development Pods */,
  166 + BC3CA7F9E30CC8F7E2DD044DD34432FC /* Frameworks */,
  167 + 66585D833CA10452EB9FAEADDB1D927F /* Products */,
  168 + E240CF00AEDFDF15B1F66579E55755C9 /* Targets Support Files */,
  169 + );
  170 + sourceTree = "<group>";
  171 + };
  172 + 8432E3A8FB101082CFCEF141A0685BD6 /* Support Files */ = {
  173 + isa = PBXGroup;
  174 + children = (
  175 + C7283129B24F62DB5CCB98A10ECB0A6B /* CNLivePublishContent.modulemap */,
  176 + 1E780EE58BC7E2D12D138575E3D3A247 /* CNLivePublishContent.xcconfig */,
  177 + 8014DA110BF7F457F9A136B80A7B894E /* CNLivePublishContent-dummy.m */,
  178 + 299467A3465BD33076036CD2E9DF4857 /* CNLivePublishContent-prefix.pch */,
  179 + 0C0CDA4DF377FE9B4EC9B0ABB3F8C584 /* CNLivePublishContent-umbrella.h */,
  180 + 4F61505A92E8798E55729DA6A8AD8FCE /* Info.plist */,
  181 + );
  182 + name = "Support Files";
  183 + path = "Example/Pods/Target Support Files/CNLivePublishContent";
  184 + sourceTree = "<group>";
  185 + };
  186 + 9AD5313C32C860D4C6DB04E2BA3F0D54 /* Development Pods */ = {
  187 + isa = PBXGroup;
  188 + children = (
  189 + 33C8845945518B60972892B9C61472F0 /* CNLivePublishContent */,
  190 + );
  191 + name = "Development Pods";
  192 + sourceTree = "<group>";
  193 + };
  194 + 9BE3A70CF1BA82CAA948FD98D92A8EE1 /* Pods-CNLivePublishContent_Example */ = {
  195 + isa = PBXGroup;
  196 + children = (
  197 + 2A3E6348FEBA5380341707C178C0FB7B /* Info.plist */,
  198 + D0D2AB6F36097F75D3E210BCEB86DB36 /* Pods-CNLivePublishContent_Example.modulemap */,
  199 + 7CC642218BC299E377916CB18576223B /* Pods-CNLivePublishContent_Example-acknowledgements.markdown */,
  200 + 696C7A16EB627EF2713A1F1BDA249196 /* Pods-CNLivePublishContent_Example-acknowledgements.plist */,
  201 + 806B7A4A2134DC7EEB9C2F58642ECD7F /* Pods-CNLivePublishContent_Example-dummy.m */,
  202 + 1F2873F36BF0A613CE91EB42AF4E5212 /* Pods-CNLivePublishContent_Example-frameworks.sh */,
  203 + 8FF4421A63C121EA527105F89696F126 /* Pods-CNLivePublishContent_Example-resources.sh */,
  204 + A98533A4379497FD4E0C285CA2F7B56E /* Pods-CNLivePublishContent_Example-umbrella.h */,
  205 + C68C10F080BCB4BB67EFF63349322381 /* Pods-CNLivePublishContent_Example.debug.xcconfig */,
  206 + 11EF7B4D96108B0737E2DE3314E4E078 /* Pods-CNLivePublishContent_Example.release.xcconfig */,
  207 + );
  208 + name = "Pods-CNLivePublishContent_Example";
  209 + path = "Target Support Files/Pods-CNLivePublishContent_Example";
  210 + sourceTree = "<group>";
  211 + };
  212 + BC3CA7F9E30CC8F7E2DD044DD34432FC /* Frameworks */ = {
  213 + isa = PBXGroup;
  214 + children = (
  215 + 44D5347904CF754D6785B84253F2574A /* iOS */,
  216 + );
  217 + name = Frameworks;
  218 + sourceTree = "<group>";
  219 + };
  220 + D1C4B32027AB17C57458990E512EB3B3 /* Pods-CNLivePublishContent_Tests */ = {
  221 + isa = PBXGroup;
  222 + children = (
  223 + B7AECF0C7AF013ED6080E205CA11B046 /* Info.plist */,
  224 + 07944192B1ACCE474532D4AC5B213C83 /* Pods-CNLivePublishContent_Tests.modulemap */,
  225 + 26F72D9395C2536C85B50ACF6A2D8143 /* Pods-CNLivePublishContent_Tests-acknowledgements.markdown */,
  226 + E2383FF4887CBAF2ED8265B6142BB128 /* Pods-CNLivePublishContent_Tests-acknowledgements.plist */,
  227 + 3B56CFCC9EAF366F03AC9CFE348D9D58 /* Pods-CNLivePublishContent_Tests-dummy.m */,
  228 + 9AD4F3EAC9A590DA10A0DDE1BEEC85A6 /* Pods-CNLivePublishContent_Tests-frameworks.sh */,
  229 + 3EC14C57AFB7CED3F535897B0B293DB6 /* Pods-CNLivePublishContent_Tests-resources.sh */,
  230 + E2861D05CFE6B3A84C7044909EE26035 /* Pods-CNLivePublishContent_Tests-umbrella.h */,
  231 + 1DAF2307943F6D77C96929BE990D624A /* Pods-CNLivePublishContent_Tests.debug.xcconfig */,
  232 + 1C9335BE61B442F6D1AB0A3CC50BABEF /* Pods-CNLivePublishContent_Tests.release.xcconfig */,
  233 + );
  234 + name = "Pods-CNLivePublishContent_Tests";
  235 + path = "Target Support Files/Pods-CNLivePublishContent_Tests";
  236 + sourceTree = "<group>";
  237 + };
  238 + D7DA1A34768D1EDFA437BC8EEF72E134 /* Pod */ = {
  239 + isa = PBXGroup;
  240 + children = (
  241 + 686A8894865E70129D5817788CA447B1 /* CNLivePublishContent.podspec */,
  242 + E04AA531B14ABA36CC223071C1569D02 /* LICENSE */,
  243 + 93978FC9BD80D93E52A09035A9EE2B1E /* README.md */,
  244 + );
  245 + name = Pod;
  246 + sourceTree = "<group>";
  247 + };
  248 + E240CF00AEDFDF15B1F66579E55755C9 /* Targets Support Files */ = {
  249 + isa = PBXGroup;
  250 + children = (
  251 + 9BE3A70CF1BA82CAA948FD98D92A8EE1 /* Pods-CNLivePublishContent_Example */,
  252 + D1C4B32027AB17C57458990E512EB3B3 /* Pods-CNLivePublishContent_Tests */,
  253 + );
  254 + name = "Targets Support Files";
  255 + sourceTree = "<group>";
  256 + };
  257 +/* End PBXGroup section */
  258 +
  259 +/* Begin PBXHeadersBuildPhase section */
  260 + 8B8F1F3AF90D7906CF7E9C7B4B10FE6C /* Headers */ = {
  261 + isa = PBXHeadersBuildPhase;
  262 + buildActionMask = 2147483647;
  263 + files = (
  264 + 23CC76C4526811D5A3B51D52567367C5 /* CNLivePublishContent-umbrella.h in Headers */,
  265 + 4E04560021B7DEE300A2D934 /* YQJTest.h in Headers */,
  266 + );
  267 + runOnlyForDeploymentPostprocessing = 0;
  268 + };
  269 + 9033E862748488BE72A1C38F8BF11ECE /* Headers */ = {
  270 + isa = PBXHeadersBuildPhase;
  271 + buildActionMask = 2147483647;
  272 + files = (
  273 + 199818674B4AEA5670BA25AD9400B14A /* Pods-CNLivePublishContent_Example-umbrella.h in Headers */,
  274 + );
  275 + runOnlyForDeploymentPostprocessing = 0;
  276 + };
  277 + EE24ACE30639ED255D95480F9D33653F /* Headers */ = {
  278 + isa = PBXHeadersBuildPhase;
  279 + buildActionMask = 2147483647;
  280 + files = (
  281 + 7DE63A1F998683E0AEEE41EE6C1BB3A6 /* Pods-CNLivePublishContent_Tests-umbrella.h in Headers */,
  282 + );
  283 + runOnlyForDeploymentPostprocessing = 0;
  284 + };
  285 +/* End PBXHeadersBuildPhase section */
  286 +
  287 +/* Begin PBXNativeTarget section */
  288 + 21D400ECEB783EFB86E95FF2C674D6A1 /* Pods-CNLivePublishContent_Tests */ = {
  289 + isa = PBXNativeTarget;
  290 + buildConfigurationList = 20CA38EE2EFA75F5625B7F9A3FC860E4 /* Build configuration list for PBXNativeTarget "Pods-CNLivePublishContent_Tests" */;
  291 + buildPhases = (
  292 + EE24ACE30639ED255D95480F9D33653F /* Headers */,
  293 + DE7313C6E16DE4E5A2819D1E4F97264E /* Sources */,
  294 + 31F81AA4A22EC4D3D3B9C414718BF6CB /* Frameworks */,
  295 + 7B68BA9ACCEA99E171C7C5A8E62D0750 /* Resources */,
  296 + );
  297 + buildRules = (
  298 + );
  299 + dependencies = (
  300 + F7C5B573ED5A9511470F5C84D70B4FF3 /* PBXTargetDependency */,
  301 + );
  302 + name = "Pods-CNLivePublishContent_Tests";
  303 + productName = "Pods-CNLivePublishContent_Tests";
  304 + productReference = 6D97962A7815C456C5F2A90D0E3FBB61 /* Pods_CNLivePublishContent_Tests.framework */;
  305 + productType = "com.apple.product-type.framework";
  306 + };
  307 + 53014DEFF54C52A0CA58002ACFDEEF5B /* CNLivePublishContent */ = {
  308 + isa = PBXNativeTarget;
  309 + buildConfigurationList = 9F833024D052981976E7CD614FDC047C /* Build configuration list for PBXNativeTarget "CNLivePublishContent" */;
  310 + buildPhases = (
  311 + 8B8F1F3AF90D7906CF7E9C7B4B10FE6C /* Headers */,
  312 + 2B6EAEB3DFE6676AFB7F1F622F68B65D /* Sources */,
  313 + BBD05078A10259185D27E41DE2F1F090 /* Frameworks */,
  314 + 9DC99BF2E91825C00FADA86D65A5B415 /* Resources */,
  315 + );
  316 + buildRules = (
  317 + );
  318 + dependencies = (
  319 + );
  320 + name = CNLivePublishContent;
  321 + productName = CNLivePublishContent;
  322 + productReference = F9986288E069808D66372A7D56BADAF3 /* CNLivePublishContent.framework */;
  323 + productType = "com.apple.product-type.framework";
  324 + };
  325 + 96DBB0CC5E59A3C1D354E11541A3ECFA /* Pods-CNLivePublishContent_Example */ = {
  326 + isa = PBXNativeTarget;
  327 + buildConfigurationList = 0D5BB5C269806AEEA5BB4FDD76DE132C /* Build configuration list for PBXNativeTarget "Pods-CNLivePublishContent_Example" */;
  328 + buildPhases = (
  329 + 9033E862748488BE72A1C38F8BF11ECE /* Headers */,
  330 + 34EDB5E17CF9BA16B2135C15689480F8 /* Sources */,
  331 + DA44F0B6F5071FCCD7662713FED303E3 /* Frameworks */,
  332 + 9C80AA2FA2C4F1C0BF03923D9ECEBF2D /* Resources */,
  333 + );
  334 + buildRules = (
  335 + );
  336 + dependencies = (
  337 + 4E77180672CC6B49E8C408EC3BA1A54C /* PBXTargetDependency */,
  338 + );
  339 + name = "Pods-CNLivePublishContent_Example";
  340 + productName = "Pods-CNLivePublishContent_Example";
  341 + productReference = 75F6F0105D56C88C9854AB59B0B296C6 /* Pods_CNLivePublishContent_Example.framework */;
  342 + productType = "com.apple.product-type.framework";
  343 + };
  344 +/* End PBXNativeTarget section */
  345 +
  346 +/* Begin PBXProject section */
  347 + D41D8CD98F00B204E9800998ECF8427E /* Project object */ = {
  348 + isa = PBXProject;
  349 + attributes = {
  350 + LastSwiftUpdateCheck = 0930;
  351 + LastUpgradeCheck = 0930;
  352 + };
  353 + buildConfigurationList = 2D8E8EC45A3A1A1D94AE762CB5028504 /* Build configuration list for PBXProject "Pods" */;
  354 + compatibilityVersion = "Xcode 3.2";
  355 + developmentRegion = English;
  356 + hasScannedForEncodings = 0;
  357 + knownRegions = (
  358 + en,
  359 + );
  360 + mainGroup = 7DB346D0F39D3F0E887471402A8071AB;
  361 + productRefGroup = 66585D833CA10452EB9FAEADDB1D927F /* Products */;
  362 + projectDirPath = "";
  363 + projectRoot = "";
  364 + targets = (
  365 + 53014DEFF54C52A0CA58002ACFDEEF5B /* CNLivePublishContent */,
  366 + 96DBB0CC5E59A3C1D354E11541A3ECFA /* Pods-CNLivePublishContent_Example */,
  367 + 21D400ECEB783EFB86E95FF2C674D6A1 /* Pods-CNLivePublishContent_Tests */,
  368 + );
  369 + };
  370 +/* End PBXProject section */
  371 +
  372 +/* Begin PBXResourcesBuildPhase section */
  373 + 7B68BA9ACCEA99E171C7C5A8E62D0750 /* Resources */ = {
  374 + isa = PBXResourcesBuildPhase;
  375 + buildActionMask = 2147483647;
  376 + files = (
  377 + );
  378 + runOnlyForDeploymentPostprocessing = 0;
  379 + };
  380 + 9C80AA2FA2C4F1C0BF03923D9ECEBF2D /* Resources */ = {
  381 + isa = PBXResourcesBuildPhase;
  382 + buildActionMask = 2147483647;
  383 + files = (
  384 + );
  385 + runOnlyForDeploymentPostprocessing = 0;
  386 + };
  387 + 9DC99BF2E91825C00FADA86D65A5B415 /* Resources */ = {
  388 + isa = PBXResourcesBuildPhase;
  389 + buildActionMask = 2147483647;
  390 + files = (
  391 + );
  392 + runOnlyForDeploymentPostprocessing = 0;
  393 + };
  394 +/* End PBXResourcesBuildPhase section */
  395 +
  396 +/* Begin PBXSourcesBuildPhase section */
  397 + 2B6EAEB3DFE6676AFB7F1F622F68B65D /* Sources */ = {
  398 + isa = PBXSourcesBuildPhase;
  399 + buildActionMask = 2147483647;
  400 + files = (
  401 + D0C7D0F5C3A5B1E810539218F5BE8264 /* CNLivePublishContent-dummy.m in Sources */,
  402 + 4E0455FE21B7DEE300A2D934 /* YQJTest.m in Sources */,
  403 + );
  404 + runOnlyForDeploymentPostprocessing = 0;
  405 + };
  406 + 34EDB5E17CF9BA16B2135C15689480F8 /* Sources */ = {
  407 + isa = PBXSourcesBuildPhase;
  408 + buildActionMask = 2147483647;
  409 + files = (
  410 + 7E0C5A4DB7D2F502E2BAAF759C12B50A /* Pods-CNLivePublishContent_Example-dummy.m in Sources */,
  411 + );
  412 + runOnlyForDeploymentPostprocessing = 0;
  413 + };
  414 + DE7313C6E16DE4E5A2819D1E4F97264E /* Sources */ = {
  415 + isa = PBXSourcesBuildPhase;
  416 + buildActionMask = 2147483647;
  417 + files = (
  418 + 8D8EC7DF8F024D7B55FB8EAD45B8BA4A /* Pods-CNLivePublishContent_Tests-dummy.m in Sources */,
  419 + );
  420 + runOnlyForDeploymentPostprocessing = 0;
  421 + };
  422 +/* End PBXSourcesBuildPhase section */
  423 +
  424 +/* Begin PBXTargetDependency section */
  425 + 4E77180672CC6B49E8C408EC3BA1A54C /* PBXTargetDependency */ = {
  426 + isa = PBXTargetDependency;
  427 + name = CNLivePublishContent;
  428 + target = 53014DEFF54C52A0CA58002ACFDEEF5B /* CNLivePublishContent */;
  429 + targetProxy = C47C26D8F7A7A10B639FCBA54A322E44 /* PBXContainerItemProxy */;
  430 + };
  431 + F7C5B573ED5A9511470F5C84D70B4FF3 /* PBXTargetDependency */ = {
  432 + isa = PBXTargetDependency;
  433 + name = "Pods-CNLivePublishContent_Example";
  434 + target = 96DBB0CC5E59A3C1D354E11541A3ECFA /* Pods-CNLivePublishContent_Example */;
  435 + targetProxy = 6BEC831ACC9336C52EF6AAD48929E32B /* PBXContainerItemProxy */;
  436 + };
  437 +/* End PBXTargetDependency section */
  438 +
  439 +/* Begin XCBuildConfiguration section */
  440 + 6F179C11BC8462CD5831BA140F5B0073 /* Release */ = {
  441 + isa = XCBuildConfiguration;
  442 + baseConfigurationReference = 1C9335BE61B442F6D1AB0A3CC50BABEF /* Pods-CNLivePublishContent_Tests.release.xcconfig */;
  443 + buildSettings = {
  444 + ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = NO;
  445 + CODE_SIGN_IDENTITY = "";
  446 + "CODE_SIGN_IDENTITY[sdk=appletvos*]" = "";
  447 + "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "";
  448 + "CODE_SIGN_IDENTITY[sdk=watchos*]" = "";
  449 + CURRENT_PROJECT_VERSION = 1;
  450 + DEFINES_MODULE = YES;
  451 + DYLIB_COMPATIBILITY_VERSION = 1;
  452 + DYLIB_CURRENT_VERSION = 1;
  453 + DYLIB_INSTALL_NAME_BASE = "@rpath";
  454 + INFOPLIST_FILE = "Target Support Files/Pods-CNLivePublishContent_Tests/Info.plist";
  455 + INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";
  456 + IPHONEOS_DEPLOYMENT_TARGET = 8.0;
  457 + LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
  458 + MACH_O_TYPE = staticlib;
  459 + MODULEMAP_FILE = "Target Support Files/Pods-CNLivePublishContent_Tests/Pods-CNLivePublishContent_Tests.modulemap";
  460 + OTHER_LDFLAGS = "";
  461 + OTHER_LIBTOOLFLAGS = "";
  462 + PODS_ROOT = "$(SRCROOT)";
  463 + PRODUCT_BUNDLE_IDENTIFIER = "org.cocoapods.${PRODUCT_NAME:rfc1034identifier}";
  464 + PRODUCT_NAME = "$(TARGET_NAME:c99extidentifier)";
  465 + SDKROOT = iphoneos;
  466 + SKIP_INSTALL = YES;
  467 + TARGETED_DEVICE_FAMILY = "1,2";
  468 + VALIDATE_PRODUCT = YES;
  469 + VERSIONING_SYSTEM = "apple-generic";
  470 + VERSION_INFO_PREFIX = "";
  471 + };
  472 + name = Release;
  473 + };
  474 + 78EEAC066F2F601461DD7DFBC5D37E97 /* Debug */ = {
  475 + isa = XCBuildConfiguration;
  476 + baseConfigurationReference = 1E780EE58BC7E2D12D138575E3D3A247 /* CNLivePublishContent.xcconfig */;
  477 + buildSettings = {
  478 + CODE_SIGN_IDENTITY = "";
  479 + "CODE_SIGN_IDENTITY[sdk=appletvos*]" = "";
  480 + "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "";
  481 + "CODE_SIGN_IDENTITY[sdk=watchos*]" = "";
  482 + CURRENT_PROJECT_VERSION = 1;
  483 + DEFINES_MODULE = YES;
  484 + DYLIB_COMPATIBILITY_VERSION = 1;
  485 + DYLIB_CURRENT_VERSION = 1;
  486 + DYLIB_INSTALL_NAME_BASE = "@rpath";
  487 + GCC_PREFIX_HEADER = "Target Support Files/CNLivePublishContent/CNLivePublishContent-prefix.pch";
  488 + INFOPLIST_FILE = "Target Support Files/CNLivePublishContent/Info.plist";
  489 + INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";
  490 + IPHONEOS_DEPLOYMENT_TARGET = 8.0;
  491 + LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
  492 + MODULEMAP_FILE = "Target Support Files/CNLivePublishContent/CNLivePublishContent.modulemap";
  493 + PRODUCT_MODULE_NAME = CNLivePublishContent;
  494 + PRODUCT_NAME = CNLivePublishContent;
  495 + SDKROOT = iphoneos;
  496 + SKIP_INSTALL = YES;
  497 + SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) ";
  498 + TARGETED_DEVICE_FAMILY = "1,2";
  499 + VERSIONING_SYSTEM = "apple-generic";
  500 + VERSION_INFO_PREFIX = "";
  501 + };
  502 + name = Debug;
  503 + };
  504 + 85B95B1234E227C814CCC2C7902D0916 /* Release */ = {
  505 + isa = XCBuildConfiguration;
  506 + buildSettings = {
  507 + ALWAYS_SEARCH_USER_PATHS = NO;
  508 + CLANG_ANALYZER_NONNULL = YES;
  509 + CLANG_ANALYZER_NUMBER_OBJECT_CONVERSION = YES_AGGRESSIVE;
  510 + CLANG_CXX_LANGUAGE_STANDARD = "gnu++14";
  511 + CLANG_CXX_LIBRARY = "libc++";
  512 + CLANG_ENABLE_MODULES = YES;
  513 + CLANG_ENABLE_OBJC_ARC = YES;
  514 + CLANG_ENABLE_OBJC_WEAK = YES;
  515 + CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES;
  516 + CLANG_WARN_BOOL_CONVERSION = YES;
  517 + CLANG_WARN_COMMA = YES;
  518 + CLANG_WARN_CONSTANT_CONVERSION = YES;
  519 + CLANG_WARN_DEPRECATED_OBJC_IMPLEMENTATIONS = YES;
  520 + CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
  521 + CLANG_WARN_DOCUMENTATION_COMMENTS = YES;
  522 + CLANG_WARN_EMPTY_BODY = YES;
  523 + CLANG_WARN_ENUM_CONVERSION = YES;
  524 + CLANG_WARN_INFINITE_RECURSION = YES;
  525 + CLANG_WARN_INT_CONVERSION = YES;
  526 + CLANG_WARN_NON_LITERAL_NULL_CONVERSION = YES;
  527 + CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF = YES;
  528 + CLANG_WARN_OBJC_LITERAL_CONVERSION = YES;
  529 + CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
  530 + CLANG_WARN_RANGE_LOOP_ANALYSIS = YES;
  531 + CLANG_WARN_STRICT_PROTOTYPES = YES;
  532 + CLANG_WARN_SUSPICIOUS_MOVE = YES;
  533 + CLANG_WARN_UNGUARDED_AVAILABILITY = YES_AGGRESSIVE;
  534 + CLANG_WARN_UNREACHABLE_CODE = YES;
  535 + CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
  536 + CODE_SIGNING_ALLOWED = NO;
  537 + CODE_SIGNING_REQUIRED = NO;
  538 + COPY_PHASE_STRIP = NO;
  539 + DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
  540 + ENABLE_NS_ASSERTIONS = NO;
  541 + ENABLE_STRICT_OBJC_MSGSEND = YES;
  542 + GCC_C_LANGUAGE_STANDARD = gnu11;
  543 + GCC_NO_COMMON_BLOCKS = YES;
  544 + GCC_PREPROCESSOR_DEFINITIONS = (
  545 + "POD_CONFIGURATION_RELEASE=1",
  546 + "$(inherited)",
  547 + );
  548 + GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
  549 + GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
  550 + GCC_WARN_UNDECLARED_SELECTOR = YES;
  551 + GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
  552 + GCC_WARN_UNUSED_FUNCTION = YES;
  553 + GCC_WARN_UNUSED_VARIABLE = YES;
  554 + IPHONEOS_DEPLOYMENT_TARGET = 8.0;
  555 + MTL_ENABLE_DEBUG_INFO = NO;
  556 + MTL_FAST_MATH = YES;
  557 + PRODUCT_NAME = "$(TARGET_NAME)";
  558 + STRIP_INSTALLED_PRODUCT = NO;
  559 + SWIFT_OPTIMIZATION_LEVEL = "-Owholemodule";
  560 + SWIFT_VERSION = 4.2;
  561 + SYMROOT = "${SRCROOT}/../build";
  562 + };
  563 + name = Release;
  564 + };
  565 + 8BEFD3C4823C93BE25A26E27E3709B41 /* Release */ = {
  566 + isa = XCBuildConfiguration;
  567 + baseConfigurationReference = 1E780EE58BC7E2D12D138575E3D3A247 /* CNLivePublishContent.xcconfig */;
  568 + buildSettings = {
  569 + CODE_SIGN_IDENTITY = "";
  570 + "CODE_SIGN_IDENTITY[sdk=appletvos*]" = "";
  571 + "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "";
  572 + "CODE_SIGN_IDENTITY[sdk=watchos*]" = "";
  573 + CURRENT_PROJECT_VERSION = 1;
  574 + DEFINES_MODULE = YES;
  575 + DYLIB_COMPATIBILITY_VERSION = 1;
  576 + DYLIB_CURRENT_VERSION = 1;
  577 + DYLIB_INSTALL_NAME_BASE = "@rpath";
  578 + GCC_PREFIX_HEADER = "Target Support Files/CNLivePublishContent/CNLivePublishContent-prefix.pch";
  579 + INFOPLIST_FILE = "Target Support Files/CNLivePublishContent/Info.plist";
  580 + INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";
  581 + IPHONEOS_DEPLOYMENT_TARGET = 8.0;
  582 + LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
  583 + MODULEMAP_FILE = "Target Support Files/CNLivePublishContent/CNLivePublishContent.modulemap";
  584 + PRODUCT_MODULE_NAME = CNLivePublishContent;
  585 + PRODUCT_NAME = CNLivePublishContent;
  586 + SDKROOT = iphoneos;
  587 + SKIP_INSTALL = YES;
  588 + SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) ";
  589 + TARGETED_DEVICE_FAMILY = "1,2";
  590 + VALIDATE_PRODUCT = YES;
  591 + VERSIONING_SYSTEM = "apple-generic";
  592 + VERSION_INFO_PREFIX = "";
  593 + };
  594 + name = Release;
  595 + };
  596 + 9271BE75C990EC87EA89EB63C209F2C7 /* Release */ = {
  597 + isa = XCBuildConfiguration;
  598 + baseConfigurationReference = 11EF7B4D96108B0737E2DE3314E4E078 /* Pods-CNLivePublishContent_Example.release.xcconfig */;
  599 + buildSettings = {
  600 + ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = NO;
  601 + CODE_SIGN_IDENTITY = "";
  602 + "CODE_SIGN_IDENTITY[sdk=appletvos*]" = "";
  603 + "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "";
  604 + "CODE_SIGN_IDENTITY[sdk=watchos*]" = "";
  605 + CURRENT_PROJECT_VERSION = 1;
  606 + DEFINES_MODULE = YES;
  607 + DYLIB_COMPATIBILITY_VERSION = 1;
  608 + DYLIB_CURRENT_VERSION = 1;
  609 + DYLIB_INSTALL_NAME_BASE = "@rpath";
  610 + INFOPLIST_FILE = "Target Support Files/Pods-CNLivePublishContent_Example/Info.plist";
  611 + INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";
  612 + IPHONEOS_DEPLOYMENT_TARGET = 8.0;
  613 + LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
  614 + MACH_O_TYPE = staticlib;
  615 + MODULEMAP_FILE = "Target Support Files/Pods-CNLivePublishContent_Example/Pods-CNLivePublishContent_Example.modulemap";
  616 + OTHER_LDFLAGS = "";
  617 + OTHER_LIBTOOLFLAGS = "";
  618 + PODS_ROOT = "$(SRCROOT)";
  619 + PRODUCT_BUNDLE_IDENTIFIER = "org.cocoapods.${PRODUCT_NAME:rfc1034identifier}";
  620 + PRODUCT_NAME = "$(TARGET_NAME:c99extidentifier)";
  621 + SDKROOT = iphoneos;
  622 + SKIP_INSTALL = YES;
  623 + TARGETED_DEVICE_FAMILY = "1,2";
  624 + VALIDATE_PRODUCT = YES;
  625 + VERSIONING_SYSTEM = "apple-generic";
  626 + VERSION_INFO_PREFIX = "";
  627 + };
  628 + name = Release;
  629 + };
  630 + A73625DEBD810B78234FA1958C191C8C /* Debug */ = {
  631 + isa = XCBuildConfiguration;
  632 + buildSettings = {
  633 + ALWAYS_SEARCH_USER_PATHS = NO;
  634 + CLANG_ANALYZER_NONNULL = YES;
  635 + CLANG_ANALYZER_NUMBER_OBJECT_CONVERSION = YES_AGGRESSIVE;
  636 + CLANG_CXX_LANGUAGE_STANDARD = "gnu++14";
  637 + CLANG_CXX_LIBRARY = "libc++";
  638 + CLANG_ENABLE_MODULES = YES;
  639 + CLANG_ENABLE_OBJC_ARC = YES;
  640 + CLANG_ENABLE_OBJC_WEAK = YES;
  641 + CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES;
  642 + CLANG_WARN_BOOL_CONVERSION = YES;
  643 + CLANG_WARN_COMMA = YES;
  644 + CLANG_WARN_CONSTANT_CONVERSION = YES;
  645 + CLANG_WARN_DEPRECATED_OBJC_IMPLEMENTATIONS = YES;
  646 + CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
  647 + CLANG_WARN_DOCUMENTATION_COMMENTS = YES;
  648 + CLANG_WARN_EMPTY_BODY = YES;
  649 + CLANG_WARN_ENUM_CONVERSION = YES;
  650 + CLANG_WARN_INFINITE_RECURSION = YES;
  651 + CLANG_WARN_INT_CONVERSION = YES;
  652 + CLANG_WARN_NON_LITERAL_NULL_CONVERSION = YES;
  653 + CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF = YES;
  654 + CLANG_WARN_OBJC_LITERAL_CONVERSION = YES;
  655 + CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
  656 + CLANG_WARN_RANGE_LOOP_ANALYSIS = YES;
  657 + CLANG_WARN_STRICT_PROTOTYPES = YES;
  658 + CLANG_WARN_SUSPICIOUS_MOVE = YES;
  659 + CLANG_WARN_UNGUARDED_AVAILABILITY = YES_AGGRESSIVE;
  660 + CLANG_WARN_UNREACHABLE_CODE = YES;
  661 + CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
  662 + CODE_SIGNING_ALLOWED = NO;
  663 + CODE_SIGNING_REQUIRED = NO;
  664 + COPY_PHASE_STRIP = NO;
  665 + DEBUG_INFORMATION_FORMAT = dwarf;
  666 + ENABLE_STRICT_OBJC_MSGSEND = YES;
  667 + ENABLE_TESTABILITY = YES;
  668 + GCC_C_LANGUAGE_STANDARD = gnu11;
  669 + GCC_DYNAMIC_NO_PIC = NO;
  670 + GCC_NO_COMMON_BLOCKS = YES;
  671 + GCC_OPTIMIZATION_LEVEL = 0;
  672 + GCC_PREPROCESSOR_DEFINITIONS = (
  673 + "POD_CONFIGURATION_DEBUG=1",
  674 + "DEBUG=1",
  675 + "$(inherited)",
  676 + );
  677 + GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
  678 + GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
  679 + GCC_WARN_UNDECLARED_SELECTOR = YES;
  680 + GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
  681 + GCC_WARN_UNUSED_FUNCTION = YES;
  682 + GCC_WARN_UNUSED_VARIABLE = YES;
  683 + IPHONEOS_DEPLOYMENT_TARGET = 8.0;
  684 + MTL_ENABLE_DEBUG_INFO = INCLUDE_SOURCE;
  685 + MTL_FAST_MATH = YES;
  686 + ONLY_ACTIVE_ARCH = YES;
  687 + PRODUCT_NAME = "$(TARGET_NAME)";
  688 + STRIP_INSTALLED_PRODUCT = NO;
  689 + SWIFT_ACTIVE_COMPILATION_CONDITIONS = DEBUG;
  690 + SWIFT_OPTIMIZATION_LEVEL = "-Onone";
  691 + SWIFT_VERSION = 4.2;
  692 + SYMROOT = "${SRCROOT}/../build";
  693 + };
  694 + name = Debug;
  695 + };
  696 + D6E658B823460E1A092ADDD2BE1B713C /* Debug */ = {
  697 + isa = XCBuildConfiguration;
  698 + baseConfigurationReference = C68C10F080BCB4BB67EFF63349322381 /* Pods-CNLivePublishContent_Example.debug.xcconfig */;
  699 + buildSettings = {
  700 + ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = NO;
  701 + CODE_SIGN_IDENTITY = "";
  702 + "CODE_SIGN_IDENTITY[sdk=appletvos*]" = "";
  703 + "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "";
  704 + "CODE_SIGN_IDENTITY[sdk=watchos*]" = "";
  705 + CURRENT_PROJECT_VERSION = 1;
  706 + DEFINES_MODULE = YES;
  707 + DYLIB_COMPATIBILITY_VERSION = 1;
  708 + DYLIB_CURRENT_VERSION = 1;
  709 + DYLIB_INSTALL_NAME_BASE = "@rpath";
  710 + INFOPLIST_FILE = "Target Support Files/Pods-CNLivePublishContent_Example/Info.plist";
  711 + INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";
  712 + IPHONEOS_DEPLOYMENT_TARGET = 8.0;
  713 + LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
  714 + MACH_O_TYPE = staticlib;
  715 + MODULEMAP_FILE = "Target Support Files/Pods-CNLivePublishContent_Example/Pods-CNLivePublishContent_Example.modulemap";
  716 + OTHER_LDFLAGS = "";
  717 + OTHER_LIBTOOLFLAGS = "";
  718 + PODS_ROOT = "$(SRCROOT)";
  719 + PRODUCT_BUNDLE_IDENTIFIER = "org.cocoapods.${PRODUCT_NAME:rfc1034identifier}";
  720 + PRODUCT_NAME = "$(TARGET_NAME:c99extidentifier)";
  721 + SDKROOT = iphoneos;
  722 + SKIP_INSTALL = YES;
  723 + TARGETED_DEVICE_FAMILY = "1,2";
  724 + VERSIONING_SYSTEM = "apple-generic";
  725 + VERSION_INFO_PREFIX = "";
  726 + };
  727 + name = Debug;
  728 + };
  729 + FDD795B3C642219662009E4A0DBCE297 /* Debug */ = {
  730 + isa = XCBuildConfiguration;
  731 + baseConfigurationReference = 1DAF2307943F6D77C96929BE990D624A /* Pods-CNLivePublishContent_Tests.debug.xcconfig */;
  732 + buildSettings = {
  733 + ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = NO;
  734 + CODE_SIGN_IDENTITY = "";
  735 + "CODE_SIGN_IDENTITY[sdk=appletvos*]" = "";
  736 + "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "";
  737 + "CODE_SIGN_IDENTITY[sdk=watchos*]" = "";
  738 + CURRENT_PROJECT_VERSION = 1;
  739 + DEFINES_MODULE = YES;
  740 + DYLIB_COMPATIBILITY_VERSION = 1;
  741 + DYLIB_CURRENT_VERSION = 1;
  742 + DYLIB_INSTALL_NAME_BASE = "@rpath";
  743 + INFOPLIST_FILE = "Target Support Files/Pods-CNLivePublishContent_Tests/Info.plist";
  744 + INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";
  745 + IPHONEOS_DEPLOYMENT_TARGET = 8.0;
  746 + LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
  747 + MACH_O_TYPE = staticlib;
  748 + MODULEMAP_FILE = "Target Support Files/Pods-CNLivePublishContent_Tests/Pods-CNLivePublishContent_Tests.modulemap";
  749 + OTHER_LDFLAGS = "";
  750 + OTHER_LIBTOOLFLAGS = "";
  751 + PODS_ROOT = "$(SRCROOT)";
  752 + PRODUCT_BUNDLE_IDENTIFIER = "org.cocoapods.${PRODUCT_NAME:rfc1034identifier}";
  753 + PRODUCT_NAME = "$(TARGET_NAME:c99extidentifier)";
  754 + SDKROOT = iphoneos;
  755 + SKIP_INSTALL = YES;
  756 + TARGETED_DEVICE_FAMILY = "1,2";
  757 + VERSIONING_SYSTEM = "apple-generic";
  758 + VERSION_INFO_PREFIX = "";
  759 + };
  760 + name = Debug;
  761 + };
  762 +/* End XCBuildConfiguration section */
  763 +
  764 +/* Begin XCConfigurationList section */
  765 + 0D5BB5C269806AEEA5BB4FDD76DE132C /* Build configuration list for PBXNativeTarget "Pods-CNLivePublishContent_Example" */ = {
  766 + isa = XCConfigurationList;
  767 + buildConfigurations = (
  768 + D6E658B823460E1A092ADDD2BE1B713C /* Debug */,
  769 + 9271BE75C990EC87EA89EB63C209F2C7 /* Release */,
  770 + );
  771 + defaultConfigurationIsVisible = 0;
  772 + defaultConfigurationName = Release;
  773 + };
  774 + 20CA38EE2EFA75F5625B7F9A3FC860E4 /* Build configuration list for PBXNativeTarget "Pods-CNLivePublishContent_Tests" */ = {
  775 + isa = XCConfigurationList;
  776 + buildConfigurations = (
  777 + FDD795B3C642219662009E4A0DBCE297 /* Debug */,
  778 + 6F179C11BC8462CD5831BA140F5B0073 /* Release */,
  779 + );
  780 + defaultConfigurationIsVisible = 0;
  781 + defaultConfigurationName = Release;
  782 + };
  783 + 2D8E8EC45A3A1A1D94AE762CB5028504 /* Build configuration list for PBXProject "Pods" */ = {
  784 + isa = XCConfigurationList;
  785 + buildConfigurations = (
  786 + A73625DEBD810B78234FA1958C191C8C /* Debug */,
  787 + 85B95B1234E227C814CCC2C7902D0916 /* Release */,
  788 + );
  789 + defaultConfigurationIsVisible = 0;
  790 + defaultConfigurationName = Release;
  791 + };
  792 + 9F833024D052981976E7CD614FDC047C /* Build configuration list for PBXNativeTarget "CNLivePublishContent" */ = {
  793 + isa = XCConfigurationList;
  794 + buildConfigurations = (
  795 + 78EEAC066F2F601461DD7DFBC5D37E97 /* Debug */,
  796 + 8BEFD3C4823C93BE25A26E27E3709B41 /* Release */,
  797 + );
  798 + defaultConfigurationIsVisible = 0;
  799 + defaultConfigurationName = Release;
  800 + };
  801 +/* End XCConfigurationList section */
  802 + };
  803 + rootObject = D41D8CD98F00B204E9800998ECF8427E /* Project object */;
  804 +}
Example/Pods/Pods.xcodeproj/project.xcworkspace/contents.xcworkspacedata 0 → 100644
  1 +<?xml version="1.0" encoding="UTF-8"?>
  2 +<Workspace
  3 + version = "1.0">
  4 + <FileRef
  5 + location = "self:">
  6 + </FileRef>
  7 +</Workspace>
Example/Pods/Pods.xcodeproj/project.xcworkspace/xcshareddata/IDEWorkspaceChecks.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>IDEDidComputeMac32BitWarning</key>
  6 + <true/>
  7 +</dict>
  8 +</plist>
Example/Pods/Target Support Files/CNLivePublishContent/CNLivePublishContent-dummy.m 0 → 100644
  1 +#import <Foundation/Foundation.h>
  2 +@interface PodsDummy_CNLivePublishContent : NSObject
  3 +@end
  4 +@implementation PodsDummy_CNLivePublishContent
  5 +@end
Example/Pods/Target Support Files/CNLivePublishContent/CNLivePublishContent-prefix.pch 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 +
Example/Pods/Target Support Files/CNLivePublishContent/CNLivePublishContent-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 +
  14 +FOUNDATION_EXPORT double CNLivePublishContentVersionNumber;
  15 +FOUNDATION_EXPORT const unsigned char CNLivePublishContentVersionString[];
  16 +
Example/Pods/Target Support Files/CNLivePublishContent/CNLivePublishContent.modulemap 0 → 100644
  1 +framework module CNLivePublishContent {
  2 + umbrella header "CNLivePublishContent-umbrella.h"
  3 +
  4 + export *
  5 + module * { export * }
  6 +}
Example/Pods/Target Support Files/CNLivePublishContent/CNLivePublishContent.xcconfig 0 → 100644
  1 +CONFIGURATION_BUILD_DIR = ${PODS_CONFIGURATION_BUILD_DIR}/CNLivePublishContent
  2 +GCC_PREPROCESSOR_DEFINITIONS = $(inherited) COCOAPODS=1
  3 +PODS_BUILD_DIR = ${BUILD_DIR}
  4 +PODS_CONFIGURATION_BUILD_DIR = ${PODS_BUILD_DIR}/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME)
  5 +PODS_ROOT = ${SRCROOT}
  6 +PODS_TARGET_SRCROOT = ${PODS_ROOT}/../..
  7 +PRODUCT_BUNDLE_IDENTIFIER = org.cocoapods.${PRODUCT_NAME:rfc1034identifier}
  8 +SKIP_INSTALL = YES
Example/Pods/Target Support Files/CNLivePublishContent/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>en</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>FMWK</string>
  17 + <key>CFBundleShortVersionString</key>
  18 + <string>0.1.0</string>
  19 + <key>CFBundleSignature</key>
  20 + <string>????</string>
  21 + <key>CFBundleVersion</key>
  22 + <string>${CURRENT_PROJECT_VERSION}</string>
  23 + <key>NSPrincipalClass</key>
  24 + <string></string>
  25 +</dict>
  26 +</plist>
Example/Pods/Target Support Files/Pods-CNLivePublishContent_Example/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>en</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>FMWK</string>
  17 + <key>CFBundleShortVersionString</key>
  18 + <string>1.0.0</string>
  19 + <key>CFBundleSignature</key>
  20 + <string>????</string>
  21 + <key>CFBundleVersion</key>
  22 + <string>${CURRENT_PROJECT_VERSION}</string>
  23 + <key>NSPrincipalClass</key>
  24 + <string></string>
  25 +</dict>
  26 +</plist>
Example/Pods/Target Support Files/Pods-CNLivePublishContent_Example/Pods-CNLivePublishContent_Example-acknowledgements.markdown 0 → 100644
  1 +# Acknowledgements
  2 +This application makes use of the following third party libraries:
  3 +
  4 +## CNLivePublishContent
  5 +
  6 +Copyright (c) 2018 殷巧娟 <1427945373@qq.com>
  7 +
  8 +Permission is hereby granted, free of charge, to any person obtaining a copy
  9 +of this software and associated documentation files (the "Software"), to deal
  10 +in the Software without restriction, including without limitation the rights
  11 +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
  12 +copies of the Software, and to permit persons to whom the Software is
  13 +furnished to do so, subject to the following conditions:
  14 +
  15 +The above copyright notice and this permission notice shall be included in
  16 +all copies or substantial portions of the Software.
  17 +
  18 +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
  19 +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
  20 +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
  21 +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
  22 +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
  23 +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
  24 +THE SOFTWARE.
  25 +
  26 +Generated by CocoaPods - https://cocoapods.org
Example/Pods/Target Support Files/Pods-CNLivePublishContent_Example/Pods-CNLivePublishContent_Example-acknowledgements.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>PreferenceSpecifiers</key>
  6 + <array>
  7 + <dict>
  8 + <key>FooterText</key>
  9 + <string>This application makes use of the following third party libraries:</string>
  10 + <key>Title</key>
  11 + <string>Acknowledgements</string>
  12 + <key>Type</key>
  13 + <string>PSGroupSpecifier</string>
  14 + </dict>
  15 + <dict>
  16 + <key>FooterText</key>
  17 + <string>Copyright (c) 2018 殷巧娟 &lt;1427945373@qq.com&gt;
  18 +
  19 +Permission is hereby granted, free of charge, to any person obtaining a copy
  20 +of this software and associated documentation files (the "Software"), to deal
  21 +in the Software without restriction, including without limitation the rights
  22 +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
  23 +copies of the Software, and to permit persons to whom the Software is
  24 +furnished to do so, subject to the following conditions:
  25 +
  26 +The above copyright notice and this permission notice shall be included in
  27 +all copies or substantial portions of the Software.
  28 +
  29 +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
  30 +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
  31 +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
  32 +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
  33 +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
  34 +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
  35 +THE SOFTWARE.
  36 +</string>
  37 + <key>License</key>
  38 + <string>MIT</string>
  39 + <key>Title</key>
  40 + <string>CNLivePublishContent</string>
  41 + <key>Type</key>
  42 + <string>PSGroupSpecifier</string>
  43 + </dict>
  44 + <dict>
  45 + <key>FooterText</key>
  46 + <string>Generated by CocoaPods - https://cocoapods.org</string>
  47 + <key>Title</key>
  48 + <string></string>
  49 + <key>Type</key>
  50 + <string>PSGroupSpecifier</string>
  51 + </dict>
  52 + </array>
  53 + <key>StringsTable</key>
  54 + <string>Acknowledgements</string>
  55 + <key>Title</key>
  56 + <string>Acknowledgements</string>
  57 +</dict>
  58 +</plist>
Example/Pods/Target Support Files/Pods-CNLivePublishContent_Example/Pods-CNLivePublishContent_Example-dummy.m 0 → 100644
  1 +#import <Foundation/Foundation.h>
  2 +@interface PodsDummy_Pods_CNLivePublishContent_Example : NSObject
  3 +@end
  4 +@implementation PodsDummy_Pods_CNLivePublishContent_Example
  5 +@end
Example/Pods/Target Support Files/Pods-CNLivePublishContent_Example/Pods-CNLivePublishContent_Example-frameworks.sh 0 → 100755
  1 +#!/bin/sh
  2 +set -e
  3 +set -u
  4 +set -o pipefail
  5 +
  6 +if [ -z ${FRAMEWORKS_FOLDER_PATH+x} ]; then
  7 + # If FRAMEWORKS_FOLDER_PATH is not set, then there's nowhere for us to copy
  8 + # frameworks to, so exit 0 (signalling the script phase was successful).
  9 + exit 0
  10 +fi
  11 +
  12 +echo "mkdir -p ${CONFIGURATION_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}"
  13 +mkdir -p "${CONFIGURATION_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}"
  14 +
  15 +COCOAPODS_PARALLEL_CODE_SIGN="${COCOAPODS_PARALLEL_CODE_SIGN:-false}"
  16 +SWIFT_STDLIB_PATH="${DT_TOOLCHAIN_DIR}/usr/lib/swift/${PLATFORM_NAME}"
  17 +
  18 +# Used as a return value for each invocation of `strip_invalid_archs` function.
  19 +STRIP_BINARY_RETVAL=0
  20 +
  21 +# This protects against multiple targets copying the same framework dependency at the same time. The solution
  22 +# was originally proposed here: https://lists.samba.org/archive/rsync/2008-February/020158.html
  23 +RSYNC_PROTECT_TMP_FILES=(--filter "P .*.??????")
  24 +
  25 +# Copies and strips a vendored framework
  26 +install_framework()
  27 +{
  28 + if [ -r "${BUILT_PRODUCTS_DIR}/$1" ]; then
  29 + local source="${BUILT_PRODUCTS_DIR}/$1"
  30 + elif [ -r "${BUILT_PRODUCTS_DIR}/$(basename "$1")" ]; then
  31 + local source="${BUILT_PRODUCTS_DIR}/$(basename "$1")"
  32 + elif [ -r "$1" ]; then
  33 + local source="$1"
  34 + fi
  35 +
  36 + local destination="${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}"
  37 +
  38 + if [ -L "${source}" ]; then
  39 + echo "Symlinked..."
  40 + source="$(readlink "${source}")"
  41 + fi
  42 +
  43 + # Use filter instead of exclude so missing patterns don't throw errors.
  44 + echo "rsync --delete -av "${RSYNC_PROTECT_TMP_FILES[@]}" --filter \"- CVS/\" --filter \"- .svn/\" --filter \"- .git/\" --filter \"- .hg/\" --filter \"- Headers\" --filter \"- PrivateHeaders\" --filter \"- Modules\" \"${source}\" \"${destination}\""
  45 + rsync --delete -av "${RSYNC_PROTECT_TMP_FILES[@]}" --filter "- CVS/" --filter "- .svn/" --filter "- .git/" --filter "- .hg/" --filter "- Headers" --filter "- PrivateHeaders" --filter "- Modules" "${source}" "${destination}"
  46 +
  47 + local basename
  48 + basename="$(basename -s .framework "$1")"
  49 + binary="${destination}/${basename}.framework/${basename}"
  50 + if ! [ -r "$binary" ]; then
  51 + binary="${destination}/${basename}"
  52 + fi
  53 +
  54 + # Strip invalid architectures so "fat" simulator / device frameworks work on device
  55 + if [[ "$(file "$binary")" == *"dynamically linked shared library"* ]]; then
  56 + strip_invalid_archs "$binary"
  57 + fi
  58 +
  59 + # Resign the code if required by the build settings to avoid unstable apps
  60 + code_sign_if_enabled "${destination}/$(basename "$1")"
  61 +
  62 + # Embed linked Swift runtime libraries. No longer necessary as of Xcode 7.
  63 + if [ "${XCODE_VERSION_MAJOR}" -lt 7 ]; then
  64 + local swift_runtime_libs
  65 + swift_runtime_libs=$(xcrun otool -LX "$binary" | grep --color=never @rpath/libswift | sed -E s/@rpath\\/\(.+dylib\).*/\\1/g | uniq -u && exit ${PIPESTATUS[0]})
  66 + for lib in $swift_runtime_libs; do
  67 + echo "rsync -auv \"${SWIFT_STDLIB_PATH}/${lib}\" \"${destination}\""
  68 + rsync -auv "${SWIFT_STDLIB_PATH}/${lib}" "${destination}"
  69 + code_sign_if_enabled "${destination}/${lib}"
  70 + done
  71 + fi
  72 +}
  73 +
  74 +# Copies and strips a vendored dSYM
  75 +install_dsym() {
  76 + local source="$1"
  77 + if [ -r "$source" ]; then
  78 + # Copy the dSYM into a the targets temp dir.
  79 + echo "rsync --delete -av "${RSYNC_PROTECT_TMP_FILES[@]}" --filter \"- CVS/\" --filter \"- .svn/\" --filter \"- .git/\" --filter \"- .hg/\" --filter \"- Headers\" --filter \"- PrivateHeaders\" --filter \"- Modules\" \"${source}\" \"${DERIVED_FILES_DIR}\""
  80 + rsync --delete -av "${RSYNC_PROTECT_TMP_FILES[@]}" --filter "- CVS/" --filter "- .svn/" --filter "- .git/" --filter "- .hg/" --filter "- Headers" --filter "- PrivateHeaders" --filter "- Modules" "${source}" "${DERIVED_FILES_DIR}"
  81 +
  82 + local basename
  83 + basename="$(basename -s .framework.dSYM "$source")"
  84 + binary="${DERIVED_FILES_DIR}/${basename}.framework.dSYM/Contents/Resources/DWARF/${basename}"
  85 +
  86 + # Strip invalid architectures so "fat" simulator / device frameworks work on device
  87 + if [[ "$(file "$binary")" == *"Mach-O dSYM companion"* ]]; then
  88 + strip_invalid_archs "$binary"
  89 + fi
  90 +
  91 + if [[ $STRIP_BINARY_RETVAL == 1 ]]; then
  92 + # Move the stripped file into its final destination.
  93 + echo "rsync --delete -av "${RSYNC_PROTECT_TMP_FILES[@]}" --filter \"- CVS/\" --filter \"- .svn/\" --filter \"- .git/\" --filter \"- .hg/\" --filter \"- Headers\" --filter \"- PrivateHeaders\" --filter \"- Modules\" \"${DERIVED_FILES_DIR}/${basename}.framework.dSYM\" \"${DWARF_DSYM_FOLDER_PATH}\""
  94 + rsync --delete -av "${RSYNC_PROTECT_TMP_FILES[@]}" --filter "- CVS/" --filter "- .svn/" --filter "- .git/" --filter "- .hg/" --filter "- Headers" --filter "- PrivateHeaders" --filter "- Modules" "${DERIVED_FILES_DIR}/${basename}.framework.dSYM" "${DWARF_DSYM_FOLDER_PATH}"
  95 + else
  96 + # The dSYM was not stripped at all, in this case touch a fake folder so the input/output paths from Xcode do not reexecute this script because the file is missing.
  97 + touch "${DWARF_DSYM_FOLDER_PATH}/${basename}.framework.dSYM"
  98 + fi
  99 + fi
  100 +}
  101 +
  102 +# Signs a framework with the provided identity
  103 +code_sign_if_enabled() {
  104 + if [ -n "${EXPANDED_CODE_SIGN_IDENTITY}" -a "${CODE_SIGNING_REQUIRED:-}" != "NO" -a "${CODE_SIGNING_ALLOWED}" != "NO" ]; then
  105 + # Use the current code_sign_identitiy
  106 + echo "Code Signing $1 with Identity ${EXPANDED_CODE_SIGN_IDENTITY_NAME}"
  107 + local code_sign_cmd="/usr/bin/codesign --force --sign ${EXPANDED_CODE_SIGN_IDENTITY} ${OTHER_CODE_SIGN_FLAGS:-} --preserve-metadata=identifier,entitlements '$1'"
  108 +
  109 + if [ "${COCOAPODS_PARALLEL_CODE_SIGN}" == "true" ]; then
  110 + code_sign_cmd="$code_sign_cmd &"
  111 + fi
  112 + echo "$code_sign_cmd"
  113 + eval "$code_sign_cmd"
  114 + fi
  115 +}
  116 +
  117 +# Strip invalid architectures
  118 +strip_invalid_archs() {
  119 + binary="$1"
  120 + # Get architectures for current target binary
  121 + binary_archs="$(lipo -info "$binary" | rev | cut -d ':' -f1 | awk '{$1=$1;print}' | rev)"
  122 + # Intersect them with the architectures we are building for
  123 + intersected_archs="$(echo ${ARCHS[@]} ${binary_archs[@]} | tr ' ' '\n' | sort | uniq -d)"
  124 + # If there are no archs supported by this binary then warn the user
  125 + if [[ -z "$intersected_archs" ]]; then
  126 + echo "warning: [CP] Vendored binary '$binary' contains architectures ($binary_archs) none of which match the current build architectures ($ARCHS)."
  127 + STRIP_BINARY_RETVAL=0
  128 + return
  129 + fi
  130 + stripped=""
  131 + for arch in $binary_archs; do
  132 + if ! [[ "${ARCHS}" == *"$arch"* ]]; then
  133 + # Strip non-valid architectures in-place
  134 + lipo -remove "$arch" -output "$binary" "$binary" || exit 1
  135 + stripped="$stripped $arch"
  136 + fi
  137 + done
  138 + if [[ "$stripped" ]]; then
  139 + echo "Stripped $binary of architectures:$stripped"
  140 + fi
  141 + STRIP_BINARY_RETVAL=1
  142 +}
  143 +
  144 +
  145 +if [[ "$CONFIGURATION" == "Debug" ]]; then
  146 + install_framework "${BUILT_PRODUCTS_DIR}/CNLivePublishContent/CNLivePublishContent.framework"
  147 +fi
  148 +if [[ "$CONFIGURATION" == "Release" ]]; then
  149 + install_framework "${BUILT_PRODUCTS_DIR}/CNLivePublishContent/CNLivePublishContent.framework"
  150 +fi
  151 +if [ "${COCOAPODS_PARALLEL_CODE_SIGN}" == "true" ]; then
  152 + wait
  153 +fi
Example/Pods/Target Support Files/Pods-CNLivePublishContent_Example/Pods-CNLivePublishContent_Example-resources.sh 0 → 100755
  1 +#!/bin/sh
  2 +set -e
  3 +set -u
  4 +set -o pipefail
  5 +
  6 +if [ -z ${UNLOCALIZED_RESOURCES_FOLDER_PATH+x} ]; then
  7 + # If UNLOCALIZED_RESOURCES_FOLDER_PATH is not set, then there's nowhere for us to copy
  8 + # resources to, so exit 0 (signalling the script phase was successful).
  9 + exit 0
  10 +fi
  11 +
  12 +mkdir -p "${TARGET_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}"
  13 +
  14 +RESOURCES_TO_COPY=${PODS_ROOT}/resources-to-copy-${TARGETNAME}.txt
  15 +> "$RESOURCES_TO_COPY"
  16 +
  17 +XCASSET_FILES=()
  18 +
  19 +# This protects against multiple targets copying the same framework dependency at the same time. The solution
  20 +# was originally proposed here: https://lists.samba.org/archive/rsync/2008-February/020158.html
  21 +RSYNC_PROTECT_TMP_FILES=(--filter "P .*.??????")
  22 +
  23 +case "${TARGETED_DEVICE_FAMILY:-}" in
  24 + 1,2)
  25 + TARGET_DEVICE_ARGS="--target-device ipad --target-device iphone"
  26 + ;;
  27 + 1)
  28 + TARGET_DEVICE_ARGS="--target-device iphone"
  29 + ;;
  30 + 2)
  31 + TARGET_DEVICE_ARGS="--target-device ipad"
  32 + ;;
  33 + 3)
  34 + TARGET_DEVICE_ARGS="--target-device tv"
  35 + ;;
  36 + 4)
  37 + TARGET_DEVICE_ARGS="--target-device watch"
  38 + ;;
  39 + *)
  40 + TARGET_DEVICE_ARGS="--target-device mac"
  41 + ;;
  42 +esac
  43 +
  44 +install_resource()
  45 +{
  46 + if [[ "$1" = /* ]] ; then
  47 + RESOURCE_PATH="$1"
  48 + else
  49 + RESOURCE_PATH="${PODS_ROOT}/$1"
  50 + fi
  51 + if [[ ! -e "$RESOURCE_PATH" ]] ; then
  52 + cat << EOM
  53 +error: Resource "$RESOURCE_PATH" not found. Run 'pod install' to update the copy resources script.
  54 +EOM
  55 + exit 1
  56 + fi
  57 + case $RESOURCE_PATH in
  58 + *.storyboard)
  59 + echo "ibtool --reference-external-strings-file --errors --warnings --notices --minimum-deployment-target ${!DEPLOYMENT_TARGET_SETTING_NAME} --output-format human-readable-text --compile ${TARGET_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}/`basename \"$RESOURCE_PATH\" .storyboard`.storyboardc $RESOURCE_PATH --sdk ${SDKROOT} ${TARGET_DEVICE_ARGS}" || true
  60 + ibtool --reference-external-strings-file --errors --warnings --notices --minimum-deployment-target ${!DEPLOYMENT_TARGET_SETTING_NAME} --output-format human-readable-text --compile "${TARGET_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}/`basename \"$RESOURCE_PATH\" .storyboard`.storyboardc" "$RESOURCE_PATH" --sdk "${SDKROOT}" ${TARGET_DEVICE_ARGS}
  61 + ;;
  62 + *.xib)
  63 + echo "ibtool --reference-external-strings-file --errors --warnings --notices --minimum-deployment-target ${!DEPLOYMENT_TARGET_SETTING_NAME} --output-format human-readable-text --compile ${TARGET_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}/`basename \"$RESOURCE_PATH\" .xib`.nib $RESOURCE_PATH --sdk ${SDKROOT} ${TARGET_DEVICE_ARGS}" || true
  64 + ibtool --reference-external-strings-file --errors --warnings --notices --minimum-deployment-target ${!DEPLOYMENT_TARGET_SETTING_NAME} --output-format human-readable-text --compile "${TARGET_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}/`basename \"$RESOURCE_PATH\" .xib`.nib" "$RESOURCE_PATH" --sdk "${SDKROOT}" ${TARGET_DEVICE_ARGS}
  65 + ;;
  66 + *.framework)
  67 + echo "mkdir -p ${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}" || true
  68 + mkdir -p "${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}"
  69 + echo "rsync --delete -av "${RSYNC_PROTECT_TMP_FILES[@]}" $RESOURCE_PATH ${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}" || true
  70 + rsync --delete -av "${RSYNC_PROTECT_TMP_FILES[@]}" "$RESOURCE_PATH" "${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}"
  71 + ;;
  72 + *.xcdatamodel)
  73 + echo "xcrun momc \"$RESOURCE_PATH\" \"${TARGET_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}/`basename "$RESOURCE_PATH"`.mom\"" || true
  74 + xcrun momc "$RESOURCE_PATH" "${TARGET_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}/`basename "$RESOURCE_PATH" .xcdatamodel`.mom"
  75 + ;;
  76 + *.xcdatamodeld)
  77 + echo "xcrun momc \"$RESOURCE_PATH\" \"${TARGET_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}/`basename "$RESOURCE_PATH" .xcdatamodeld`.momd\"" || true
  78 + xcrun momc "$RESOURCE_PATH" "${TARGET_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}/`basename "$RESOURCE_PATH" .xcdatamodeld`.momd"
  79 + ;;
  80 + *.xcmappingmodel)
  81 + echo "xcrun mapc \"$RESOURCE_PATH\" \"${TARGET_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}/`basename "$RESOURCE_PATH" .xcmappingmodel`.cdm\"" || true
  82 + xcrun mapc "$RESOURCE_PATH" "${TARGET_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}/`basename "$RESOURCE_PATH" .xcmappingmodel`.cdm"
  83 + ;;
  84 + *.xcassets)
  85 + ABSOLUTE_XCASSET_FILE="$RESOURCE_PATH"
  86 + XCASSET_FILES+=("$ABSOLUTE_XCASSET_FILE")
  87 + ;;
  88 + *)
  89 + echo "$RESOURCE_PATH" || true
  90 + echo "$RESOURCE_PATH" >> "$RESOURCES_TO_COPY"
  91 + ;;
  92 + esac
  93 +}
  94 +
  95 +mkdir -p "${TARGET_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}"
  96 +rsync -avr --copy-links --no-relative --exclude '*/.svn/*' --files-from="$RESOURCES_TO_COPY" / "${TARGET_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}"
  97 +if [[ "${ACTION}" == "install" ]] && [[ "${SKIP_INSTALL}" == "NO" ]]; then
  98 + mkdir -p "${INSTALL_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}"
  99 + rsync -avr --copy-links --no-relative --exclude '*/.svn/*' --files-from="$RESOURCES_TO_COPY" / "${INSTALL_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}"
  100 +fi
  101 +rm -f "$RESOURCES_TO_COPY"
  102 +
  103 +if [[ -n "${WRAPPER_EXTENSION}" ]] && [ "`xcrun --find actool`" ] && [ -n "${XCASSET_FILES:-}" ]
  104 +then
  105 + # Find all other xcassets (this unfortunately includes those of path pods and other targets).
  106 + OTHER_XCASSETS=$(find "$PWD" -iname "*.xcassets" -type d)
  107 + while read line; do
  108 + if [[ $line != "${PODS_ROOT}*" ]]; then
  109 + XCASSET_FILES+=("$line")
  110 + fi
  111 + done <<<"$OTHER_XCASSETS"
  112 +
  113 + if [ -z ${ASSETCATALOG_COMPILER_APPICON_NAME+x} ]; then
  114 + printf "%s\0" "${XCASSET_FILES[@]}" | xargs -0 xcrun actool --output-format human-readable-text --notices --warnings --platform "${PLATFORM_NAME}" --minimum-deployment-target "${!DEPLOYMENT_TARGET_SETTING_NAME}" ${TARGET_DEVICE_ARGS} --compress-pngs --compile "${BUILT_PRODUCTS_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}"
  115 + else
  116 + printf "%s\0" "${XCASSET_FILES[@]}" | xargs -0 xcrun actool --output-format human-readable-text --notices --warnings --platform "${PLATFORM_NAME}" --minimum-deployment-target "${!DEPLOYMENT_TARGET_SETTING_NAME}" ${TARGET_DEVICE_ARGS} --compress-pngs --compile "${BUILT_PRODUCTS_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}" --app-icon "${ASSETCATALOG_COMPILER_APPICON_NAME}" --output-partial-info-plist "${TARGET_TEMP_DIR}/assetcatalog_generated_info_cocoapods.plist"
  117 + fi
  118 +fi
Example/Pods/Target Support Files/Pods-CNLivePublishContent_Example/Pods-CNLivePublishContent_Example-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 +
  14 +FOUNDATION_EXPORT double Pods_CNLivePublishContent_ExampleVersionNumber;
  15 +FOUNDATION_EXPORT const unsigned char Pods_CNLivePublishContent_ExampleVersionString[];
  16 +
Example/Pods/Target Support Files/Pods-CNLivePublishContent_Example/Pods-CNLivePublishContent_Example.debug.xcconfig 0 → 100644
  1 +FRAMEWORK_SEARCH_PATHS = $(inherited) "${PODS_CONFIGURATION_BUILD_DIR}/CNLivePublishContent"
  2 +GCC_PREPROCESSOR_DEFINITIONS = $(inherited) COCOAPODS=1
  3 +LD_RUNPATH_SEARCH_PATHS = $(inherited) '@executable_path/Frameworks' '@loader_path/Frameworks'
  4 +OTHER_CFLAGS = $(inherited) -iquote "${PODS_CONFIGURATION_BUILD_DIR}/CNLivePublishContent/CNLivePublishContent.framework/Headers"
  5 +OTHER_LDFLAGS = $(inherited) -framework "CNLivePublishContent"
  6 +PODS_BUILD_DIR = ${BUILD_DIR}
  7 +PODS_CONFIGURATION_BUILD_DIR = ${PODS_BUILD_DIR}/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME)
  8 +PODS_PODFILE_DIR_PATH = ${SRCROOT}/.
  9 +PODS_ROOT = ${SRCROOT}/Pods
Example/Pods/Target Support Files/Pods-CNLivePublishContent_Example/Pods-CNLivePublishContent_Example.modulemap 0 → 100644
  1 +framework module Pods_CNLivePublishContent_Example {
  2 + umbrella header "Pods-CNLivePublishContent_Example-umbrella.h"
  3 +
  4 + export *
  5 + module * { export * }
  6 +}
Example/Pods/Target Support Files/Pods-CNLivePublishContent_Example/Pods-CNLivePublishContent_Example.release.xcconfig 0 → 100644
  1 +FRAMEWORK_SEARCH_PATHS = $(inherited) "${PODS_CONFIGURATION_BUILD_DIR}/CNLivePublishContent"
  2 +GCC_PREPROCESSOR_DEFINITIONS = $(inherited) COCOAPODS=1
  3 +LD_RUNPATH_SEARCH_PATHS = $(inherited) '@executable_path/Frameworks' '@loader_path/Frameworks'
  4 +OTHER_CFLAGS = $(inherited) -iquote "${PODS_CONFIGURATION_BUILD_DIR}/CNLivePublishContent/CNLivePublishContent.framework/Headers"
  5 +OTHER_LDFLAGS = $(inherited) -framework "CNLivePublishContent"
  6 +PODS_BUILD_DIR = ${BUILD_DIR}
  7 +PODS_CONFIGURATION_BUILD_DIR = ${PODS_BUILD_DIR}/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME)
  8 +PODS_PODFILE_DIR_PATH = ${SRCROOT}/.
  9 +PODS_ROOT = ${SRCROOT}/Pods
Example/Pods/Target Support Files/Pods-CNLivePublishContent_Tests/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>en</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>FMWK</string>
  17 + <key>CFBundleShortVersionString</key>
  18 + <string>1.0.0</string>
  19 + <key>CFBundleSignature</key>
  20 + <string>????</string>
  21 + <key>CFBundleVersion</key>
  22 + <string>${CURRENT_PROJECT_VERSION}</string>
  23 + <key>NSPrincipalClass</key>
  24 + <string></string>
  25 +</dict>
  26 +</plist>
Example/Pods/Target Support Files/Pods-CNLivePublishContent_Tests/Pods-CNLivePublishContent_Tests-acknowledgements.markdown 0 → 100644
  1 +# Acknowledgements
  2 +This application makes use of the following third party libraries:
  3 +Generated by CocoaPods - https://cocoapods.org
Example/Pods/Target Support Files/Pods-CNLivePublishContent_Tests/Pods-CNLivePublishContent_Tests-acknowledgements.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>PreferenceSpecifiers</key>
  6 + <array>
  7 + <dict>
  8 + <key>FooterText</key>
  9 + <string>This application makes use of the following third party libraries:</string>
  10 + <key>Title</key>
  11 + <string>Acknowledgements</string>
  12 + <key>Type</key>
  13 + <string>PSGroupSpecifier</string>
  14 + </dict>
  15 + <dict>
  16 + <key>FooterText</key>
  17 + <string>Generated by CocoaPods - https://cocoapods.org</string>
  18 + <key>Title</key>
  19 + <string></string>
  20 + <key>Type</key>
  21 + <string>PSGroupSpecifier</string>
  22 + </dict>
  23 + </array>
  24 + <key>StringsTable</key>
  25 + <string>Acknowledgements</string>
  26 + <key>Title</key>
  27 + <string>Acknowledgements</string>
  28 +</dict>
  29 +</plist>
Example/Pods/Target Support Files/Pods-CNLivePublishContent_Tests/Pods-CNLivePublishContent_Tests-dummy.m 0 → 100644
  1 +#import <Foundation/Foundation.h>
  2 +@interface PodsDummy_Pods_CNLivePublishContent_Tests : NSObject
  3 +@end
  4 +@implementation PodsDummy_Pods_CNLivePublishContent_Tests
  5 +@end
Example/Pods/Target Support Files/Pods-CNLivePublishContent_Tests/Pods-CNLivePublishContent_Tests-frameworks.sh 0 → 100755
  1 +#!/bin/sh
  2 +set -e
  3 +set -u
  4 +set -o pipefail
  5 +
  6 +if [ -z ${FRAMEWORKS_FOLDER_PATH+x} ]; then
  7 + # If FRAMEWORKS_FOLDER_PATH is not set, then there's nowhere for us to copy
  8 + # frameworks to, so exit 0 (signalling the script phase was successful).
  9 + exit 0
  10 +fi
  11 +
  12 +echo "mkdir -p ${CONFIGURATION_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}"
  13 +mkdir -p "${CONFIGURATION_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}"
  14 +
  15 +COCOAPODS_PARALLEL_CODE_SIGN="${COCOAPODS_PARALLEL_CODE_SIGN:-false}"
  16 +SWIFT_STDLIB_PATH="${DT_TOOLCHAIN_DIR}/usr/lib/swift/${PLATFORM_NAME}"
  17 +
  18 +# Used as a return value for each invocation of `strip_invalid_archs` function.
  19 +STRIP_BINARY_RETVAL=0
  20 +
  21 +# This protects against multiple targets copying the same framework dependency at the same time. The solution
  22 +# was originally proposed here: https://lists.samba.org/archive/rsync/2008-February/020158.html
  23 +RSYNC_PROTECT_TMP_FILES=(--filter "P .*.??????")
  24 +
  25 +# Copies and strips a vendored framework
  26 +install_framework()
  27 +{
  28 + if [ -r "${BUILT_PRODUCTS_DIR}/$1" ]; then
  29 + local source="${BUILT_PRODUCTS_DIR}/$1"
  30 + elif [ -r "${BUILT_PRODUCTS_DIR}/$(basename "$1")" ]; then
  31 + local source="${BUILT_PRODUCTS_DIR}/$(basename "$1")"
  32 + elif [ -r "$1" ]; then
  33 + local source="$1"
  34 + fi
  35 +
  36 + local destination="${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}"
  37 +
  38 + if [ -L "${source}" ]; then
  39 + echo "Symlinked..."
  40 + source="$(readlink "${source}")"
  41 + fi
  42 +
  43 + # Use filter instead of exclude so missing patterns don't throw errors.
  44 + echo "rsync --delete -av "${RSYNC_PROTECT_TMP_FILES[@]}" --filter \"- CVS/\" --filter \"- .svn/\" --filter \"- .git/\" --filter \"- .hg/\" --filter \"- Headers\" --filter \"- PrivateHeaders\" --filter \"- Modules\" \"${source}\" \"${destination}\""
  45 + rsync --delete -av "${RSYNC_PROTECT_TMP_FILES[@]}" --filter "- CVS/" --filter "- .svn/" --filter "- .git/" --filter "- .hg/" --filter "- Headers" --filter "- PrivateHeaders" --filter "- Modules" "${source}" "${destination}"
  46 +
  47 + local basename
  48 + basename="$(basename -s .framework "$1")"
  49 + binary="${destination}/${basename}.framework/${basename}"
  50 + if ! [ -r "$binary" ]; then
  51 + binary="${destination}/${basename}"
  52 + fi
  53 +
  54 + # Strip invalid architectures so "fat" simulator / device frameworks work on device
  55 + if [[ "$(file "$binary")" == *"dynamically linked shared library"* ]]; then
  56 + strip_invalid_archs "$binary"
  57 + fi
  58 +
  59 + # Resign the code if required by the build settings to avoid unstable apps
  60 + code_sign_if_enabled "${destination}/$(basename "$1")"
  61 +
  62 + # Embed linked Swift runtime libraries. No longer necessary as of Xcode 7.
  63 + if [ "${XCODE_VERSION_MAJOR}" -lt 7 ]; then
  64 + local swift_runtime_libs
  65 + swift_runtime_libs=$(xcrun otool -LX "$binary" | grep --color=never @rpath/libswift | sed -E s/@rpath\\/\(.+dylib\).*/\\1/g | uniq -u && exit ${PIPESTATUS[0]})
  66 + for lib in $swift_runtime_libs; do
  67 + echo "rsync -auv \"${SWIFT_STDLIB_PATH}/${lib}\" \"${destination}\""
  68 + rsync -auv "${SWIFT_STDLIB_PATH}/${lib}" "${destination}"
  69 + code_sign_if_enabled "${destination}/${lib}"
  70 + done
  71 + fi
  72 +}
  73 +
  74 +# Copies and strips a vendored dSYM
  75 +install_dsym() {
  76 + local source="$1"
  77 + if [ -r "$source" ]; then
  78 + # Copy the dSYM into a the targets temp dir.
  79 + echo "rsync --delete -av "${RSYNC_PROTECT_TMP_FILES[@]}" --filter \"- CVS/\" --filter \"- .svn/\" --filter \"- .git/\" --filter \"- .hg/\" --filter \"- Headers\" --filter \"- PrivateHeaders\" --filter \"- Modules\" \"${source}\" \"${DERIVED_FILES_DIR}\""
  80 + rsync --delete -av "${RSYNC_PROTECT_TMP_FILES[@]}" --filter "- CVS/" --filter "- .svn/" --filter "- .git/" --filter "- .hg/" --filter "- Headers" --filter "- PrivateHeaders" --filter "- Modules" "${source}" "${DERIVED_FILES_DIR}"
  81 +
  82 + local basename
  83 + basename="$(basename -s .framework.dSYM "$source")"
  84 + binary="${DERIVED_FILES_DIR}/${basename}.framework.dSYM/Contents/Resources/DWARF/${basename}"
  85 +
  86 + # Strip invalid architectures so "fat" simulator / device frameworks work on device
  87 + if [[ "$(file "$binary")" == *"Mach-O dSYM companion"* ]]; then
  88 + strip_invalid_archs "$binary"
  89 + fi
  90 +
  91 + if [[ $STRIP_BINARY_RETVAL == 1 ]]; then
  92 + # Move the stripped file into its final destination.
  93 + echo "rsync --delete -av "${RSYNC_PROTECT_TMP_FILES[@]}" --filter \"- CVS/\" --filter \"- .svn/\" --filter \"- .git/\" --filter \"- .hg/\" --filter \"- Headers\" --filter \"- PrivateHeaders\" --filter \"- Modules\" \"${DERIVED_FILES_DIR}/${basename}.framework.dSYM\" \"${DWARF_DSYM_FOLDER_PATH}\""
  94 + rsync --delete -av "${RSYNC_PROTECT_TMP_FILES[@]}" --filter "- CVS/" --filter "- .svn/" --filter "- .git/" --filter "- .hg/" --filter "- Headers" --filter "- PrivateHeaders" --filter "- Modules" "${DERIVED_FILES_DIR}/${basename}.framework.dSYM" "${DWARF_DSYM_FOLDER_PATH}"
  95 + else
  96 + # The dSYM was not stripped at all, in this case touch a fake folder so the input/output paths from Xcode do not reexecute this script because the file is missing.
  97 + touch "${DWARF_DSYM_FOLDER_PATH}/${basename}.framework.dSYM"
  98 + fi
  99 + fi
  100 +}
  101 +
  102 +# Signs a framework with the provided identity
  103 +code_sign_if_enabled() {
  104 + if [ -n "${EXPANDED_CODE_SIGN_IDENTITY}" -a "${CODE_SIGNING_REQUIRED:-}" != "NO" -a "${CODE_SIGNING_ALLOWED}" != "NO" ]; then
  105 + # Use the current code_sign_identitiy
  106 + echo "Code Signing $1 with Identity ${EXPANDED_CODE_SIGN_IDENTITY_NAME}"
  107 + local code_sign_cmd="/usr/bin/codesign --force --sign ${EXPANDED_CODE_SIGN_IDENTITY} ${OTHER_CODE_SIGN_FLAGS:-} --preserve-metadata=identifier,entitlements '$1'"
  108 +
  109 + if [ "${COCOAPODS_PARALLEL_CODE_SIGN}" == "true" ]; then
  110 + code_sign_cmd="$code_sign_cmd &"
  111 + fi
  112 + echo "$code_sign_cmd"
  113 + eval "$code_sign_cmd"
  114 + fi
  115 +}
  116 +
  117 +# Strip invalid architectures
  118 +strip_invalid_archs() {
  119 + binary="$1"
  120 + # Get architectures for current target binary
  121 + binary_archs="$(lipo -info "$binary" | rev | cut -d ':' -f1 | awk '{$1=$1;print}' | rev)"
  122 + # Intersect them with the architectures we are building for
  123 + intersected_archs="$(echo ${ARCHS[@]} ${binary_archs[@]} | tr ' ' '\n' | sort | uniq -d)"
  124 + # If there are no archs supported by this binary then warn the user
  125 + if [[ -z "$intersected_archs" ]]; then
  126 + echo "warning: [CP] Vendored binary '$binary' contains architectures ($binary_archs) none of which match the current build architectures ($ARCHS)."
  127 + STRIP_BINARY_RETVAL=0
  128 + return
  129 + fi
  130 + stripped=""
  131 + for arch in $binary_archs; do
  132 + if ! [[ "${ARCHS}" == *"$arch"* ]]; then
  133 + # Strip non-valid architectures in-place
  134 + lipo -remove "$arch" -output "$binary" "$binary" || exit 1
  135 + stripped="$stripped $arch"
  136 + fi
  137 + done
  138 + if [[ "$stripped" ]]; then
  139 + echo "Stripped $binary of architectures:$stripped"
  140 + fi
  141 + STRIP_BINARY_RETVAL=1
  142 +}
  143 +
  144 +if [ "${COCOAPODS_PARALLEL_CODE_SIGN}" == "true" ]; then
  145 + wait
  146 +fi
Example/Pods/Target Support Files/Pods-CNLivePublishContent_Tests/Pods-CNLivePublishContent_Tests-resources.sh 0 → 100755
  1 +#!/bin/sh
  2 +set -e
  3 +set -u
  4 +set -o pipefail
  5 +
  6 +if [ -z ${UNLOCALIZED_RESOURCES_FOLDER_PATH+x} ]; then
  7 + # If UNLOCALIZED_RESOURCES_FOLDER_PATH is not set, then there's nowhere for us to copy
  8 + # resources to, so exit 0 (signalling the script phase was successful).
  9 + exit 0
  10 +fi
  11 +
  12 +mkdir -p "${TARGET_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}"
  13 +
  14 +RESOURCES_TO_COPY=${PODS_ROOT}/resources-to-copy-${TARGETNAME}.txt
  15 +> "$RESOURCES_TO_COPY"
  16 +
  17 +XCASSET_FILES=()
  18 +
  19 +# This protects against multiple targets copying the same framework dependency at the same time. The solution
  20 +# was originally proposed here: https://lists.samba.org/archive/rsync/2008-February/020158.html
  21 +RSYNC_PROTECT_TMP_FILES=(--filter "P .*.??????")
  22 +
  23 +case "${TARGETED_DEVICE_FAMILY:-}" in
  24 + 1,2)
  25 + TARGET_DEVICE_ARGS="--target-device ipad --target-device iphone"
  26 + ;;
  27 + 1)
  28 + TARGET_DEVICE_ARGS="--target-device iphone"
  29 + ;;
  30 + 2)
  31 + TARGET_DEVICE_ARGS="--target-device ipad"
  32 + ;;
  33 + 3)
  34 + TARGET_DEVICE_ARGS="--target-device tv"
  35 + ;;
  36 + 4)
  37 + TARGET_DEVICE_ARGS="--target-device watch"
  38 + ;;
  39 + *)
  40 + TARGET_DEVICE_ARGS="--target-device mac"
  41 + ;;
  42 +esac
  43 +
  44 +install_resource()
  45 +{
  46 + if [[ "$1" = /* ]] ; then
  47 + RESOURCE_PATH="$1"
  48 + else
  49 + RESOURCE_PATH="${PODS_ROOT}/$1"
  50 + fi
  51 + if [[ ! -e "$RESOURCE_PATH" ]] ; then
  52 + cat << EOM
  53 +error: Resource "$RESOURCE_PATH" not found. Run 'pod install' to update the copy resources script.
  54 +EOM
  55 + exit 1
  56 + fi
  57 + case $RESOURCE_PATH in
  58 + *.storyboard)
  59 + echo "ibtool --reference-external-strings-file --errors --warnings --notices --minimum-deployment-target ${!DEPLOYMENT_TARGET_SETTING_NAME} --output-format human-readable-text --compile ${TARGET_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}/`basename \"$RESOURCE_PATH\" .storyboard`.storyboardc $RESOURCE_PATH --sdk ${SDKROOT} ${TARGET_DEVICE_ARGS}" || true
  60 + ibtool --reference-external-strings-file --errors --warnings --notices --minimum-deployment-target ${!DEPLOYMENT_TARGET_SETTING_NAME} --output-format human-readable-text --compile "${TARGET_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}/`basename \"$RESOURCE_PATH\" .storyboard`.storyboardc" "$RESOURCE_PATH" --sdk "${SDKROOT}" ${TARGET_DEVICE_ARGS}
  61 + ;;
  62 + *.xib)
  63 + echo "ibtool --reference-external-strings-file --errors --warnings --notices --minimum-deployment-target ${!DEPLOYMENT_TARGET_SETTING_NAME} --output-format human-readable-text --compile ${TARGET_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}/`basename \"$RESOURCE_PATH\" .xib`.nib $RESOURCE_PATH --sdk ${SDKROOT} ${TARGET_DEVICE_ARGS}" || true
  64 + ibtool --reference-external-strings-file --errors --warnings --notices --minimum-deployment-target ${!DEPLOYMENT_TARGET_SETTING_NAME} --output-format human-readable-text --compile "${TARGET_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}/`basename \"$RESOURCE_PATH\" .xib`.nib" "$RESOURCE_PATH" --sdk "${SDKROOT}" ${TARGET_DEVICE_ARGS}
  65 + ;;
  66 + *.framework)
  67 + echo "mkdir -p ${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}" || true
  68 + mkdir -p "${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}"
  69 + echo "rsync --delete -av "${RSYNC_PROTECT_TMP_FILES[@]}" $RESOURCE_PATH ${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}" || true
  70 + rsync --delete -av "${RSYNC_PROTECT_TMP_FILES[@]}" "$RESOURCE_PATH" "${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}"
  71 + ;;
  72 + *.xcdatamodel)
  73 + echo "xcrun momc \"$RESOURCE_PATH\" \"${TARGET_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}/`basename "$RESOURCE_PATH"`.mom\"" || true
  74 + xcrun momc "$RESOURCE_PATH" "${TARGET_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}/`basename "$RESOURCE_PATH" .xcdatamodel`.mom"
  75 + ;;
  76 + *.xcdatamodeld)
  77 + echo "xcrun momc \"$RESOURCE_PATH\" \"${TARGET_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}/`basename "$RESOURCE_PATH" .xcdatamodeld`.momd\"" || true
  78 + xcrun momc "$RESOURCE_PATH" "${TARGET_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}/`basename "$RESOURCE_PATH" .xcdatamodeld`.momd"
  79 + ;;
  80 + *.xcmappingmodel)
  81 + echo "xcrun mapc \"$RESOURCE_PATH\" \"${TARGET_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}/`basename "$RESOURCE_PATH" .xcmappingmodel`.cdm\"" || true
  82 + xcrun mapc "$RESOURCE_PATH" "${TARGET_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}/`basename "$RESOURCE_PATH" .xcmappingmodel`.cdm"
  83 + ;;
  84 + *.xcassets)
  85 + ABSOLUTE_XCASSET_FILE="$RESOURCE_PATH"
  86 + XCASSET_FILES+=("$ABSOLUTE_XCASSET_FILE")
  87 + ;;
  88 + *)
  89 + echo "$RESOURCE_PATH" || true
  90 + echo "$RESOURCE_PATH" >> "$RESOURCES_TO_COPY"
  91 + ;;
  92 + esac
  93 +}
  94 +
  95 +mkdir -p "${TARGET_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}"
  96 +rsync -avr --copy-links --no-relative --exclude '*/.svn/*' --files-from="$RESOURCES_TO_COPY" / "${TARGET_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}"
  97 +if [[ "${ACTION}" == "install" ]] && [[ "${SKIP_INSTALL}" == "NO" ]]; then
  98 + mkdir -p "${INSTALL_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}"
  99 + rsync -avr --copy-links --no-relative --exclude '*/.svn/*' --files-from="$RESOURCES_TO_COPY" / "${INSTALL_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}"
  100 +fi
  101 +rm -f "$RESOURCES_TO_COPY"
  102 +
  103 +if [[ -n "${WRAPPER_EXTENSION}" ]] && [ "`xcrun --find actool`" ] && [ -n "${XCASSET_FILES:-}" ]
  104 +then
  105 + # Find all other xcassets (this unfortunately includes those of path pods and other targets).
  106 + OTHER_XCASSETS=$(find "$PWD" -iname "*.xcassets" -type d)
  107 + while read line; do
  108 + if [[ $line != "${PODS_ROOT}*" ]]; then
  109 + XCASSET_FILES+=("$line")
  110 + fi
  111 + done <<<"$OTHER_XCASSETS"
  112 +
  113 + if [ -z ${ASSETCATALOG_COMPILER_APPICON_NAME+x} ]; then
  114 + printf "%s\0" "${XCASSET_FILES[@]}" | xargs -0 xcrun actool --output-format human-readable-text --notices --warnings --platform "${PLATFORM_NAME}" --minimum-deployment-target "${!DEPLOYMENT_TARGET_SETTING_NAME}" ${TARGET_DEVICE_ARGS} --compress-pngs --compile "${BUILT_PRODUCTS_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}"
  115 + else
  116 + printf "%s\0" "${XCASSET_FILES[@]}" | xargs -0 xcrun actool --output-format human-readable-text --notices --warnings --platform "${PLATFORM_NAME}" --minimum-deployment-target "${!DEPLOYMENT_TARGET_SETTING_NAME}" ${TARGET_DEVICE_ARGS} --compress-pngs --compile "${BUILT_PRODUCTS_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}" --app-icon "${ASSETCATALOG_COMPILER_APPICON_NAME}" --output-partial-info-plist "${TARGET_TEMP_DIR}/assetcatalog_generated_info_cocoapods.plist"
  117 + fi
  118 +fi
Example/Pods/Target Support Files/Pods-CNLivePublishContent_Tests/Pods-CNLivePublishContent_Tests-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 +
  14 +FOUNDATION_EXPORT double Pods_CNLivePublishContent_TestsVersionNumber;
  15 +FOUNDATION_EXPORT const unsigned char Pods_CNLivePublishContent_TestsVersionString[];
  16 +
Example/Pods/Target Support Files/Pods-CNLivePublishContent_Tests/Pods-CNLivePublishContent_Tests.debug.xcconfig 0 → 100644
  1 +FRAMEWORK_SEARCH_PATHS = $(inherited) "${PODS_CONFIGURATION_BUILD_DIR}/CNLivePublishContent"
  2 +GCC_PREPROCESSOR_DEFINITIONS = $(inherited) COCOAPODS=1
  3 +LD_RUNPATH_SEARCH_PATHS = $(inherited) '@executable_path/Frameworks' '@loader_path/Frameworks'
  4 +OTHER_CFLAGS = $(inherited) -iquote "${PODS_CONFIGURATION_BUILD_DIR}/CNLivePublishContent/CNLivePublishContent.framework/Headers"
  5 +PODS_BUILD_DIR = ${BUILD_DIR}
  6 +PODS_CONFIGURATION_BUILD_DIR = ${PODS_BUILD_DIR}/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME)
  7 +PODS_PODFILE_DIR_PATH = ${SRCROOT}/.
  8 +PODS_ROOT = ${SRCROOT}/Pods
Example/Pods/Target Support Files/Pods-CNLivePublishContent_Tests/Pods-CNLivePublishContent_Tests.modulemap 0 → 100644
  1 +framework module Pods_CNLivePublishContent_Tests {
  2 + umbrella header "Pods-CNLivePublishContent_Tests-umbrella.h"
  3 +
  4 + export *
  5 + module * { export * }
  6 +}
Example/Pods/Target Support Files/Pods-CNLivePublishContent_Tests/Pods-CNLivePublishContent_Tests.release.xcconfig 0 → 100644
  1 +FRAMEWORK_SEARCH_PATHS = $(inherited) "${PODS_CONFIGURATION_BUILD_DIR}/CNLivePublishContent"
  2 +GCC_PREPROCESSOR_DEFINITIONS = $(inherited) COCOAPODS=1
  3 +LD_RUNPATH_SEARCH_PATHS = $(inherited) '@executable_path/Frameworks' '@loader_path/Frameworks'
  4 +OTHER_CFLAGS = $(inherited) -iquote "${PODS_CONFIGURATION_BUILD_DIR}/CNLivePublishContent/CNLivePublishContent.framework/Headers"
  5 +PODS_BUILD_DIR = ${BUILD_DIR}
  6 +PODS_CONFIGURATION_BUILD_DIR = ${PODS_BUILD_DIR}/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME)
  7 +PODS_PODFILE_DIR_PATH = ${SRCROOT}/.
  8 +PODS_ROOT = ${SRCROOT}/Pods
Example/Tests/Tests-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>en</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>CFBundlePackageType</key>
  14 + <string>BNDL</string>
  15 + <key>CFBundleShortVersionString</key>
  16 + <string>1.0</string>
  17 + <key>CFBundleSignature</key>
  18 + <string>????</string>
  19 + <key>CFBundleVersion</key>
  20 + <string>1</string>
  21 +</dict>
  22 +</plist>
Example/Tests/Tests-Prefix.pch 0 → 100644
  1 +// The contents of this file are implicitly included at the beginning of every test case source file.
  2 +
  3 +#ifdef __OBJC__
  4 +
  5 +
  6 +
  7 +#endif
Example/Tests/Tests.m 0 → 100644
  1 +//
  2 +// CNLivePublishContentTests.m
  3 +// CNLivePublishContentTests
  4 +//
  5 +// Created by 殷巧娟 on 12/05/2018.
  6 +// Copyright (c) 2018 殷巧娟. All rights reserved.
  7 +//
  8 +
  9 +@import XCTest;
  10 +
  11 +@interface Tests : XCTestCase
  12 +
  13 +@end
  14 +
  15 +@implementation Tests
  16 +
  17 +- (void)setUp
  18 +{
  19 + [super setUp];
  20 + // Put setup code here. This method is called before the invocation of each test method in the class.
  21 +}
  22 +
  23 +- (void)tearDown
  24 +{
  25 + // Put teardown code here. This method is called after the invocation of each test method in the class.
  26 + [super tearDown];
  27 +}
  28 +
  29 +- (void)testExample
  30 +{
  31 + XCTFail(@"No implementation for \"%s\"", __PRETTY_FUNCTION__);
  32 +}
  33 +
  34 +@end
  35 +
Example/Tests/en.lproj/InfoPlist.strings 0 → 100644
  1 +/* Localized versions of Info.plist keys */
  2 +
_Pods.xcodeproj 0 → 120000
  1 +Example/Pods/Pods.xcodeproj
0 \ No newline at end of file 2 \ No newline at end of file