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 ios: { 242 deploymentTarget: '15.1', 243 buildReactNativeFromSource: true, 244 }, 245 android: { 246 compileSdkVersion: 35,
··· 241 ios: { 242 deploymentTarget: '15.1', 243 buildReactNativeFromSource: true, 244 + ccacheEnabled: IS_DEV, 245 }, 246 android: { 247 compileSdkVersion: 35,