Commit fa11a214fcecb172c0791ad59c6f7000723b2057
1 parent
d8a89ca9
0.4.4.004
Showing
7 changed files
with
50 additions
and
38 deletions
DSCnliveShopSDK.podspec
DSCnliveShopSDK/Frameworks/DSCnliveShopSDK.framework/DSCnliveShopSDK
No preview for this file type
DSCnliveShopSDK/Frameworks/DSCnliveShopSDK.framework/Headers/DSCnliveShopSDK.h
DSCnliveShopSDK/Frameworks/DSCnliveShopSDK.framework/Headers/DSCnliveShopSDKEnum.h
| ... | ... | @@ -36,6 +36,7 @@ typedef NS_ENUM(NSUInteger, DSServiceSkipType) {//服务号跳转类型 |
| 36 | 36 | DSServiceSkipTypeReleaseInterface = 0, //跳转发布界面 |
| 37 | 37 | DSServiceSkipTypeOnlineGamesVC, //跳转线上赛事界面 |
| 38 | 38 | DSServiceSkipTypeGlobalGoodsShopVC, //跳转环球优物界面 |
| 39 | + DSServiceSkipTypeLeaderTopicVC //跳转到领头雁 | |
| 39 | 40 | }; |
| 40 | 41 | |
| 41 | 42 | #endif /* DSCnliveShopSDKEnum_h */ | ... | ... |
Example/DSCnliveShopSDK.xcodeproj/project.pbxproj
| ... | ... | @@ -207,7 +207,7 @@ |
| 207 | 207 | 6003F586195388D20070C39A /* Sources */, |
| 208 | 208 | 6003F587195388D20070C39A /* Frameworks */, |
| 209 | 209 | 6003F588195388D20070C39A /* Resources */, |
| 210 | - DB2285008BA381A48EBDD16D /* [CP] Embed Pods Frameworks */, | |
| 210 | + 9A72CFD6EA3F271E82589E70 /* [CP] Embed Pods Frameworks */, | |
| 211 | 211 | ); |
| 212 | 212 | buildRules = ( |
| 213 | 213 | ); |
| ... | ... | @@ -320,29 +320,7 @@ |
| 320 | 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 | - B9988B8E093B658159EE745F /* [CP] Check Pods Manifest.lock */ = { | |
| 324 | - isa = PBXShellScriptBuildPhase; | |
| 325 | - buildActionMask = 2147483647; | |
| 326 | - files = ( | |
| 327 | - ); | |
| 328 | - inputFileListPaths = ( | |
| 329 | - ); | |
| 330 | - inputPaths = ( | |
| 331 | - "${PODS_PODFILE_DIR_PATH}/Podfile.lock", | |
| 332 | - "${PODS_ROOT}/Manifest.lock", | |
| 333 | - ); | |
| 334 | - name = "[CP] Check Pods Manifest.lock"; | |
| 335 | - outputFileListPaths = ( | |
| 336 | - ); | |
| 337 | - outputPaths = ( | |
| 338 | - "$(DERIVED_FILE_DIR)/Pods-DSCnliveShopSDK_Example-checkManifestLockResult.txt", | |
| 339 | - ); | |
| 340 | - runOnlyForDeploymentPostprocessing = 0; | |
| 341 | - 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; | |
| 344 | - }; | |
| 345 | - DB2285008BA381A48EBDD16D /* [CP] Embed Pods Frameworks */ = { | |
| 323 | + 9A72CFD6EA3F271E82589E70 /* [CP] Embed Pods Frameworks */ = { | |
| 346 | 324 | isa = PBXShellScriptBuildPhase; |
| 347 | 325 | buildActionMask = 2147483647; |
| 348 | 326 | files = ( |
| ... | ... | @@ -350,12 +328,14 @@ |
| 350 | 328 | inputPaths = ( |
| 351 | 329 | "${PODS_ROOT}/Target Support Files/Pods-DSCnliveShopSDK_Example/Pods-DSCnliveShopSDK_Example-frameworks.sh", |
| 352 | 330 | "${BUILT_PRODUCTS_DIR}/AFNetworking/AFNetworking.framework", |
| 353 | - "${BUILT_PRODUCTS_DIR}/BKCycleScrollView/BKCycleScrollView.framework", | |
| 354 | - "${BUILT_PRODUCTS_DIR}/BKPickerView/BKPickerView.framework", | |
| 355 | - "${BUILT_PRODUCTS_DIR}/BKTimer/BKTimer.framework", | |
| 356 | 331 | "${BUILT_PRODUCTS_DIR}/CNLiveRequestBastKit/CNLiveRequestBastKit.framework", |
| 357 | - "${PODS_ROOT}/../../DSCnliveShopSDK/Classes/DSCnliveShopSDK.framework", | |
| 358 | - "${BUILT_PRODUCTS_DIR}/GPUImage/GPUImage.framework", | |
| 332 | + "${PODS_ROOT}/CNLiveSDKs/CNLiveSDKs/Classes/CNLiveEncryptSDK.framework", | |
| 333 | + "${PODS_ROOT}/CNLiveSDKs/CNLiveSDKs/Classes/CNLivePaySDK.framework", | |
| 334 | + "${PODS_ROOT}/DSARModuleF/DSARModuleF/Frameworks/DSARModule.framework", | |
| 335 | + "${PODS_ROOT}/DSBaseModuleF/DSBaseModuleF/Frameworks/DSBaseModule.framework", | |
| 336 | + "${PODS_ROOT}/../../DSCnliveShopSDK/Frameworks/DSCnliveShopSDK.framework", | |
| 337 | + "${BUILT_PRODUCTS_DIR}/DSGTMBase64/DSGTMBase64.framework", | |
| 338 | + "${PODS_ROOT}/DSToolsModuleF/DSToolsModuleF/Frameworks/DSToolsModule.framework", | |
| 359 | 339 | "${BUILT_PRODUCTS_DIR}/HappyDNS/HappyDNS.framework", |
| 360 | 340 | "${BUILT_PRODUCTS_DIR}/IQKeyboardManager/IQKeyboardManager.framework", |
| 361 | 341 | "${BUILT_PRODUCTS_DIR}/MBProgressHUD/MBProgressHUD.framework", |
| ... | ... | @@ -368,17 +348,21 @@ |
| 368 | 348 | "${BUILT_PRODUCTS_DIR}/SAMKeychain/SAMKeychain.framework", |
| 369 | 349 | "${BUILT_PRODUCTS_DIR}/SDAutoLayout/SDAutoLayout.framework", |
| 370 | 350 | "${BUILT_PRODUCTS_DIR}/SDWebImage/SDWebImage.framework", |
| 351 | + "${BUILT_PRODUCTS_DIR}/TZImagePickerController/TZImagePickerController.framework", | |
| 352 | + "${BUILT_PRODUCTS_DIR}/YBImageBrowser_DSCnliveShop/YBImageBrowser_DSCnliveShop.framework", | |
| 371 | 353 | "${BUILT_PRODUCTS_DIR}/YYKit/YYKit.framework", |
| 372 | 354 | ); |
| 373 | 355 | name = "[CP] Embed Pods Frameworks"; |
| 374 | 356 | outputPaths = ( |
| 375 | 357 | "${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/AFNetworking.framework", |
| 376 | - "${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/BKCycleScrollView.framework", | |
| 377 | - "${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/BKPickerView.framework", | |
| 378 | - "${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/BKTimer.framework", | |
| 379 | 358 | "${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/CNLiveRequestBastKit.framework", |
| 359 | + "${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/CNLiveEncryptSDK.framework", | |
| 360 | + "${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/CNLivePaySDK.framework", | |
| 361 | + "${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/DSARModule.framework", | |
| 362 | + "${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/DSBaseModule.framework", | |
| 380 | 363 | "${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/DSCnliveShopSDK.framework", |
| 381 | - "${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/GPUImage.framework", | |
| 364 | + "${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/DSGTMBase64.framework", | |
| 365 | + "${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/DSToolsModule.framework", | |
| 382 | 366 | "${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/HappyDNS.framework", |
| 383 | 367 | "${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/IQKeyboardManager.framework", |
| 384 | 368 | "${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/MBProgressHUD.framework", |
| ... | ... | @@ -391,6 +375,8 @@ |
| 391 | 375 | "${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/SAMKeychain.framework", |
| 392 | 376 | "${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/SDAutoLayout.framework", |
| 393 | 377 | "${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/SDWebImage.framework", |
| 378 | + "${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/TZImagePickerController.framework", | |
| 379 | + "${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/YBImageBrowser_DSCnliveShop.framework", | |
| 394 | 380 | "${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/YYKit.framework", |
| 395 | 381 | ); |
| 396 | 382 | runOnlyForDeploymentPostprocessing = 0; |
| ... | ... | @@ -398,6 +384,28 @@ |
| 398 | 384 | shellScript = "\"${PODS_ROOT}/Target Support Files/Pods-DSCnliveShopSDK_Example/Pods-DSCnliveShopSDK_Example-frameworks.sh\"\n"; |
| 399 | 385 | showEnvVarsInLog = 0; |
| 400 | 386 | }; |
| 387 | + B9988B8E093B658159EE745F /* [CP] Check Pods Manifest.lock */ = { | |
| 388 | + isa = PBXShellScriptBuildPhase; | |
| 389 | + buildActionMask = 2147483647; | |
| 390 | + files = ( | |
| 391 | + ); | |
| 392 | + inputFileListPaths = ( | |
| 393 | + ); | |
| 394 | + inputPaths = ( | |
| 395 | + "${PODS_PODFILE_DIR_PATH}/Podfile.lock", | |
| 396 | + "${PODS_ROOT}/Manifest.lock", | |
| 397 | + ); | |
| 398 | + name = "[CP] Check Pods Manifest.lock"; | |
| 399 | + outputFileListPaths = ( | |
| 400 | + ); | |
| 401 | + outputPaths = ( | |
| 402 | + "$(DERIVED_FILE_DIR)/Pods-DSCnliveShopSDK_Example-checkManifestLockResult.txt", | |
| 403 | + ); | |
| 404 | + runOnlyForDeploymentPostprocessing = 0; | |
| 405 | + shellPath = /bin/sh; | |
| 406 | + 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"; | |
| 407 | + showEnvVarsInLog = 0; | |
| 408 | + }; | |
| 401 | 409 | /* End PBXShellScriptBuildPhase section */ |
| 402 | 410 | |
| 403 | 411 | /* Begin PBXSourcesBuildPhase section */ | ... | ... |
Example/Podfile
| 1 | 1 | use_frameworks! |
| 2 | - | |
| 2 | +source 'https://mirrors.tuna.tsinghua.edu.cn/git/CocoaPods/Specs.git' | |
| 3 | +#source 'https://github.com/CocoaPods/Specs.git' | |
| 4 | +source 'http://bj.gitlab.cnlive.com/ios-team/CNLiveRepos.git' | |
| 5 | +source 'http://bj.gitlab.cnlive.com/DSIOSTeam/DSSpecRepos.git' | |
| 3 | 6 | platform :ios, '9.0' |
| 4 | 7 | |
| 5 | 8 | target 'DSCnliveShopSDK_Example' do | ... | ... |
Example/Pods/Local Podspecs/DSCnliveShopSDK.podspec.json
| 1 | 1 | { |
| 2 | 2 | "name": "DSCnliveShopSDK", |
| 3 | - "version": "0.4.4.002", | |
| 3 | + "version": "0.4.4.004", | |
| 4 | 4 | "summary": "cnlive电商SDK", |
| 5 | 5 | "homepage": "http://bj.gitlab.cnlive.com/ios-team/DSCnliveShopSDK", |
| 6 | 6 | "license": { |
| ... | ... | @@ -12,7 +12,7 @@ |
| 12 | 12 | }, |
| 13 | 13 | "source": { |
| 14 | 14 | "git": "http://bj.gitlab.cnlive.com/ios-team/DSCnliveShopSDK.git", |
| 15 | - "tag": "0.4.4.002" | |
| 15 | + "tag": "0.4.4.004" | |
| 16 | 16 | }, |
| 17 | 17 | "platforms": { |
| 18 | 18 | "ios": "9.0" | ... | ... |