Teaks and start deeplink parsing

This commit is contained in:
Adolfo Reyna
2023-03-10 20:30:48 -06:00
parent 21f987a5a5
commit 3f44076709
5 changed files with 69 additions and 8 deletions

View File

@@ -10,9 +10,16 @@
"preview": {
"distribution": "internal"
},
"production": {}
"production": {},
"development-simulator": {
"developmentClient": true,
"distribution": "internal",
"ios": {
"simulator": true
}
}
},
"submit": {
"production": {}
}
}
}