taler-ios

iOS apps for GNU Taler (wallet)
Log | Files | Refs | README | LICENSE

commit acfde436b54a007d337a640eec938f8a6bf2c7c1
parent 7cca9606cf68b59700db70d57168947a16785f59
Author: Marc Stibane <marc@taler.net>
Date:   Wed, 15 Apr 2026 15:07:22 +0200

UIApplicationSupportsMultipleScenes NO

Diffstat:
MGNU_Taler Info.plist | 7+++++++
MTaler_Nightly Info.plist | 7+++++++
MTaler_Wallet Info.plist | 7+++++++
3 files changed, 21 insertions(+), 0 deletions(-)

diff --git a/GNU_Taler Info.plist b/GNU_Taler Info.plist @@ -46,6 +46,13 @@ <string>Nunito-BoldItalic.ttf</string> <string>Nunito-Italic.ttf</string> </array> + <key>UIApplicationSceneManifest</key> + <dict> + <key>UIApplicationSupportsMultipleScenes</key> + <false/> + <key>UISceneConfigurations</key> + <dict/> + </dict> <key>UIBackgroundModes</key> <array> <string>fetch</string> diff --git a/Taler_Nightly Info.plist b/Taler_Nightly Info.plist @@ -47,6 +47,13 @@ <string>Nunito-BoldItalic.ttf</string> <string>Nunito-Italic.ttf</string> </array> + <key>UIApplicationSceneManifest</key> + <dict> + <key>UIApplicationSupportsMultipleScenes</key> + <false/> + <key>UISceneConfigurations</key> + <dict/> + </dict> <key>UIBackgroundModes</key> <array> <string>fetch</string> diff --git a/Taler_Wallet Info.plist b/Taler_Wallet Info.plist @@ -47,6 +47,13 @@ <string>Nunito-BoldItalic.ttf</string> <string>Nunito-Italic.ttf</string> </array> + <key>UIApplicationSceneManifest</key> + <dict> + <key>UIApplicationSupportsMultipleScenes</key> + <false/> + <key>UISceneConfigurations</key> + <dict/> + </dict> <key>UIBackgroundModes</key> <array> <string>fetch</string>