Commit ebd5b4045b3f26e1ad103952b5a2f20bdc1be6c6

Authored by iOS-Xiaowen
1 parent 2515f255

no message

CNLiveBLoginModule.podspec
... ... @@ -96,7 +96,7 @@ TODO: 网家家-登录模块.
96 96 s.dependency 'CNLiveRequestBastKit'
97 97  
98 98 # 用户协议
99   - s.dependency 'CNLiveUserAgreementManager'
  99 + s.dependency 'CNLiveBUserAgreement'
100 100  
101 101 # 管理类
102 102 s.dependency 'CNLiveManager'
... ...
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;
... ...