diff --git a/scripts/after_prepare.js b/scripts/after_prepare.js index ed0250bda..8e77bfadb 100755 --- a/scripts/after_prepare.js +++ b/scripts/after_prepare.js @@ -41,6 +41,7 @@ if (directoryExists("platforms/ios")) { try { var contents = fs.readFileSync(paths[i]).toString(); fs.writeFileSync("platforms/ios/" + name + "/Resources/GoogleService-Info.plist", contents) + fs.writeFileSync("platforms/ios/" + name + "/Resources/Resources/GoogleService-Info.plist", contents) } catch(err) { process.stdout.write(err); }