Skip to content

Commit

Permalink
restore credentials copy phase for integration testing
Browse files Browse the repository at this point in the history
  • Loading branch information
roznet committed Oct 14, 2023
1 parent dd96b68 commit bf4fdca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ConnectStats.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -5182,7 +5182,7 @@
);
runOnlyForDeploymentPostprocessing = 0;
shellPath = /bin/sh;
shellScript = "# Type a script or drag a script file from your workspace to insert its path.\n\nCREDENTIALS=$SRCROOT/ConnectStats/credentials.json\nSAMPLE_CREDENTIALS=$SRCROOT/ConnectStats/credentials.sample.json\n\nif [ -f $CREDENTIALS ]; then\n echo \"Checked $CREDENTIALS\"\nelse\n if [ -f $SAMPLE_CREDENTIALS ]; then\n echo \"Creating $CREDENTIALS\"\n exit 1\n /bin/cp $SAMPLE_CREDENTIALS $CREDENTIALS\n fi\nfi\n\n";
shellScript = "# Type a script or drag a script file from your workspace to insert its path.\n\nCREDENTIALS=$SRCROOT/ConnectStats/credentials.json\nSAMPLE_CREDENTIALS=$SRCROOT/ConnectStats/credentials.sample.json\n\nif [ -f $CREDENTIALS ]; then\n echo \"Checked $CREDENTIALS\"\nelse\n if [ -f $SAMPLE_CREDENTIALS ]; then\n echo \"Creating $CREDENTIALS\"\n /bin/cp $SAMPLE_CREDENTIALS $CREDENTIALS\n fi\nfi\n\n";
};
5F38E408AAF45836E802C5DB /* [CP] Copy Pods Resources */ = {
isa = PBXShellScriptBuildPhase;
Expand Down

0 comments on commit bf4fdca

Please sign in to comment.