Commit d2841db326cf4e19c1237b547c6d0df5019885f0

Authored by zhangxiaowen
1 parent 9f9c5e76

no message

CNLiveMineModule/Assets/CNLiveMineModule.xcassets/mine_gift_box.imageset/Contents.json 0 → 100644
  1 +{
  2 + "images" : [
  3 + {
  4 + "idiom" : "universal",
  5 + "scale" : "1x"
  6 + },
  7 + {
  8 + "idiom" : "universal",
  9 + "filename" : "mine_gift_box@2x.png",
  10 + "scale" : "2x"
  11 + },
  12 + {
  13 + "idiom" : "universal",
  14 + "filename" : "mine_gift_box@3x.png",
  15 + "scale" : "3x"
  16 + }
  17 + ],
  18 + "info" : {
  19 + "version" : 1,
  20 + "author" : "xcode"
  21 + }
  22 +}
0 \ No newline at end of file 23 \ No newline at end of file
CNLiveMineModule/Assets/CNLiveMineModule.xcassets/mine_gift_box.imageset/mine_gift_box@2x.png 0 → 100644

2.37 KB

CNLiveMineModule/Assets/CNLiveMineModule.xcassets/mine_gift_box.imageset/mine_gift_box@3x.png 0 → 100644

4.86 KB

CNLiveMineModule/Classes/Controller/CNLiveMineController.m
@@ -57,8 +57,8 @@ static const CGFloat timeValue = 1.5; @@ -57,8 +57,8 @@ static const CGFloat timeValue = 1.5;
57 @"name":@"常用工具", 57 @"name":@"常用工具",
58 @"style":@"2", 58 @"style":@"2",
59 @"margin":@"10", 59 @"margin":@"10",
60 - @"titles": @[@"收货地址", @"补贴余额", @"我的收藏",@"发布记录",@"邀请好友",@"设置",@"路径工具",@"小家音响",@"我的礼物"],  
61 - @"images":@[@"mine_address",@"mine_card",@"mine_like",@"mine_release",@"mine_invitation",@"mine_set",@"mine_tool_map",@"mine_home_box",@"mine_home_box"] 60 + @"titles": @[@"收货地址", @"补贴余额", @"我的收藏",@"发布记录",@"邀请好友",@"设置",@"小家音响",@"我的礼盒",@"路径工具"],
  61 + @"images":@[@"mine_address",@"mine_card",@"mine_like",@"mine_release",@"mine_invitation",@"mine_set",@"mine_home_box",@"mine_gift_box",@"mine_tool_map"]
