source: trunk/Cocoa/Pester/Source/Info-Pester.plist@ 360

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

Pester.xcodeproj: Add Perl embedding bits; remove SoundFileManager.h.

DynaLoader.a: i386/ppc version from Tiger; Leopard's version causes
Tiger to crash.

Info-Pester.plist: Updated copyright date.

Read Me.rtfd: Remove .typeAttributes.dict, no longer used; update a
bit.

PSTimeDateEditor.m: Switch to NJRDateFormatters again.

NJRDateFormatter.[hm]: Removed old-style date formatter workarounds;
added code for using Date::Manip and trying multiple ICU-based date
formatters.

English.lproj/InfoPlist.strings: Updated copyright date.

English.lproj/MainMenu.nib: Modified date completion menu for items
Date::Manip can parse.

Manip.pm: Date::Manip 5.47, converted to UTF-8.

File size: 979 bytes
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>Pester</string>
9 <key>CFBundleGetInfoString</key>
10 <string>Pester 1.1b4, © 2002–07 Nicholas Riley</string>
11 <key>CFBundleIconFile</key>
12 <string>Application icon</string>
13 <key>CFBundleIdentifier</key>
14 <string>net.sabi.Pester</string>
15 <key>CFBundleInfoDictionaryVersion</key>
16 <string>6.0</string>
17 <key>CFBundleName</key>
18 <string>Pester</string>
19 <key>CFBundlePackageType</key>
20 <string>APPL</string>
21 <key>CFBundleShortVersionString</key>
22 <string>1.1b4</string>
23 <key>CFBundleSignature</key>
24 <string>Pest</string>
25 <key>CFBundleVersion</key>
26 <string>17</string>
27 <key>NSMainNibFile</key>
28 <string>MainMenu</string>
29 <key>NSPrincipalClass</key>
30 <string>PSApplication</string>
31</dict>
32</plist>
Note: See TracBrowser for help on using the repository browser.