Commit c7da130d2a2bed418aed38f35445a89a55b96bcb

Authored by zhangxiaowen
1 parent eb723e6a

no message

Example/CNLiveMineModule.xcodeproj/project.pbxproj
... ... @@ -227,8 +227,8 @@
227 227 6003F586195388D20070C39A /* Sources */,
228 228 6003F587195388D20070C39A /* Frameworks */,
229 229 6003F588195388D20070C39A /* Resources */,
230   - 91EB964EF9FBD34CD405D831 /* [CP] Embed Pods Frameworks */,
231   - 83D65ACD4F9D2753BE8680C3 /* [CP] Copy Pods Resources */,
  230 + 143193D31A269794593F870D /* [CP] Embed Pods Frameworks */,
  231 + B743709D01B1691569A283FB /* [CP] Copy Pods Resources */,
232 232 );
233 233 buildRules = (
234 234 );
... ... @@ -319,33 +319,7 @@
319 319 /* End PBXResourcesBuildPhase section */
320 320  
321 321 /* Begin PBXShellScriptBuildPhase section */
322   - 83D65ACD4F9D2753BE8680C3 /* [CP] Copy Pods Resources */ = {
323   - isa = PBXShellScriptBuildPhase;
324   - buildActionMask = 2147483647;
325   - files = (
326   - );
327   - inputPaths = (
328   - "${PODS_ROOT}/Target Support Files/Pods-CNLiveMineModule_Example/Pods-CNLiveMineModule_Example-resources.sh",
329   - "${PODS_CONFIGURATION_BUILD_DIR}/CNLiveBalanceModule/CNLiveBalanceModule.bundle",
330   - "${PODS_CONFIGURATION_BUILD_DIR}/CNLiveMineModule/CNLiveMineModule.bundle",
331   - "${PODS_CONFIGURATION_BUILD_DIR}/CNLiveMyOrderModule/CNLiveMyOrderModule.bundle",
332   - "${PODS_CONFIGURATION_BUILD_DIR}/CNLiveQrCodeModule/CNLiveQrCodeModule.bundle",
333   - "${PODS_CONFIGURATION_BUILD_DIR}/CNLiveSettingModule/CNLiveSettingModule.bundle",
334   - );
335   - name = "[CP] Copy Pods Resources";
336   - outputPaths = (
337   - "${TARGET_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}/CNLiveBalanceModule.bundle",
338   - "${TARGET_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}/CNLiveMineModule.bundle",
339   - "${TARGET_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}/CNLiveMyOrderModule.bundle",
340   - "${TARGET_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}/CNLiveQrCodeModule.bundle",
341   - "${TARGET_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}/CNLiveSettingModule.bundle",
342   - );
343   - runOnlyForDeploymentPostprocessing = 0;
344   - shellPath = /bin/sh;
345   - shellScript = "\"${PODS_ROOT}/Target Support Files/Pods-CNLiveMineModule_Example/Pods-CNLiveMineModule_Example-resources.sh\"\n";
346   - showEnvVarsInLog = 0;
347   - };
348   - 91EB964EF9FBD34CD405D831 /* [CP] Embed Pods Frameworks */ = {
  322 + 143193D31A269794593F870D /* [CP] Embed Pods Frameworks */ = {
349 323 isa = PBXShellScriptBuildPhase;
350 324 buildActionMask = 2147483647;
351 325 files = (
... ... @@ -357,6 +331,7 @@
357 331 "${BUILT_PRODUCTS_DIR}/BKPickerView/BKPickerView.framework",
358 332 "${BUILT_PRODUCTS_DIR}/BKTimer/BKTimer.framework",
359 333 "${BUILT_PRODUCTS_DIR}/CNLiveAVCamera/CNLiveAVCamera.framework",
  334 + "${BUILT_PRODUCTS_DIR}/CNLiveBaseClass/CNLiveBaseClass.framework",
360 335 "${BUILT_PRODUCTS_DIR}/CNLiveBaseKit/CNLiveBaseKit.framework",
361 336 "${BUILT_PRODUCTS_DIR}/CNLiveBaseTools/CNLiveBaseTools.framework",
362 337 "${BUILT_PRODUCTS_DIR}/CNLiveBeeHive/CNLiveBeeHive.framework",
... ... @@ -399,6 +374,7 @@
399 374 "${BUILT_PRODUCTS_DIR}/SDWebImage/SDWebImage.framework",
400 375 "${BUILT_PRODUCTS_DIR}/SGQRCode/SGQRCode.framework",
401 376 "${PODS_ROOT}/TXIMSDK_iOS/ImSDK.framework",
  377 + "${BUILT_PRODUCTS_DIR}/WebViewJavascriptBridge/WebViewJavascriptBridge.framework",
402 378 "${BUILT_PRODUCTS_DIR}/YYKit/YYKit.framework",
403 379 );
404 380 name = "[CP] Embed Pods Frameworks";
... ... @@ -408,6 +384,7 @@
408 384 "${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/BKPickerView.framework",
409 385 "${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/BKTimer.framework",
410 386 "${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/CNLiveAVCamera.framework",
  387 + "${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/CNLiveBaseClass.framework",
411 388 "${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/CNLiveBaseKit.framework",
412 389 "${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/CNLiveBaseTools.framework",
413 390 "${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/CNLiveBeeHive.framework",
... ... @@ -450,6 +427,7 @@
450 427 "${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/SDWebImage.framework",
451 428 "${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/SGQRCode.framework",
452 429 "${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/ImSDK.framework",
  430 + "${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/WebViewJavascriptBridge.framework",
453 431 "${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/YYKit.framework",
454 432 );
455 433 runOnlyForDeploymentPostprocessing = 0;
... ... @@ -479,6 +457,32 @@
479 457 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";
480 458 showEnvVarsInLog = 0;
481 459 };
  460 + B743709D01B1691569A283FB /* [CP] Copy Pods Resources */ = {
  461 + isa = PBXShellScriptBuildPhase;
  462 + buildActionMask = 2147483647;
  463 + files = (
  464 + );
  465 + inputPaths = (
  466 + "${PODS_ROOT}/Target Support Files/Pods-CNLiveMineModule_Example/Pods-CNLiveMineModule_Example-resources.sh",
  467 + "${PODS_CONFIGURATION_BUILD_DIR}/CNLiveBalanceModule/CNLiveBalanceModule.bundle",
  468 + "${PODS_CONFIGURATION_BUILD_DIR}/CNLiveMineModule/CNLiveMineModule.bundle",
  469 + "${PODS_CONFIGURATION_BUILD_DIR}/CNLiveMyOrderModule/CNLiveMyOrderModule.bundle",
  470 + "${PODS_CONFIGURATION_BUILD_DIR}/CNLiveQrCodeModule/CNLiveQrCodeModule.bundle",
  471 + "${PODS_CONFIGURATION_BUILD_DIR}/CNLiveSettingModule/CNLiveSettingModule.bundle",
  472 + );
  473 + name = "[CP] Copy Pods Resources";
  474 + outputPaths = (
  475 + "${TARGET_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}/CNLiveBalanceModule.bundle",
  476 + "${TARGET_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}/CNLiveMineModule.bundle",
  477 + "${TARGET_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}/CNLiveMyOrderModule.bundle",
  478 + "${TARGET_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}/CNLiveQrCodeModule.bundle",
  479 + "${TARGET_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}/CNLiveSettingModule.bundle",
  480 + );
  481 + runOnlyForDeploymentPostprocessing = 0;
  482 + shellPath = /bin/sh;
  483 + shellScript = "\"${PODS_ROOT}/Target Support Files/Pods-CNLiveMineModule_Example/Pods-CNLiveMineModule_Example-resources.sh\"\n";
  484 + showEnvVarsInLog = 0;
  485 + };
482 486 BFE3DD8ECDF347EE483385B5 /* [CP] Check Pods Manifest.lock */ = {
483 487 isa = PBXShellScriptBuildPhase;
484 488 buildActionMask = 2147483647;
... ...