Skip to content

Commit

Permalink
Merge pull request #364 from mobicraft-am/patch-1
Browse files Browse the repository at this point in the history
bug fix #349
  • Loading branch information
robertarnesson authored Aug 4, 2017
2 parents 213e9c0 + 2db18e6 commit 8e2300c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion scripts/after_prepare.js
Original file line number Diff line number Diff line change
Expand Up @@ -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);
}
Expand Down

0 comments on commit 8e2300c

Please sign in to comment.