Commit ebd5b4045b3f26e1ad103952b5a2f20bdc1be6c6
1 parent
2515f255
no message
Showing
2 changed files
with
3 additions
and
3 deletions
CNLiveBLoginModule.podspec
Example/CNLiveBLoginModule.xcodeproj/project.pbxproj
| ... | ... | @@ -307,15 +307,15 @@ |
| 307 | 307 | inputPaths = ( |
| 308 | 308 | "${PODS_ROOT}/Target Support Files/Pods-CNLiveBLoginModule_Example/Pods-CNLiveBLoginModule_Example-resources.sh", |
| 309 | 309 | "${PODS_CONFIGURATION_BUILD_DIR}/CNLiveBLoginModule/CNLiveBLoginModule.bundle", |
| 310 | + "${PODS_CONFIGURATION_BUILD_DIR}/CNLiveBUserAgreement/CNLiveBUserAgreement.bundle", | |
| 310 | 311 | "${PODS_CONFIGURATION_BUILD_DIR}/CNLiveShareToolKit/CNLiveShareToolKit.bundle", |
| 311 | - "${PODS_CONFIGURATION_BUILD_DIR}/CNLiveUserAgreementManager/CNLiveUserAgreementManager.bundle", | |
| 312 | 312 | "${PODS_ROOT}/WeiboSDK/libWeiboSDK/WeiboSDK.bundle", |
| 313 | 313 | ); |
| 314 | 314 | name = "[CP] Copy Pods Resources"; |
| 315 | 315 | outputPaths = ( |
| 316 | 316 | "${TARGET_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}/CNLiveBLoginModule.bundle", |
| 317 | + "${TARGET_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}/CNLiveBUserAgreement.bundle", | |
| 317 | 318 | "${TARGET_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}/CNLiveShareToolKit.bundle", |
| 318 | - "${TARGET_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}/CNLiveUserAgreementManager.bundle", | |
| 319 | 319 | "${TARGET_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}/WeiboSDK.bundle", |
| 320 | 320 | ); |
| 321 | 321 | runOnlyForDeploymentPostprocessing = 0; | ... | ... |