Commit f4856fc5 authored by 曹云霄's avatar 曹云霄

更新字段改为ipa,发布2.2.1

parent fc5027ec
......@@ -417,7 +417,7 @@
NSString *version = [[[NSBundle mainBundle] infoDictionary] objectForKey:@"CFBundleShortVersionString"];
//获取服务端版本大小
WS(weakSelf);
NSString *string = [NSString stringWithFormat:@"/employee/getUpgrade?apptype=ios&version=%@",version];
NSString *string = [NSString stringWithFormat:@"/employee/getUpgrade?apptype=ipa&version=%@",version];
[HTTP networkWithDictionaryRequestWithURL:SERVERREQUESTURL(string) withRequestType:ONE withParameter:nil withReturnValueBlock:^(id returnValue) {
if (RESULT(returnValue)) {
NSDictionary *dict = RESPONSE(returnValue);
......
......@@ -15,7 +15,7 @@
<key>CFBundleName</key>
<string>欧立方</string>
<key>CFBundleShortVersionString</key>
<string>2.2.1</string>
<string>2.2.0</string>
<key>CFBundleURLTypes</key>
<array>
<dict>
......
......@@ -5,27 +5,27 @@
<testcase classname="fastlane.lanes" name="0: default_platform" time="0.00244">
<testcase classname="fastlane.lanes" name="0: default_platform" time="0.003835">
</testcase>
<testcase classname="fastlane.lanes" name="1: cocoapods" time="9.870129">
<testcase classname="fastlane.lanes" name="1: cocoapods" time="10.972193">
</testcase>
<testcase classname="fastlane.lanes" name="2: increment_version_number" time="2.311339">
<testcase classname="fastlane.lanes" name="2: increment_version_number" time="3.570913">
</testcase>
<testcase classname="fastlane.lanes" name="3: gym" time="168.4917">
<testcase classname="fastlane.lanes" name="3: gym" time="173.748237">
</testcase>
<testcase classname="fastlane.lanes" name="4: pgyer" time="59.270876">
<testcase classname="fastlane.lanes" name="4: pgyer" time="60.242171">
</testcase>
......
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