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