summaryrefslogtreecommitdiffstats
path: root/tclxml/macosx/Tclxml-Info.plist
diff options
context:
space:
mode:
authorWilliam Joye <wjoye@cfa.harvard.edu>2019-01-02 21:11:35 (GMT)
committerWilliam Joye <wjoye@cfa.harvard.edu>2019-01-02 21:11:35 (GMT)
commitb5d2f7a3d85a4a23f942886729af4388acef356f (patch)
tree51cf1fa59473c1451a3b45698e010b8843d53d07 /tclxml/macosx/Tclxml-Info.plist
parenta2f632142c20caf1b58cf26cbcc10e8ab598fc92 (diff)
parent148453179405e54f38e68a325fada35edf8a7b96 (diff)
downloadblt-b5d2f7a3d85a4a23f942886729af4388acef356f.zip
blt-b5d2f7a3d85a4a23f942886729af4388acef356f.tar.gz
blt-b5d2f7a3d85a4a23f942886729af4388acef356f.tar.bz2
Merge commit '148453179405e54f38e68a325fada35edf8a7b96' 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>