fastlane-plugin-unity 1.1.0 → 1.1.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:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 1955a50feaa29fc796e1c7f3f720e2c6836e90d13e5a9fa671a7d93b0531478b
|
|
4
|
+
data.tar.gz: baf98beed1f0462e5995ebced6b371ce97580c5193548463dd0b9b991590b339
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 91ee71e7666c6ea91e82b1777c6d7443b0d0b880f7c667728afbf9ae497130b9d73531c2588fd6bcd507771c1b178c74d50adabdf1f7e936b4b8b5b7a4e165a6
|
|
7
|
+
data.tar.gz: 9756656c746a02bdb1959a60a8ff8a40a86d02c2bd767b99904f99991347003e72763004819e62a97d354172a2b0f89811b5cad34bbfe5cfcc9abfdf022b3d4e
|
|
@@ -131,11 +131,15 @@ module Fastlane
|
|
|
131
131
|
FastlaneCore::ConfigItem.new(key: :cache_server_enable_download,
|
|
132
132
|
env_name: "FL_UNITY_CACHE_SERVER_ENABLE_DOWNLOAD",
|
|
133
133
|
description: "Enable downloading from Accelerator Cache Server",
|
|
134
|
+
optional: true,
|
|
135
|
+
default_value: nil,
|
|
134
136
|
is_string: false),
|
|
135
137
|
|
|
136
138
|
FastlaneCore::ConfigItem.new(key: :cache_server_enable_upload,
|
|
137
139
|
env_name: "FL_UNITY_CACHE_SERVER_ENABLE_UPLOAD",
|
|
138
140
|
description: "Enable uploading to Accelerator Cache Server",
|
|
141
|
+
optional: true,
|
|
142
|
+
default_value: nil,
|
|
139
143
|
is_string: false),
|
|
140
144
|
|
|
141
145
|
FastlaneCore::ConfigItem.new(key: :extra_args,
|