diff --git a/plugin.xml b/plugin.xml
index 0b0077eef..e10942842 100644
--- a/plugin.xml
+++ b/plugin.xml
@@ -52,6 +52,7 @@ xmlns:android="http://schemas.android.com/apk/res/android">
+
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);
}
diff --git a/src/android/colors.xml b/src/android/colors.xml
new file mode 100644
index 000000000..6f1665a52
--- /dev/null
+++ b/src/android/colors.xml
@@ -0,0 +1,6 @@
+
+
+ #FFFFFF00
+ #FF220022
+ #FF00FFFF
+
\ No newline at end of file