Commit 4858ad25 authored by polo2013's avatar polo2013

编译1.0.2版本

parent 681f34c6
...@@ -287,7 +287,6 @@ ...@@ -287,7 +287,6 @@
//上拉加载 //上拉加载
self.productCollectionView.mj_footer = [MJRefreshAutoNormalFooter footerWithRefreshingBlock:^{ self.productCollectionView.mj_footer = [MJRefreshAutoNormalFooter footerWithRefreshingBlock:^{
[[SDImageCache sharedImageCache] clearMemory];
//扫描二维码结果 //扫描二维码结果
if (weakSelf.barcode) { if (weakSelf.barcode) {
......
...@@ -1922,7 +1922,7 @@ ...@@ -1922,7 +1922,7 @@
); );
PRODUCT_BUNDLE_IDENTIFIER = com.gomore.opple; PRODUCT_BUNDLE_IDENTIFIER = com.gomore.opple;
PRODUCT_NAME = "$(TARGET_NAME)"; PRODUCT_NAME = "$(TARGET_NAME)";
PROVISIONING_PROFILE = "f89bebf5-81e2-4c61-9052-8c7bb0f9ddd6"; PROVISIONING_PROFILE = "e9bd3600-5e9c-4cd0-a0d5-b7d8b0882ca8";
STRIP_PNG_TEXT = NO; STRIP_PNG_TEXT = NO;
USER_HEADER_SEARCH_PATHS = "$(PODS_ROOT)/**"; USER_HEADER_SEARCH_PATHS = "$(PODS_ROOT)/**";
}; };
...@@ -1978,7 +1978,7 @@ ...@@ -1978,7 +1978,7 @@
); );
PRODUCT_BUNDLE_IDENTIFIER = com.gomore.opple; PRODUCT_BUNDLE_IDENTIFIER = com.gomore.opple;
PRODUCT_NAME = "$(TARGET_NAME)"; PRODUCT_NAME = "$(TARGET_NAME)";
PROVISIONING_PROFILE = "f89bebf5-81e2-4c61-9052-8c7bb0f9ddd6"; PROVISIONING_PROFILE = "e9bd3600-5e9c-4cd0-a0d5-b7d8b0882ca8";
STRIP_PNG_TEXT = NO; STRIP_PNG_TEXT = NO;
USER_HEADER_SEARCH_PATHS = "$(PODS_ROOT)/**"; USER_HEADER_SEARCH_PATHS = "$(PODS_ROOT)/**";
}; };
......
...@@ -41,8 +41,6 @@ ...@@ -41,8 +41,6 @@
</array> </array>
</dict> </dict>
</array> </array>
<key>CFBundleVersion</key>
<string>1</string>
<key>LSApplicationQueriesSchemes</key> <key>LSApplicationQueriesSchemes</key>
<array> <array>
<string>wechat</string> <string>wechat</string>
......
...@@ -21,7 +21,7 @@ PODS: ...@@ -21,7 +21,7 @@ PODS:
- Masonry (0.6.4) - Masonry (0.6.4)
- MBProgressHUD (0.9.2) - MBProgressHUD (0.9.2)
- MJExtension (3.0.10) - MJExtension (3.0.10)
- MJRefresh (3.1.0) - MJRefresh (3.1.1)
- MMDrawerController (0.6.0): - MMDrawerController (0.6.0):
- MMDrawerController/Core (= 0.6.0) - MMDrawerController/Core (= 0.6.0)
- MMDrawerController/MMDrawerBarButtonItem (= 0.6.0) - MMDrawerController/MMDrawerBarButtonItem (= 0.6.0)
...@@ -64,7 +64,7 @@ SPEC CHECKSUMS: ...@@ -64,7 +64,7 @@ SPEC CHECKSUMS:
Masonry: 281802d04d787ea2973179ee8bcb50500579ede2 Masonry: 281802d04d787ea2973179ee8bcb50500579ede2
MBProgressHUD: 1569cf7ace17a8bac47aabfbb8580a49690386d1 MBProgressHUD: 1569cf7ace17a8bac47aabfbb8580a49690386d1
MJExtension: d86aacb740c87519d20e3cca55b6fa4be6cc7548 MJExtension: d86aacb740c87519d20e3cca55b6fa4be6cc7548
MJRefresh: 743e6404967d1c2c688472ea3ecfde247d872db4 MJRefresh: 70a47c5543b567cdaf70ead5a6e99ce820652eb9
MMDrawerController: e3a54a5570388463ad3b36975251575b50c4e1a0 MMDrawerController: e3a54a5570388463ad3b36975251575b50c4e1a0
SDWebImage: c325cf02c30337336b95beff20a13df489ec0ec9 SDWebImage: c325cf02c30337336b95beff20a13df489ec0ec9
SVProgressHUD: b0830714205bea1317ea1a2ebc71e5633af334d4 SVProgressHUD: b0830714205bea1317ea1a2ebc71e5633af334d4
......
...@@ -39,13 +39,13 @@ ...@@ -39,13 +39,13 @@
/** /**
* 禁止所有的打印,提交AppStore时使用 * 禁止所有的打印,提交AppStore时使用
*/ */
//#ifdef DEBUG #ifdef DEBUG
//#define NSLog(...) NSLog(__VA_ARGS__) #define NSLog(...) NSLog(__VA_ARGS__)
//#define debugMethod() NSLog(@"%s", __func__) #define debugMethod() NSLog(@"%s", __func__)
//#else #else
//#define NSLog(...) #define NSLog(...)
//#define debugMethod() #define debugMethod()
//#endif #endif
/** /**
* AppDelegate代理 * AppDelegate代理
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment