commit 3e30e62a07f99cc71a6fb2f12caf32ed0e6d8d7e
parent 7abac98aed98cb30e478586e95bcc884b101deb7
Author: Matthew Horan <matt@matthoran.com>
Date: Sun, 13 Oct 2019 19:59:35 -0400
Configure for standalone publishing
* app.json requires a bundleIdentifier for all supported platforms.
* Transparency removed from application icon for iOS.
Diffstat:
2 files changed, 7 insertions(+), 3 deletions(-)
diff --git a/app.json b/app.json
@@ -5,6 +5,13 @@
"slug": "WeechatRN",
"privacy": "public",
"sdkVersion": "35.0.0",
+ "ios": {
+ "bundleIdentifier": "com.matthoran.weechatrn",
+ "supportsTablet": true
+ },
+ "android": {
+ "package": "com.matthoran.weechatrn"
+ },
"platforms": [
"ios",
"android"
@@ -22,9 +29,6 @@
"assetBundlePatterns": [
"**/*"
],
- "ios": {
- "supportsTablet": true
- },
"githubUrl": "https://github.com/mhoran/weechatRN"
}
}
diff --git a/assets/icon.png b/assets/icon.png
Binary files differ.