Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Akamu
Game Client iOS
Commits
3de8319a
Commit
3de8319a
authored
Jul 16, 2020
by
Maurice Kraus
Browse files
build: this changes cat to echo
parent
c2fe44c5
Changes
1
Hide whitespace changes
Inline
Side-by-side
Akamu_iOS.xcodeproj/project.pbxproj
View file @
3de8319a
...
...
@@ -3453,7 +3453,7 @@
);
runOnlyForDeploymentPostprocessing
=
0
;
shellPath
=
/bin/sh
;
shellScript = "file=\"${PROJECT_DIR}/GoogleService-Info.plist\"\n\n[ ! -z \"${FIREBASE_PLIST}\" ] && echo \"Found Firebase variable\" &&
cat
\"${FIREBASE_PLIST}\" > \"$file\" || echo \"warning: Firebase plist var not set\"\n";
shellScript
=
"file=\"${PROJECT_DIR}/GoogleService-Info.plist\"\n\n[ ! -z \"${FIREBASE_PLIST}\" ] && echo \"Found Firebase variable\" &&
echo
\"${FIREBASE_PLIST}\" > \"$file\" || echo \"warning: Firebase plist var not set\"\n"
;
};
49F7830623C872E200918D29
/* Local Gen */
=
{
isa
=
PBXShellScriptBuildPhase
;
...
...
Write
Preview
Supports
Markdown
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