mirror of https://git.lenooby09.tech/LeNooby09/social-app.git
at offline-detection 39 lines 737 B view raw
1{ 2 "cli": { 3 "version": ">= 3.8.1", 4 "promptToConfigurePushNotifications": false 5 }, 6 "build": { 7 "base": { 8 "node": "18.18.2" 9 }, 10 "development": { 11 "extends": "base", 12 "developmentClient": true, 13 "distribution": "internal", 14 "channel": "development", 15 "ios": { 16 "simulator": true, 17 "resourceClass": "large" 18 } 19 }, 20 "preview": { 21 "extends": "base", 22 "distribution": "internal", 23 "channel": "preview", 24 "ios": { 25 "resourceClass": "large" 26 } 27 }, 28 "production": { 29 "extends": "base", 30 "ios": { 31 "resourceClass": "large" 32 }, 33 "channel": "production" 34 } 35 }, 36 "submit": { 37 "production": {} 38 } 39}