Bluesky app fork with some witchin' additions 💫 witchsky.app
bluesky fork client
117
fork

Configure Feed

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

enable ccache for dev builds on iOS (#9770)

authored by

Samuel Newman and committed by
GitHub
69a765cc dd7bb1bc

+1
+1
app.config.js
··· 241 241 ios: { 242 242 deploymentTarget: '15.1', 243 243 buildReactNativeFromSource: true, 244 + ccacheEnabled: IS_DEV, 244 245 }, 245 246 android: { 246 247 compileSdkVersion: 35,