Add iOS build configuration for simulator and enterprise provisioning

This commit is contained in:
2025-08-01 12:55:26 +02:00
parent f81591ccb0
commit 917c7e1524

View File

@@ -4,6 +4,10 @@
"appVersionSource": "remote"
},
"build": {
"ios": {
"simulator": false,
"enterpriseProvisioning": "ad-hoc"
},
"development": {
"developmentClient": true,
"distribution": "internal"
@@ -18,4 +22,4 @@
"submit": {
"production": {}
}
}
}