Bluesky app fork with some witchin' additions 💫
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

fix: app config pointing to bluesky icons

authored by

Aly Raffauf and committed by tangled.org 29ddf30a 7b20957d

+3 -3
+3 -3
app.config.js
··· 41 41 42 42 const IOS_ICON_FILE = 43 43 PLATFORM === 'web' // web build doesn't like .icon files 44 - ? './assets/app-icons/ios_icon_default_next.png' 44 + ? './assets/app-icons/ios_icon_legacy_light.png' 45 45 : IS_TESTFLIGHT 46 46 ? './assets/app-icons/ios_icon_testflight.icon' 47 47 : './assets/app-icons/ios_icon_default.icon' ··· 57 57 runtimeVersion: { 58 58 policy: 'appVersion', 59 59 }, 60 - icon: './assets/app-icons/ios_icon_default_next.png', 60 + icon: './assets/app-icons/ios_icon_legacy_light.png', 61 61 userInterfaceStyle: 'automatic', 62 62 primaryColor: '#ED5345', 63 63 newArchEnabled: false, ··· 190 190 barStyle: 'light-content', 191 191 }, 192 192 android: { 193 - icon: './assets/app-icons/android_icon_default_next.png', 193 + icon: './assets/app-icons/android_icon_legacy_light.png', 194 194 adaptiveIcon: { 195 195 foregroundImage: './assets/icon-android-foreground.png', 196 196 monochromeImage: './assets/icon-android-monochrome.png',