Commit 041c3ee6 authored by Sandy's avatar Sandy

替换一些宏定义,提高编译速度

parent d591113b
......@@ -55,6 +55,10 @@
if ([message.name isEqualToString:@"AppModel"]) {
// 打印所传过来的参数,只支持NSNumber, NSString, NSDate, NSArray,
// NSDictionary, and NSNull类型
/**
* body = 000100012016080100012;
*/
NSString *orderUuid = message.body;
NSLog(@"%@", message.body);
}
}
......
......@@ -8,12 +8,13 @@
#ifndef UrlHeader_h
#define UrlHeader_h
#import <Foundation/Foundation.h>
//#define REST_BASE_URL @"http://139.196.173.244:8080/aland-server/rest" //正式环境
//static NSString *const REST_BASE_URL = @"http://139.196.173.244:8080/aland-server/rest"; //正式环境
#define REST_BASE_URL @"http://139.196.195.30:9090/aland-server/rest" //测试环境
static NSString *const REST_BASE_URL = @"http://139.196.195.30:9090/aland-server/rest"; //测试环境
#define kDomain @"0001" //组织代码
static NSString *const kDomain = @"0001"; //组织代码
#endif /* UrlHeader_h */
#! /bin/bash
python autobuild.py -w Aland.xcworkspace -s Aland -o /Users/z/Desktop/RealEstateManagement.ipa
......@@ -12,4 +12,6 @@ pod 'UMengSocial', '~> 5.0'
pod "Qiniu", :git => 'https://github.com/qiniu/objc-sdk.git', :branch => 'AFNetworking-3.x'
pod 'SobotFramework', '~> 1.4.2'
pod 'MJRefresh', '~> 3.1.0'
pod 'UMengAnalytics-NO-IDFA'
\ No newline at end of file
pod 'UMengAnalytics-NO-IDFA'
pod 'Pingpp/Alipay', '~> 2.2.6'
pod 'Pingpp/Wx', '~> 2.2.6'
\ No newline at end of file
......@@ -22,6 +22,13 @@ PODS:
- MBProgressHUD (0.9.2)
- MJExtension (3.0.10)
- MJRefresh (3.1.0)
- Pingpp/Alipay (2.2.6):
- Pingpp/Core
- Pingpp/Core (2.2.6):
- Pingpp/Network
- Pingpp/Network (2.2.6)
- Pingpp/Wx (2.2.6):
- Pingpp/Core
- Qiniu (7.0.16):
- AFNetworking (~> 3)
- HappyDNS (~> 0.2)
......@@ -43,6 +50,8 @@ DEPENDENCIES:
- MBProgressHUD (~> 0.9.2)
- MJExtension (~> 3.0.10)
- MJRefresh (~> 3.1.0)
- Pingpp/Alipay (~> 2.2.6)
- Pingpp/Wx (~> 2.2.6)
- Qiniu (from `https://github.com/qiniu/objc-sdk.git`, branch `AFNetworking-3.x`)
- SDAutoLayout (~> 1.31)
- SDCycleScrollView (~> 1.61)
......@@ -70,6 +79,7 @@ SPEC CHECKSUMS:
MBProgressHUD: 1569cf7ace17a8bac47aabfbb8580a49690386d1
MJExtension: d86aacb740c87519d20e3cca55b6fa4be6cc7548
MJRefresh: 743e6404967d1c2c688472ea3ecfde247d872db4
Pingpp: d1f2e98467cc6658cf533406908fc699bb28420c
Qiniu: 340bc55a6478d89591754aa7d1fd8b5977863991
SDAutoLayout: ea6e2ae9fbb438aa2feb0c4363dba9297e98638a
SDCycleScrollView: 806fedb9342ab03b58b84442f985517b42c7cbb7
......
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