KI-AGENT: iOS Share Target mit Upload-Strecke ergänzen

This commit is contained in:
2026-08-08 21:50:52 +02:00
parent 21fdbb1cf8
commit 9a09c3f722
6 changed files with 924 additions and 186 deletions

View File

@@ -56,7 +56,20 @@
],
"react-native-ble-plx",
"expo-notifications",
"expo-web-browser"
"expo-web-browser",
[
"expo-share-intent",
{
"iosShareExtensionName": "In FEDEO hochladen",
"iosAppGroupIdentifier": "group.software.federspiel.fedeo.share",
"iosActivationRules": {
"NSExtensionActivationSupportsFileWithMaxCount": 10,
"NSExtensionActivationSupportsImageWithMaxCount": 10,
"NSExtensionActivationSupportsMovieWithMaxCount": 10
},
"disableAndroid": true
}
]
],
"experiments": {
"typedRoutes": true,