Skip to content

Commit

Permalink
Copy GoogleService-Info.plist content to all locations required
Browse files Browse the repository at this point in the history
  • Loading branch information
erikdju committed Jun 9, 2017
1 parent f95db66 commit 9eecdf9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions scripts/after_prepare.js
Original file line number Diff line number Diff line change
Expand Up @@ -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);
}
Expand Down

0 comments on commit 9eecdf9

Please sign in to comment.