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
233e76c4
Commit
233e76c4
authored
Jul 16, 2020
by
Maurice Kraus
Browse files
build: this updates the firebase crash script
parent
37ef910b
Changes
1
Hide whitespace changes
Inline
Side-by-side
Akamu_iOS.xcodeproj/project.pbxproj
View file @
233e76c4
...
...
@@ -3416,7 +3416,7 @@
);
runOnlyForDeploymentPostprocessing
=
0
;
shellPath
=
/bin/sh
;
shellScript
=
"read_dom () {\n local IFS=\\>\n read -d \\< ENTITY CONTENT\n local RET=$?\n TAG_NAME=${ENTITY%% *}\n ATTRIBUTES=${ENTITY#* }\n return $RET\n}\n\nif [ \"${CONFIGURATION}\" != \"Debug (Preview)\" ]; then\n FLAG=\"false\"\n while read_dom; do\n if [[ $CONTENT = \"GOOGLE_APP_ID\" ]]; then \n echo \"Found google app id\"\n FLAG=\"true\"\n fi\n done < \"${PROJECT_DIR}/GoogleService-Info.plist\"\n if [[ \"$FLAG\" = \"true\" ]] ; then\n echo \"Setup Firebase Configuration with ${CONFIGURATION}\"\n \"${PROJECT_DIR}/fbScripts/run\"\n else\n echo \"warning: No valid google plist file\"\n fi\nfi\n\n"
;
shellScript
=
"read_dom () {\n local IFS=\\>\n read -d \\< ENTITY CONTENT\n local RET=$?\n TAG_NAME=${ENTITY%% *}\n ATTRIBUTES=${ENTITY#* }\n return $RET\n}\n
echo \"warning: Start FirebaseCrash\"
\nif [ \"${CONFIGURATION}\" != \"Debug (Preview)\" ]; then\n FLAG=\"false\"\n
echo \"warning: FirebaseCrash: Read File\"\n
while read_dom; do\n if [[ $CONTENT = \"GOOGLE_APP_ID\" ]]; then \n echo \"
warning:
Found google app id\"\n FLAG=\"true\"\n fi\n done < \"${PROJECT_DIR}/GoogleService-Info.plist\"\n if [[ \"$FLAG\" = \"true\" ]] ; then\n echo \"
warning:
Setup Firebase Configuration with ${CONFIGURATION}\"\n \"${PROJECT_DIR}/fbScripts/run\"\n else\n echo \"warning: No valid google plist file\"\n fi\nfi\n\n"
;
};
49BF806D24A7856300962B0E
/* Settings */
=
{
isa
=
PBXShellScriptBuildPhase
;
...
...
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