-
Notifications
You must be signed in to change notification settings - Fork 0
/
Info.plist
28 lines (28 loc) · 955 Bytes
/
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
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist SYSTEM "file://localhost/System/Library/DTDs/PropertyList.dtd">
<plist version="1.0">
<dict>
<key>CFBundleDevelopmentRegion</key>
<string>English</string>
<key>CFBundleIconFile</key>
<string>@ICON@</string>
<key>CFBundlePackageType</key>
<string>APPL</string>
<key>CFBundleGetInfoString</key>
<string>@EXECUTABLE@ (C) 2011-2015 QuiteRSS Team</string>
<key>CFBundleSignature</key>
<string>@TYPEINFO@</string>
<key>CFBundleExecutable</key>
<string>@EXECUTABLE@</string>
<key>CFBundleIdentifier</key>
<string>org.quiterss.QuiteRSS</string>
<key>CFBundleName</key>
<string>@EXECUTABLE@</string>
<key>CFBundleDisplayName</key>
<string>@EXECUTABLE@</string>
<key>CFBundleShortVersionString</key>
<string>0.17.6</string>
<key>NSHumanReadableCopyright</key>
<string>(C) 2011-2015 QuiteRSS Team</string>
</dict>
</plist>