diff options
author | Jörg Frings-Fürst <debian@jff-webhosting.net> | 2017-04-29 12:11:35 +0200 |
---|---|---|
committer | Jörg Frings-Fürst <debian@jff-webhosting.net> | 2017-04-29 12:11:35 +0200 |
commit | dcef13a23c06398c0c9b3145c08b28d1110bc169 (patch) | |
tree | df8d3227b3d71fdd356b3c1e69c62533d1759f72 /distribution/osx/gtk-bundle/info-xtrkcad.plist.in | |
parent | 3e11d9c0e6173fce8a482efed8d7f965e8bd6dfa (diff) | |
parent | 16e9630b79f0a7a90c6cedb6781175bb8b337dc1 (diff) |
Merge tag 'upstream/4.3.0'
Upstream version 4.3.0
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> |