-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathurls.plist
37 lines (36 loc) · 940 Bytes
/
urls.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
<?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">
<array>
<dict>
<key>title</key>
<string>Main</string>
<key>url</key>
<string>http://spotsid.com/desktop.bundles/index/index.html</string>
</dict>
<dict>
<key>title</key>
<string>Chat</string>
<key>url</key>
<string>http://spotsid.com/desktop.bundles/chat/chat.html</string>
</dict>
<dict>
<key>title</key>
<string>Events</string>
<key>url</key>
<string>http://spotsid.com/desktop.bundles/events/events.html</string>
</dict>
<dict>
<key>title</key>
<string>Map</string>
<key>url</key>
<string>http://spotsid.com/desktop.bundles/map/map.html</string>
</dict>
<dict>
<key>title</key>
<string>Settings</string>
<key>url</key>
<string>http://spotsid.com/desktop.bundles/settings/settings.html</string>
</dict>
</array>
</plist>