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
9afc4c40
Commit
9afc4c40
authored
Jul 17, 2020
by
Maurice Kraus
Browse files
build: this updates the shell script to show the fb upload
parent
233e76c4
Changes
1
Hide whitespace changes
Inline
Side-by-side
Akamu_iOS.xcodeproj/project.pbxproj
View file @
9afc4c40
...
...
@@ -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}\necho \"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"
;
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}\necho \"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
message=$(
\"${PROJECT_DIR}/fbScripts/run\"
)\n echo \"warning: $message\"
\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