fastlane-plugin-goodify_info_plist 0.2.4 → 0.2.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: 876bd8ce513f35392696b7f301e5ca3dbc22e193
|
4
|
+
data.tar.gz: 79e3019fd00a011fc4800c0033639b2f8965761f
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: d1bf5702e5cd8f7f9f259f0c2930a9c4de626fd836675abced00be685612845c99c599b608f5e7f3f52576c0bad20952db6080d6db997a173627f0fc985e42b5
|
7
|
+
data.tar.gz: 86c1f10d32872386c9a832e30a2923aaddfcd9585669e41c9b02176c3bdd300c7cd7f6f4df27c397d8e58ecdd2ddce9c363ba4801b0383a8e07517fc7e856161
|
@@ -5,6 +5,8 @@ module Fastlane
|
|
5
5
|
module Actions
|
6
6
|
class GoodifyInfoPlistAction < Action
|
7
7
|
def self.run(params)
|
8
|
+
UI.error("[Deprecation] check_good_version is deprecated, use the update_info_plist_for_blackberry_mam action from the blackberry_mam plugin instead")
|
9
|
+
|
8
10
|
# default entitlement version. we rarely, if ever, need to change this
|
9
11
|
plist = Plist.parse_xml(params[:plist])
|
10
12
|
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: fastlane-plugin-goodify_info_plist
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.2.
|
4
|
+
version: 0.2.5
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Lyndsey Ferguson
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2017-04-
|
11
|
+
date: 2017-04-26 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: fastlane-plugin-check_good_version
|