fastlane-plugin-unity3d 0.2.1 → 0.2.2

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: 2afd580adc3948ff7e450d9a43e6a575955a27fde39f87fd5b29490c3a8aa224
4
- data.tar.gz: 84961c6a3f9713b3db117f0ad2bcf166a169e812e11a0976c25c2759587acfd2
3
+ metadata.gz: 907638de72d8dced4a739e51fc149a5084b3210e11c2ddf11e0d245fa8675265
4
+ data.tar.gz: 55042c49c2ebe5c5ddea56c3b7f361af75ca04eab74100ba6259b3d101e02112
5
5
  SHA512:
6
- metadata.gz: 46abd26bc51fff01cd813ab0204784c24d4cf541f2d5a18d26e8defa812854d658b309626b6d3508340a7d91ac7324ce1d4fcf6dabada2a6e69bf186d69b1155
7
- data.tar.gz: 8041cfdd6475c5a75e1afe4dc3503558df0e4b0ee995702b983e37c46b4fb4f545aa0949830c50ad8c76df0c7e10edc1e5ee5f25a0842599d6cc8fa28608c219
6
+ metadata.gz: edb304739d1ae094f86e8d48f6b9578cd82c0ae014aeca0e11d394f55b0c3c549208b1ea083ac06765ff2fe5744fa87ad31a25906120eefb30bac44711c2ca6e
7
+ data.tar.gz: c7a824893bfed1749d1457001533a5d6793b78ab1586133debb70a701a4361f8eb21136284814873d345dce8acd084b47fc84e7070b684f3a5a31f1f0337c127
@@ -149,7 +149,7 @@ module Fastlane
149
149
 
150
150
  FastlaneCore::ConfigItem.new(key: :build_target,
151
151
  env_name: "FL_UNITY_BUILD_TARGET",
152
- description: "build target: Possible options are: Standalone, Win, Win64, OSXUniversal, Linux64, iOS, Android, WebGL, XboxOne, PS4, WindowsStoreApps, Switch, tvOS.",
152
+ description: "build target: Possible options are: Standalone, Win, Win64, OSXUniversal, Linux64, iOS, Android, WebGL, XboxOne, PS4, WindowsStoreApps, Switch, tvOS",
153
153
  optional: true,
154
154
  is_string: true,
155
155
  default_value: "Standalone"),
@@ -1,5 +1,5 @@
1
1
  module Fastlane
2
2
  module Unity3d
3
- VERSION = "0.2.1"
3
+ VERSION = "0.2.2"
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: fastlane-plugin-unity3d
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.1
4
+ version: 0.2.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - fuzhongqing