root/lang/objective-c/TerminalColoreopard/Info.plist

Revision 29701, 1.0 kB (checked in by niw, 13 months ago)
  • Update version number for the changes which I didn't commit but included in the previous version release
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>${EXECUTABLE_NAME}</string>
9        <key>CFBundleName</key>
10        <string>${PRODUCT_NAME}</string>
11        <key>CFBundleIconFile</key>
12        <string></string>
13        <key>CFBundleIdentifier</key>
14        <string>at.niw.terminalcoloreopard</string>
15        <key>CFBundleInfoDictionaryVersion</key>
16        <string>6.0</string>
17        <key>CFBundlePackageType</key>
18        <string>BNDL</string>
19        <key>CFBundleSignature</key>
20        <string>????</string>
21        <key>CFBundleVersion</key>
22        <string>0.2.3</string>
23        <key>NSPrincipalClass</key>
24        <string>TerminalColoreopard</string>
25        <key>SIMBLTargetApplications</key>
26        <array>
27                <dict>
28                        <key>BundleIdentifier</key>
29                        <string>com.apple.Terminal</string>
30                        <key>MaxBundleVersion</key>
31                        <string>240</string>
32                        <key>MinBundleVersion</key>
33                        <string>237</string>
34                </dict>
35        </array>
36</dict>
37</plist>
Note: See TracBrowser for help on using the browser.