-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathInfo.plist
More file actions
29 lines (29 loc) · 910 Bytes
/
Info.plist
File metadata and controls
29 lines (29 loc) · 910 Bytes
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
<?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.collectsomemore.background-refresh</string>
<string>com.collectsomemore.data-sync</string>
</array>
<key>UIAppFonts</key>
<array>
<string>fa-regular-400.ttf</string>
<string>fa-sharp-regular-400.ttf</string>
<string>fa-duotone-regular-400.ttf</string>
<string>fa-brands-400.ttf</string>
<string>OpenSans-Bold.ttf</string>
<string>OpenSans-ExtraBold.ttf</string>
<string>OpenSans-Light.ttf</string>
<string>OpenSans-Regular.ttf</string>
<string>OpenSans-SemiBold.ttf</string>
</array>
<key>UIBackgroundModes</key>
<array>
<string>fetch</string>
<string>remote-notification</string>
<string>processing</string>
</array>
</dict>
</plist>