fastlane-plugin-goodify_info_plist 0.2.2 → 0.2.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 181a2b16775b2eba2578c33b3d18f9c724788e95
|
|
4
|
+
data.tar.gz: 197f4a1abf81a58bbfac7be0e542ae8169edffa8
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
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,
|
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.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:
|
|
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:
|