fastlane-plugin-goodify_info_plist 0.2.2 → 0.2.3

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: b8b4a60d8cba0a8ba80dfc2a7b241c2e869f0dc0
4
- data.tar.gz: d7a67a2fc839fcbd7b77139dbf9315259d70a5f7
3
+ metadata.gz: 181a2b16775b2eba2578c33b3d18f9c724788e95
4
+ data.tar.gz: 197f4a1abf81a58bbfac7be0e542ae8169edffa8
5
5
  SHA512:
6
- metadata.gz: c90c304d38c18d1e6240139aa909a9438b493a4415f7cb651c35b86e3a583b61a69da57df656ab226649cb67f52dfff79abeb70f954b12549feb1eb6fc8a002e
7
- data.tar.gz: 66ae08ab468b50f1e587b1a7b7b2b37a473495c7a946e64ff3ca10860632620df6dc14a4e0bdc4f69c25a52b3b93dd981e37bc1f70a7d8fbc4b28fd934749f4b
6
+ metadata.gz: 583ace3383634bdb7e1bd90885b4b5171afe4a08eced6463178704ad72e13a6c3f6040cb8754afe66dd046a695b9d124fa9df3b20fb4bc8dc3fe298bdf06e12e
7
+ data.tar.gz: 5980f44c0878733d7f24e46f7c0c476c428ad090f61568f47257c205eb9d79ffd90651074cd106767cbb5be65aabda2d4da10fdcf2ff051a7fb024f475293a5c
@@ -101,6 +101,7 @@ module Fastlane
101
101
  verify_block: proc do |value|
102
102
  UI.user_error!("No Good ID for GoodifyInfoPlistAction given, pass using `good_entitlement_id: 'com.example.good'`") if value and value.empty?
103
103
  UI.user_error!("Good ID must be 35 characters or fewer in order to work with Windows Phones") if value.length > 35
104
+ UI.user_error!("Good ID must have not have any uppercase characters") if value =~ /[A-Z]/
104
105
  end), # the default value if the user didn't provide one
105
106
 
106
107
  FastlaneCore::ConfigItem.new(key: :export_method,
@@ -1,5 +1,5 @@
1
1
  module Fastlane
2
2
  module GoodifyInfoPlist
3
- VERSION = "0.2.2"
3
+ VERSION = "0.2.3"
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.2
4
+ version: 0.2.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Lyndsey Ferguson
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2016-12-20 00:00:00.000000000 Z
11
+ date: 2017-02-16 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: fastlane-plugin-check_good_version
@@ -161,4 +161,3 @@ summary: This plugin will update the plist so that the built application can be
161
161
  and managed within BlackBerry's Good Dynamics Control Center for Enterprise Mobility
162
162
  Management.
163
163
  test_files: []
164
- has_rdoc: