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:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 907638de72d8dced4a739e51fc149a5084b3210e11c2ddf11e0d245fa8675265
|
|
4
|
+
data.tar.gz: 55042c49c2ebe5c5ddea56c3b7f361af75ca04eab74100ba6259b3d101e02112
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
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"),
|