fastlane-plugin-unity3d 0.2.0 → 0.2.1

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: e09141b17f9db2590da59941fa61b70772c3f443cae2b717260c3273e466545f
4
- data.tar.gz: 3f238637896ccfce2390368f70a130466746d1d479b83fb289dfaba996197431
3
+ metadata.gz: 2afd580adc3948ff7e450d9a43e6a575955a27fde39f87fd5b29490c3a8aa224
4
+ data.tar.gz: 84961c6a3f9713b3db117f0ad2bcf166a169e812e11a0976c25c2759587acfd2
5
5
  SHA512:
6
- metadata.gz: 2ce2abb9921a4005cb3ddf6f5dedee9f4da2fffc05a8269c11c2dbb80c347582408339e251e4ac42faef0be2c60f2b4c15efa8d0c82536cd290e82c3feba6592
7
- data.tar.gz: ffbc47a19ca5c4f813c838d1b55339f3204fcc0bac09857f71ec2537da556105cb4063f1d99caaa5df85d127894d6ce04a7aa061bdca5014c4ea1ca614f51ab4
6
+ metadata.gz: 46abd26bc51fff01cd813ab0204784c24d4cf541f2d5a18d26e8defa812854d658b309626b6d3508340a7d91ac7324ce1d4fcf6dabada2a6e69bf186d69b1155
7
+ data.tar.gz: 8041cfdd6475c5a75e1afe4dc3503558df0e4b0ee995702b983e37c46b4fb4f545aa0949830c50ad8c76df0c7e10edc1e5ee5f25a0842599d6cc8fa28608c219
@@ -147,9 +147,9 @@ module Fastlane
147
147
  is_string: false,
148
148
  default_value: false),
149
149
 
150
- FastlaneCore::ConfigItem.new(key: :target,
150
+ FastlaneCore::ConfigItem.new(key: :build_target,
151
151
  env_name: "FL_UNITY_BUILD_TARGET",
152
- description: "build target",
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.0"
3
+ VERSION = "0.2.1"
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.0
4
+ version: 0.2.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - fuzhongqing