Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
FuryLion Fastlane plugin
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Packages
Packages
Container Registry
Analytics
CI / CD Analytics
Repository Analytics
Value Stream Analytics
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Vadim Vlasov
FuryLion Fastlane plugin
Commits
4febf3f6
Commit
4febf3f6
authored
2 years ago
by
Vadim Vlasov
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update unity.rb
parent
246a53fe
master
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
0 deletions
+3
-0
lib/fastlane/plugin/furylion/actions/unity.rb
lib/fastlane/plugin/furylion/actions/unity.rb
+3
-0
No files found.
lib/fastlane/plugin/furylion/actions/unity.rb
View file @
4febf3f6
...
@@ -92,15 +92,18 @@ module Fastlane
...
@@ -92,15 +92,18 @@ module Fastlane
env_name:
"UNITY_NO_GRAPHICS"
,
env_name:
"UNITY_NO_GRAPHICS"
,
description:
"Disable graphics mode"
,
description:
"Disable graphics mode"
,
optional:
true
,
optional:
true
,
is_string:
false
,
default_value:
true
),
default_value:
true
),
FastlaneCore
::
ConfigItem
.
new
(
key: :batch_mode
,
FastlaneCore
::
ConfigItem
.
new
(
key: :batch_mode
,
env_name:
"UNITY_BATCH_MODE"
,
env_name:
"UNITY_BATCH_MODE"
,
description:
"Use batch mode"
,
description:
"Use batch mode"
,
optional:
true
,
optional:
true
,
is_string:
false
,
default_value:
true
),
default_value:
true
),
FastlaneCore
::
ConfigItem
.
new
(
key: :quit
,
FastlaneCore
::
ConfigItem
.
new
(
key: :quit
,
env_name:
"UNITY_QUIT"
,
env_name:
"UNITY_QUIT"
,
optional:
true
,
optional:
true
,
is_string:
false
,
description:
"Close Unity after script execution"
,
description:
"Close Unity after script execution"
,
default_value:
true
),
default_value:
true
),
]
]
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment