diff --git a/android-icon_background.png b/android-icon_background.png new file mode 100644 index 0000000..833e676 Binary files /dev/null and b/android-icon_background.png differ diff --git a/android-icon_foreground.png b/android-icon_foreground.png new file mode 100644 index 0000000..d0dbb3a Binary files /dev/null and b/android-icon_foreground.png differ diff --git a/android-presplash.jpg b/android-presplash.jpg new file mode 100644 index 0000000..510b54e Binary files /dev/null and b/android-presplash.jpg differ diff --git a/android.json b/android.json new file mode 100644 index 0000000..9a97026 --- /dev/null +++ b/android.json @@ -0,0 +1,24 @@ +{ + "expansion": false, + "google_play_key": null, + "google_play_salt": null, + "heap_size": "3", + "icon_name": "Souldroid Chat", + "include_pil": false, + "include_sqlite": false, + "layout": null, + "name": "Souldroid Chat", + "numeric_version": 1, + "orientation": "sensorLandscape", + "package": "space.hackenslacker.souldroidchat", + "permissions": [ + "VIBRATE", + "INTERNET" + ], + "source": false, + "store": "none", + "update_always": true, + "update_icons": true, + "update_keystores": true, + "version": "1.0" +} \ No newline at end of file diff --git a/project.json b/project.json index ff33bab..7a5093a 100644 --- a/project.json +++ b/project.json @@ -2,7 +2,8 @@ "build_update": false, "packages": [ "win", - "linux" + "linux", + "mac" ], "add_from": true, "force_recompile": true,