Skip to content

Commit

Permalink
Trying to fix the dest path for google service file (#1470)
Browse files Browse the repository at this point in the history
  • Loading branch information
lourou authored Jan 3, 2025
1 parent ce16f35 commit 9d322db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/build/build.utils.js
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ const copyGoogleServiceInfo = (env) => {
const SOURCE = `ios/Google Services/GoogleService-Info-${
env === "production" ? "prod" : "preview"
}.plist`;
const DEST = "ios/Converse/GoogleService-Info.plist";
const DEST = "ios/GoogleService-Info.plist";

try {
if (!fs.existsSync(SOURCE)) {
Expand Down

0 comments on commit 9d322db

Please sign in to comment.