Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Akamu
Game Client iOS
Commits
37ef910b
Commit
37ef910b
authored
Jul 16, 2020
by
Maurice Kraus
Browse files
build: this removes firebase_plist
parent
fa1f9693
Changes
1
Hide whitespace changes
Inline
Side-by-side
fastlane/Fastfile
View file @
37ef910b
...
...
@@ -19,12 +19,12 @@ platform :ios do
"
#{
version_number
}
-
#{
build_number
}
-
#{
color
}
"
end
def
build_and_upload_beta
(
firebase_plist
)
def
build_and_upload_beta
()
gym
(
scheme:
"Akamu-QA-PROD"
,
clean:
true
,
output_directory:
@output_directory
,
xcargs:
"FIREBASE_PLIST=
#{
firebase_plist
}
"
,
#
xcargs: "FIREBASE_PLIST=#{firebase_plist}",
silent:
true
,
configuration:
"Release (QA)"
,
export_options:
{
...
...
@@ -112,11 +112,7 @@ platform :ios do
add_badge
(
shield:
version_string
,
dark:
true
)
content
=
options
[
:firebase_plist
]
firebase
=
sh
(
"echo $content"
)
build_and_upload_beta
(
firebase
)
build_and_upload_beta
end
...
...
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