Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in
Toggle navigation
O
Opple-iOS
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
张杰
Opple-iOS
Commits
f4856fc5
Commit
f4856fc5
authored
Aug 11, 2017
by
曹云霄
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
更新字段改为ipa,发布2.2.1
parent
fc5027ec
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
7 additions
and
7 deletions
+7
-7
LoginViewController.m
Lighting/Class/Login/Controller/LoginViewController.m
+1
-1
LightingDis-Info.plist
Lighting/Supporting Files/LightingDis-Info.plist
+1
-1
report.xml
fastlane/report.xml
+5
-5
No files found.
Lighting/Class/Login/Controller/LoginViewController.m
View file @
f4856fc5
...
@@ -417,7 +417,7 @@
...
@@ -417,7 +417,7 @@
NSString
*
version
=
[[[
NSBundle
mainBundle
]
infoDictionary
]
objectForKey
:
@"CFBundleShortVersionString"
];
NSString
*
version
=
[[[
NSBundle
mainBundle
]
infoDictionary
]
objectForKey
:
@"CFBundleShortVersionString"
];
//获取服务端版本大小
//获取服务端版本大小
WS
(
weakSelf
);
WS
(
weakSelf
);
NSString
*
string
=
[
NSString
stringWithFormat
:
@"/employee/getUpgrade?apptype=i
os
&version=%@"
,
version
];
NSString
*
string
=
[
NSString
stringWithFormat
:
@"/employee/getUpgrade?apptype=i
pa
&version=%@"
,
version
];
[
HTTP
networkWithDictionaryRequestWithURL
:
SERVERREQUESTURL
(
string
)
withRequestType
:
ONE
withParameter
:
nil
withReturnValueBlock
:^
(
id
returnValue
)
{
[
HTTP
networkWithDictionaryRequestWithURL
:
SERVERREQUESTURL
(
string
)
withRequestType
:
ONE
withParameter
:
nil
withReturnValueBlock
:^
(
id
returnValue
)
{
if
(
RESULT
(
returnValue
))
{
if
(
RESULT
(
returnValue
))
{
NSDictionary
*
dict
=
RESPONSE
(
returnValue
);
NSDictionary
*
dict
=
RESPONSE
(
returnValue
);
...
...
Lighting/Supporting Files/LightingDis-Info.plist
View file @
f4856fc5
...
@@ -15,7 +15,7 @@
...
@@ -15,7 +15,7 @@
<
k
e
y
>
CFBundleName
<
/k
e
y
>
<
k
e
y
>
CFBundleName
<
/k
e
y
>
<
string
>
欧立方
<
/string
>
<
string
>
欧立方
<
/string
>
<
k
e
y
>
CFBundleShortVersionString
<
/k
e
y
>
<
k
e
y
>
CFBundleShortVersionString
<
/k
e
y
>
<
string
>
2.2.
1
<
/string
>
<
string
>
2.2.
0
<
/string
>
<
k
e
y
>
CFBundleURLTypes
<
/k
e
y
>
<
k
e
y
>
CFBundleURLTypes
<
/k
e
y
>
<
a
rr
a
y
>
<
a
rr
a
y
>
<
d
i
c
t
>
<
d
i
c
t
>
...
...
fastlane/report.xml
View file @
f4856fc5
...
@@ -5,27 +5,27 @@
...
@@ -5,27 +5,27 @@
<testcase
classname=
"fastlane.lanes"
name=
"0: default_platform"
time=
"0.00
244
"
>
<testcase
classname=
"fastlane.lanes"
name=
"0: default_platform"
time=
"0.00
3835
"
>
</testcase>
</testcase>
<testcase
classname=
"fastlane.lanes"
name=
"1: cocoapods"
time=
"
9.870129
"
>
<testcase
classname=
"fastlane.lanes"
name=
"1: cocoapods"
time=
"
10.972193
"
>
</testcase>
</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>
<testcase
classname=
"fastlane.lanes"
name=
"3: gym"
time=
"1
68.491
7"
>
<testcase
classname=
"fastlane.lanes"
name=
"3: gym"
time=
"1
73.74823
7"
>
</testcase>
</testcase>
<testcase
classname=
"fastlane.lanes"
name=
"4: pgyer"
time=
"
59.270876
"
>
<testcase
classname=
"fastlane.lanes"
name=
"4: pgyer"
time=
"
60.242171
"
>
</testcase>
</testcase>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment