mirror of https://git.lenooby09.tech/LeNooby09/social-app.git
at switch-session-failure 84 lines 1.7 kB view raw
1{ 2 "cli": { 3 "version": ">= 3.8.1", 4 "promptToConfigurePushNotifications": false, 5 "appVersionSource": "remote" 6 }, 7 "build": { 8 "base": { 9 "node": "18.18.2" 10 }, 11 "development": { 12 "extends": "base", 13 "developmentClient": true, 14 "distribution": "internal", 15 "channel": "development", 16 "ios": { 17 "simulator": true, 18 "resourceClass": "large" 19 }, 20 "env": { 21 "EXPO_PUBLIC_ENV": "production" 22 } 23 }, 24 "preview": { 25 "extends": "base", 26 "distribution": "internal", 27 "channel": "production", 28 "ios": { 29 "resourceClass": "large" 30 }, 31 "env": { 32 "EXPO_PUBLIC_ENV": "production" 33 } 34 }, 35 "production": { 36 "extends": "base", 37 "ios": { 38 "resourceClass": "large", 39 "autoIncrement": true 40 }, 41 "android": { 42 "autoIncrement": true 43 }, 44 "channel": "production", 45 "env": { 46 "EXPO_PUBLIC_ENV": "production" 47 } 48 }, 49 "testflight": { 50 "extends": "base", 51 "ios": { 52 "autoIncrement": true 53 }, 54 "android": { 55 "autoIncrement": true 56 }, 57 "channel": "testflight", 58 "env": { 59 "EXPO_PUBLIC_ENV": "testflight" 60 } 61 }, 62 "testflight-android": { 63 "extends": "base", 64 "distribution": "internal", 65 "ios": { 66 "autoIncrement": true 67 }, 68 "android": { 69 "autoIncrement": true 70 }, 71 "channel": "testflight", 72 "env": { 73 "EXPO_PUBLIC_ENV": "testflight" 74 } 75 } 76 }, 77 "submit": { 78 "production": { 79 "ios": { 80 "ascAppId": "6444370199" 81 } 82 } 83 } 84}