Commit d65bbe7dcfc009b98f6e3a72e2e9b0dab138abfd
1 parent
78e69c3f
0.1.1
Showing
18 changed files
with
300 additions
and
348 deletions
CNLivePublishContent.podspec
| ... | ... | @@ -4,9 +4,6 @@ Pod::Spec.new do |s| |
| 4 | 4 | s.version = '0.1.0' |
| 5 | 5 | s.summary = '测试组件化' |
| 6 | 6 | |
| 7 | - s.description = <<-DESC | |
| 8 | - 测试组件化打包流程 | |
| 9 | - DESC | |
| 10 | 7 | |
| 11 | 8 | s.homepage = 'http://bj.gitlab.cnlive.com/ios-team/CNLivePublishContents' |
| 12 | 9 | # s.screenshots = 'www.example.com/screenshots_1', 'www.example.com/screenshots_2' |
| ... | ... | @@ -17,13 +14,13 @@ Pod::Spec.new do |s| |
| 17 | 14 | |
| 18 | 15 | s.ios.deployment_target = '9.0' |
| 19 | 16 | |
| 20 | - s.source_files = 'CNLivePublishContent/Classes/*.{h,m}' | |
| 17 | + s.source_files = 'CNLivePublishContent/Classes/**/*.{h,m}' | |
| 21 | 18 | |
| 22 | 19 | # s.resource_bundles = { |
| 23 | 20 | # 'CNLivePublishContent' => ['CNLivePublishContent/Assets/*.png'] |
| 24 | 21 | # } |
| 25 | 22 | |
| 26 | - # s.public_header_files = 'Pod/Classes/**/*.h' | |
| 27 | - s.frameworks = 'UIKit', 'Foundation' | |
| 28 | - s.dependency 'AFNetworking' | |
| 23 | + #s.public_header_files = 'CNLivePublishContent/Classes/YQJTest.h' | |
| 24 | + s.frameworks = 'UIKit', 'Foundation' | |
| 25 | + # s.dependency 'AFNetworking' | |
| 29 | 26 | end | ... | ... |
Example/CNLivePublishContent.xcodeproj/project.pbxproj
| ... | ... | @@ -40,7 +40,7 @@ |
| 40 | 40 | 29FB93028CB6D2C24D8AFAA9 /* 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>"; }; |
| 41 | 41 | 2F4C6A2E0591D2FA4C23E708 /* README.md */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = net.daringfireball.markdown; name = README.md; path = ../README.md; sourceTree = "<group>"; }; |
| 42 | 42 | 3381616DA1A24E51F7C79832 /* 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>"; }; |
| 43 | - 5A00816720CD58F2BC86FB1A /* CNLivePublishContent.podspec */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text; name = CNLivePublishContent.podspec; path = ../CNLivePublishContent.podspec; sourceTree = "<group>"; }; | |
| 43 | + 5A00816720CD58F2BC86FB1A /* CNLivePublishContent.podspec */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text; name = CNLivePublishContent.podspec; path = ../CNLivePublishContent.podspec; sourceTree = "<group>"; xcLanguageSpecificationIdentifier = xcode.lang.ruby; }; | |
| 44 | 44 | 6003F58A195388D20070C39A /* CNLivePublishContent_Example.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = CNLivePublishContent_Example.app; sourceTree = BUILT_PRODUCTS_DIR; }; |
| 45 | 45 | 6003F58D195388D20070C39A /* Foundation.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Foundation.framework; path = System/Library/Frameworks/Foundation.framework; sourceTree = SDKROOT; }; |
| 46 | 46 | 6003F58F195388D20070C39A /* CoreGraphics.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = CoreGraphics.framework; path = System/Library/Frameworks/CoreGraphics.framework; sourceTree = SDKROOT; }; |
| ... | ... | @@ -208,6 +208,7 @@ |
| 208 | 208 | 6003F587195388D20070C39A /* Frameworks */, |
| 209 | 209 | 6003F588195388D20070C39A /* Resources */, |
| 210 | 210 | C9DADE5AB00FCB845D6B4CAF /* [CP] Embed Pods Frameworks */, |
| 211 | + 4E6180FB21B7837700904CB6 /* ShellScript */, | |
| 211 | 212 | ); |
| 212 | 213 | buildRules = ( |
| 213 | 214 | ); |
| ... | ... | @@ -226,7 +227,6 @@ |
| 226 | 227 | 6003F5AA195388D20070C39A /* Sources */, |
| 227 | 228 | 6003F5AB195388D20070C39A /* Frameworks */, |
| 228 | 229 | 6003F5AC195388D20070C39A /* Resources */, |
| 229 | - 21C6A355FD23F1360AFD2780 /* [CP] Embed Pods Frameworks */, | |
| 230 | 230 | ); |
| 231 | 231 | buildRules = ( |
| 232 | 232 | ); |
| ... | ... | @@ -298,7 +298,7 @@ |
| 298 | 298 | /* End PBXResourcesBuildPhase section */ |
| 299 | 299 | |
| 300 | 300 | /* Begin PBXShellScriptBuildPhase section */ |
| 301 | - 21C6A355FD23F1360AFD2780 /* [CP] Embed Pods Frameworks */ = { | |
| 301 | + 2D02B4E27629868EA423DAAB /* [CP] Check Pods Manifest.lock */ = { | |
| 302 | 302 | isa = PBXShellScriptBuildPhase; |
| 303 | 303 | buildActionMask = 2147483647; |
| 304 | 304 | files = ( |
| ... | ... | @@ -306,21 +306,21 @@ |
| 306 | 306 | inputFileListPaths = ( |
| 307 | 307 | ); |
| 308 | 308 | inputPaths = ( |
| 309 | - "${SRCROOT}/Pods/Target Support Files/Pods-CNLivePublishContent_Tests/Pods-CNLivePublishContent_Tests-frameworks.sh", | |
| 310 | - "${BUILT_PRODUCTS_DIR}/AFNetworking/AFNetworking.framework", | |
| 309 | + "${PODS_PODFILE_DIR_PATH}/Podfile.lock", | |
| 310 | + "${PODS_ROOT}/Manifest.lock", | |
| 311 | 311 | ); |
| 312 | - name = "[CP] Embed Pods Frameworks"; | |
| 312 | + name = "[CP] Check Pods Manifest.lock"; | |
| 313 | 313 | outputFileListPaths = ( |
| 314 | 314 | ); |
| 315 | 315 | outputPaths = ( |
| 316 | - "${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/AFNetworking.framework", | |
| 316 | + "$(DERIVED_FILE_DIR)/Pods-CNLivePublishContent_Tests-checkManifestLockResult.txt", | |
| 317 | 317 | ); |
| 318 | 318 | runOnlyForDeploymentPostprocessing = 0; |
| 319 | 319 | shellPath = /bin/sh; |
| 320 | - shellScript = "\"${SRCROOT}/Pods/Target Support Files/Pods-CNLivePublishContent_Tests/Pods-CNLivePublishContent_Tests-frameworks.sh\"\n"; | |
| 320 | + 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"; | |
| 321 | 321 | showEnvVarsInLog = 0; |
| 322 | 322 | }; |
| 323 | - 2D02B4E27629868EA423DAAB /* [CP] Check Pods Manifest.lock */ = { | |
| 323 | + 4E6180FB21B7837700904CB6 /* ShellScript */ = { | |
| 324 | 324 | isa = PBXShellScriptBuildPhase; |
| 325 | 325 | buildActionMask = 2147483647; |
| 326 | 326 | files = ( |
| ... | ... | @@ -328,19 +328,14 @@ |
| 328 | 328 | inputFileListPaths = ( |
| 329 | 329 | ); |
| 330 | 330 | inputPaths = ( |
| 331 | - "${PODS_PODFILE_DIR_PATH}/Podfile.lock", | |
| 332 | - "${PODS_ROOT}/Manifest.lock", | |
| 333 | 331 | ); |
| 334 | - name = "[CP] Check Pods Manifest.lock"; | |
| 335 | 332 | outputFileListPaths = ( |
| 336 | 333 | ); |
| 337 | 334 | outputPaths = ( |
| 338 | - "$(DERIVED_FILE_DIR)/Pods-CNLivePublishContent_Tests-checkManifestLockResult.txt", | |
| 339 | 335 | ); |
| 340 | 336 | runOnlyForDeploymentPostprocessing = 0; |
| 341 | 337 | shellPath = /bin/sh; |
| 342 | - 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"; | |
| 343 | - showEnvVarsInLog = 0; | |
| 338 | + shellScript = "\nif [ \"${ACTION}\" = \"build\" ]\nthen\nINSTALL_DIR=${SRCROOT}/Products/${PROJECT_NAME}.framework\n\nDEVICE_DIR=${SRCROOT}/\"build\"/Debug-iphoneos/${PROJECT_NAME}/${PROJECT_NAME}.framework\n\nSIMULATOR_DIR=${SRCROOT}/\"build\"/Debug-iphonesimulator/${PROJECT_NAME}/${PROJECT_NAME}.framework\n\nif [ -d \"${INSTALL_DIR}\" ]\nthen\nrm -rf \"${INSTALL_DIR}\"\nfi\n\nmkdir -p \"${INSTALL_DIR}\"\n\ncp -R \"${DEVICE_DIR}/\" \"${INSTALL_DIR}/\"\n\nlipo -create \"${DEVICE_DIR}/${PROJECT_NAME}\" \"${SIMULATOR_DIR}/${PROJECT_NAME}\" -output \"${INSTALL_DIR}/${PROJECT_NAME}\"\n\nopen \"${SRCROOT}/Products\"\nfi\n"; | |
| 344 | 339 | }; |
| 345 | 340 | C9DADE5AB00FCB845D6B4CAF /* [CP] Embed Pods Frameworks */ = { |
| 346 | 341 | isa = PBXShellScriptBuildPhase; | ... | ... |
Example/Podfile
| ... | ... | @@ -4,11 +4,9 @@ platform :ios, '9.0' |
| 4 | 4 | |
| 5 | 5 | target 'CNLivePublishContent_Example' do |
| 6 | 6 | pod 'CNLivePublishContent', :path => '../' |
| 7 | - pod 'AFNetworking' | |
| 8 | 7 | |
| 9 | 8 | target 'CNLivePublishContent_Tests' do |
| 10 | 9 | inherit! :search_paths |
| 11 | - pod 'AFNetworking' | |
| 12 | 10 | |
| 13 | 11 | |
| 14 | 12 | end | ... | ... |
Example/Podfile.lock
| ... | ... | @@ -18,7 +18,6 @@ PODS: |
| 18 | 18 | - AFNetworking |
| 19 | 19 | |
| 20 | 20 | DEPENDENCIES: |
| 21 | - - AFNetworking | |
| 22 | 21 | - CNLivePublishContent (from `../`) |
| 23 | 22 | |
| 24 | 23 | SPEC REPOS: |
| ... | ... | @@ -31,8 +30,8 @@ EXTERNAL SOURCES: |
| 31 | 30 | |
| 32 | 31 | SPEC CHECKSUMS: |
| 33 | 32 | AFNetworking: b6f891fdfaed196b46c7a83cf209e09697b94057 |
| 34 | - CNLivePublishContent: bdb0d8c9991069907e71f097b51ebde9d0765593 | |
| 33 | + CNLivePublishContent: 4bb266c245c16fb948ad6fe5e9d8cb4e8e12ac85 | |
| 35 | 34 | |
| 36 | -PODFILE CHECKSUM: e61b039be95a96075c42c57546bd7c8714f9d26b | |
| 35 | +PODFILE CHECKSUM: f0d83fa5efe24937bd22905787d1fb267a418847 | |
| 37 | 36 | |
| 38 | 37 | COCOAPODS: 1.5.3 | ... | ... |
Example/Pods/Local Podspecs/CNLivePublishContent.podspec.json
| ... | ... | @@ -2,7 +2,6 @@ |
| 2 | 2 | "name": "CNLivePublishContent", |
| 3 | 3 | "version": "0.1.0", |
| 4 | 4 | "summary": "测试组件化", |
| 5 | - "description": "测试组件化打包流程", | |
| 6 | 5 | "homepage": "http://bj.gitlab.cnlive.com/ios-team/CNLivePublishContents", |
| 7 | 6 | "license": { |
| 8 | 7 | "type": "MIT", |
| ... | ... | @@ -18,7 +17,7 @@ |
| 18 | 17 | "platforms": { |
| 19 | 18 | "ios": "9.0" |
| 20 | 19 | }, |
| 21 | - "source_files": "CNLivePublishContent/Classes/*.{h,m}", | |
| 20 | + "source_files": "CNLivePublishContent/Classes/**/*.{h,m}", | |
| 22 | 21 | "frameworks": [ |
| 23 | 22 | "UIKit", |
| 24 | 23 | "Foundation" | ... | ... |
Example/Pods/Manifest.lock
| ... | ... | @@ -18,7 +18,6 @@ PODS: |
| 18 | 18 | - AFNetworking |
| 19 | 19 | |
| 20 | 20 | DEPENDENCIES: |
| 21 | - - AFNetworking | |
| 22 | 21 | - CNLivePublishContent (from `../`) |
| 23 | 22 | |
| 24 | 23 | SPEC REPOS: |
| ... | ... | @@ -31,8 +30,8 @@ EXTERNAL SOURCES: |
| 31 | 30 | |
| 32 | 31 | SPEC CHECKSUMS: |
| 33 | 32 | AFNetworking: b6f891fdfaed196b46c7a83cf209e09697b94057 |
| 34 | - CNLivePublishContent: bdb0d8c9991069907e71f097b51ebde9d0765593 | |
| 33 | + CNLivePublishContent: 4bb266c245c16fb948ad6fe5e9d8cb4e8e12ac85 | |
| 35 | 34 | |
| 36 | -PODFILE CHECKSUM: e61b039be95a96075c42c57546bd7c8714f9d26b | |
| 35 | +PODFILE CHECKSUM: f0d83fa5efe24937bd22905787d1fb267a418847 | |
| 37 | 36 | |
| 38 | 37 | COCOAPODS: 1.5.3 | ... | ... |
Example/Pods/Pods.xcodeproj/project.pbxproj
| ... | ... | @@ -16,37 +16,35 @@ |
| 16 | 16 | 146B923ABED8ABBAE25A960876698AF7 /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = B234B3D6CCF479B936C41E947A49AA62 /* Foundation.framework */; }; |
| 17 | 17 | 15304B6383EF69EC4E3DE45F8613BE2E /* UIRefreshControl+AFNetworking.h in Headers */ = {isa = PBXBuildFile; fileRef = C90CE9B626C1720C9ADB8FF999E47D68 /* UIRefreshControl+AFNetworking.h */; settings = {ATTRIBUTES = (Public, ); }; }; |
| 18 | 18 | 15F1AB626337FECD0B9CFAAD90FAC342 /* AFNetworkActivityIndicatorManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 443C446A800F6280C03E64AF14170EC0 /* AFNetworkActivityIndicatorManager.m */; }; |
| 19 | - 189611128C4ECEEA7F0572F73876EFB4 /* CNLivePublishContent-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 8014DA110BF7F457F9A136B80A7B894E /* CNLivePublishContent-dummy.m */; }; | |
| 20 | - 23331C9D43DE08E12CB7750F9781D84C /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = B234B3D6CCF479B936C41E947A49AA62 /* Foundation.framework */; }; | |
| 21 | - 2620DA2DC3A50734161DCE27DAD7AB94 /* AFNetworking.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 040C09B94F19533FBD391278CB20185D /* AFNetworking.framework */; }; | |
| 19 | + 1C7CB086EBAC66BA416E2E1AC7CF197F /* UIKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 695564614B55CEEC9BCFB223C0781E46 /* UIKit.framework */; }; | |
| 20 | + 1DED0CC29970F878261799A26EF463BB /* CNLivePublishContent-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 79081AD8422817466BE162D409861670 /* CNLivePublishContent-dummy.m */; }; | |
| 21 | + 24C902F46B1A630D344D4FA287DA05C7 /* AFNetworking.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 040C09B94F19533FBD391278CB20185D /* AFNetworking.framework */; }; | |
| 22 | 22 | 2C06A2EDBAE6B3C9DF4302E17A9A72C0 /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = B234B3D6CCF479B936C41E947A49AA62 /* Foundation.framework */; }; |
| 23 | 23 | 2E68973739E2AE713059A22F94238C60 /* AFURLResponseSerialization.h in Headers */ = {isa = PBXBuildFile; fileRef = CFB2918FE96D6AE88B6CA1AB13D6E730 /* AFURLResponseSerialization.h */; settings = {ATTRIBUTES = (Public, ); }; }; |
| 24 | 24 | 328CCD10C2469209E1D2DD55268E154D /* SystemConfiguration.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = C97BFEE825E260FD2CB926EB42CF21CE /* SystemConfiguration.framework */; }; |
| 25 | 25 | 3CC1558D8899A2E13A968D4C403CD793 /* AFCompatibilityMacros.h in Headers */ = {isa = PBXBuildFile; fileRef = E1C8AE42D5A69E862E48EC78FF350078 /* AFCompatibilityMacros.h */; settings = {ATTRIBUTES = (Public, ); }; }; |
| 26 | 26 | 402EB64C59857FE252DC98844643C420 /* UIButton+AFNetworking.m in Sources */ = {isa = PBXBuildFile; fileRef = E5CE85E1EB18AE94164507FF5D433CE6 /* UIButton+AFNetworking.m */; }; |
| 27 | 27 | 41FD4D0D6101210E26DDDCDD17FBB7C3 /* UIImageView+AFNetworking.m in Sources */ = {isa = PBXBuildFile; fileRef = 2A23D5B238032195CA6F925D556B9F96 /* UIImageView+AFNetworking.m */; }; |
| 28 | - 4E6180F621B77EAF00904CB6 /* YQJTest.m in Sources */ = {isa = PBXBuildFile; fileRef = 4E6180F121B77EAE00904CB6 /* YQJTest.m */; }; | |
| 29 | - 4E6180F721B77EAF00904CB6 /* YQJTest.h in Headers */ = {isa = PBXBuildFile; fileRef = 4E6180F221B77EAE00904CB6 /* YQJTest.h */; }; | |
| 30 | - 4E6180F821B77EAF00904CB6 /* .gitkeep in Resources */ = {isa = PBXBuildFile; fileRef = 4E6180F421B77EAE00904CB6 /* .gitkeep */; }; | |
| 28 | + 437D16EC401C087F549FA709C91CF786 /* CNLivePublishContent-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = FE190B1BDA96365D405860A48D8C8C86 /* CNLivePublishContent-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; | |
| 31 | 29 | 5A4C39ACCE4CE7B6C69C736F48087759 /* AFHTTPSessionManager.m in Sources */ = {isa = PBXBuildFile; fileRef = CC88013A13A80BA08140FC1D0FC17CAD /* AFHTTPSessionManager.m */; }; |
| 32 | - 5BD586FD5A79C8F85C9B6F20E9D90D90 /* Pods-CNLivePublishContent_Tests-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = E2861D05CFE6B3A84C7044909EE26035 /* Pods-CNLivePublishContent_Tests-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; | |
| 33 | 30 | 616166BD57B8707EC940068BF5E1AA0A /* AFImageDownloader.h in Headers */ = {isa = PBXBuildFile; fileRef = CC18ED6BD8558D5E0970879CD6A9291E /* AFImageDownloader.h */; settings = {ATTRIBUTES = (Public, ); }; }; |
| 34 | - 6177C064B97130A1417281AC5F59AAD2 /* CNLivePublishContent-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = 0C0CDA4DF377FE9B4EC9B0ABB3F8C584 /* CNLivePublishContent-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; | |
| 35 | 31 | 63A7B518E880C7AACABCD20AFA247C8C /* AFSecurityPolicy.m in Sources */ = {isa = PBXBuildFile; fileRef = 559947ACFC2291BE83F8DEC005B7101D /* AFSecurityPolicy.m */; }; |
| 32 | + 6499BE821A569363EA3F09B2EA06882A /* YQJTest.h in Headers */ = {isa = PBXBuildFile; fileRef = 84795C057289AA4ADF694D7E2C0A7844 /* YQJTest.h */; settings = {ATTRIBUTES = (Public, ); }; }; | |
| 36 | 33 | 66340E06FB146280E83112B966E563C3 /* AFNetworkReachabilityManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 353BE42A5F94DADECC35B1DBDA6A1231 /* AFNetworkReachabilityManager.h */; settings = {ATTRIBUTES = (Public, ); }; }; |
| 37 | 34 | 6A5E05D187005E863177B45D58905C71 /* AFImageDownloader.m in Sources */ = {isa = PBXBuildFile; fileRef = 2658E99DDD8EA7B96318F002C7B157B0 /* AFImageDownloader.m */; }; |
| 38 | 35 | 6C7C6C542448137FC3B6CEA04386780C /* AFHTTPSessionManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 09BDA8426E671B3F1385057205E67201 /* AFHTTPSessionManager.h */; settings = {ATTRIBUTES = (Public, ); }; }; |
| 39 | - 76AF47CA01D4FA5C5E2776D1365A5FED /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = B234B3D6CCF479B936C41E947A49AA62 /* Foundation.framework */; }; | |
| 40 | 36 | 78F5D40D5B8E9FC40FB257953EA945BA /* UIImage+AFNetworking.h in Headers */ = {isa = PBXBuildFile; fileRef = AB81F5B5A19D6F63D51E00BB9E746058 /* UIImage+AFNetworking.h */; settings = {ATTRIBUTES = (Public, ); }; }; |
| 41 | - 7964C4CDB394B0C4DCFEC7D92E14D71A /* Pods-CNLivePublishContent_Tests-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 3B56CFCC9EAF366F03AC9CFE348D9D58 /* Pods-CNLivePublishContent_Tests-dummy.m */; }; | |
| 37 | + 7DE63A1F998683E0AEEE41EE6C1BB3A6 /* Pods-CNLivePublishContent_Tests-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = E2861D05CFE6B3A84C7044909EE26035 /* Pods-CNLivePublishContent_Tests-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; | |
| 42 | 38 | 839FA294A4A7A2C23B0149D5F947BAB3 /* Security.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = F6839DA55EA6731EB2DFFA59518EE4A7 /* Security.framework */; }; |
| 43 | 39 | 8826A0887EEE1A618FA3BA34989E05B5 /* AFNetworking-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 8B111A72E572F236A399CC7F2E7D3E85 /* AFNetworking-dummy.m */; }; |
| 44 | 40 | 88A52F2DE87FAAEF79B420CC9B6BDE80 /* AFNetworking-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = BF1D89BEED3766388A77B2FCB9912393 /* AFNetworking-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; |
| 45 | 41 | 8AD9F8FE36978CB4348E402207950883 /* AFAutoPurgingImageCache.h in Headers */ = {isa = PBXBuildFile; fileRef = 6361979267EDE0860632095FC6EA4D87 /* AFAutoPurgingImageCache.h */; settings = {ATTRIBUTES = (Public, ); }; }; |
| 42 | + 8D8EC7DF8F024D7B55FB8EAD45B8BA4A /* Pods-CNLivePublishContent_Tests-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 3B56CFCC9EAF366F03AC9CFE348D9D58 /* Pods-CNLivePublishContent_Tests-dummy.m */; }; | |
| 46 | 43 | 901790CB7729E8871AE5DE99E486792B /* AFSecurityPolicy.h in Headers */ = {isa = PBXBuildFile; fileRef = BB00ADDE9C30E36EB99FA89E831E4590 /* AFSecurityPolicy.h */; settings = {ATTRIBUTES = (Public, ); }; }; |
| 47 | 44 | 9486D80CC092F8ACB2355D5C94A155E3 /* AFAutoPurgingImageCache.m in Sources */ = {isa = PBXBuildFile; fileRef = 1174ABA877619CC640989D6AC9A07DF1 /* AFAutoPurgingImageCache.m */; }; |
| 48 | 45 | 9D380619079479C622272E2C77FCD289 /* AFNetworking.h in Headers */ = {isa = PBXBuildFile; fileRef = 0929494D86649284B6A56EAB3F91B303 /* AFNetworking.h */; settings = {ATTRIBUTES = (Public, ); }; }; |
| 49 | 46 | A39E1924915C53C49E7220F72AD96BBB /* UIKit+AFNetworking.h in Headers */ = {isa = PBXBuildFile; fileRef = F1423F692F2541CFE55253BC467F0025 /* UIKit+AFNetworking.h */; settings = {ATTRIBUTES = (Public, ); }; }; |
| 47 | + A6788BD629798B6F13289D01BD549782 /* YQJTest.m in Sources */ = {isa = PBXBuildFile; fileRef = 255176BDE664FDC3EEF3EE888A26EB86 /* YQJTest.m */; }; | |
| 50 | 48 | AA24F65AF676F6428D3F2B0D3A03B816 /* CoreGraphics.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = B744E8CFDCDC5D9B41CC93E86AF702B1 /* CoreGraphics.framework */; }; |
| 51 | 49 | B27AB9936E094171E3A6371570FDD397 /* Pods-CNLivePublishContent_Example-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 806B7A4A2134DC7EEB9C2F58642ECD7F /* Pods-CNLivePublishContent_Example-dummy.m */; }; |
| 52 | 50 | BEE7FD5C1C06AF3670E0FB75F996DDF7 /* UIButton+AFNetworking.h in Headers */ = {isa = PBXBuildFile; fileRef = 5D1C251DFB2D3B0E60259BE56A85C5BA /* UIButton+AFNetworking.h */; settings = {ATTRIBUTES = (Public, ); }; }; |
| ... | ... | @@ -57,7 +55,8 @@ |
| 57 | 55 | D014A5430789C5F0FFCF490D53B22897 /* UIActivityIndicatorView+AFNetworking.h in Headers */ = {isa = PBXBuildFile; fileRef = 0AF376080E12057AC937F6E1F0D7CB5D /* UIActivityIndicatorView+AFNetworking.h */; settings = {ATTRIBUTES = (Public, ); }; }; |
| 58 | 56 | D491FD44351A11016A957CA81ABE0EC5 /* AFURLRequestSerialization.h in Headers */ = {isa = PBXBuildFile; fileRef = 05BFBAF94DDF04E8BDBF6323835FB9BC /* AFURLRequestSerialization.h */; settings = {ATTRIBUTES = (Public, ); }; }; |
| 59 | 57 | DF74915F8F367134FA4277BE9A2F52DB /* UIProgressView+AFNetworking.m in Sources */ = {isa = PBXBuildFile; fileRef = 0EF0F7569C1C4BFC3EF2C9DA3D50CC0B /* UIProgressView+AFNetworking.m */; }; |
| 60 | - EFED4B675289C910EFE7ED64583E6873 /* UIKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 695564614B55CEEC9BCFB223C0781E46 /* UIKit.framework */; }; | |
| 58 | + E12A6222EBE7826361ACA060047F5745 /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = B234B3D6CCF479B936C41E947A49AA62 /* Foundation.framework */; }; | |
| 59 | + E72F2473AF602610ACD6608E0C4C0100 /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = B234B3D6CCF479B936C41E947A49AA62 /* Foundation.framework */; }; | |
| 61 | 60 | F2D2FE3B9DB1610D8EFAB393A3412DB7 /* UIImageView+AFNetworking.h in Headers */ = {isa = PBXBuildFile; fileRef = 17FCADC02A41266A8F7ECA471386ABB3 /* UIImageView+AFNetworking.h */; settings = {ATTRIBUTES = (Public, ); }; }; |
| 62 | 61 | FCB209DFAFF4721A4AA51197AB2D7016 /* UIProgressView+AFNetworking.h in Headers */ = {isa = PBXBuildFile; fileRef = 7AD7A9F5902061F94EEC77455DF6D75F /* UIProgressView+AFNetworking.h */; settings = {ATTRIBUTES = (Public, ); }; }; |
| 63 | 62 | FE66EF8D47514D23E7551E2C95C765D8 /* AFURLSessionManager.h in Headers */ = {isa = PBXBuildFile; fileRef = D2F00E33B5224A2ABFD1744688638A40 /* AFURLSessionManager.h */; settings = {ATTRIBUTES = (Public, ); }; }; |
| ... | ... | @@ -65,13 +64,6 @@ |
| 65 | 64 | /* End PBXBuildFile section */ |
| 66 | 65 | |
| 67 | 66 | /* Begin PBXContainerItemProxy section */ |
| 68 | - 10BE38FA9FD4A66416A251C2E70DB3D9 /* PBXContainerItemProxy */ = { | |
| 69 | - isa = PBXContainerItemProxy; | |
| 70 | - containerPortal = D41D8CD98F00B204E9800998ECF8427E /* Project object */; | |
| 71 | - proxyType = 1; | |
| 72 | - remoteGlobalIDString = EAE60BD2ADA8DCB217E116ADB628185C; | |
| 73 | - remoteInfo = AFNetworking; | |
| 74 | - }; | |
| 75 | 67 | 638D96951986081978219D0D28C4CB95 /* PBXContainerItemProxy */ = { |
| 76 | 68 | isa = PBXContainerItemProxy; |
| 77 | 69 | containerPortal = D41D8CD98F00B204E9800998ECF8427E /* Project object */; |
| ... | ... | @@ -79,38 +71,37 @@ |
| 79 | 71 | remoteGlobalIDString = EAE60BD2ADA8DCB217E116ADB628185C; |
| 80 | 72 | remoteInfo = AFNetworking; |
| 81 | 73 | }; |
| 82 | - A8E7BDA73E29AD4E427F3B81E733E91F /* PBXContainerItemProxy */ = { | |
| 74 | + 6BEC831ACC9336C52EF6AAD48929E32B /* PBXContainerItemProxy */ = { | |
| 83 | 75 | isa = PBXContainerItemProxy; |
| 84 | 76 | containerPortal = D41D8CD98F00B204E9800998ECF8427E /* Project object */; |
| 85 | 77 | proxyType = 1; |
| 86 | 78 | remoteGlobalIDString = 55576F17EDFA6D5770450CB4A5A1512F; |
| 87 | 79 | remoteInfo = "Pods-CNLivePublishContent_Example"; |
| 88 | 80 | }; |
| 89 | - BC29346D1257CE0E429385393E7F4830 /* PBXContainerItemProxy */ = { | |
| 81 | + 74EE7622974628230979B1E2FAC31F70 /* PBXContainerItemProxy */ = { | |
| 90 | 82 | isa = PBXContainerItemProxy; |
| 91 | 83 | containerPortal = D41D8CD98F00B204E9800998ECF8427E /* Project object */; |
| 92 | 84 | proxyType = 1; |
| 93 | - remoteGlobalIDString = 198CED4F46795AF6360BEB6C3B20CD27; | |
| 94 | - remoteInfo = CNLivePublishContent; | |
| 85 | + remoteGlobalIDString = EAE60BD2ADA8DCB217E116ADB628185C; | |
| 86 | + remoteInfo = AFNetworking; | |
| 95 | 87 | }; |
| 96 | - EC938A19ABC6FD9E84300934D2D161F6 /* PBXContainerItemProxy */ = { | |
| 88 | + BC29346D1257CE0E429385393E7F4830 /* PBXContainerItemProxy */ = { | |
| 97 | 89 | isa = PBXContainerItemProxy; |
| 98 | 90 | containerPortal = D41D8CD98F00B204E9800998ECF8427E /* Project object */; |
| 99 | 91 | proxyType = 1; |
| 100 | - remoteGlobalIDString = EAE60BD2ADA8DCB217E116ADB628185C; | |
| 101 | - remoteInfo = AFNetworking; | |
| 92 | + remoteGlobalIDString = 0129596E3166712D604DAF3AF140E4C2; | |
| 93 | + remoteInfo = CNLivePublishContent; | |
| 102 | 94 | }; |
| 103 | 95 | /* End PBXContainerItemProxy section */ |
| 104 | 96 | |
| 105 | 97 | /* Begin PBXFileReference section */ |
| 106 | - 00E5835696EFE5662E1E5E3B6FCB51C0 /* Pods_CNLivePublishContent_Tests.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = Pods_CNLivePublishContent_Tests.framework; sourceTree = BUILT_PRODUCTS_DIR; }; | |
| 98 | + 00E5835696EFE5662E1E5E3B6FCB51C0 /* Pods_CNLivePublishContent_Tests.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; name = Pods_CNLivePublishContent_Tests.framework; path = "Pods-CNLivePublishContent_Tests.framework"; sourceTree = BUILT_PRODUCTS_DIR; }; | |
| 107 | 99 | 040C09B94F19533FBD391278CB20185D /* AFNetworking.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = AFNetworking.framework; sourceTree = BUILT_PRODUCTS_DIR; }; |
| 108 | 100 | 05BFBAF94DDF04E8BDBF6323835FB9BC /* AFURLRequestSerialization.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AFURLRequestSerialization.h; path = AFNetworking/AFURLRequestSerialization.h; sourceTree = "<group>"; }; |
| 109 | 101 | 07944192B1ACCE474532D4AC5B213C83 /* Pods-CNLivePublishContent_Tests.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = "Pods-CNLivePublishContent_Tests.modulemap"; sourceTree = "<group>"; }; |
| 110 | 102 | 0929494D86649284B6A56EAB3F91B303 /* AFNetworking.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AFNetworking.h; path = AFNetworking/AFNetworking.h; sourceTree = "<group>"; }; |
| 111 | 103 | 09BDA8426E671B3F1385057205E67201 /* AFHTTPSessionManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AFHTTPSessionManager.h; path = AFNetworking/AFHTTPSessionManager.h; sourceTree = "<group>"; }; |
| 112 | 104 | 0AF376080E12057AC937F6E1F0D7CB5D /* UIActivityIndicatorView+AFNetworking.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "UIActivityIndicatorView+AFNetworking.h"; path = "UIKit+AFNetworking/UIActivityIndicatorView+AFNetworking.h"; sourceTree = "<group>"; }; |
| 113 | - 0C0CDA4DF377FE9B4EC9B0ABB3F8C584 /* CNLivePublishContent-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "CNLivePublishContent-umbrella.h"; sourceTree = "<group>"; }; | |
| 114 | 105 | 0EF0F7569C1C4BFC3EF2C9DA3D50CC0B /* UIProgressView+AFNetworking.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "UIProgressView+AFNetworking.m"; path = "UIKit+AFNetworking/UIProgressView+AFNetworking.m"; sourceTree = "<group>"; }; |
| 115 | 106 | 1174ABA877619CC640989D6AC9A07DF1 /* AFAutoPurgingImageCache.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = AFAutoPurgingImageCache.m; path = "UIKit+AFNetworking/AFAutoPurgingImageCache.m"; sourceTree = "<group>"; }; |
| 116 | 107 | 11EF7B4D96108B0737E2DE3314E4E078 /* Pods-CNLivePublishContent_Example.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "Pods-CNLivePublishContent_Example.release.xcconfig"; sourceTree = "<group>"; }; |
| ... | ... | @@ -118,47 +109,48 @@ |
| 118 | 109 | 17FCADC02A41266A8F7ECA471386ABB3 /* UIImageView+AFNetworking.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "UIImageView+AFNetworking.h"; path = "UIKit+AFNetworking/UIImageView+AFNetworking.h"; sourceTree = "<group>"; }; |
| 119 | 110 | 1AB3C1AE13FE37CFF6F471AF2B1E701D /* AFNetworkReachabilityManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = AFNetworkReachabilityManager.m; path = AFNetworking/AFNetworkReachabilityManager.m; sourceTree = "<group>"; }; |
| 120 | 111 | 1C9335BE61B442F6D1AB0A3CC50BABEF /* Pods-CNLivePublishContent_Tests.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "Pods-CNLivePublishContent_Tests.release.xcconfig"; sourceTree = "<group>"; }; |
| 121 | - 1D70C948F3D659D5A708EECA7E406277 /* Pods_CNLivePublishContent_Example.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = Pods_CNLivePublishContent_Example.framework; sourceTree = BUILT_PRODUCTS_DIR; }; | |
| 112 | + 1D70C948F3D659D5A708EECA7E406277 /* Pods_CNLivePublishContent_Example.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; name = Pods_CNLivePublishContent_Example.framework; path = "Pods-CNLivePublishContent_Example.framework"; sourceTree = BUILT_PRODUCTS_DIR; }; | |
| 122 | 113 | 1DAF2307943F6D77C96929BE990D624A /* Pods-CNLivePublishContent_Tests.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "Pods-CNLivePublishContent_Tests.debug.xcconfig"; sourceTree = "<group>"; }; |
| 123 | - 1E780EE58BC7E2D12D138575E3D3A247 /* CNLivePublishContent.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = CNLivePublishContent.xcconfig; sourceTree = "<group>"; }; | |
| 124 | 114 | 1F2873F36BF0A613CE91EB42AF4E5212 /* Pods-CNLivePublishContent_Example-frameworks.sh */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.script.sh; path = "Pods-CNLivePublishContent_Example-frameworks.sh"; sourceTree = "<group>"; }; |
| 115 | + 255176BDE664FDC3EEF3EE888A26EB86 /* YQJTest.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = YQJTest.m; path = CNLivePublishContent/Classes/YQJTest.m; sourceTree = "<group>"; }; | |
| 125 | 116 | 2658E99DDD8EA7B96318F002C7B157B0 /* AFImageDownloader.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = AFImageDownloader.m; path = "UIKit+AFNetworking/AFImageDownloader.m"; sourceTree = "<group>"; }; |
| 126 | 117 | 26F72D9395C2536C85B50ACF6A2D8143 /* Pods-CNLivePublishContent_Tests-acknowledgements.markdown */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text; path = "Pods-CNLivePublishContent_Tests-acknowledgements.markdown"; sourceTree = "<group>"; }; |
| 127 | - 299467A3465BD33076036CD2E9DF4857 /* CNLivePublishContent-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "CNLivePublishContent-prefix.pch"; sourceTree = "<group>"; }; | |
| 128 | 118 | 2A23D5B238032195CA6F925D556B9F96 /* UIImageView+AFNetworking.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "UIImageView+AFNetworking.m"; path = "UIKit+AFNetworking/UIImageView+AFNetworking.m"; sourceTree = "<group>"; }; |
| 129 | 119 | 2A3E6348FEBA5380341707C178C0FB7B /* Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; }; |
| 130 | 120 | 2A821F310F9CBCED06C1D6DEC3103B24 /* AFURLResponseSerialization.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = AFURLResponseSerialization.m; path = AFNetworking/AFURLResponseSerialization.m; sourceTree = "<group>"; }; |
| 131 | 121 | 353BE42A5F94DADECC35B1DBDA6A1231 /* AFNetworkReachabilityManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AFNetworkReachabilityManager.h; path = AFNetworking/AFNetworkReachabilityManager.h; sourceTree = "<group>"; }; |
| 122 | + 399878391EC8C0D048B77CE955F3DC79 /* CNLivePublishContent.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = CNLivePublishContent.modulemap; sourceTree = "<group>"; }; | |
| 132 | 123 | 3B56CFCC9EAF366F03AC9CFE348D9D58 /* Pods-CNLivePublishContent_Tests-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "Pods-CNLivePublishContent_Tests-dummy.m"; sourceTree = "<group>"; }; |
| 133 | 124 | 3EC14C57AFB7CED3F535897B0B293DB6 /* Pods-CNLivePublishContent_Tests-resources.sh */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.script.sh; path = "Pods-CNLivePublishContent_Tests-resources.sh"; sourceTree = "<group>"; }; |
| 134 | 125 | 443AC79FE304CEF4E800C982B445221E /* MobileCoreServices.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = MobileCoreServices.framework; path = Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.0.sdk/System/Library/Frameworks/MobileCoreServices.framework; sourceTree = DEVELOPER_DIR; }; |
| 135 | 126 | 443C446A800F6280C03E64AF14170EC0 /* AFNetworkActivityIndicatorManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = AFNetworkActivityIndicatorManager.m; path = "UIKit+AFNetworking/AFNetworkActivityIndicatorManager.m"; sourceTree = "<group>"; }; |
| 136 | - 4E6180F121B77EAE00904CB6 /* YQJTest.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = YQJTest.m; sourceTree = "<group>"; }; | |
| 137 | - 4E6180F221B77EAE00904CB6 /* YQJTest.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = YQJTest.h; sourceTree = "<group>"; }; | |
| 138 | - 4E6180F421B77EAE00904CB6 /* .gitkeep */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = .gitkeep; sourceTree = "<group>"; }; | |
| 139 | - 4F61505A92E8798E55729DA6A8AD8FCE /* Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; }; | |
| 127 | + 4E13FB5BD4DCDFC7D26ABF44FE960295 /* Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; }; | |
| 140 | 128 | 559947ACFC2291BE83F8DEC005B7101D /* AFSecurityPolicy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = AFSecurityPolicy.m; path = AFNetworking/AFSecurityPolicy.m; sourceTree = "<group>"; }; |
| 141 | - 5B63784F7C53EE287DA2961A49BEDC17 /* AFNetworking.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = AFNetworking.framework; sourceTree = BUILT_PRODUCTS_DIR; }; | |
| 129 | + 5B63784F7C53EE287DA2961A49BEDC17 /* AFNetworking.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; name = AFNetworking.framework; path = AFNetworking.framework; sourceTree = BUILT_PRODUCTS_DIR; }; | |
| 142 | 130 | 5D1C251DFB2D3B0E60259BE56A85C5BA /* UIButton+AFNetworking.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "UIButton+AFNetworking.h"; path = "UIKit+AFNetworking/UIButton+AFNetworking.h"; sourceTree = "<group>"; }; |
| 131 | + 5E5745F4D848C4830D92C516D14C03A3 /* LICENSE */ = {isa = PBXFileReference; includeInIndex = 1; path = LICENSE; sourceTree = "<group>"; }; | |
| 143 | 132 | 6361979267EDE0860632095FC6EA4D87 /* AFAutoPurgingImageCache.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AFAutoPurgingImageCache.h; path = "UIKit+AFNetworking/AFAutoPurgingImageCache.h"; sourceTree = "<group>"; }; |
| 144 | - 686A8894865E70129D5817788CA447B1 /* CNLivePublishContent.podspec */ = {isa = PBXFileReference; explicitFileType = text.script.ruby; includeInIndex = 1; path = CNLivePublishContent.podspec; sourceTree = "<group>"; xcLanguageSpecificationIdentifier = xcode.lang.ruby; }; | |
| 145 | 133 | 695564614B55CEEC9BCFB223C0781E46 /* UIKit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = UIKit.framework; path = Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.0.sdk/System/Library/Frameworks/UIKit.framework; sourceTree = DEVELOPER_DIR; }; |
| 146 | 134 | 696C7A16EB627EF2713A1F1BDA249196 /* Pods-CNLivePublishContent_Example-acknowledgements.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "Pods-CNLivePublishContent_Example-acknowledgements.plist"; sourceTree = "<group>"; }; |
| 135 | + 6F93218F251C55BC9FB3371044124253 /* CNLivePublishContent.podspec */ = {isa = PBXFileReference; explicitFileType = text.script.ruby; includeInIndex = 1; lastKnownFileType = text; path = CNLivePublishContent.podspec; sourceTree = "<group>"; xcLanguageSpecificationIdentifier = xcode.lang.ruby; }; | |
| 136 | + 712E674D09C6841F3EFBE929303414E4 /* README.md */ = {isa = PBXFileReference; includeInIndex = 1; path = README.md; sourceTree = "<group>"; }; | |
| 147 | 137 | 72C208217BB6EAB64559C0AC437E799C /* AFURLSessionManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = AFURLSessionManager.m; path = AFNetworking/AFURLSessionManager.m; sourceTree = "<group>"; }; |
| 148 | - 73DB2FF987F90BF5D4852EAF943F08A5 /* CNLivePublishContent.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = CNLivePublishContent.framework; sourceTree = BUILT_PRODUCTS_DIR; }; | |
| 138 | + 73DB2FF987F90BF5D4852EAF943F08A5 /* CNLivePublishContent.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; name = CNLivePublishContent.framework; path = CNLivePublishContent.framework; sourceTree = BUILT_PRODUCTS_DIR; }; | |
| 139 | + 79081AD8422817466BE162D409861670 /* CNLivePublishContent-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "CNLivePublishContent-dummy.m"; sourceTree = "<group>"; }; | |
| 149 | 140 | 7AD7A9F5902061F94EEC77455DF6D75F /* UIProgressView+AFNetworking.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "UIProgressView+AFNetworking.h"; path = "UIKit+AFNetworking/UIProgressView+AFNetworking.h"; sourceTree = "<group>"; }; |
| 150 | 141 | 7CC642218BC299E377916CB18576223B /* Pods-CNLivePublishContent_Example-acknowledgements.markdown */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text; path = "Pods-CNLivePublishContent_Example-acknowledgements.markdown"; sourceTree = "<group>"; }; |
| 151 | - 8014DA110BF7F457F9A136B80A7B894E /* CNLivePublishContent-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "CNLivePublishContent-dummy.m"; sourceTree = "<group>"; }; | |
| 152 | 142 | 806B7A4A2134DC7EEB9C2F58642ECD7F /* Pods-CNLivePublishContent_Example-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "Pods-CNLivePublishContent_Example-dummy.m"; sourceTree = "<group>"; }; |
| 143 | + 84795C057289AA4ADF694D7E2C0A7844 /* YQJTest.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = YQJTest.h; path = CNLivePublishContent/Classes/YQJTest.h; sourceTree = "<group>"; }; | |
| 153 | 144 | 8B111A72E572F236A399CC7F2E7D3E85 /* AFNetworking-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "AFNetworking-dummy.m"; sourceTree = "<group>"; }; |
| 154 | 145 | 8FF4421A63C121EA527105F89696F126 /* Pods-CNLivePublishContent_Example-resources.sh */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.script.sh; path = "Pods-CNLivePublishContent_Example-resources.sh"; sourceTree = "<group>"; }; |
| 155 | - 93978FC9BD80D93E52A09035A9EE2B1E /* README.md */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = net.daringfireball.markdown; path = README.md; sourceTree = "<group>"; }; | |
| 156 | - 93A4A3777CF96A4AAC1D13BA6DCCEA73 /* Podfile */ = {isa = PBXFileReference; explicitFileType = text.script.ruby; includeInIndex = 1; name = Podfile; path = ../Podfile; sourceTree = SOURCE_ROOT; xcLanguageSpecificationIdentifier = xcode.lang.ruby; }; | |
| 146 | + 93A4A3777CF96A4AAC1D13BA6DCCEA73 /* Podfile */ = {isa = PBXFileReference; explicitFileType = text.script.ruby; includeInIndex = 1; lastKnownFileType = text; name = Podfile; path = ../Podfile; sourceTree = SOURCE_ROOT; xcLanguageSpecificationIdentifier = xcode.lang.ruby; }; | |
| 157 | 147 | 940F9DBBD5FB7E51683C5858A06D1B91 /* UIRefreshControl+AFNetworking.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "UIRefreshControl+AFNetworking.m"; path = "UIKit+AFNetworking/UIRefreshControl+AFNetworking.m"; sourceTree = "<group>"; }; |
| 158 | 148 | 9AD4F3EAC9A590DA10A0DDE1BEEC85A6 /* Pods-CNLivePublishContent_Tests-frameworks.sh */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.script.sh; path = "Pods-CNLivePublishContent_Tests-frameworks.sh"; sourceTree = "<group>"; }; |
| 149 | + 9D2C5EF7DC3534CD5503A820E58D39F7 /* CNLivePublishContent-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "CNLivePublishContent-prefix.pch"; sourceTree = "<group>"; }; | |
| 159 | 150 | 9D82029FB8774862A89BC6CD31A855F2 /* AFNetworkActivityIndicatorManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AFNetworkActivityIndicatorManager.h; path = "UIKit+AFNetworking/AFNetworkActivityIndicatorManager.h"; sourceTree = "<group>"; }; |
| 160 | 151 | 9FB33A30129B406EB1BD224B6B630B80 /* UIWebView+AFNetworking.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "UIWebView+AFNetworking.h"; path = "UIKit+AFNetworking/UIWebView+AFNetworking.h"; sourceTree = "<group>"; }; |
| 161 | 152 | A98533A4379497FD4E0C285CA2F7B56E /* Pods-CNLivePublishContent_Example-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "Pods-CNLivePublishContent_Example-umbrella.h"; sourceTree = "<group>"; }; |
| 153 | + A9D8CE8A5B7231642B4C0869AB97B2AC /* CNLivePublishContent.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = CNLivePublishContent.xcconfig; sourceTree = "<group>"; }; | |
| 162 | 154 | AB81F5B5A19D6F63D51E00BB9E746058 /* UIImage+AFNetworking.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "UIImage+AFNetworking.h"; path = "UIKit+AFNetworking/UIImage+AFNetworking.h"; sourceTree = "<group>"; }; |
| 163 | 155 | ACFA5C092B8DD591CA30AA394993ABEE /* Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; }; |
| 164 | 156 | B234B3D6CCF479B936C41E947A49AA62 /* 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; }; |
| ... | ... | @@ -168,7 +160,6 @@ |
| 168 | 160 | BE62D258251F0E3CC57836C93584D335 /* UIActivityIndicatorView+AFNetworking.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "UIActivityIndicatorView+AFNetworking.m"; path = "UIKit+AFNetworking/UIActivityIndicatorView+AFNetworking.m"; sourceTree = "<group>"; }; |
| 169 | 161 | BF1D89BEED3766388A77B2FCB9912393 /* AFNetworking-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "AFNetworking-umbrella.h"; sourceTree = "<group>"; }; |
| 170 | 162 | C68C10F080BCB4BB67EFF63349322381 /* Pods-CNLivePublishContent_Example.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "Pods-CNLivePublishContent_Example.debug.xcconfig"; sourceTree = "<group>"; }; |
| 171 | - C7283129B24F62DB5CCB98A10ECB0A6B /* CNLivePublishContent.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = CNLivePublishContent.modulemap; sourceTree = "<group>"; }; | |
| 172 | 163 | C90CE9B626C1720C9ADB8FF999E47D68 /* UIRefreshControl+AFNetworking.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "UIRefreshControl+AFNetworking.h"; path = "UIKit+AFNetworking/UIRefreshControl+AFNetworking.h"; sourceTree = "<group>"; }; |
| 173 | 164 | C97BFEE825E260FD2CB926EB42CF21CE /* SystemConfiguration.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = SystemConfiguration.framework; path = Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.0.sdk/System/Library/Frameworks/SystemConfiguration.framework; sourceTree = DEVELOPER_DIR; }; |
| 174 | 165 | C981116C7B3C73AA73246E5DDFC7D154 /* AFNetworking.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = AFNetworking.modulemap; sourceTree = "<group>"; }; |
| ... | ... | @@ -178,7 +169,6 @@ |
| 178 | 169 | D0D2AB6F36097F75D3E210BCEB86DB36 /* Pods-CNLivePublishContent_Example.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = "Pods-CNLivePublishContent_Example.modulemap"; sourceTree = "<group>"; }; |
| 179 | 170 | D2F00E33B5224A2ABFD1744688638A40 /* AFURLSessionManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AFURLSessionManager.h; path = AFNetworking/AFURLSessionManager.h; sourceTree = "<group>"; }; |
| 180 | 171 | D5E9CBCE5E4D8713E454C38B818B6765 /* AFNetworking-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "AFNetworking-prefix.pch"; sourceTree = "<group>"; }; |
| 181 | - E04AA531B14ABA36CC223071C1569D02 /* LICENSE */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text; path = LICENSE; sourceTree = "<group>"; }; | |
| 182 | 172 | E1C8AE42D5A69E862E48EC78FF350078 /* AFCompatibilityMacros.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AFCompatibilityMacros.h; path = AFNetworking/AFCompatibilityMacros.h; sourceTree = "<group>"; }; |
| 183 | 173 | E2383FF4887CBAF2ED8265B6142BB128 /* Pods-CNLivePublishContent_Tests-acknowledgements.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "Pods-CNLivePublishContent_Tests-acknowledgements.plist"; sourceTree = "<group>"; }; |
| 184 | 174 | E2861D05CFE6B3A84C7044909EE26035 /* Pods-CNLivePublishContent_Tests-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "Pods-CNLivePublishContent_Tests-umbrella.h"; sourceTree = "<group>"; }; |
| ... | ... | @@ -187,6 +177,7 @@ |
| 187 | 177 | F1423F692F2541CFE55253BC467F0025 /* UIKit+AFNetworking.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "UIKit+AFNetworking.h"; path = "UIKit+AFNetworking/UIKit+AFNetworking.h"; sourceTree = "<group>"; }; |
| 188 | 178 | F6839DA55EA6731EB2DFFA59518EE4A7 /* Security.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Security.framework; path = Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.0.sdk/System/Library/Frameworks/Security.framework; sourceTree = DEVELOPER_DIR; }; |
| 189 | 179 | FAF9AB0D2DE5398A86009837A2760BAD /* AFURLRequestSerialization.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = AFURLRequestSerialization.m; path = AFNetworking/AFURLRequestSerialization.m; sourceTree = "<group>"; }; |
| 180 | + FE190B1BDA96365D405860A48D8C8C86 /* CNLivePublishContent-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "CNLivePublishContent-umbrella.h"; sourceTree = "<group>"; }; | |
| 190 | 181 | /* End PBXFileReference section */ |
| 191 | 182 | |
| 192 | 183 | /* Begin PBXFrameworksBuildPhase section */ |
| ... | ... | @@ -210,21 +201,21 @@ |
| 210 | 201 | ); |
| 211 | 202 | runOnlyForDeploymentPostprocessing = 0; |
| 212 | 203 | }; |
| 213 | - 75ED884444C020D2FFDE451161BE6FC8 /* Frameworks */ = { | |
| 204 | + 31F81AA4A22EC4D3D3B9C414718BF6CB /* Frameworks */ = { | |
| 214 | 205 | isa = PBXFrameworksBuildPhase; |
| 215 | 206 | buildActionMask = 2147483647; |
| 216 | 207 | files = ( |
| 217 | - 23331C9D43DE08E12CB7750F9781D84C /* Foundation.framework in Frameworks */, | |
| 208 | + E12A6222EBE7826361ACA060047F5745 /* Foundation.framework in Frameworks */, | |
| 218 | 209 | ); |
| 219 | 210 | runOnlyForDeploymentPostprocessing = 0; |
| 220 | 211 | }; |
| 221 | - A5D27F7DFB2008E8A1ED54D5E69DB7F6 /* Frameworks */ = { | |
| 212 | + 8059771A9E49BAE310D15CFAD01F6862 /* Frameworks */ = { | |
| 222 | 213 | isa = PBXFrameworksBuildPhase; |
| 223 | 214 | buildActionMask = 2147483647; |
| 224 | 215 | files = ( |
| 225 | - 2620DA2DC3A50734161DCE27DAD7AB94 /* AFNetworking.framework in Frameworks */, | |
| 226 | - 76AF47CA01D4FA5C5E2776D1365A5FED /* Foundation.framework in Frameworks */, | |
| 227 | - EFED4B675289C910EFE7ED64583E6873 /* UIKit.framework in Frameworks */, | |
| 216 | + 24C902F46B1A630D344D4FA287DA05C7 /* AFNetworking.framework in Frameworks */, | |
| 217 | + E72F2473AF602610ACD6608E0C4C0100 /* Foundation.framework in Frameworks */, | |
| 218 | + 1C7CB086EBAC66BA416E2E1AC7CF197F /* UIKit.framework in Frameworks */, | |
| 228 | 219 | ); |
| 229 | 220 | runOnlyForDeploymentPostprocessing = 0; |
| 230 | 221 | }; |
| ... | ... | @@ -281,41 +272,22 @@ |
| 281 | 272 | path = "../Target Support Files/AFNetworking"; |
| 282 | 273 | sourceTree = "<group>"; |
| 283 | 274 | }; |
| 284 | - 33C8845945518B60972892B9C61472F0 /* CNLivePublishContent */ = { | |
| 285 | - isa = PBXGroup; | |
| 286 | - children = ( | |
| 287 | - 4E6180EE21B77EAE00904CB6 /* CNLivePublishContent */, | |
| 288 | - D7DA1A34768D1EDFA437BC8EEF72E134 /* Pod */, | |
| 289 | - 8432E3A8FB101082CFCEF141A0685BD6 /* Support Files */, | |
| 290 | - ); | |
| 291 | - name = CNLivePublishContent; | |
| 292 | - path = ../..; | |
| 293 | - sourceTree = "<group>"; | |
| 294 | - }; | |
| 295 | - 4E6180EE21B77EAE00904CB6 /* CNLivePublishContent */ = { | |
| 296 | - isa = PBXGroup; | |
| 297 | - children = ( | |
| 298 | - 4E6180EF21B77EAE00904CB6 /* Classes */, | |
| 299 | - 4E6180F321B77EAE00904CB6 /* Assets */, | |
| 300 | - ); | |
| 301 | - path = CNLivePublishContent; | |
| 302 | - sourceTree = "<group>"; | |
| 303 | - }; | |
| 304 | - 4E6180EF21B77EAE00904CB6 /* Classes */ = { | |
| 275 | + 4A55D54F916A2EED638B0C709CAD6A75 /* Development Pods */ = { | |
| 305 | 276 | isa = PBXGroup; |
| 306 | 277 | children = ( |
| 307 | - 4E6180F121B77EAE00904CB6 /* YQJTest.m */, | |
| 308 | - 4E6180F221B77EAE00904CB6 /* YQJTest.h */, | |
| 278 | + F9CB4C3091AE675484E3F226BC3A3A74 /* CNLivePublishContent */, | |
| 309 | 279 | ); |
| 310 | - path = Classes; | |
| 280 | + name = "Development Pods"; | |
| 311 | 281 | sourceTree = "<group>"; |
| 312 | 282 | }; |
| 313 | - 4E6180F321B77EAE00904CB6 /* Assets */ = { | |
| 283 | + 56E9713EBFB9E4DBD2688FAA96865897 /* Pod */ = { | |
| 314 | 284 | isa = PBXGroup; |
| 315 | 285 | children = ( |
| 316 | - 4E6180F421B77EAE00904CB6 /* .gitkeep */, | |
| 286 | + 6F93218F251C55BC9FB3371044124253 /* CNLivePublishContent.podspec */, | |
| 287 | + 5E5745F4D848C4830D92C516D14C03A3 /* LICENSE */, | |
| 288 | + 712E674D09C6841F3EFBE929303414E4 /* README.md */, | |
| 317 | 289 | ); |
| 318 | - path = Assets; | |
| 290 | + name = Pod; | |
| 319 | 291 | sourceTree = "<group>"; |
| 320 | 292 | }; |
| 321 | 293 | 641BDD347DE7B8BB81D6CA5727C6EC5A /* Pods */ = { |
| ... | ... | @@ -339,11 +311,25 @@ |
| 339 | 311 | name = iOS; |
| 340 | 312 | sourceTree = "<group>"; |
| 341 | 313 | }; |
| 314 | + 6952B7954D6AB15E46D4E68FD16AD504 /* Support Files */ = { | |
| 315 | + isa = PBXGroup; | |
| 316 | + children = ( | |
| 317 | + 399878391EC8C0D048B77CE955F3DC79 /* CNLivePublishContent.modulemap */, | |
| 318 | + A9D8CE8A5B7231642B4C0869AB97B2AC /* CNLivePublishContent.xcconfig */, | |
| 319 | + 79081AD8422817466BE162D409861670 /* CNLivePublishContent-dummy.m */, | |
| 320 | + 9D2C5EF7DC3534CD5503A820E58D39F7 /* CNLivePublishContent-prefix.pch */, | |
| 321 | + FE190B1BDA96365D405860A48D8C8C86 /* CNLivePublishContent-umbrella.h */, | |
| 322 | + 4E13FB5BD4DCDFC7D26ABF44FE960295 /* Info.plist */, | |
| 323 | + ); | |
| 324 | + name = "Support Files"; | |
| 325 | + path = "Example/Pods/Target Support Files/CNLivePublishContent"; | |
| 326 | + sourceTree = "<group>"; | |
| 327 | + }; | |
| 342 | 328 | 7DB346D0F39D3F0E887471402A8071AB = { |
| 343 | 329 | isa = PBXGroup; |
| 344 | 330 | children = ( |
| 345 | 331 | 93A4A3777CF96A4AAC1D13BA6DCCEA73 /* Podfile */, |
| 346 | - 9AD5313C32C860D4C6DB04E2BA3F0D54 /* Development Pods */, | |
| 332 | + 4A55D54F916A2EED638B0C709CAD6A75 /* Development Pods */, | |
| 347 | 333 | AD37EE3CE22F2D6A660B5BD65007E786 /* Frameworks */, |
| 348 | 334 | 641BDD347DE7B8BB81D6CA5727C6EC5A /* Pods */, |
| 349 | 335 | F6EA74295556F5787F271FD6A0522EDB /* Products */, |
| ... | ... | @@ -351,20 +337,6 @@ |
| 351 | 337 | ); |
| 352 | 338 | sourceTree = "<group>"; |
| 353 | 339 | }; |
| 354 | - 8432E3A8FB101082CFCEF141A0685BD6 /* Support Files */ = { | |
| 355 | - isa = PBXGroup; | |
| 356 | - children = ( | |
| 357 | - C7283129B24F62DB5CCB98A10ECB0A6B /* CNLivePublishContent.modulemap */, | |
| 358 | - 1E780EE58BC7E2D12D138575E3D3A247 /* CNLivePublishContent.xcconfig */, | |
| 359 | - 8014DA110BF7F457F9A136B80A7B894E /* CNLivePublishContent-dummy.m */, | |
| 360 | - 299467A3465BD33076036CD2E9DF4857 /* CNLivePublishContent-prefix.pch */, | |
| 361 | - 0C0CDA4DF377FE9B4EC9B0ABB3F8C584 /* CNLivePublishContent-umbrella.h */, | |
| 362 | - 4F61505A92E8798E55729DA6A8AD8FCE /* Info.plist */, | |
| 363 | - ); | |
| 364 | - name = "Support Files"; | |
| 365 | - path = "Example/Pods/Target Support Files/CNLivePublishContent"; | |
| 366 | - sourceTree = "<group>"; | |
| 367 | - }; | |
| 368 | 340 | 86CCD87478E929509958BE9B86F7685E /* Serialization */ = { |
| 369 | 341 | isa = PBXGroup; |
| 370 | 342 | children = ( |
| ... | ... | @@ -376,14 +348,6 @@ |
| 376 | 348 | name = Serialization; |
| 377 | 349 | sourceTree = "<group>"; |
| 378 | 350 | }; |
| 379 | - 9AD5313C32C860D4C6DB04E2BA3F0D54 /* Development Pods */ = { | |
| 380 | - isa = PBXGroup; | |
| 381 | - children = ( | |
| 382 | - 33C8845945518B60972892B9C61472F0 /* CNLivePublishContent */, | |
| 383 | - ); | |
| 384 | - name = "Development Pods"; | |
| 385 | - sourceTree = "<group>"; | |
| 386 | - }; | |
| 387 | 351 | 9BE3A70CF1BA82CAA948FD98D92A8EE1 /* Pods-CNLivePublishContent_Example */ = { |
| 388 | 352 | isa = PBXGroup; |
| 389 | 353 | children = ( |
| ... | ... | @@ -441,16 +405,6 @@ |
| 441 | 405 | path = "Target Support Files/Pods-CNLivePublishContent_Tests"; |
| 442 | 406 | sourceTree = "<group>"; |
| 443 | 407 | }; |
| 444 | - D7DA1A34768D1EDFA437BC8EEF72E134 /* Pod */ = { | |
| 445 | - isa = PBXGroup; | |
| 446 | - children = ( | |
| 447 | - 686A8894865E70129D5817788CA447B1 /* CNLivePublishContent.podspec */, | |
| 448 | - E04AA531B14ABA36CC223071C1569D02 /* LICENSE */, | |
| 449 | - 93978FC9BD80D93E52A09035A9EE2B1E /* README.md */, | |
| 450 | - ); | |
| 451 | - name = Pod; | |
| 452 | - sourceTree = "<group>"; | |
| 453 | - }; | |
| 454 | 408 | E240CF00AEDFDF15B1F66579E55755C9 /* Targets Support Files */ = { |
| 455 | 409 | isa = PBXGroup; |
| 456 | 410 | children = ( |
| ... | ... | @@ -471,6 +425,7 @@ |
| 471 | 425 | 297CA8023A4FD0BD9EE1CA68BE9526F7 /* Support Files */, |
| 472 | 426 | 0A60ECF3F4E8D3031BA678BF90A20EEA /* UIKit */, |
| 473 | 427 | ); |
| 428 | + name = AFNetworking; | |
| 474 | 429 | path = AFNetworking; |
| 475 | 430 | sourceTree = "<group>"; |
| 476 | 431 | }; |
| ... | ... | @@ -485,6 +440,18 @@ |
| 485 | 440 | name = Products; |
| 486 | 441 | sourceTree = "<group>"; |
| 487 | 442 | }; |
| 443 | + F9CB4C3091AE675484E3F226BC3A3A74 /* CNLivePublishContent */ = { | |
| 444 | + isa = PBXGroup; | |
| 445 | + children = ( | |
| 446 | + 84795C057289AA4ADF694D7E2C0A7844 /* YQJTest.h */, | |
| 447 | + 255176BDE664FDC3EEF3EE888A26EB86 /* YQJTest.m */, | |
| 448 | + 56E9713EBFB9E4DBD2688FAA96865897 /* Pod */, | |
| 449 | + 6952B7954D6AB15E46D4E68FD16AD504 /* Support Files */, | |
| 450 | + ); | |
| 451 | + name = CNLivePublishContent; | |
| 452 | + path = ../..; | |
| 453 | + sourceTree = "<group>"; | |
| 454 | + }; | |
| 488 | 455 | FDD76C32F8844B0A4F72AD3FC063818F /* Security */ = { |
| 489 | 456 | isa = PBXGroup; |
| 490 | 457 | children = ( |
| ... | ... | @@ -505,20 +472,12 @@ |
| 505 | 472 | ); |
| 506 | 473 | runOnlyForDeploymentPostprocessing = 0; |
| 507 | 474 | }; |
| 508 | - 11176E8CC0F33E647945707BCCF194F2 /* Headers */ = { | |
| 475 | + 20D65A402D1AE33BBDD983CADA49F8C9 /* Headers */ = { | |
| 509 | 476 | isa = PBXHeadersBuildPhase; |
| 510 | 477 | buildActionMask = 2147483647; |
| 511 | 478 | files = ( |
| 512 | - 5BD586FD5A79C8F85C9B6F20E9D90D90 /* Pods-CNLivePublishContent_Tests-umbrella.h in Headers */, | |
| 513 | - ); | |
| 514 | - runOnlyForDeploymentPostprocessing = 0; | |
| 515 | - }; | |
| 516 | - 85C9C821C3AF9E7145C0F6846264E805 /* Headers */ = { | |
| 517 | - isa = PBXHeadersBuildPhase; | |
| 518 | - buildActionMask = 2147483647; | |
| 519 | - files = ( | |
| 520 | - 6177C064B97130A1417281AC5F59AAD2 /* CNLivePublishContent-umbrella.h in Headers */, | |
| 521 | - 4E6180F721B77EAF00904CB6 /* YQJTest.h in Headers */, | |
| 479 | + 437D16EC401C087F549FA709C91CF786 /* CNLivePublishContent-umbrella.h in Headers */, | |
| 480 | + 6499BE821A569363EA3F09B2EA06882A /* YQJTest.h in Headers */, | |
| 522 | 481 | ); |
| 523 | 482 | runOnlyForDeploymentPostprocessing = 0; |
| 524 | 483 | }; |
| ... | ... | @@ -549,42 +508,49 @@ |
| 549 | 508 | ); |
| 550 | 509 | runOnlyForDeploymentPostprocessing = 0; |
| 551 | 510 | }; |
| 511 | + EE24ACE30639ED255D95480F9D33653F /* Headers */ = { | |
| 512 | + isa = PBXHeadersBuildPhase; | |
| 513 | + buildActionMask = 2147483647; | |
| 514 | + files = ( | |
| 515 | + 7DE63A1F998683E0AEEE41EE6C1BB3A6 /* Pods-CNLivePublishContent_Tests-umbrella.h in Headers */, | |
| 516 | + ); | |
| 517 | + runOnlyForDeploymentPostprocessing = 0; | |
| 518 | + }; | |
| 552 | 519 | /* End PBXHeadersBuildPhase section */ |
| 553 | 520 | |
| 554 | 521 | /* Begin PBXNativeTarget section */ |
| 555 | - 198CED4F46795AF6360BEB6C3B20CD27 /* CNLivePublishContent */ = { | |
| 522 | + 0129596E3166712D604DAF3AF140E4C2 /* CNLivePublishContent */ = { | |
| 556 | 523 | isa = PBXNativeTarget; |
| 557 | - buildConfigurationList = AEC9A69C1E257B6C2A414C2F8A613802 /* Build configuration list for PBXNativeTarget "CNLivePublishContent" */; | |
| 524 | + buildConfigurationList = 565610290BC02A1EA9383D220B6A742B /* Build configuration list for PBXNativeTarget "CNLivePublishContent" */; | |
| 558 | 525 | buildPhases = ( |
| 559 | - 85C9C821C3AF9E7145C0F6846264E805 /* Headers */, | |
| 560 | - 1E2BE10F71057B9812CDF92BA9F27821 /* Sources */, | |
| 561 | - A5D27F7DFB2008E8A1ED54D5E69DB7F6 /* Frameworks */, | |
| 562 | - 94DBC1819F23E64AD7E42DBEA6995BB9 /* Resources */, | |
| 526 | + 20D65A402D1AE33BBDD983CADA49F8C9 /* Headers */, | |
| 527 | + 067CBEC0AF0D0AC193B2E646F22F4DBC /* Sources */, | |
| 528 | + 8059771A9E49BAE310D15CFAD01F6862 /* Frameworks */, | |
| 529 | + F5C79AEC70006E957E77A43554A9ABBC /* Resources */, | |
| 563 | 530 | ); |
| 564 | 531 | buildRules = ( |
| 565 | 532 | ); |
| 566 | 533 | dependencies = ( |
| 567 | - 564D7F6F6B4EF327A3E3297397E5423E /* PBXTargetDependency */, | |
| 534 | + D3F4E7B90AA6567DF2D82F63373C9B4C /* PBXTargetDependency */, | |
| 568 | 535 | ); |
| 569 | 536 | name = CNLivePublishContent; |
| 570 | 537 | productName = CNLivePublishContent; |
| 571 | 538 | productReference = 73DB2FF987F90BF5D4852EAF943F08A5 /* CNLivePublishContent.framework */; |
| 572 | 539 | productType = "com.apple.product-type.framework"; |
| 573 | 540 | }; |
| 574 | - 372412E1F5E11671595F2FCAE8C052BD /* Pods-CNLivePublishContent_Tests */ = { | |
| 541 | + 21D400ECEB783EFB86E95FF2C674D6A1 /* Pods-CNLivePublishContent_Tests */ = { | |
| 575 | 542 | isa = PBXNativeTarget; |
| 576 | - buildConfigurationList = E0F3EA5CE7DFAD07D828D8C5A8A718E7 /* Build configuration list for PBXNativeTarget "Pods-CNLivePublishContent_Tests" */; | |
| 543 | + buildConfigurationList = 20CA38EE2EFA75F5625B7F9A3FC860E4 /* Build configuration list for PBXNativeTarget "Pods-CNLivePublishContent_Tests" */; | |
| 577 | 544 | buildPhases = ( |
| 578 | - 11176E8CC0F33E647945707BCCF194F2 /* Headers */, | |
| 579 | - 7BD60E7F276F99C3E9C00078C4087F26 /* Sources */, | |
| 580 | - 75ED884444C020D2FFDE451161BE6FC8 /* Frameworks */, | |
| 581 | - 6B39BD9235A2B80414EF985EC5D165DB /* Resources */, | |
| 545 | + EE24ACE30639ED255D95480F9D33653F /* Headers */, | |
| 546 | + DE7313C6E16DE4E5A2819D1E4F97264E /* Sources */, | |
| 547 | + 31F81AA4A22EC4D3D3B9C414718BF6CB /* Frameworks */, | |
| 548 | + 7B68BA9ACCEA99E171C7C5A8E62D0750 /* Resources */, | |
| 582 | 549 | ); |
| 583 | 550 | buildRules = ( |
| 584 | 551 | ); |
| 585 | 552 | dependencies = ( |
| 586 | - 6E3CB6A8150CDB6E3255319CFBC8A413 /* PBXTargetDependency */, | |
| 587 | - C9F616E89D4FF64E6D7E30B9F67AF945 /* PBXTargetDependency */, | |
| 553 | + F7C5B573ED5A9511470F5C84D70B4FF3 /* PBXTargetDependency */, | |
| 588 | 554 | ); |
| 589 | 555 | name = "Pods-CNLivePublishContent_Tests"; |
| 590 | 556 | productName = "Pods-CNLivePublishContent_Tests"; |
| ... | ... | @@ -651,9 +617,9 @@ |
| 651 | 617 | projectRoot = ""; |
| 652 | 618 | targets = ( |
| 653 | 619 | EAE60BD2ADA8DCB217E116ADB628185C /* AFNetworking */, |
| 654 | - 198CED4F46795AF6360BEB6C3B20CD27 /* CNLivePublishContent */, | |
| 620 | + 0129596E3166712D604DAF3AF140E4C2 /* CNLivePublishContent */, | |
| 655 | 621 | 55576F17EDFA6D5770450CB4A5A1512F /* Pods-CNLivePublishContent_Example */, |
| 656 | - 372412E1F5E11671595F2FCAE8C052BD /* Pods-CNLivePublishContent_Tests */, | |
| 622 | + 21D400ECEB783EFB86E95FF2C674D6A1 /* Pods-CNLivePublishContent_Tests */, | |
| 657 | 623 | ); |
| 658 | 624 | }; |
| 659 | 625 | /* End PBXProject section */ |
| ... | ... | @@ -666,7 +632,7 @@ |
| 666 | 632 | ); |
| 667 | 633 | runOnlyForDeploymentPostprocessing = 0; |
| 668 | 634 | }; |
| 669 | - 6B39BD9235A2B80414EF985EC5D165DB /* Resources */ = { | |
| 635 | + 7B68BA9ACCEA99E171C7C5A8E62D0750 /* Resources */ = { | |
| 670 | 636 | isa = PBXResourcesBuildPhase; |
| 671 | 637 | buildActionMask = 2147483647; |
| 672 | 638 | files = ( |
| ... | ... | @@ -680,17 +646,25 @@ |
| 680 | 646 | ); |
| 681 | 647 | runOnlyForDeploymentPostprocessing = 0; |
| 682 | 648 | }; |
| 683 | - 94DBC1819F23E64AD7E42DBEA6995BB9 /* Resources */ = { | |
| 649 | + F5C79AEC70006E957E77A43554A9ABBC /* Resources */ = { | |
| 684 | 650 | isa = PBXResourcesBuildPhase; |
| 685 | 651 | buildActionMask = 2147483647; |
| 686 | 652 | files = ( |
| 687 | - 4E6180F821B77EAF00904CB6 /* .gitkeep in Resources */, | |
| 688 | 653 | ); |
| 689 | 654 | runOnlyForDeploymentPostprocessing = 0; |
| 690 | 655 | }; |
| 691 | 656 | /* End PBXResourcesBuildPhase section */ |
| 692 | 657 | |
| 693 | 658 | /* Begin PBXSourcesBuildPhase section */ |
| 659 | + 067CBEC0AF0D0AC193B2E646F22F4DBC /* Sources */ = { | |
| 660 | + isa = PBXSourcesBuildPhase; | |
| 661 | + buildActionMask = 2147483647; | |
| 662 | + files = ( | |
| 663 | + 1DED0CC29970F878261799A26EF463BB /* CNLivePublishContent-dummy.m in Sources */, | |
| 664 | + A6788BD629798B6F13289D01BD549782 /* YQJTest.m in Sources */, | |
| 665 | + ); | |
| 666 | + runOnlyForDeploymentPostprocessing = 0; | |
| 667 | + }; | |
| 694 | 668 | 07C7A3674C96B85AD8EA6C6D71BC549B /* Sources */ = { |
| 695 | 669 | isa = PBXSourcesBuildPhase; |
| 696 | 670 | buildActionMask = 2147483647; |
| ... | ... | @@ -714,50 +688,29 @@ |
| 714 | 688 | ); |
| 715 | 689 | runOnlyForDeploymentPostprocessing = 0; |
| 716 | 690 | }; |
| 717 | - 1E2BE10F71057B9812CDF92BA9F27821 /* Sources */ = { | |
| 718 | - isa = PBXSourcesBuildPhase; | |
| 719 | - buildActionMask = 2147483647; | |
| 720 | - files = ( | |
| 721 | - 189611128C4ECEEA7F0572F73876EFB4 /* CNLivePublishContent-dummy.m in Sources */, | |
| 722 | - 4E6180F621B77EAF00904CB6 /* YQJTest.m in Sources */, | |
| 723 | - ); | |
| 724 | - runOnlyForDeploymentPostprocessing = 0; | |
| 725 | - }; | |
| 726 | - 7BD60E7F276F99C3E9C00078C4087F26 /* Sources */ = { | |
| 691 | + B7B9C97376D5966EF20F6AD1D71AEB96 /* Sources */ = { | |
| 727 | 692 | isa = PBXSourcesBuildPhase; |
| 728 | 693 | buildActionMask = 2147483647; |
| 729 | 694 | files = ( |
| 730 | - 7964C4CDB394B0C4DCFEC7D92E14D71A /* Pods-CNLivePublishContent_Tests-dummy.m in Sources */, | |
| 695 | + B27AB9936E094171E3A6371570FDD397 /* Pods-CNLivePublishContent_Example-dummy.m in Sources */, | |
| 731 | 696 | ); |
| 732 | 697 | runOnlyForDeploymentPostprocessing = 0; |
| 733 | 698 | }; |
| 734 | - B7B9C97376D5966EF20F6AD1D71AEB96 /* Sources */ = { | |
| 699 | + DE7313C6E16DE4E5A2819D1E4F97264E /* Sources */ = { | |
| 735 | 700 | isa = PBXSourcesBuildPhase; |
| 736 | 701 | buildActionMask = 2147483647; |
| 737 | 702 | files = ( |
| 738 | - B27AB9936E094171E3A6371570FDD397 /* Pods-CNLivePublishContent_Example-dummy.m in Sources */, | |
| 703 | + 8D8EC7DF8F024D7B55FB8EAD45B8BA4A /* Pods-CNLivePublishContent_Tests-dummy.m in Sources */, | |
| 739 | 704 | ); |
| 740 | 705 | runOnlyForDeploymentPostprocessing = 0; |
| 741 | 706 | }; |
| 742 | 707 | /* End PBXSourcesBuildPhase section */ |
| 743 | 708 | |
| 744 | 709 | /* Begin PBXTargetDependency section */ |
| 745 | - 564D7F6F6B4EF327A3E3297397E5423E /* PBXTargetDependency */ = { | |
| 746 | - isa = PBXTargetDependency; | |
| 747 | - name = AFNetworking; | |
| 748 | - target = EAE60BD2ADA8DCB217E116ADB628185C /* AFNetworking */; | |
| 749 | - targetProxy = EC938A19ABC6FD9E84300934D2D161F6 /* PBXContainerItemProxy */; | |
| 750 | - }; | |
| 751 | - 6E3CB6A8150CDB6E3255319CFBC8A413 /* PBXTargetDependency */ = { | |
| 752 | - isa = PBXTargetDependency; | |
| 753 | - name = AFNetworking; | |
| 754 | - target = EAE60BD2ADA8DCB217E116ADB628185C /* AFNetworking */; | |
| 755 | - targetProxy = 10BE38FA9FD4A66416A251C2E70DB3D9 /* PBXContainerItemProxy */; | |
| 756 | - }; | |
| 757 | 710 | 99E407B6E999010E520C5BA84EB76C63 /* PBXTargetDependency */ = { |
| 758 | 711 | isa = PBXTargetDependency; |
| 759 | 712 | name = CNLivePublishContent; |
| 760 | - target = 198CED4F46795AF6360BEB6C3B20CD27 /* CNLivePublishContent */; | |
| 713 | + target = 0129596E3166712D604DAF3AF140E4C2 /* CNLivePublishContent */; | |
| 761 | 714 | targetProxy = BC29346D1257CE0E429385393E7F4830 /* PBXContainerItemProxy */; |
| 762 | 715 | }; |
| 763 | 716 | C8AD328705C1AB5C8B29138FF6EBFD33 /* PBXTargetDependency */ = { |
| ... | ... | @@ -766,19 +719,26 @@ |
| 766 | 719 | target = EAE60BD2ADA8DCB217E116ADB628185C /* AFNetworking */; |
| 767 | 720 | targetProxy = 638D96951986081978219D0D28C4CB95 /* PBXContainerItemProxy */; |
| 768 | 721 | }; |
| 769 | - C9F616E89D4FF64E6D7E30B9F67AF945 /* PBXTargetDependency */ = { | |
| 722 | + D3F4E7B90AA6567DF2D82F63373C9B4C /* PBXTargetDependency */ = { | |
| 723 | + isa = PBXTargetDependency; | |
| 724 | + name = AFNetworking; | |
| 725 | + target = EAE60BD2ADA8DCB217E116ADB628185C /* AFNetworking */; | |
| 726 | + targetProxy = 74EE7622974628230979B1E2FAC31F70 /* PBXContainerItemProxy */; | |
| 727 | + }; | |
| 728 | + F7C5B573ED5A9511470F5C84D70B4FF3 /* PBXTargetDependency */ = { | |
| 770 | 729 | isa = PBXTargetDependency; |
| 771 | 730 | name = "Pods-CNLivePublishContent_Example"; |
| 772 | 731 | target = 55576F17EDFA6D5770450CB4A5A1512F /* Pods-CNLivePublishContent_Example */; |
| 773 | - targetProxy = A8E7BDA73E29AD4E427F3B81E733E91F /* PBXContainerItemProxy */; | |
| 732 | + targetProxy = 6BEC831ACC9336C52EF6AAD48929E32B /* PBXContainerItemProxy */; | |
| 774 | 733 | }; |
| 775 | 734 | /* End PBXTargetDependency section */ |
| 776 | 735 | |
| 777 | 736 | /* Begin XCBuildConfiguration section */ |
| 778 | - 1826782FFDB48869EFFD1F867A16E851 /* Release */ = { | |
| 737 | + 0EC0D5DFCC1AC7C2EA052B5027B9E5E2 /* Release */ = { | |
| 779 | 738 | isa = XCBuildConfiguration; |
| 780 | - baseConfigurationReference = 1E780EE58BC7E2D12D138575E3D3A247 /* CNLivePublishContent.xcconfig */; | |
| 739 | + baseConfigurationReference = 1C9335BE61B442F6D1AB0A3CC50BABEF /* Pods-CNLivePublishContent_Tests.release.xcconfig */; | |
| 781 | 740 | buildSettings = { |
| 741 | + ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = NO; | |
| 782 | 742 | CODE_SIGN_IDENTITY = ""; |
| 783 | 743 | "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; |
| 784 | 744 | "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; |
| ... | ... | @@ -788,17 +748,19 @@ |
| 788 | 748 | DYLIB_COMPATIBILITY_VERSION = 1; |
| 789 | 749 | DYLIB_CURRENT_VERSION = 1; |
| 790 | 750 | DYLIB_INSTALL_NAME_BASE = "@rpath"; |
| 791 | - GCC_PREFIX_HEADER = "Target Support Files/CNLivePublishContent/CNLivePublishContent-prefix.pch"; | |
| 792 | - INFOPLIST_FILE = "Target Support Files/CNLivePublishContent/Info.plist"; | |
| 751 | + INFOPLIST_FILE = "Target Support Files/Pods-CNLivePublishContent_Tests/Info.plist"; | |
| 793 | 752 | INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; |
| 794 | 753 | IPHONEOS_DEPLOYMENT_TARGET = 9.0; |
| 795 | 754 | LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks"; |
| 796 | - MODULEMAP_FILE = "Target Support Files/CNLivePublishContent/CNLivePublishContent.modulemap"; | |
| 797 | - PRODUCT_MODULE_NAME = CNLivePublishContent; | |
| 798 | - PRODUCT_NAME = CNLivePublishContent; | |
| 755 | + MACH_O_TYPE = staticlib; | |
| 756 | + MODULEMAP_FILE = "Target Support Files/Pods-CNLivePublishContent_Tests/Pods-CNLivePublishContent_Tests.modulemap"; | |
| 757 | + OTHER_LDFLAGS = ""; | |
| 758 | + OTHER_LIBTOOLFLAGS = ""; | |
| 759 | + PODS_ROOT = "$(SRCROOT)"; | |
| 760 | + PRODUCT_BUNDLE_IDENTIFIER = "org.cocoapods.${PRODUCT_NAME:rfc1034identifier}"; | |
| 761 | + PRODUCT_NAME = "$(TARGET_NAME:c99extidentifier)"; | |
| 799 | 762 | SDKROOT = iphoneos; |
| 800 | 763 | SKIP_INSTALL = YES; |
| 801 | - SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) "; | |
| 802 | 764 | TARGETED_DEVICE_FAMILY = "1,2"; |
| 803 | 765 | VALIDATE_PRODUCT = YES; |
| 804 | 766 | VERSIONING_SYSTEM = "apple-generic"; |
| ... | ... | @@ -840,11 +802,10 @@ |
| 840 | 802 | }; |
| 841 | 803 | name = Release; |
| 842 | 804 | }; |
| 843 | - 5229405B05FF6B657D04BA602DA53837 /* Debug */ = { | |
| 805 | + 5184FC30B3970AE203A02597EA9DCBD8 /* Debug */ = { | |
| 844 | 806 | isa = XCBuildConfiguration; |
| 845 | - baseConfigurationReference = 1DAF2307943F6D77C96929BE990D624A /* Pods-CNLivePublishContent_Tests.debug.xcconfig */; | |
| 807 | + baseConfigurationReference = A9D8CE8A5B7231642B4C0869AB97B2AC /* CNLivePublishContent.xcconfig */; | |
| 846 | 808 | buildSettings = { |
| 847 | - ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = NO; | |
| 848 | 809 | CODE_SIGN_IDENTITY = ""; |
| 849 | 810 | "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; |
| 850 | 811 | "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; |
| ... | ... | @@ -854,19 +815,17 @@ |
| 854 | 815 | DYLIB_COMPATIBILITY_VERSION = 1; |
| 855 | 816 | DYLIB_CURRENT_VERSION = 1; |
| 856 | 817 | DYLIB_INSTALL_NAME_BASE = "@rpath"; |
| 857 | - INFOPLIST_FILE = "Target Support Files/Pods-CNLivePublishContent_Tests/Info.plist"; | |
| 818 | + GCC_PREFIX_HEADER = "Target Support Files/CNLivePublishContent/CNLivePublishContent-prefix.pch"; | |
| 819 | + INFOPLIST_FILE = "Target Support Files/CNLivePublishContent/Info.plist"; | |
| 858 | 820 | INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; |
| 859 | 821 | IPHONEOS_DEPLOYMENT_TARGET = 9.0; |
| 860 | 822 | LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks"; |
| 861 | - MACH_O_TYPE = staticlib; | |
| 862 | - MODULEMAP_FILE = "Target Support Files/Pods-CNLivePublishContent_Tests/Pods-CNLivePublishContent_Tests.modulemap"; | |
| 863 | - OTHER_LDFLAGS = ""; | |
| 864 | - OTHER_LIBTOOLFLAGS = ""; | |
| 865 | - PODS_ROOT = "$(SRCROOT)"; | |
| 866 | - PRODUCT_BUNDLE_IDENTIFIER = "org.cocoapods.${PRODUCT_NAME:rfc1034identifier}"; | |
| 867 | - PRODUCT_NAME = "$(TARGET_NAME:c99extidentifier)"; | |
| 823 | + MODULEMAP_FILE = "Target Support Files/CNLivePublishContent/CNLivePublishContent.modulemap"; | |
| 824 | + PRODUCT_MODULE_NAME = CNLivePublishContent; | |
| 825 | + PRODUCT_NAME = CNLivePublishContent; | |
| 868 | 826 | SDKROOT = iphoneos; |
| 869 | 827 | SKIP_INSTALL = YES; |
| 828 | + SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) "; | |
| 870 | 829 | TARGETED_DEVICE_FAMILY = "1,2"; |
| 871 | 830 | VERSIONING_SYSTEM = "apple-generic"; |
| 872 | 831 | VERSION_INFO_PREFIX = ""; |
| ... | ... | @@ -928,16 +887,18 @@ |
| 928 | 887 | MTL_FAST_MATH = YES; |
| 929 | 888 | PRODUCT_NAME = "$(TARGET_NAME)"; |
| 930 | 889 | STRIP_INSTALLED_PRODUCT = NO; |
| 931 | - SWIFT_OPTIMIZATION_LEVEL = "-Owholemodule"; | |
| 890 | + SWIFT_COMPILATION_MODE = wholemodule; | |
| 891 | + SWIFT_OPTIMIZATION_LEVEL = "-O"; | |
| 932 | 892 | SWIFT_VERSION = 4.2; |
| 933 | 893 | SYMROOT = "${SRCROOT}/../build"; |
| 934 | 894 | }; |
| 935 | 895 | name = Release; |
| 936 | 896 | }; |
| 937 | - 61597B369EB7902B10B953FF6F8DEF4B /* Debug */ = { | |
| 897 | + 836A06A625A49644A92272E8C4963A35 /* Debug */ = { | |
| 938 | 898 | isa = XCBuildConfiguration; |
| 939 | - baseConfigurationReference = 1E780EE58BC7E2D12D138575E3D3A247 /* CNLivePublishContent.xcconfig */; | |
| 899 | + baseConfigurationReference = 1DAF2307943F6D77C96929BE990D624A /* Pods-CNLivePublishContent_Tests.debug.xcconfig */; | |
| 940 | 900 | buildSettings = { |
| 901 | + ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = NO; | |
| 941 | 902 | CODE_SIGN_IDENTITY = ""; |
| 942 | 903 | "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; |
| 943 | 904 | "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; |
| ... | ... | @@ -947,17 +908,19 @@ |
| 947 | 908 | DYLIB_COMPATIBILITY_VERSION = 1; |
| 948 | 909 | DYLIB_CURRENT_VERSION = 1; |
| 949 | 910 | DYLIB_INSTALL_NAME_BASE = "@rpath"; |
| 950 | - GCC_PREFIX_HEADER = "Target Support Files/CNLivePublishContent/CNLivePublishContent-prefix.pch"; | |
| 951 | - INFOPLIST_FILE = "Target Support Files/CNLivePublishContent/Info.plist"; | |
| 911 | + INFOPLIST_FILE = "Target Support Files/Pods-CNLivePublishContent_Tests/Info.plist"; | |
| 952 | 912 | INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; |
| 953 | 913 | IPHONEOS_DEPLOYMENT_TARGET = 9.0; |
| 954 | 914 | LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks"; |
| 955 | - MODULEMAP_FILE = "Target Support Files/CNLivePublishContent/CNLivePublishContent.modulemap"; | |
| 956 | - PRODUCT_MODULE_NAME = CNLivePublishContent; | |
| 957 | - PRODUCT_NAME = CNLivePublishContent; | |
| 915 | + MACH_O_TYPE = staticlib; | |
| 916 | + MODULEMAP_FILE = "Target Support Files/Pods-CNLivePublishContent_Tests/Pods-CNLivePublishContent_Tests.modulemap"; | |
| 917 | + OTHER_LDFLAGS = ""; | |
| 918 | + OTHER_LIBTOOLFLAGS = ""; | |
| 919 | + PODS_ROOT = "$(SRCROOT)"; | |
| 920 | + PRODUCT_BUNDLE_IDENTIFIER = "org.cocoapods.${PRODUCT_NAME:rfc1034identifier}"; | |
| 921 | + PRODUCT_NAME = "$(TARGET_NAME:c99extidentifier)"; | |
| 958 | 922 | SDKROOT = iphoneos; |
| 959 | 923 | SKIP_INSTALL = YES; |
| 960 | - SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) "; | |
| 961 | 924 | TARGETED_DEVICE_FAMILY = "1,2"; |
| 962 | 925 | VERSIONING_SYSTEM = "apple-generic"; |
| 963 | 926 | VERSION_INFO_PREFIX = ""; |
| ... | ... | @@ -1091,11 +1054,10 @@ |
| 1091 | 1054 | }; |
| 1092 | 1055 | name = Debug; |
| 1093 | 1056 | }; |
| 1094 | - ACDE442C7C149EBA631C730D00C6FCAD /* Release */ = { | |
| 1057 | + BAD679F1D8D93112BC0230F672D178A5 /* Release */ = { | |
| 1095 | 1058 | isa = XCBuildConfiguration; |
| 1096 | - baseConfigurationReference = 1C9335BE61B442F6D1AB0A3CC50BABEF /* Pods-CNLivePublishContent_Tests.release.xcconfig */; | |
| 1059 | + baseConfigurationReference = A9D8CE8A5B7231642B4C0869AB97B2AC /* CNLivePublishContent.xcconfig */; | |
| 1097 | 1060 | buildSettings = { |
| 1098 | - ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = NO; | |
| 1099 | 1061 | CODE_SIGN_IDENTITY = ""; |
| 1100 | 1062 | "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; |
| 1101 | 1063 | "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; |
| ... | ... | @@ -1105,19 +1067,17 @@ |
| 1105 | 1067 | DYLIB_COMPATIBILITY_VERSION = 1; |
| 1106 | 1068 | DYLIB_CURRENT_VERSION = 1; |
| 1107 | 1069 | DYLIB_INSTALL_NAME_BASE = "@rpath"; |
| 1108 | - INFOPLIST_FILE = "Target Support Files/Pods-CNLivePublishContent_Tests/Info.plist"; | |
| 1070 | + GCC_PREFIX_HEADER = "Target Support Files/CNLivePublishContent/CNLivePublishContent-prefix.pch"; | |
| 1071 | + INFOPLIST_FILE = "Target Support Files/CNLivePublishContent/Info.plist"; | |
| 1109 | 1072 | INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; |
| 1110 | 1073 | IPHONEOS_DEPLOYMENT_TARGET = 9.0; |
| 1111 | 1074 | LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks"; |
| 1112 | - MACH_O_TYPE = staticlib; | |
| 1113 | - MODULEMAP_FILE = "Target Support Files/Pods-CNLivePublishContent_Tests/Pods-CNLivePublishContent_Tests.modulemap"; | |
| 1114 | - OTHER_LDFLAGS = ""; | |
| 1115 | - OTHER_LIBTOOLFLAGS = ""; | |
| 1116 | - PODS_ROOT = "$(SRCROOT)"; | |
| 1117 | - PRODUCT_BUNDLE_IDENTIFIER = "org.cocoapods.${PRODUCT_NAME:rfc1034identifier}"; | |
| 1118 | - PRODUCT_NAME = "$(TARGET_NAME:c99extidentifier)"; | |
| 1075 | + MODULEMAP_FILE = "Target Support Files/CNLivePublishContent/CNLivePublishContent.modulemap"; | |
| 1076 | + PRODUCT_MODULE_NAME = CNLivePublishContent; | |
| 1077 | + PRODUCT_NAME = CNLivePublishContent; | |
| 1119 | 1078 | SDKROOT = iphoneos; |
| 1120 | 1079 | SKIP_INSTALL = YES; |
| 1080 | + SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) "; | |
| 1121 | 1081 | TARGETED_DEVICE_FAMILY = "1,2"; |
| 1122 | 1082 | VALIDATE_PRODUCT = YES; |
| 1123 | 1083 | VERSIONING_SYSTEM = "apple-generic"; |
| ... | ... | @@ -1161,47 +1121,47 @@ |
| 1161 | 1121 | /* End XCBuildConfiguration section */ |
| 1162 | 1122 | |
| 1163 | 1123 | /* Begin XCConfigurationList section */ |
| 1164 | - 2D8E8EC45A3A1A1D94AE762CB5028504 /* Build configuration list for PBXProject "Pods" */ = { | |
| 1124 | + 20CA38EE2EFA75F5625B7F9A3FC860E4 /* Build configuration list for PBXNativeTarget "Pods-CNLivePublishContent_Tests" */ = { | |
| 1165 | 1125 | isa = XCConfigurationList; |
| 1166 | 1126 | buildConfigurations = ( |
| 1167 | - 858D01EEFE984249A9581D18DBEA53F1 /* Debug */, | |
| 1168 | - 5DE19CECB206ACCCACF04D62F93FFDA6 /* Release */, | |
| 1127 | + 836A06A625A49644A92272E8C4963A35 /* Debug */, | |
| 1128 | + 0EC0D5DFCC1AC7C2EA052B5027B9E5E2 /* Release */, | |
| 1169 | 1129 | ); |
| 1170 | 1130 | defaultConfigurationIsVisible = 0; |
| 1171 | 1131 | defaultConfigurationName = Release; |
| 1172 | 1132 | }; |
| 1173 | - 31C66CE74F19C7D8A8F842B6B902D672 /* Build configuration list for PBXNativeTarget "Pods-CNLivePublishContent_Example" */ = { | |
| 1133 | + 2D8E8EC45A3A1A1D94AE762CB5028504 /* Build configuration list for PBXProject "Pods" */ = { | |
| 1174 | 1134 | isa = XCConfigurationList; |
| 1175 | 1135 | buildConfigurations = ( |
| 1176 | - C9ED161BEF030713C1411102837EC6BB /* Debug */, | |
| 1177 | - 1843215834F5986609CD5856CFF60501 /* Release */, | |
| 1136 | + 858D01EEFE984249A9581D18DBEA53F1 /* Debug */, | |
| 1137 | + 5DE19CECB206ACCCACF04D62F93FFDA6 /* Release */, | |
| 1178 | 1138 | ); |
| 1179 | 1139 | defaultConfigurationIsVisible = 0; |
| 1180 | 1140 | defaultConfigurationName = Release; |
| 1181 | 1141 | }; |
| 1182 | - 8289B039CF0D8B5A385C13089893A356 /* Build configuration list for PBXNativeTarget "AFNetworking" */ = { | |
| 1142 | + 31C66CE74F19C7D8A8F842B6B902D672 /* Build configuration list for PBXNativeTarget "Pods-CNLivePublishContent_Example" */ = { | |
| 1183 | 1143 | isa = XCConfigurationList; |
| 1184 | 1144 | buildConfigurations = ( |
| 1185 | - 9F05FB7480ECA0237560017761177F3A /* Debug */, | |
| 1186 | - 8D2DCA929D6EAACBC099C6391F176FAB /* Release */, | |
| 1145 | + C9ED161BEF030713C1411102837EC6BB /* Debug */, | |
| 1146 | + 1843215834F5986609CD5856CFF60501 /* Release */, | |
| 1187 | 1147 | ); |
| 1188 | 1148 | defaultConfigurationIsVisible = 0; |
| 1189 | 1149 | defaultConfigurationName = Release; |
| 1190 | 1150 | }; |
| 1191 | - AEC9A69C1E257B6C2A414C2F8A613802 /* Build configuration list for PBXNativeTarget "CNLivePublishContent" */ = { | |
| 1151 | + 565610290BC02A1EA9383D220B6A742B /* Build configuration list for PBXNativeTarget "CNLivePublishContent" */ = { | |
| 1192 | 1152 | isa = XCConfigurationList; |
| 1193 | 1153 | buildConfigurations = ( |
| 1194 | - 61597B369EB7902B10B953FF6F8DEF4B /* Debug */, | |
| 1195 | - 1826782FFDB48869EFFD1F867A16E851 /* Release */, | |
| 1154 | + 5184FC30B3970AE203A02597EA9DCBD8 /* Debug */, | |
| 1155 | + BAD679F1D8D93112BC0230F672D178A5 /* Release */, | |
| 1196 | 1156 | ); |
| 1197 | 1157 | defaultConfigurationIsVisible = 0; |
| 1198 | 1158 | defaultConfigurationName = Release; |
| 1199 | 1159 | }; |
| 1200 | - E0F3EA5CE7DFAD07D828D8C5A8A718E7 /* Build configuration list for PBXNativeTarget "Pods-CNLivePublishContent_Tests" */ = { | |
| 1160 | + 8289B039CF0D8B5A385C13089893A356 /* Build configuration list for PBXNativeTarget "AFNetworking" */ = { | |
| 1201 | 1161 | isa = XCConfigurationList; |
| 1202 | 1162 | buildConfigurations = ( |
| 1203 | - 5229405B05FF6B657D04BA602DA53837 /* Debug */, | |
| 1204 | - ACDE442C7C149EBA631C730D00C6FCAD /* Release */, | |
| 1163 | + 9F05FB7480ECA0237560017761177F3A /* Debug */, | |
| 1164 | + 8D2DCA929D6EAACBC099C6391F176FAB /* Release */, | |
| 1205 | 1165 | ); |
| 1206 | 1166 | defaultConfigurationIsVisible = 0; |
| 1207 | 1167 | defaultConfigurationName = Release; | ... | ... |
Example/Pods/Pods.xcodeproj/project.xcworkspace/contents.xcworkspacedata
0 → 100644
Example/Pods/Pods.xcodeproj/project.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist
0 → 100644
Example/Pods/Pods.xcodeproj/xcshareddata/xcschemes/CNLivePublishContent 2.xcscheme
0 → 100644
| 1 | +<?xml version="1.0" encoding="UTF-8"?> | |
| 2 | +<Scheme | |
| 3 | + LastUpgradeVersion = "1000" | |
| 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 = "198CED4F46795AF6360BEB6C3B20CD27" | |
| 18 | + BuildableName = "CNLivePublishContent.framework" | |
| 19 | + BlueprintName = "CNLivePublishContent" | |
| 20 | + ReferencedContainer = "container:Pods.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 | + </Testables> | |
| 32 | + <AdditionalOptions> | |
| 33 | + </AdditionalOptions> | |
| 34 | + </TestAction> | |
| 35 | + <LaunchAction | |
| 36 | + buildConfiguration = "Debug" | |
| 37 | + selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.LLDB" | |
| 38 | + selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB" | |
| 39 | + launchStyle = "0" | |
| 40 | + useCustomWorkingDirectory = "NO" | |
| 41 | + ignoresPersistentStateOnLaunch = "NO" | |
| 42 | + debugDocumentVersioning = "YES" | |
| 43 | + debugServiceExtension = "internal" | |
| 44 | + allowLocationSimulation = "YES"> | |
| 45 | + <MacroExpansion> | |
| 46 | + <BuildableReference | |
| 47 | + BuildableIdentifier = "primary" | |
| 48 | + BlueprintIdentifier = "198CED4F46795AF6360BEB6C3B20CD27" | |
| 49 | + BuildableName = "CNLivePublishContent.framework" | |
| 50 | + BlueprintName = "CNLivePublishContent" | |
| 51 | + ReferencedContainer = "container:Pods.xcodeproj"> | |
| 52 | + </BuildableReference> | |
| 53 | + </MacroExpansion> | |
| 54 | + <AdditionalOptions> | |
| 55 | + </AdditionalOptions> | |
| 56 | + </LaunchAction> | |
| 57 | + <ProfileAction | |
| 58 | + buildConfiguration = "Release" | |
| 59 | + shouldUseLaunchSchemeArgsEnv = "YES" | |
| 60 | + savedToolIdentifier = "" | |
| 61 | + useCustomWorkingDirectory = "NO" | |
| 62 | + debugDocumentVersioning = "YES"> | |
| 63 | + <MacroExpansion> | |
| 64 | + <BuildableReference | |
| 65 | + BuildableIdentifier = "primary" | |
| 66 | + BlueprintIdentifier = "198CED4F46795AF6360BEB6C3B20CD27" | |
| 67 | + BuildableName = "CNLivePublishContent.framework" | |
| 68 | + BlueprintName = "CNLivePublishContent" | |
| 69 | + ReferencedContainer = "container:Pods.xcodeproj"> | |
| 70 | + </BuildableReference> | |
| 71 | + </MacroExpansion> | |
| 72 | + </ProfileAction> | |
| 73 | + <AnalyzeAction | |
| 74 | + buildConfiguration = "Debug"> | |
| 75 | + </AnalyzeAction> | |
| 76 | + <ArchiveAction | |
| 77 | + buildConfiguration = "Release" | |
| 78 | + revealArchiveInOrganizer = "YES"> | |
| 79 | + </ArchiveAction> | |
| 80 | +</Scheme> | ... | ... |
Example/Pods/Target Support Files/CNLivePublishContent/CNLivePublishContent-umbrella.h
Example/Pods/Target Support Files/Pods-CNLivePublishContent_Tests/Pods-CNLivePublishContent_Tests-acknowledgements.markdown
| 1 | 1 | # Acknowledgements |
| 2 | 2 | This application makes use of the following third party libraries: |
| 3 | - | |
| 4 | -## AFNetworking | |
| 5 | - | |
| 6 | -Copyright (c) 2011-2016 Alamofire Software Foundation (http://alamofire.org/) | |
| 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 | 3 | Generated by CocoaPods - https://cocoapods.org | ... | ... |
Example/Pods/Target Support Files/Pods-CNLivePublishContent_Tests/Pods-CNLivePublishContent_Tests-acknowledgements.plist
| ... | ... | @@ -14,35 +14,6 @@ |
| 14 | 14 | </dict> |
| 15 | 15 | <dict> |
| 16 | 16 | <key>FooterText</key> |
| 17 | - <string>Copyright (c) 2011-2016 Alamofire Software Foundation (http://alamofire.org/) | |
| 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>AFNetworking</string> | |
| 41 | - <key>Type</key> | |
| 42 | - <string>PSGroupSpecifier</string> | |
| 43 | - </dict> | |
| 44 | - <dict> | |
| 45 | - <key>FooterText</key> | |
| 46 | 17 | <string>Generated by CocoaPods - https://cocoapods.org</string> |
| 47 | 18 | <key>Title</key> |
| 48 | 19 | <string></string> | ... | ... |
Example/Pods/Target Support Files/Pods-CNLivePublishContent_Tests/Pods-CNLivePublishContent_Tests-frameworks.sh
| ... | ... | @@ -141,13 +141,6 @@ strip_invalid_archs() { |
| 141 | 141 | STRIP_BINARY_RETVAL=1 |
| 142 | 142 | } |
| 143 | 143 | |
| 144 | - | |
| 145 | -if [[ "$CONFIGURATION" == "Debug" ]]; then | |
| 146 | - install_framework "${BUILT_PRODUCTS_DIR}/AFNetworking/AFNetworking.framework" | |
| 147 | -fi | |
| 148 | -if [[ "$CONFIGURATION" == "Release" ]]; then | |
| 149 | - install_framework "${BUILT_PRODUCTS_DIR}/AFNetworking/AFNetworking.framework" | |
| 150 | -fi | |
| 151 | 144 | if [ "${COCOAPODS_PARALLEL_CODE_SIGN}" == "true" ]; then |
| 152 | 145 | wait |
| 153 | 146 | fi | ... | ... |
Example/Pods/Target Support Files/Pods-CNLivePublishContent_Tests/Pods-CNLivePublishContent_Tests.debug.xcconfig
| 1 | -FRAMEWORK_SEARCH_PATHS = $(inherited) "${PODS_CONFIGURATION_BUILD_DIR}/AFNetworking" "${PODS_CONFIGURATION_BUILD_DIR}/AFNetworking" "${PODS_CONFIGURATION_BUILD_DIR}/CNLivePublishContent" | |
| 1 | +FRAMEWORK_SEARCH_PATHS = $(inherited) "${PODS_CONFIGURATION_BUILD_DIR}/AFNetworking" "${PODS_CONFIGURATION_BUILD_DIR}/CNLivePublishContent" | |
| 2 | 2 | GCC_PREPROCESSOR_DEFINITIONS = $(inherited) COCOAPODS=1 |
| 3 | 3 | LD_RUNPATH_SEARCH_PATHS = $(inherited) '@executable_path/Frameworks' '@loader_path/Frameworks' |
| 4 | -OTHER_CFLAGS = $(inherited) -iquote "${PODS_CONFIGURATION_BUILD_DIR}/AFNetworking/AFNetworking.framework/Headers" -iquote "${PODS_CONFIGURATION_BUILD_DIR}/AFNetworking/AFNetworking.framework/Headers" -iquote "${PODS_CONFIGURATION_BUILD_DIR}/CNLivePublishContent/CNLivePublishContent.framework/Headers" | |
| 5 | -OTHER_LDFLAGS = $(inherited) -framework "AFNetworking" | |
| 4 | +OTHER_CFLAGS = $(inherited) -iquote "${PODS_CONFIGURATION_BUILD_DIR}/AFNetworking/AFNetworking.framework/Headers" -iquote "${PODS_CONFIGURATION_BUILD_DIR}/CNLivePublishContent/CNLivePublishContent.framework/Headers" | |
| 6 | 5 | PODS_BUILD_DIR = ${BUILD_DIR} |
| 7 | 6 | PODS_CONFIGURATION_BUILD_DIR = ${PODS_BUILD_DIR}/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME) |
| 8 | 7 | PODS_PODFILE_DIR_PATH = ${SRCROOT}/. | ... | ... |
Example/Pods/Target Support Files/Pods-CNLivePublishContent_Tests/Pods-CNLivePublishContent_Tests.release.xcconfig
| 1 | -FRAMEWORK_SEARCH_PATHS = $(inherited) "${PODS_CONFIGURATION_BUILD_DIR}/AFNetworking" "${PODS_CONFIGURATION_BUILD_DIR}/AFNetworking" "${PODS_CONFIGURATION_BUILD_DIR}/CNLivePublishContent" | |
| 1 | +FRAMEWORK_SEARCH_PATHS = $(inherited) "${PODS_CONFIGURATION_BUILD_DIR}/AFNetworking" "${PODS_CONFIGURATION_BUILD_DIR}/CNLivePublishContent" | |
| 2 | 2 | GCC_PREPROCESSOR_DEFINITIONS = $(inherited) COCOAPODS=1 |
| 3 | 3 | LD_RUNPATH_SEARCH_PATHS = $(inherited) '@executable_path/Frameworks' '@loader_path/Frameworks' |
| 4 | -OTHER_CFLAGS = $(inherited) -iquote "${PODS_CONFIGURATION_BUILD_DIR}/AFNetworking/AFNetworking.framework/Headers" -iquote "${PODS_CONFIGURATION_BUILD_DIR}/AFNetworking/AFNetworking.framework/Headers" -iquote "${PODS_CONFIGURATION_BUILD_DIR}/CNLivePublishContent/CNLivePublishContent.framework/Headers" | |
| 5 | -OTHER_LDFLAGS = $(inherited) -framework "AFNetworking" | |
| 4 | +OTHER_CFLAGS = $(inherited) -iquote "${PODS_CONFIGURATION_BUILD_DIR}/AFNetworking/AFNetworking.framework/Headers" -iquote "${PODS_CONFIGURATION_BUILD_DIR}/CNLivePublishContent/CNLivePublishContent.framework/Headers" | |
| 6 | 5 | PODS_BUILD_DIR = ${BUILD_DIR} |
| 7 | 6 | PODS_CONFIGURATION_BUILD_DIR = ${PODS_BUILD_DIR}/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME) |
| 8 | 7 | PODS_PODFILE_DIR_PATH = ${SRCROOT}/. | ... | ... |
YQJTest.h deleted
100644 → 0