IceCubesApp/IceCubesApp/Info.plist

35 lines
837 B
Plaintext
Raw Permalink Normal View History

2022-12-01 08:05:26 +00:00
<?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>CFBundleURLTypes</key>
<array>
<dict>
<key>CFBundleTypeRole</key>
<string>Editor</string>
<key>CFBundleURLName</key>
<string>icecubesapp</string>
<key>CFBundleURLSchemes</key>
<array>
<string>icecubesapp</string>
</array>
</dict>
</array>
2022-12-04 19:59:24 +00:00
<key>ITSAppUsesNonExemptEncryption</key>
<false/>
2023-02-14 07:54:23 +00:00
<key>NSUserActivityTypes</key>
<array>
<string>INSendMessageIntent</string>
</array>
<key>UIAppFonts</key>
<array>
<string>Atkinson-Hyperlegible-Regular-102.ttf</string>
<string>OpenDyslexic-Regular.otf</string>
</array>
2023-02-18 06:42:35 +00:00
<key>UIBackgroundModes</key>
<array>
<string>remote-notification</string>
</array>
2022-12-01 08:05:26 +00:00
</dict>
</plist>