root/trunk/Info.plist @ 41

Revision 41, 1.0 kB (checked in by ngerakines, 3 years ago)

* Put into place the real icons that Wiley sent over
* Fixed the prefs on login
* Removed the TypePadSuper class
* General code cleanup

Line 
1<?xml version="1.0" encoding="UTF-8"?>
2<!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
3<plist version="1.0">
4<dict>
5        <key>CFBundleDevelopmentRegion</key>
6        <string>English</string>
7        <key>CFBundleExecutable</key>
8        <string>${EXECUTABLE_NAME}</string>
9        <key>CFBundleHelpBookFolder</key>
10        <string>Fence Help</string>
11        <key>CFBundleHelpBookName</key>
12        <string>Fence Help</string>
13        <key>CFBundleIconFile</key>
14        <string>fence.icns</string>
15        <key>CFBundleIdentifier</key>
16        <string>com.socklabs.Fence</string>
17        <key>CFBundleInfoDictionaryVersion</key>
18        <string>6.0</string>
19        <key>CFBundleName</key>
20        <string>${PRODUCT_NAME}</string>
21        <key>CFBundlePackageType</key>
22        <string>APPL</string>
23        <key>CFBundleSignature</key>
24        <string>????</string>
25        <key>CFBundleVersion</key>
26        <string>0.8</string>
27        <key>NSMainNibFile</key>
28        <string>MainMenu</string>
29        <key>NSPrincipalClass</key>
30        <string>NSApplication</string>
31</dict>
32</plist>
Note: See TracBrowser for help on using the browser.