-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathInfo.plist
82 lines (82 loc) · 1.76 KB
/
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
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
<?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>EJSources</key>
<array>
<dict>
<key>key</key>
<string>blog</string>
<key>class</key>
<string>EJRSSController</string>
</dict>
<dict>
<key>key</key>
<string>twitter</string>
<key>class</key>
<string>EJTwitterController</string>
</dict>
<dict>
<key>key</key>
<string>github</string>
<key>class</key>
<string>EJGitHubController</string>
</dict>
</array>
<key>EJUsers</key>
<array>
<dict>
<key>Display Name</key>
<string>Kyle</string>
<key>Handles</key>
<dict>
<key>twitter</key>
<string>rhodesk</string>
<key>github</key>
<string>Kyle Rhodes</string>
</dict>
</dict>
<dict>
<key>Display Name</key>
<string>Caleb</string>
<key>Handles</key>
<dict>
<key>twitter</key>
<string>allencw</string>
<key>github</key>
<string>Caleb Allen</string>
</dict>
</dict>
<dict>
<key>Display Name</key>
<string>Derek</string>
<key>Handles</key>
<dict>
<key>twitter</key>
<string>hammerdr</string>
<key>github</key>
<string>Derek Hammer</string>
<key>blog</key>
<string>http://blog.derekhammer.com/?feed=json</string>
</dict>
</dict>
<dict>
<key>Display Name</key>
<string>Chandler</string>
<key>Handles</key>
<dict>
<key>twitter</key>
<string>chandlerkent</string>
<key>github</key>
<string>Chandler Kent</string>
</dict>
</dict>
</array>
<key>CPApplicationDelegateClass</key>
<string>AppController</string>
<key>CPBundleName</key>
<string>EngJourneering</string>
<key>CPPrincipalClass</key>
<string>CPApplication</string>
</dict>
</plist>