Taler_Wallet Info.plist (1982B)
1 <?xml version="1.0" encoding="UTF-8"?> 2 <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd"> 3 <plist version="1.0"> 4 <dict> 5 <key>BGTaskSchedulerPermittedIdentifiers</key> 6 <array> 7 <string>$(PRODUCT_BUNDLE_IDENTIFIER)</string> 8 </array> 9 <key>CFBundleURLTypes</key> 10 <array> 11 <dict> 12 <key>CFBundleTypeRole</key> 13 <string>Viewer</string> 14 <key>CFBundleURLName</key> 15 <string>com.taler-systems.talerwallet-2</string> 16 <key>CFBundleURLSchemes</key> 17 <array> 18 <string>taler</string> 19 <string>taler+http</string> 20 <string>ext+taler</string> 21 <string>web+taler</string> 22 </array> 23 </dict> 24 </array> 25 <key>ITSAppUsesNonExemptEncryption</key> 26 <false/> 27 <key>UIAppFonts</key> 28 <array> 29 <string>AtkinsonHyperlegibleNext-Bold.otf</string> 30 <string>AtkinsonHyperlegibleNext-ExtraBold.otf</string> 31 <string>AtkinsonHyperlegibleNext-ExtraLight.otf</string> 32 <string>AtkinsonHyperlegibleNext-Light.otf</string> 33 <string>AtkinsonHyperlegibleNext-Medium.otf</string> 34 <string>AtkinsonHyperlegibleNext-Regular.otf</string> 35 <string>AtkinsonHyperlegibleNext-SemiBold.otf</string> 36 <string>AtkinsonHyperlegibleNext-BoldItalic.otf</string> 37 <string>AtkinsonHyperlegibleNext-ExtraBoldItalic.otf</string> 38 <string>AtkinsonHyperlegibleNext-ExtraLightItalic.otf</string> 39 <string>AtkinsonHyperlegibleNext-LightItalic.otf</string> 40 <string>AtkinsonHyperlegibleNext-MediumItalic.otf</string> 41 <string>AtkinsonHyperlegibleNext-RegularItalic.otf</string> 42 <string>AtkinsonHyperlegibleNext-SemiBoldItalic.otf</string> 43 <string>Nunito-Regular.ttf</string> 44 <string>Nunito-Bold.ttf</string> 45 <string>Nunito-Black.ttf</string> 46 <string>Nunito-BlackItalic.ttf</string> 47 <string>Nunito-BoldItalic.ttf</string> 48 <string>Nunito-Italic.ttf</string> 49 </array> 50 <key>UIBackgroundModes</key> 51 <array> 52 <string>fetch</string> 53 <string>processing</string> 54 </array> 55 <key>UIFileSharingEnabled</key> 56 <true/> 57 </dict> 58 </plist>