forked from Pingus/pingus
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathInfo.plist
More file actions
17 lines (15 loc) · 748 Bytes
/
Info.plist
File metadata and controls
17 lines (15 loc) · 748 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>CFBundleDevelopmentRegion</key> <string>English</string>
<key>CFBundleInfoDictionaryVersion</key> <string>6.0</string>
<key>CFBundlePackageType</key> <string>APPL</string>
<key>CSResourcesFileMapped</key> <true/>
<key>CFBundleName</key> <string>Pingus</string>
<key>CFBundleIconFile</key> <string>pingus.icns</string>
<key>CFBundleExecutable</key> <string>pingus</string>
<key>CFBundleVersion</key> <string>0.7.6</string>
<key>CFBundleShortVersionString</key> <string>0.7.6</string>
</dict>
</plist>