Add iOS build configuration for simulator and enterprise provisioning
This commit is contained in:
4
eas.json
4
eas.json
@@ -4,6 +4,10 @@
|
|||||||
"appVersionSource": "remote"
|
"appVersionSource": "remote"
|
||||||
},
|
},
|
||||||
"build": {
|
"build": {
|
||||||
|
"ios": {
|
||||||
|
"simulator": false,
|
||||||
|
"enterpriseProvisioning": "ad-hoc"
|
||||||
|
},
|
||||||
"development": {
|
"development": {
|
||||||
"developmentClient": true,
|
"developmentClient": true,
|
||||||
"distribution": "internal"
|
"distribution": "internal"
|
||||||
|
|||||||
Reference in New Issue
Block a user