fastlane-plugin-get_android_version 0.3.4 → 0.3.5
Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: '08fcac83a8c66323b668243a08a3d4bcb085ae89'
|
4
|
+
data.tar.gz: 6b98e5bfbd69668030b1ae8c1f3064e5030e279e
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 432724973c6837f30c7dcbe6309dca14887f5c52ef6a00a6176ebb23715a25dadbc1159fe5650076118c0b702dd9735e559a342ac05031fc2249a572a5a6d701
|
7
|
+
data.tar.gz: f6ea44e0c30cffdb4a35bf4405e72dbef291fe08e43d6c72398ebf042877b01088e1fb80035c0a5d082e6565b238194988afc3ef171ab0ed2ee78111f6869875
|
@@ -35,7 +35,7 @@ module Fastlane
|
|
35
35
|
elsif element.name == "application"
|
36
36
|
element.attributes.each do |attr|
|
37
37
|
if attr.name == "label"
|
38
|
-
appName
|
38
|
+
appName = attr.value
|
39
39
|
end
|
40
40
|
end
|
41
41
|
end
|
@@ -49,6 +49,7 @@ module Fastlane
|
|
49
49
|
Actions.lane_context[SharedValues::GET_ANDROID_VERSION_CODE] = "#{versionCode}"
|
50
50
|
Actions.lane_context[SharedValues::GET_ANDROID_VERSION_APP_NAME] = "#{appName}"
|
51
51
|
|
52
|
+
UI.message("Data pulled from: #{apk_file}")
|
52
53
|
UI.message("extracted versionName: #{versionName} & versionCode: #{versionCode} & appName: #{appName}")
|
53
54
|
end
|
54
55
|
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: fastlane-plugin-get_android_version
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.3.
|
4
|
+
version: 0.3.5
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- MaximusMcCann
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date:
|
11
|
+
date: 2017-02-02 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: apktools
|
@@ -140,7 +140,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
140
140
|
version: '0'
|
141
141
|
requirements: []
|
142
142
|
rubyforge_project:
|
143
|
-
rubygems_version: 2.6.
|
143
|
+
rubygems_version: 2.6.8
|
144
144
|
signing_key:
|
145
145
|
specification_version: 4
|
146
146
|
summary: gets the android versionName and versionCode from the `AndroidManifest.xml`
|