fastlane-plugin-unity3d 0.2.0 → 0.2.1
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
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 2afd580adc3948ff7e450d9a43e6a575955a27fde39f87fd5b29490c3a8aa224
|
4
|
+
data.tar.gz: 84961c6a3f9713b3db117f0ad2bcf166a169e812e11a0976c25c2759587acfd2
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
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: :
|
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"),
|