-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathLotto-Journal-Info.plist
40 lines (40 loc) · 1.21 KB
/
Lotto-Journal-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
<?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>UIApplicationShortcutItems</key>
<array>
<dict>
<key>UIApplicationShortcutItemIconSymbolName</key>
<string>123.rectangle</string>
<key>UIApplicationShortcutItemTitle</key>
<string>MY_LOTTERY_SHORTCUT_TITLE</string>
<key>UIApplicationShortcutItemType</key>
<string>myLottery</string>
</dict>
<dict>
<key>UIApplicationShortcutItemIconSymbolName</key>
<string>list.bullet.clipboard</string>
<key>UIApplicationShortcutItemTitle</key>
<string>SUMMARY_SHORTCUT_TITLE</string>
<key>UIApplicationShortcutItemType</key>
<string>summary</string>
</dict>
<dict>
<key>UIApplicationShortcutItemIconSymbolName</key>
<string>1.magnifyingglass</string>
<key>UIApplicationShortcutItemTitle</key>
<string>PRIZE_RESULT_SHORTCUT_TITLE</string>
<key>UIApplicationShortcutItemType</key>
<string>result</string>
</dict>
</array>
<key>UILaunchScreen</key>
<dict>
<key>UIColorName</key>
<string>LaunchScreenBlue</string>
<key>UIImageName</key>
<string>LaunchScreenImage</string>
</dict>
</dict>
</plist>