62 }, 62 },
63 @{ 63 @{
64 @"name":@"购买的商品", 64 @"name":@"购买的商品",
Example/CNLiveMineModule.xcodeproj/project.pbxproj
@@ -234,8 +234,8 @@ @@ -234,8 +234,8 @@
234 6003F586195388D20070C39A /* Sources */, 234 6003F586195388D20070C39A /* Sources */,
235 6003F587195388D20070C39A /* Frameworks */, 235 6003F587195388D20070C39A /* Frameworks */,
236 6003F588195388D20070C39A /* Resources */, 236 6003F588195388D20070C39A /* Resources */,
237 - AA1FA6A7BB640248D40DE198 /* [CP] Embed Pods Frameworks */,  
238 - FA29A0502F7D41B0EFC3AAD5 /* [CP] Copy Pods Resources */, 237 + 6F29CADAA3D57AE5E75D49B9 /* [CP] Embed Pods Frameworks */,
  238 + 4A1C888253535AB722F2627B /* [CP] Copy Pods Resources */,
239 ); 239 );
240 buildRules = ( 240 buildRules = (
241 ); 241 );
@@ -326,29 +326,31 @@ @@ -326,29 +326,31 @@
326 /* End PBXResourcesBuildPhase section */ 326 /* End PBXResourcesBuildPhase section */
327 327
328 /* Begin PBXShellScriptBuildPhase section */ 328 /* Begin PBXShellScriptBuildPhase section */
329 - A9B5D0EFC5B6FCA241FAE929 /* [CP] Check Pods Manifest.lock */ = { 329 + 4A1C888253535AB722F2627B /* [CP] Copy Pods Resources */ = {
330 isa = PBXShellScriptBuildPhase; 330 isa = PBXShellScriptBuildPhase;
331 buildActionMask = 2147483647; 331 buildActionMask = 2147483647;
332 files = ( 332 files = (
333 ); 333 );
334 - inputFileListPaths = (  
335 - );  
336 inputPaths = ( 334 inputPaths = (
337 - "${PODS_PODFILE_DIR_PATH}/Podfile.lock",  
338 - "${PODS_ROOT}/Manifest.lock",  
339 - );  
340 - name = "[CP] Check Pods Manifest.lock";  
341 - outputFileListPaths = ( 335 + "${PODS_ROOT}/Target Support Files/Pods-CNLiveMineModule_Example/Pods-CNLiveMineModule_Example-resources.sh",
  336 + "${PODS_CONFIGURATION_BUILD_DIR}/CNLiveMineModule/CNLiveMineModule.bundle",
  337 + "${PODS_CONFIGURATION_BUILD_DIR}/CNLiveMyOrderModule/CNLiveMyOrderModule.bundle",
  338 + "${PODS_CONFIGURATION_BUILD_DIR}/CNLiveQrCodeModule/CNLiveQrCodeModule.bundle",
  339 + "${PODS_CONFIGURATION_BUILD_DIR}/CNLiveSettingModule/CNLiveSettingModule.bundle",
342 ); 340 );
  341 + name = "[CP] Copy Pods Resources";
343 outputPaths = ( 342 outputPaths = (
344 - "$(DERIVED_FILE_DIR)/Pods-CNLiveMineModule_Example-checkManifestLockResult.txt", 343 + "${TARGET_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}/CNLiveMineModule.bundle",
  344 + "${TARGET_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}/CNLiveMyOrderModule.bundle",
  345 + "${TARGET_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}/CNLiveQrCodeModule.bundle",
  346 + "${TARGET_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}/CNLiveSettingModule.bundle",
345 ); 347 );
346 runOnlyForDeploymentPostprocessing = 0; 348 runOnlyForDeploymentPostprocessing = 0;
347 shellPath = /bin/sh; 349 shellPath = /bin/sh;
348 - 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"; 350 + shellScript = "\"${PODS_ROOT}/Target Support Files/Pods-CNLiveMineModule_Example/Pods-CNLiveMineModule_Example-resources.sh\"\n";
349 showEnvVarsInLog = 0; 351 showEnvVarsInLog = 0;
350 }; 352 };
351 - AA1FA6A7BB640248D40DE198 /* [CP] Embed Pods Frameworks */ = { 353 + 6F29CADAA3D57AE5E75D49B9 /* [CP] Embed Pods Frameworks */ = {
352 isa = PBXShellScriptBuildPhase; 354 isa = PBXShellScriptBuildPhase;
353 buildActionMask = 2147483647; 355 buildActionMask = 2147483647;
354 files = ( 356 files = (
@@ -374,7 +376,6 @@ @@ -374,7 +376,6 @@
374 "${BUILT_PRODUCTS_DIR}/CNLiveImagePickerController/CNLiveImagePickerController.framework", 376 "${BUILT_PRODUCTS_DIR}/CNLiveImagePickerController/CNLiveImagePickerController.framework",
375 "${BUILT_PRODUCTS_DIR}/CNLiveIntegralModule/CNLiveIntegralModule.framework", 377 "${BUILT_PRODUCTS_DIR}/CNLiveIntegralModule/CNLiveIntegralModule.framework",
376 "${BUILT_PRODUCTS_DIR}/CNLiveManager/CNLiveManager.framework", 378 "${BUILT_PRODUCTS_DIR}/CNLiveManager/CNLiveManager.framework",
377 - "${BUILT_PRODUCTS_DIR}/CNLiveQrCodeModule/CNLiveQrCodeModule.framework",  
378 "${BUILT_PRODUCTS_DIR}/CNLiveRequestBastKit/CNLiveRequestBastKit.framework", 379 "${BUILT_PRODUCTS_DIR}/CNLiveRequestBastKit/CNLiveRequestBastKit.framework",
379 "${PODS_ROOT}/CNLiveSDKs/CNLiveSDKs/Classes/CNLivePaySDK.framework", 380 "${PODS_ROOT}/CNLiveSDKs/CNLiveSDKs/Classes/CNLivePaySDK.framework",
380 "${BUILT_PRODUCTS_DIR}/CNLiveTripartiteManagement/CNLiveTripartiteManagement.framework", 381 "${BUILT_PRODUCTS_DIR}/CNLiveTripartiteManagement/CNLiveTripartiteManagement.framework",
@@ -422,7 +423,6 @@ @@ -422,7 +423,6 @@
422 "${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/CNLiveImagePickerController.framework", 423 "${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/CNLiveImagePickerController.framework",
423 "${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/CNLiveIntegralModule.framework", 424 "${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/CNLiveIntegralModule.framework",
424 "${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/CNLiveManager.framework", 425 "${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/CNLiveManager.framework",
425 - "${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/CNLiveQrCodeModule.framework",  
426 "${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/CNLiveRequestBastKit.framework", 426 "${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/CNLiveRequestBastKit.framework",
427 "${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/CNLivePaySDK.framework", 427 "${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/CNLivePaySDK.framework",
428 "${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/CNLiveTripartiteManagement.framework", 428 "${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/CNLiveTripartiteManagement.framework",
@@ -454,7 +454,7 @@ @@ -454,7 +454,7 @@
454 shellScript = "\"${PODS_ROOT}/Target Support Files/Pods-CNLiveMineModule_Example/Pods-CNLiveMineModule_Example-frameworks.sh\"\n"; 454 shellScript = "\"${PODS_ROOT}/Target Support Files/Pods-CNLiveMineModule_Example/Pods-CNLiveMineModule_Example-frameworks.sh\"\n";
455 showEnvVarsInLog = 0; 455 showEnvVarsInLog = 0;
456 }; 456 };
457 - BFE3DD8ECDF347EE483385B5 /* [CP] Check Pods Manifest.lock */ = { 457 + A9B5D0EFC5B6FCA241FAE929 /* [CP] Check Pods Manifest.lock */ = {
458 isa = PBXShellScriptBuildPhase; 458 isa = PBXShellScriptBuildPhase;
459 buildActionMask = 2147483647; 459 buildActionMask = 2147483647;
460 files = ( 460 files = (
@@ -469,33 +469,33 @@ @@ -469,33 +469,33 @@
469 outputFileListPaths = ( 469 outputFileListPaths = (
470 ); 470 );
471 outputPaths = ( 471 outputPaths = (
472 - "$(DERIVED_FILE_DIR)/Pods-CNLiveMineModule_Tests-checkManifestLockResult.txt", 472 + "$(DERIVED_FILE_DIR)/Pods-CNLiveMineModule_Example-checkManifestLockResult.txt",
473 ); 473 );
474 runOnlyForDeploymentPostprocessing = 0; 474 runOnlyForDeploymentPostprocessing = 0;
475 shellPath = /bin/sh; 475 shellPath = /bin/sh;
476 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"; 476 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";
477 showEnvVarsInLog = 0; 477 showEnvVarsInLog = 0;
478 }; 478 };
479 - FA29A0502F7D41B0EFC3AAD5 /* [CP] Copy Pods Resources */ = { 479 + BFE3DD8ECDF347EE483385B5 /* [CP] Check Pods Manifest.lock */ = {
480 isa = PBXShellScriptBuildPhase; 480 isa = PBXShellScriptBuildPhase;
481 buildActionMask = 2147483647; 481 buildActionMask = 2147483647;
482 files = ( 482 files = (
483 ); 483 );
  484 + inputFileListPaths = (
  485 + );
484 inputPaths = ( 486 inputPaths = (
485 - "${PODS_ROOT}/Target Support Files/Pods-CNLiveMineModule_Example/Pods-CNLiveMineModule_Example-resources.sh",  
486 - "${PODS_CONFIGURATION_BUILD_DIR}/CNLiveMineModule/CNLiveMineModule.bundle",  
487 - "${PODS_CONFIGURATION_BUILD_DIR}/CNLiveMyOrderModule/CNLiveMyOrderModule.bundle",  
488 - "${PODS_CONFIGURATION_BUILD_DIR}/CNLiveSettingModule/CNLiveSettingModule.bundle", 487 + "${PODS_PODFILE_DIR_PATH}/Podfile.lock",
  488 + "${PODS_ROOT}/Manifest.lock",
  489 + );
  490 + name = "[CP] Check Pods Manifest.lock";
  491 + outputFileListPaths = (
489 ); 492 );
490 - name = "[CP] Copy Pods Resources";  
491 outputPaths = ( 493 outputPaths = (
492 - "${TARGET_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}/CNLiveMineModule.bundle",  
493 - "${TARGET_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}/CNLiveMyOrderModule.bundle",  
494 - "${TARGET_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}/CNLiveSettingModule.bundle", 494 + "$(DERIVED_FILE_DIR)/Pods-CNLiveMineModule_Tests-checkManifestLockResult.txt",
495 ); 495 );
496 runOnlyForDeploymentPostprocessing = 0; 496 runOnlyForDeploymentPostprocessing = 0;
497 shellPath = /bin/sh; 497 shellPath = /bin/sh;
498 - shellScript = "\"${PODS_ROOT}/Target Support Files/Pods-CNLiveMineModule_Example/Pods-CNLiveMineModule_Example-resources.sh\"\n"; 498 + 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";
499 showEnvVarsInLog = 0; 499 showEnvVarsInLog = 0;
500 }; 500 };
501 /* End PBXShellScriptBuildPhase section */ 501 /* End PBXShellScriptBuildPhase section */
@@ -648,7 +648,7 @@ @@ -648,7 +648,7 @@
648 INFOPLIST_FILE = "CNLiveMineModule/CNLiveMineModule-Info.plist"; 648 INFOPLIST_FILE = "CNLiveMineModule/CNLiveMineModule-Info.plist";
649 MARKETING_VERSION = 1.0; 649 MARKETING_VERSION = 1.0;
650 MODULE_NAME = ExampleApp; 650 MODULE_NAME = ExampleApp;
651 - PRODUCT_BUNDLE_IDENTIFIER = com.cnlive.CNLiveNetAddd; 651 + PRODUCT_BUNDLE_IDENTIFIER = com.cnlive.CNLiveNetAddd.CNLiveMineModule;
652 PRODUCT_NAME = "我的模块"; 652 PRODUCT_NAME = "我的模块";
653 SWIFT_VERSION = 4.0; 653 SWIFT_VERSION = 4.0;
654 TARGETED_DEVICE_FAMILY = 1; 654 TARGETED_DEVICE_FAMILY = 1;
@@ -669,7 +669,7 @@ @@ -669,7 +669,7 @@
669 INFOPLIST_FILE = "CNLiveMineModule/CNLiveMineModule-Info.plist"; 669 INFOPLIST_FILE = "CNLiveMineModule/CNLiveMineModule-Info.plist";
670 MARKETING_VERSION = 1.0; 670 MARKETING_VERSION = 1.0;
671 MODULE_NAME = ExampleApp; 671 MODULE_NAME = ExampleApp;
672 - PRODUCT_BUNDLE_IDENTIFIER = com.cnlive.CNLiveNetAddd; 672 + PRODUCT_BUNDLE_IDENTIFIER = com.cnlive.CNLiveNetAddd.CNLiveMineModule;
673 PRODUCT_NAME = "我的模块"; 673 PRODUCT_NAME = "我的模块";
674 SWIFT_VERSION = 4.0; 674 SWIFT_VERSION = 4.0;
675 TARGETED_DEVICE_FAMILY = 1; 675 TARGETED_DEVICE_FAMILY = 1;