commit 8c2b7c051a8047fb641e69dcc804a11fa3d7569b parent 6c25aed49233d09fb701d661417381815596388b Author: Marc Stibane <marc@taler.net> Date: Thu, 31 Aug 2023 20:44:02 +0200 Rename Diffstat:
| A | GNU_Taler Info.plist | | | 44 | ++++++++++++++++++++++++++++++++++++++++++++ |
| R | GNU Taler.entitlements -> GNU_Taler.entitlements | | | 0 | |
| D | Info.plist | | | 42 | ------------------------------------------ |
| R | TalerWallet1/Helper/playSound.swift -> TalerWallet1/Helper/Controller+playSound.swift | | | 0 | |
| A | Taler_Wallet Info.plist | | | 43 | +++++++++++++++++++++++++++++++++++++++++++ |
| R | GNU Taler.entitlements -> Taler_Wallet.entitlements | | | 0 |
6 files changed, 87 insertions(+), 42 deletions(-)
diff --git a/GNU_Taler Info.plist b/GNU_Taler Info.plist @@ -0,0 +1,44 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd"> +<plist version="1.0"> +<dict> + <key>BGTaskSchedulerPermittedIdentifiers</key> + <array> + <string>$(PRODUCT_BUNDLE_IDENTIFIER)</string> + </array> + <key>CFBundleURLTypes</key> + <array> + <dict> + <key>CFBundleTypeRole</key> + <string>Viewer</string> + <key>CFBundleURLName</key> + <string>com.taler-systems.talerwallet-1</string> + <key>CFBundleURLSchemes</key> + <array> + <string>taler</string> + <string>ext+taler</string> + <string>web+taler</string> + <string>payto</string> + </array> + </dict> + </array> + <key>ITSAppUsesNonExemptEncryption</key> + <false/> + <key>UIAppFonts</key> + <array> + <string>Atkinson-Hyperlegible-Regular-102.otf</string> + <string>Atkinson-Hyperlegible-Italic-102.otf</string> + <string>Atkinson-Hyperlegible-Bold-102.otf</string> + <string>Atkinson-Hyperlegible-BoldItalic-102.otf</string> + <string>Nunito-Regular</string> + <string>Nunito-Bold</string> + </array> + <key>UIBackgroundModes</key> + <array> + <string>fetch</string> + <string>processing</string> + </array> + <key>UIFileSharingEnabled</key> + <true/> +</dict> +</plist> diff --git a/GNU Taler.entitlements b/GNU_Taler.entitlements diff --git a/Info.plist b/Info.plist @@ -1,42 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd"> -<plist version="1.0"> -<dict> - <key>BGTaskSchedulerPermittedIdentifiers</key> - <array> - <string>$(PRODUCT_BUNDLE_IDENTIFIER)</string> - </array> - <key>CFBundleURLTypes</key> - <array> - <dict> - <key>CFBundleTypeRole</key> - <string>Viewer</string> - <key>CFBundleURLName</key> - <string>com.taler-systems.gnutalerwallet09</string> - <key>CFBundleURLSchemes</key> - <array> - <string>taler</string> - <string>ext+taler</string> - <string>web+taler</string> - <string>payto</string> - </array> - </dict> - </array> - <key>ITSAppUsesNonExemptEncryption</key> - <false/> - <key>UIAppFonts</key> - <array> - <string>Atkinson-Hyperlegible-Regular-102.otf</string> - <string>Atkinson-Hyperlegible-Italic-102.otf</string> - <string>Atkinson-Hyperlegible-Bold-102.otf</string> - <string>Atkinson-Hyperlegible-BoldItalic-102.otf</string> - </array> - <key>UIBackgroundModes</key> - <array> - <string>fetch</string> - <string>processing</string> - </array> - <key>UIFileSharingEnabled</key> - <true/> -</dict> -</plist> diff --git a/TalerWallet1/Helper/playSound.swift b/TalerWallet1/Helper/Controller+playSound.swift diff --git a/Taler_Wallet Info.plist b/Taler_Wallet Info.plist @@ -0,0 +1,43 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd"> +<plist version="1.0"> +<dict> + <key>BGTaskSchedulerPermittedIdentifiers</key> + <array> + <string>$(PRODUCT_BUNDLE_IDENTIFIER)</string> + </array> + <key>CFBundleURLTypes</key> + <array> + <dict> + <key>CFBundleTypeRole</key> + <string>Viewer</string> + <key>CFBundleURLName</key> + <string>com.taler-systems.talerwallet-2</string> + <key>CFBundleURLSchemes</key> + <array> + <string>taler</string> + <string>ext+taler</string> + <string>web+taler</string> + <string>payto</string> + </array> + </dict> + </array> + <key>ITSAppUsesNonExemptEncryption</key> + <false/> + <key>UIAppFonts</key> + <array> + <string>Atkinson-Hyperlegible-Regular-102.otf</string> + <string>Atkinson-Hyperlegible-Italic-102.otf</string> + <string>Atkinson-Hyperlegible-Bold-102.otf</string> + <string>Atkinson-Hyperlegible-BoldItalic-102.otf</string> + <string>Nunito-Regular</string> + </array> + <key>UIBackgroundModes</key> + <array> + <string>fetch</string> + <string>processing</string> + </array> + <key>UIFileSharingEnabled</key> + <true/> +</dict> +</plist> diff --git a/GNU Taler.entitlements b/Taler_Wallet.entitlements