diff --git a/app.json b/app.json index 1a4090c..34b929f 100644 --- a/app.json +++ b/app.json @@ -9,7 +9,7 @@ }, "entryPoint": "./src/index.native.js", "scheme": "deejai", - "version": "2.0.1", + "version": "2.2.3", "userInterfaceStyle": "dark", "backgroundColor": "#000000", "android": { @@ -18,8 +18,9 @@ }, "ios": { "bundleIdentifier": "online.deej-ai", - "buildNumber": "1", - "supportsTablet": true + "buildNumber": "3", + "supportsTablet": true, + "icon": "./public/ios-512x512.png" } } } diff --git a/public/ios-512x512.png b/public/ios-512x512.png new file mode 100644 index 0000000..4aebea6 Binary files /dev/null and b/public/ios-512x512.png differ