summaryrefslogtreecommitdiffstats
path: root/macosx/Tk-Info.plist
diff options
context:
space:
mode:
authordas <das>2004-11-16 04:05:49 (GMT)
committerdas <das>2004-11-16 04:05:49 (GMT)
commitb00fcf3beace12cf94ddd9075c615a2e4ca6a65a (patch)
treee8564332da06153f2b38d67f1261b8dbfbf42b40 /macosx/Tk-Info.plist
parent50af33b1a13e1b6c55e100130ec1e8c22e4beab6 (diff)
downloadtk-b00fcf3beace12cf94ddd9075c615a2e4ca6a65a.zip
tk-b00fcf3beace12cf94ddd9075c615a2e4ca6a65a.tar.gz
tk-b00fcf3beace12cf94ddd9075c615a2e4ca6a65a.tar.bz2
* macosx/Wish.pbproj/project.pbxproj:
* macosx/buildTkConfig.tcl: fixes for tclConfig.h changes. * macosx/Wish.pbproj/project.pbxproj: fixed references to renamed bitmap files. * macosx/Wish.xcode/project.pbxproj (new): * macosx/Wish.xcode/default.pbxuser (new): * macosx/Wish-Info.plist (new): * macosx/Tk-Info.plist (new): added new Xcode 1.5 project using native targets, made possible by tclConfig.h changes. * generic/tk.h: added version number change comments for new files.
Diffstat (limited to 'macosx/Tk-Info.plist')
-rw-r--r--macosx/Tk-Info.plist29
1 files changed, 29 insertions, 0 deletions
diff --git a/macosx/Tk-Info.plist b/macosx/Tk-Info.plist
new file mode 100644
index 0000000..e148ca0
--- /dev/null
+++ b/macosx/Tk-Info.plist
@@ -0,0 +1,29 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
+<plist version="1.0">
+<dict>
+ <key>CFBundleDevelopmentRegion</key>
+ <string>English</string>
+ <key>CFBundleExecutable</key>
+ <string>Tk</string>
+ <key>CFBundleGetInfoString</key>
+ <string>Tk Library 8.5, Copyright © 2004 Tcl Core Team.
+MacOS X Port by Jim Ingham &lt;jingham@apple.com&gt; &amp; Ian Reid, Copyright © 2001-2002, Apple Computer, Inc.</string>
+ <key>CFBundleIconFile</key>
+ <string></string>
+ <key>CFBundleIdentifier</key>
+ <string>com.tcltk.tklibrary</string>
+ <key>CFBundleInfoDictionaryVersion</key>
+ <string>6.0</string>
+ <key>CFBundleName</key>
+ <string>Tk Library 8.5</string>
+ <key>CFBundlePackageType</key>
+ <string>FMWK</string>
+ <key>CFBundleShortVersionString</key>
+ <string>8.5a2</string>
+ <key>CFBundleSignature</key>
+ <string>WiSH</string>
+ <key>CFBundleVersion</key>
+ <string>8.5a2</string>
+</dict>
+</plist>