diff --git a/app.config.js b/app.config.js index 462d9fd762..7cc75e01db 100644 --- a/app.config.js +++ b/app.config.js @@ -33,16 +33,14 @@ module.exports = function (_config) { return { expo: { version: VERSION, - name: 'Bluesky', + name: IS_DEV ? 'Bluesky (DEV)' : 'Bluesky', slug: 'bluesky', scheme: 'bluesky', owner: 'blueskysocial', runtimeVersion: { policy: 'appVersion', }, - icon: IS_DEV - ? './assets/app-icons/ios_icon_default_next.png' - : './assets/app-icons/icon_dev.png', + icon: './assets/app-icons/ios_icon_default_next.png', userInterfaceStyle: 'automatic', primaryColor: '#1083fe', newArchEnabled: false, diff --git a/assets/app-icons/icon_dev.png b/assets/app-icons/icon_dev.png deleted file mode 100644 index ae498d5910..0000000000 Binary files a/assets/app-icons/icon_dev.png and /dev/null differ