Bluesky app fork with some witchin' additions 💫
0
fork

Configure Feed

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

Readd the ios universal links config (close #371) (#408)

authored by

Paul Frazee and committed by
GitHub
a74919ef 7c99df33

+4
+4
ios/bluesky/bluesky.entitlements
··· 4 4 <dict> 5 5 <key>aps-environment</key> 6 6 <string>development</string> 7 + <key>com.apple.developer.associated-domains</key> 8 + <array> 9 + <string>applinks:bsky.app</string> 10 + </array> 7 11 </dict> 8 12 </plist>