source: trunk/Cocoa/F-Script Anywhere/Source/Info-Application.plist@ 342

Last change on this file since 342 was 342, checked in by rchin, 17 years ago

Leopard compatibility changes:

  • Removed some icon caching code that was causing crashes (not sure we really needed those optimizations anyway -- doesn't appear to affect performance)
  • Added code to automatically try to add certificate to keychain, for new code signing behavior (replaces previous procmod nonesense).
  • Note that the enclosed public certificate is mine, and so it will need to be signed by me. In the case that someone else wants to distribute this binary, please replace Certficiate.cer with your own public certificate, and then make sure o code sign the binary after it is built.
File size: 1.0 KB
RevLine 
[153]1<?xml version="1.0" encoding="UTF-8"?>
[342]2<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
[153]3<plist version="1.0">
4<dict>
5 <key>CFBundleDevelopmentRegion</key>
6 <string>English</string>
7 <key>CFBundleExecutable</key>
8 <string>F-Script Anywhere</string>
9 <key>CFBundleGetInfoString</key>
[222]10 <string>F-Script Anywhere 1.3,
11© 2002–06 Nicholas Riley</string>
[153]12 <key>CFBundleIconFile</key>
13 <string>Application icon</string>
14 <key>CFBundleIdentifier</key>
15 <string>net.sabi.FScriptAnywhereApp</string>
16 <key>CFBundleInfoDictionaryVersion</key>
17 <string>6.0</string>
18 <key>CFBundleName</key>
19 <string>F-Script Anywhere</string>
20 <key>CFBundlePackageType</key>
21 <string>APPL</string>
22 <key>CFBundleShortVersionString</key>
[222]23 <string>1.3</string>
[153]24 <key>CFBundleSignature</key>
25 <string>FSAn</string>
26 <key>CFBundleVersion</key>
[342]27 <string>1.3.1</string>
[153]28 <key>NSMainNibFile</key>
29 <string>MainMenu</string>
30 <key>NSPrincipalClass</key>
31 <string>FSAApp</string>
[342]32 <key>SecTaskAccess</key>
33 <string>allowed</string>
[153]34</dict>
35</plist>
Note: See TracBrowser for help on using the repository browser.