Bluesky app fork with some witchin' additions 💫

Fix eas.json

+4 -4
+4 -4
eas.json
··· 9 "distribution": "internal", 10 "ios": { 11 "simulator": true, 12 - "resourceClass": "large" 13 }, 14 "channel": "development" 15 }, ··· 17 "developmentClient": true, 18 "distribution": "internal", 19 "ios": { 20 - "resourceClass": "large" 21 }, 22 "channel": "development" 23 }, 24 "preview": { 25 "distribution": "internal", 26 "ios": { 27 - "resourceClass": "large" 28 }, 29 "channel": "preview" 30 }, 31 "production": { 32 "ios": { 33 - "resourceClass": "large" 34 }, 35 "channel": "production" 36 }
··· 9 "distribution": "internal", 10 "ios": { 11 "simulator": true, 12 + "resourceClass": "m-large" 13 }, 14 "channel": "development" 15 }, ··· 17 "developmentClient": true, 18 "distribution": "internal", 19 "ios": { 20 + "resourceClass": "m-large" 21 }, 22 "channel": "development" 23 }, 24 "preview": { 25 "distribution": "internal", 26 "ios": { 27 + "resourceClass": "m-large" 28 }, 29 "channel": "preview" 30 }, 31 "production": { 32 "ios": { 33 + "resourceClass": "m-large" 34 }, 35 "channel": "production" 36 }