fastlane-plugin-unity_exporter 1.3.0 → 1.3.1
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/lib/fastlane/plugin/unity_exporter/helper/build_exporter_helper.rb +1 -1
- data/lib/fastlane/plugin/unity_exporter/helper/generic_helper.rb +1 -1
- data/lib/fastlane/plugin/unity_exporter/helper/unity_editor_helper.rb +1 -1
- data/lib/fastlane/plugin/unity_exporter/helper/unity_hub_helper.rb +1 -1
- data/lib/fastlane/plugin/unity_exporter/version.rb +1 -1
- metadata +1 -1
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 3054d1e2b69c1d5c8d9d036f18339e0fbdcd1d9c232e40bf1986ac96c1ce8fde
|
4
|
+
data.tar.gz: aa1e6ab7b87c527ccba402bce4029e9dc0a1609bbb5bc587e6e9783e5e2f2192
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 706fd9e68d728df14014d9d30e6bd88816a71f026ef6c852c075b0f6335c7e821644259d9ea30ea046aea8798aef2a731230846c659f3ff7d15c83601389f64c
|
7
|
+
data.tar.gz: f638422b8d2fb7261a586d8f99ca84f79baa6b773d993c7e1a5f46feca5a988665cd14274b8ebfc4bca58035331f994ed14645e0c419ab4b73f32d51e2cd00af
|
@@ -3,7 +3,7 @@ require 'shellwords'
|
|
3
3
|
require_relative './unity_editor_helper'
|
4
4
|
|
5
5
|
module Fastlane
|
6
|
-
UI = FastlaneCore::UI unless Fastlane.const_defined?(
|
6
|
+
UI = FastlaneCore::UI unless Fastlane.const_defined?(:UI)
|
7
7
|
|
8
8
|
module Helper
|
9
9
|
# a helper class specific to the Unity-Build-Exporter package: https://github.com/ar-met/unity-build-exporter
|