source: releases/ICeCoffEE/1.4.4b1/ICeCoffEE/Info-APE Module.plist@ 336

Last change on this file since 336 was 336, checked in by Nicholas Riley, 17 years ago

VERSION: Starting with 1.4.4b1, should be close to final.

ICeCoffEEServicePrefController.m: Display correct key equivalents, backported from [319].

ICeCoffEEWebKit.m: Fix Safari 3 beta compatibility; better comment WebKit interfaces.

Info-APE Module.plist: Update version to 1.4.4b1.

ICeCoffEE.xcodeproj: Remove obsolete WebKit header.

English.lproj/APEInfo.rtfd: Backported updates from [320]; release notes.

English.lproj/InfoPlist.strings: Update version to 1.4.4b1.

English.lproj/Localizable.strings: Fix an "APE Manager" reference I didn't catch before.

ape_install: Updated to APE 2.0.3.

ui.plist: Update version to 1.4.4b1.

Info-APEManagerPrefPane.plist: Update version to 1.4.4b1.

File size: 1009 bytes
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>APEHasExcludeList</key>
6 <true/>
7 <key>APEMatchInfo</key>
8 <dict>
9 <key>APEMatchFlavor</key>
10 <string>Cocoa</string>
11 </dict>
12 <key>APEVersionRequired</key>
13 <string>2.0.1</string>
14 <key>CFBundleDevelopmentRegion</key>
15 <string>English</string>
16 <key>CFBundleExecutable</key>
17 <string>ICeCoffEE</string>
18 <key>CFBundleGetInfoString</key>
19 <string></string>
20 <key>CFBundleIconFile</key>
21 <string>APE</string>
22 <key>CFBundleIdentifier</key>
23 <string>net.sabi.ICeCoffEE</string>
24 <key>CFBundleInfoDictionaryVersion</key>
25 <string>6.0</string>
26 <key>CFBundleName</key>
27 <string></string>
28 <key>CFBundlePackageType</key>
29 <string>BNDL</string>
30 <key>CFBundleShortVersionString</key>
31 <string></string>
32 <key>CFBundleSignature</key>
33 <string>ICCF</string>
34 <key>CFBundleVersion</key>
35 <string>1.4.4b1</string>
36</dict>
37</plist>
Note: See TracBrowser for help on using the repository browser.