diff --git a/scripts/after_prepare.js b/scripts/after_prepare.js index 8e77bfadb..ed0250bda 100755 --- a/scripts/after_prepare.js +++ b/scripts/after_prepare.js @@ -41,7 +41,6 @@ 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); }