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

enable ccache for dev builds on iOS (#9770)

authored by samuel.fm 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,