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: 506563637dc83189e7c7555ea698a2aebfbcb202
4
- data.tar.gz: 45a03a9952542d5f8bd4ed22522682d73785e963
3
+ metadata.gz: 876bd8ce513f35392696b7f301e5ca3dbc22e193
4
+ data.tar.gz: 79e3019fd00a011fc4800c0033639b2f8965761f
5
5
  SHA512:
6
- metadata.gz: 06c1985ac497503cf5263ca29fee3f362378c8a414eb6aff2fb15fc170279af2dc1881ad8560e7c5c05485af89a444c05f081d79d47ab07fc46e3d7be192c486
7
- data.tar.gz: d710a42589db111f046537f5e31c1f9c7f5478b751e6eb25994acdecc58a622001df1ad2c91e31f2f24550a93d8f3afe61dc45912b3fba353bdcaf473b4c8d27
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
 
@@ -1,5 +1,5 @@
1
1
  module Fastlane
2
2
  module GoodifyInfoPlist
3
- VERSION = "0.2.4"
3
+ VERSION = "0.2.5"
4
4
  end
5
5
  end
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
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-01 00:00:00.000000000 Z
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