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<!-- 4 Copyright (c) 2005-2009 Daniel A. Steffen <das@users.sourceforge.net> 5 Copyright 2008-2009, Apple Inc. 6 7 See the file "license.terms" for information on usage and redistribution of 8 this file, and for a DISCLAIMER OF ALL WARRANTIES. 9--> 10<plist version="1.0"> 11<dict> 12 <key>CFBundleDevelopmentRegion</key> 13 <string>English</string> 14 <key>CFBundleExecutable</key> 15 <string>@TK_LIB_FILE@</string> 16 <key>CFBundleGetInfoString</key> 17 <string>Tk @TK_WINDOWINGSYSTEM@ @TK_VERSION@@TK_PATCH_LEVEL@, 18Copyright © 1989-@TK_YEAR@ Tcl Core Team, 19Copyright © 2002-@TK_YEAR@ Daniel A. Steffen, 20 Copyright © 1989-@TK_YEAR@ Contributors, 21 Copyright © 2011-@TK_YEAR@ Kevin Walzer/WordTech 22 Communications LLC, 23 Copyright © 2014-@TK_YEAR@ Marc Culler, 24Copyright © 2001-2009 Apple Inc., 25Copyright © 2001-2002 Jim Ingham & Ian Reid</string> 26 <key>CFBundleIdentifier</key> 27 <string>com.tcltk.tklibrary</string> 28 <key>CFBundleInfoDictionaryVersion</key> 29 <string>6.0</string> 30 <key>CFBundleName</key> 31 <string>Tk @TK_WINDOWINGSYSTEM@ @TK_VERSION@</string> 32 <key>CFBundlePackageType</key> 33 <string>FMWK</string> 34 <key>CFBundleShortVersionString</key> 35 <string>@TK_VERSION@@TK_PATCH_LEVEL@</string> 36 <key>CFBundleSignature</key> 37 <string>Tk </string> 38 <key>CFBundleVersion</key> 39 <string>@TK_VERSION@@TK_PATCH_LEVEL@</string> 40</dict> 41</plist> 42