-
Notifications
You must be signed in to change notification settings - Fork 4
/
St-Jude--iOS--Info.plist
43 lines (43 loc) · 1.18 KB
/
St-Jude--iOS--Info.plist
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
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>com.rosemaryorchard.stjude.refresh</string>
</array>
<key>CFBundleURLTypes</key>
<array>
<dict>
<key>CFBundleTypeRole</key>
<string>Editor</string>
<key>CFBundleURLName</key>
<string>dev.snailedit.stjude</string>
<key>CFBundleURLSchemes</key>
<array>
<string>relay-fm-for-st-jude</string>
</array>
</dict>
</array>
<key>ITSAppUsesNonExemptEncryption</key>
<false/>
<key>NSUserActivityTypes</key>
<array>
<string>CampaignLockScreenConfigurationIntent</string>
<string>ConfigurationIntent</string>
<string>FundraisingEventConfigurationIntent</string>
<string>FundraisingEventLockScreenConfigurationIntent</string>
<string>GetFundraiserIntent</string>
<string>GetMainFundraisingEventIntent</string>
<string>HeadToHeadConfigurationIntent</string>
</array>
<key>UIAppFonts</key>
<array>
<string>ChicagoFLF.ttf</string>
</array>
<key>UIBackgroundModes</key>
<array>
<string>fetch</string>
</array>
</dict>
</plist>