summaryrefslogtreecommitdiffstats
path: root/tclxml/macosx/Tclxml-Info.plist
diff options
context:
space:
mode:
authorWilliam Joye <wjoye@cfa.harvard.edu>2019-01-02 20:10:12 (GMT)
committerWilliam Joye <wjoye@cfa.harvard.edu>2019-01-02 20:10:12 (GMT)
commit7a0b03ed0c0b01990f519655fdd6b18e790c5ecc (patch)
tree54e6404a93fb72b78ffedf3d0934ca40291f5507 /tclxml/macosx/Tclxml-Info.plist
parentdcdc519395ebb847898ec8730b33a70a21516df1 (diff)
parentc7f336bff3aaafe03961d4fce493c748995ff3e3 (diff)
downloadblt-7a0b03ed0c0b01990f519655fdd6b18e790c5ecc.zip
blt-7a0b03ed0c0b01990f519655fdd6b18e790c5ecc.tar.gz
blt-7a0b03ed0c0b01990f519655fdd6b18e790c5ecc.tar.bz2
Merge commit 'c7f336bff3aaafe03961d4fce493c748995ff3e3' as 'tclxml'
Diffstat (limited to 'tclxml/macosx/Tclxml-Info.plist')
-rw-r--r--tclxml/macosx/Tclxml-Info.plist20
1 files changed, 20 insertions, 0 deletions
diff --git a/tclxml/macosx/Tclxml-Info.plist b/tclxml/macosx/Tclxml-Info.plist
new file mode 100644
index 0000000..936aec4
--- /dev/null
+++ b/tclxml/macosx/Tclxml-Info.plist
@@ -0,0 +1,20 @@
+<?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>${EXECUTABLE_NAME}</string>
+ <key>CFBundleIdentifier</key>
+ <string>net.sourceforge.tclxml</string>
+ <key>CFBundleInfoDictionaryVersion</key>
+ <string>6.0</string>
+ <key>CFBundlePackageType</key>
+ <string>FMWK</string>
+ <key>CFBundleSignature</key>
+ <string>????</string>
+ <key>CFBundleVersion</key>
+ <string>${PACKAGE_VERSION}</string>
+</dict>
+</plist>