From 4858ad25bc1200d72c62b662e7c096936c483e8e Mon Sep 17 00:00:00 2001 From: polo2013 <paul.zhou@163.com> Date: Wed, 8 Jun 2016 18:01:34 +0800 Subject: [PATCH] =?UTF-8?q?=E7=BC=96=E8=AF=911.0.2=E7=89=88=E6=9C=AC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Lighting/Class/ProductLibraryViewController.m | 1 - Lighting/Lighting.xcodeproj/project.pbxproj | 4 ++-- Lighting/Lighting/Info.plist | 2 -- Lighting/Podfile.lock | 4 ++-- Lighting/Tools/PrefixHeader.pch | 14 +++++++------- 5 files changed, 11 insertions(+), 14 deletions(-) diff --git a/Lighting/Class/ProductLibraryViewController.m b/Lighting/Class/ProductLibraryViewController.m index 5531393..3c13ff6 100644 --- a/Lighting/Class/ProductLibraryViewController.m +++ b/Lighting/Class/ProductLibraryViewController.m @@ -287,7 +287,6 @@ //ä¸Šæ‹‰åŠ è½½ self.productCollectionView.mj_footer = [MJRefreshAutoNormalFooter footerWithRefreshingBlock:^{ - [[SDImageCache sharedImageCache] clearMemory]; //扫æäºŒç»´ç 结果 if (weakSelf.barcode) { diff --git a/Lighting/Lighting.xcodeproj/project.pbxproj b/Lighting/Lighting.xcodeproj/project.pbxproj index e8db2ca..7103fa5 100644 --- a/Lighting/Lighting.xcodeproj/project.pbxproj +++ b/Lighting/Lighting.xcodeproj/project.pbxproj @@ -1922,7 +1922,7 @@ ); PRODUCT_BUNDLE_IDENTIFIER = com.gomore.opple; PRODUCT_NAME = "$(TARGET_NAME)"; - PROVISIONING_PROFILE = "f89bebf5-81e2-4c61-9052-8c7bb0f9ddd6"; + PROVISIONING_PROFILE = "e9bd3600-5e9c-4cd0-a0d5-b7d8b0882ca8"; STRIP_PNG_TEXT = NO; USER_HEADER_SEARCH_PATHS = "$(PODS_ROOT)/**"; }; @@ -1978,7 +1978,7 @@ ); PRODUCT_BUNDLE_IDENTIFIER = com.gomore.opple; PRODUCT_NAME = "$(TARGET_NAME)"; - PROVISIONING_PROFILE = "f89bebf5-81e2-4c61-9052-8c7bb0f9ddd6"; + PROVISIONING_PROFILE = "e9bd3600-5e9c-4cd0-a0d5-b7d8b0882ca8"; STRIP_PNG_TEXT = NO; USER_HEADER_SEARCH_PATHS = "$(PODS_ROOT)/**"; }; diff --git a/Lighting/Lighting/Info.plist b/Lighting/Lighting/Info.plist index bde7bf0..48659c3 100644 --- a/Lighting/Lighting/Info.plist +++ b/Lighting/Lighting/Info.plist @@ -41,8 +41,6 @@ </array> </dict> </array> - <key>CFBundleVersion</key> - <string>1</string> <key>LSApplicationQueriesSchemes</key> <array> <string>wechat</string> diff --git a/Lighting/Podfile.lock b/Lighting/Podfile.lock index 9c29c7d..4f3ee4e 100644 --- a/Lighting/Podfile.lock +++ b/Lighting/Podfile.lock @@ -21,7 +21,7 @@ PODS: - Masonry (0.6.4) - MBProgressHUD (0.9.2) - MJExtension (3.0.10) - - MJRefresh (3.1.0) + - MJRefresh (3.1.1) - MMDrawerController (0.6.0): - MMDrawerController/Core (= 0.6.0) - MMDrawerController/MMDrawerBarButtonItem (= 0.6.0) @@ -64,7 +64,7 @@ SPEC CHECKSUMS: Masonry: 281802d04d787ea2973179ee8bcb50500579ede2 MBProgressHUD: 1569cf7ace17a8bac47aabfbb8580a49690386d1 MJExtension: d86aacb740c87519d20e3cca55b6fa4be6cc7548 - MJRefresh: 743e6404967d1c2c688472ea3ecfde247d872db4 + MJRefresh: 70a47c5543b567cdaf70ead5a6e99ce820652eb9 MMDrawerController: e3a54a5570388463ad3b36975251575b50c4e1a0 SDWebImage: c325cf02c30337336b95beff20a13df489ec0ec9 SVProgressHUD: b0830714205bea1317ea1a2ebc71e5633af334d4 diff --git a/Lighting/Tools/PrefixHeader.pch b/Lighting/Tools/PrefixHeader.pch index b4dbd93..73b5286 100644 --- a/Lighting/Tools/PrefixHeader.pch +++ b/Lighting/Tools/PrefixHeader.pch @@ -39,13 +39,13 @@ /** * ç¦æ¢æ‰€æœ‰çš„æ‰“å°,æäº¤AppStore时使用 */ -//#ifdef DEBUG -//#define NSLog(...) NSLog(__VA_ARGS__) -//#define debugMethod() NSLog(@"%s", __func__) -//#else -//#define NSLog(...) -//#define debugMethod() -//#endif +#ifdef DEBUG +#define NSLog(...) NSLog(__VA_ARGS__) +#define debugMethod() NSLog(@"%s", __func__) +#else +#define NSLog(...) +#define debugMethod() +#endif /** * AppDelegateä»£ç† -- 2.18.1