···67- **Web: [witchsky.app](https://witchsky.app)**
8- **iOS: App Store [Soon™](https://cat-bounce.com/)?**
9-- **Android: Play Store Soon! ([F-Droid repo](https://app.jolly.you/fdroid/repo)?)**
1011<!-- <a href="https://apps.obtainium.imranr.dev/redirect?r=obtainium://add/https://tangled.org/jollywhoppers.com/witchsky.app/">
12<img src="https://github.com/ImranR98/Obtainium/blob/main/assets/graphics/badge_obtainium.png?raw=true"
···1617- Cooler name (and kawaii logo)
18- Color scheme options and hue slider (defaults to Witchsky orange)
19-- You can change
20- Choose between sharing witchsky.app or bsky.app links
21- Embed player works with [stream.place](https://stream.place/) links!
22- Open posts in PDSls and original pages of bridged posts
···24- Better defaults (alt text required 😉 autoplay off 🫨)
25- More unique repost icons
26- Can download videos
027- 'Mutuals' in place of 'Following' when relevant
28- No push notifications (hopefully will be added later)
29- Kept as up-to-date as possible (sporadically unstable as a result)
···67- **Web: [witchsky.app](https://witchsky.app)**
8- **iOS: App Store [Soon™](https://cat-bounce.com/)?**
9+- **Android: Play Store Soon! ([F-Droid repo](https://app.jolly.you/fdroid/repo) in the future?)**
1011<!-- <a href="https://apps.obtainium.imranr.dev/redirect?r=obtainium://add/https://tangled.org/jollywhoppers.com/witchsky.app/">
12<img src="https://github.com/ImranR98/Obtainium/blob/main/assets/graphics/badge_obtainium.png?raw=true"
···1617- Cooler name (and kawaii logo)
18- Color scheme options and hue slider (defaults to Witchsky orange)
19+- You can change "post" to any phrase you want in the UI
20- Choose between sharing witchsky.app or bsky.app links
21- Embed player works with [stream.place](https://stream.place/) links!
22- Open posts in PDSls and original pages of bridged posts
···24- Better defaults (alt text required 😉 autoplay off 🫨)
25- More unique repost icons
26- Can download videos
27+- Stay on a page when switching accounts
28- 'Mutuals' in place of 'Following' when relevant
29- No push notifications (hopefully will be added later)
30- Kept as up-to-date as possible (sporadically unstable as a result)
+3-3
app.config.js
···62 infoPlist: {
63 UIBackgroundModes: ['remote-notification'],
64 NSCameraUsageDescription:
65- 'Used for profile pictures, skeets, and other kinds of content.',
66 NSMicrophoneUsageDescription:
67- 'Used for skeets and other kinds of content.',
68 NSPhotoLibraryAddUsageDescription:
69 'Used to save images to your library.',
70 NSPhotoLibraryUsageDescription:
71- 'Used for profile pictures, skeets, and other kinds of content',
72 CFBundleSpokenName: 'witchsky.app',
73 CFBundleLocalizations: [
74 'en',
···62 infoPlist: {
63 UIBackgroundModes: ['remote-notification'],
64 NSCameraUsageDescription:
65+ 'Used for profile pictures, posts, and other kinds of content.',
66 NSMicrophoneUsageDescription:
67+ 'Used for posts and other kinds of content.',
68 NSPhotoLibraryAddUsageDescription:
69 'Used to save images to your library.',
70 NSPhotoLibraryUsageDescription:
71+ 'Used for profile pictures, posts, and other kinds of content',
72 CFBundleSpokenName: 'witchsky.app',
73 CFBundleLocalizations: [
74 'en',
+2-2
src/screens/Settings/DeerSettings.tsx
···709 <Trans>
710 Constellation is used to supplement AppView responses for custom
711 verifications and nuclear block bypass, via backlinks. Current
712- instance:
713 <InlineLinkText
714 to={constellationInstance}
715 label={constellationInstance}>
···896 <SettingsList.Group contentContainerStyle={[a.gap_sm]}>
897 <SettingsList.ItemIcon icon={EarthIcon} />
898 <SettingsList.ItemText>
899- <Trans>Post Translation Engine</Trans>
900 </SettingsList.ItemText>
901902 <Toggle.Item
···709 <Trans>
710 Constellation is used to supplement AppView responses for custom
711 verifications and nuclear block bypass, via backlinks. Current
712+ instance:\u00A0
713 <InlineLinkText
714 to={constellationInstance}
715 label={constellationInstance}>
···896 <SettingsList.Group contentContainerStyle={[a.gap_sm]}>
897 <SettingsList.ItemIcon icon={EarthIcon} />
898 <SettingsList.ItemText>
899+ <Trans>Post Translation Provider</Trans>
900 </SettingsList.ItemText>
901902 <Toggle.Item