diff options
Diffstat (limited to 'distribution/osx/gtk-bundle/info-xtrkcad.plist.in')
-rw-r--r-- | distribution/osx/gtk-bundle/info-xtrkcad.plist.in | 34 |
1 files changed, 34 insertions, 0 deletions
diff --git a/distribution/osx/gtk-bundle/info-xtrkcad.plist.in b/distribution/osx/gtk-bundle/info-xtrkcad.plist.in new file mode 100644 index 0000000..94fc56a --- /dev/null +++ b/distribution/osx/gtk-bundle/info-xtrkcad.plist.in @@ -0,0 +1,34 @@ +<?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>XtrkCAD</string> + <key>CFBundleGetInfoString</key> + <string>4.24a, (C) 1997-2016 The XtrkCAD Team http://www.xtrkcad.org</string> + <key>CFBundleIconFile</key> + <string>xtrkcad-logo.icns</string> + <key>CFBundleIdentifier</key> + <string>org.xtrkcad</string> + <key>CFBundleHelpBookFolder</key> + <string>XTrackCAD.help</string> + <key>CFBundleHelpBookName</key> + <string>XTrackCAD Help</string> + <key>CFBundleInfoDictionaryVersion</key> + <string>6.0</string> + <key>CFBundlePackageType</key> + <string>APPL</string> + <key>CFBundleShortVersionString</key> + <string>@XTRKCAD_VERSION@</string> + <key>CFBundleSignature</key> + <string>????</string> + <key>CFBundleVersion</key> + <string>@XTRKCAD_VERSION@</string> + <key>NSHumanReadableCopyright</key> + <string>Copyright 1997 - 2016 The The XtrkCAD Team, GNU General Public License.</string> + <key>LSMinimumSystemVersion</key> + <string>10.10</string> +</dict> +</plist> |