Add iOS build configuration for simulator and enterprise provisioning
This commit is contained in:
6
eas.json
6
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"
|
||||||
@@ -18,4 +22,4 @@
|
|||||||
"submit": {
|
"submit": {
|
||||||
"production": {}
|
"production": {}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user