merge main

This commit is contained in:
Hailey
2024-04-04 16:55:00 -07:00
parent 55acb43655
commit 872f5c062f
163 changed files with 20657 additions and 4939 deletions
+30 -4
View File
@@ -16,14 +16,20 @@
"ios": {
"simulator": true,
"resourceClass": "large"
},
"env": {
"EXPO_PUBLIC_ENV": "production"
}
},
"preview": {
"extends": "base",
"distribution": "internal",
"channel": "preview",
"channel": "production",
"ios": {
"resourceClass": "large"
},
"env": {
"EXPO_PUBLIC_ENV": "production"
}
},
"production": {
@@ -35,9 +41,12 @@
"android": {
"autoIncrement": true
},
"channel": "production"
"channel": "production",
"env": {
"EXPO_PUBLIC_ENV": "production"
}
},
"github": {
"testflight": {
"extends": "base",
"ios": {
"autoIncrement": true
@@ -45,7 +54,24 @@
"android": {
"autoIncrement": true
},
"channel": "production"
"channel": "testflight",
"env": {
"EXPO_PUBLIC_ENV": "testflight"
}
},
"testflight-android": {
"extends": "base",
"distribution": "internal",
"ios": {
"autoIncrement": true
},
"android": {
"autoIncrement": true
},
"channel": "testflight",
"env": {
"EXPO_PUBLIC_ENV": "testflight"
}
}
},
"submit": {