summaryrefslogtreecommitdiffstats
path: root/tclxml/macosx/Tclxml-Info.plist
diff options
context:
space:
mode:
authorWilliam Joye <wjoye@cfa.harvard.edu>2019-01-02 20:37:36 (GMT)
committerWilliam Joye <wjoye@cfa.harvard.edu>2019-01-02 20:37:36 (GMT)
commit490976841053ce71a019ca14422c30091ba6d45e (patch)
tree7058d73d507a9a5b9c840ca157264ca759af54e7 /tclxml/macosx/Tclxml-Info.plist
parentac65df8e373c46967e2000b1b7f1439048fdcee2 (diff)
parentbb434fa400f36e0d4142dfd9ddc0b59bbbf8e563 (diff)
downloadblt-490976841053ce71a019ca14422c30091ba6d45e.zip
blt-490976841053ce71a019ca14422c30091ba6d45e.tar.gz
blt-490976841053ce71a019ca14422c30091ba6d45e.tar.bz2
Merge commit 'bb434fa400f36e0d4142dfd9ddc0b59bbbf8e563' 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>