mirror of
https://github.com/lumaa-dev/BubbleApp.git
synced 2025-01-28 09:19:17 +01:00
30 lines
687 B
Plaintext
30 lines
687 B
Plaintext
<?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>CFBundleURLIconFile</key>
|
|
<string></string>
|
|
<key>CFBundleURLName</key>
|
|
<string>bubbleapp</string>
|
|
<key>CFBundleURLSchemes</key>
|
|
<array>
|
|
<string>bubbleapp</string>
|
|
</array>
|
|
</dict>
|
|
</array>
|
|
<key>UIAppFonts</key>
|
|
<array>
|
|
<string>PolySans-BulkyWide.ttf</string>
|
|
</array>
|
|
<key>UIBackgroundModes</key>
|
|
<array>
|
|
<string>remote-notification</string>
|
|
</array>
|
|
</dict>
|
|
</plist>
|