Commit ebd5b4045b3f26e1ad103952b5a2f20bdc1be6c6
1 parent
2515f255
no message
Showing
2 changed files
with
3 additions
and
3 deletions
CNLiveBLoginModule.podspec
| @@ -96,7 +96,7 @@ TODO: 网家家-登录模块. | @@ -96,7 +96,7 @@ TODO: 网家家-登录模块. | ||
| 96 | s.dependency 'CNLiveRequestBastKit' | 96 | s.dependency 'CNLiveRequestBastKit' |
| 97 | 97 | ||
| 98 | # 用户协议 | 98 | # 用户协议 |
| 99 | - s.dependency 'CNLiveUserAgreementManager' | 99 | + s.dependency 'CNLiveBUserAgreement' |
| 100 | 100 | ||
| 101 | # 管理类 | 101 | # 管理类 |
| 102 | s.dependency 'CNLiveManager' | 102 | s.dependency 'CNLiveManager' |
Example/CNLiveBLoginModule.xcodeproj/project.pbxproj
| @@ -307,15 +307,15 @@ | @@ -307,15 +307,15 @@ | ||
| 307 | inputPaths = ( | 307 | inputPaths = ( |
| 308 | "${PODS_ROOT}/Target Support Files/Pods-CNLiveBLoginModule_Example/Pods-CNLiveBLoginModule_Example-resources.sh", | 308 | "${PODS_ROOT}/Target Support Files/Pods-CNLiveBLoginModule_Example/Pods-CNLiveBLoginModule_Example-resources.sh", |
| 309 | "${PODS_CONFIGURATION_BUILD_DIR}/CNLiveBLoginModule/CNLiveBLoginModule.bundle", | 309 | "${PODS_CONFIGURATION_BUILD_DIR}/CNLiveBLoginModule/CNLiveBLoginModule.bundle", |
| 310 | + "${PODS_CONFIGURATION_BUILD_DIR}/CNLiveBUserAgreement/CNLiveBUserAgreement.bundle", | ||
| 310 | "${PODS_CONFIGURATION_BUILD_DIR}/CNLiveShareToolKit/CNLiveShareToolKit.bundle", | 311 | "${PODS_CONFIGURATION_BUILD_DIR}/CNLiveShareToolKit/CNLiveShareToolKit.bundle", |
| 311 | - "${PODS_CONFIGURATION_BUILD_DIR}/CNLiveUserAgreementManager/CNLiveUserAgreementManager.bundle", | ||
| 312 | "${PODS_ROOT}/WeiboSDK/libWeiboSDK/WeiboSDK.bundle", | 312 | "${PODS_ROOT}/WeiboSDK/libWeiboSDK/WeiboSDK.bundle", |
| 313 | ); | 313 | ); |
| 314 | name = "[CP] Copy Pods Resources"; | 314 | name = "[CP] Copy Pods Resources"; |
| 315 | outputPaths = ( | 315 | outputPaths = ( |
| 316 | "${TARGET_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}/CNLiveBLoginModule.bundle", | 316 | "${TARGET_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}/CNLiveBLoginModule.bundle", |
| 317 | + "${TARGET_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}/CNLiveBUserAgreement.bundle", | ||
| 317 | "${TARGET_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}/CNLiveShareToolKit.bundle", | 318 | "${TARGET_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}/CNLiveShareToolKit.bundle", |
| 318 | - "${TARGET_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}/CNLiveUserAgreementManager.bundle", | ||
| 319 | "${TARGET_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}/WeiboSDK.bundle", | 319 | "${TARGET_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}/WeiboSDK.bundle", |
| 320 | ); | 320 | ); |
| 321 | runOnlyForDeploymentPostprocessing = 0; | 321 | runOnlyForDeploymentPostprocessing = 0; |