Update eas.json for iOS simulator support and add build script to package.json
This commit is contained in:
11
eas.json
11
eas.json
@@ -4,13 +4,12 @@
|
||||
"appVersionSource": "remote"
|
||||
},
|
||||
"build": {
|
||||
"ios": {
|
||||
"simulator": false,
|
||||
"enterpriseProvisioning": "ad-hoc"
|
||||
},
|
||||
"development": {
|
||||
"developmentClient": true,
|
||||
"distribution": "internal"
|
||||
"distribution": "internal",
|
||||
"ios": {
|
||||
"simulator": true
|
||||
}
|
||||
},
|
||||
"preview": {
|
||||
"distribution": "internal"
|
||||
@@ -22,4 +21,4 @@
|
||||
"submit": {
|
||||
"production": {}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user