Skip to content

Commit

Permalink
Trying to fix the dest path for google service file
Browse files Browse the repository at this point in the history
  • Loading branch information
lourou committed Jan 3, 2025
1 parent c3a534b commit 5343593
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 5343593

Please sign in to comment.