fastlane-plugin-teak 1.0.5 → 1.1.0
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
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 02ff2ef80d5533c4cbe805329b971616ecd79982f508b6345f153ad27b4680ea
|
|
4
|
+
data.tar.gz: f5d28974e8a9e7e042eefc24eb908e563ec5db05a56f7e7dbe3fe3a0fee10200
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: b1777d2e097d1e009f9d6670be264852e1ee53e4ea55eab59d3ed1bf92263b695936e61dae60bd632e6995a16133c41c31c88ae0834cf8473a9e6588c2150773
|
|
7
|
+
data.tar.gz: 7b60adce0254553e57f9901092ec7cbc4c5728d8c9e1b190f391bbc672852f11c50de47253af11411893140f798822034e7dbebe7d6c463974918e92d0631dd6
|
|
@@ -103,7 +103,7 @@ module Fastlane
|
|
|
103
103
|
optional: true,
|
|
104
104
|
verify_block: proc do |value|
|
|
105
105
|
UI.user_error!("Directory does not exist (#{value})") unless File.exist?(value)
|
|
106
|
-
UI.user_error!("'Teak.unitypackage' or 'io.teak.sdk.Teak.ane' SDK not found in (#{value})") unless File.exist?(File.join(value, 'Teak.unitypackage')) || File.exist?(File.join(value, 'bin', 'Teak.
|
|
106
|
+
UI.user_error!("'Teak.unitypackage' or 'io.teak.sdk.Teak.ane' SDK not found in (#{value})") unless File.exist?(File.join(value, 'Teak.unitypackage')) || File.exist?(File.join(value, 'bin', 'io.teak.sdk.Teak.ane'))
|
|
107
107
|
end)
|
|
108
108
|
]
|
|
109
109
|
end
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: fastlane-plugin-teak
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.0
|
|
4
|
+
version: 1.1.0
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Pat Wilson
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2019-
|
|
11
|
+
date: 2019-07-18 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: xcodeproj
|