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

Last change on this file was 409, checked in by Nicholas Riley, 16 years ago

Info.plists, VERSION.xcconfig: Using Dave Dribin's build configuration
trick to propagate ${CURRENT_MARKETING_VERSION}. Updated for 2.0d2.

InfoPlist.strings: Remove unnecessary repeated localization; update
copyright date.

Read Me: Updated for 2.0d2.

FSAnywhere.[hm]: F-Script 2.0a2 is the minimum version. Remove
FSA_VERSION (it's propagated from CURRENT_MARKETING_VERSION during
build) and turn on FSA_DEBUG.

F-Script Anywhere.xcodeproj: Updated for Xcode 3, Leopard only, etc.
Development build is still broken on inject and Deployment app build
is currently -O0 for debugging.

FSAApp.mm: Grammar/formatting cleanups. Some annoying race conditions
on startup still exist.

File size: 1.2 KB
Line 
1<?xml version="1.0" encoding="UTF-8"?>
2<!DOCTYPE plist PUBLIC "-//Apple//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>F-Script Anywhere</string>
9 <key>CFBundleGetInfoString</key>
10 <string>F-Script Anywhere ${CURRENT_MARKETING_VERSION},
11© 2002–08 Nicholas Riley</string>
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>
23 <string>${CURRENT_MARKETING_VERSION}</string>
24 <key>CFBundleSignature</key>
25 <string>FSAn</string>
26 <key>CFBundleVersion</key>
27 <string>${CURRENT_MARKETING_VERSION}</string>
28 <key>NSMainNibFile</key>
29 <string>MainMenu</string>
30 <key>NSPrincipalClass</key>
31 <string>FSAApp</string>
32 <key>LSMinimumSystemVersion</key>
33 <string>10.5.0</string>
34 <key>SecTaskAccess</key>
35 <string>allowed</string>
36</dict>
37</plist>
Note: See TracBrowser for help on using the repository browser.