Dateien nach "/" hochladen

This commit is contained in:
2026-05-31 23:37:31 +02:00
commit 1b5c840f30
5 changed files with 148 additions and 0 deletions
+26
View File
@@ -0,0 +1,26 @@
{
"cli": {
"version": ">= 12.0.0",
"appVersionSource": "remote"
},
"build": {
"development": {
"developmentClient": true,
"distribution": "internal"
},
"preview": {
"distribution": "internal"
},
"production": {
"autoIncrement": true
}
},
"submit": {
"production": {
"ios": {
"appleId": "deine-apple-id@example.com",
"ascAppId": "DEINE-APP-STORE-CONNECT-ID"
}
}
}
}