Skip to content

Commit

Permalink
Fill in some details about the Mac bundle. Refs #6217
Browse files Browse the repository at this point in the history
  • Loading branch information
martyngigg committed Nov 22, 2012
1 parent 99e1ef9 commit 75ec7ae
Showing 1 changed file with 9 additions and 7 deletions.
16 changes: 9 additions & 7 deletions Code/Mantid/Installers/MacInstaller/Info.plist.in
Original file line number Diff line number Diff line change
Expand Up @@ -12,30 +12,32 @@
<key>CFBundleExecutable</key>
<string>MantidPlot</string>
<key>CFBundleGetInfoString</key>
<string></string>
<string>MantidPlot version @VERSION_MAJOR@.@VERSION_MINOR@.@MtdVersion_WC_LAST_CHANGED_REV@
Copyright 2011 ISIS Rutherford Appleton Laboratory & NScD Oak Ridge National Laboratory</string>
<key>CFBundleIconFile</key>
<string>MantidPlot.icns</string>
<key>CFBundleIdentifier</key>
<string></string>
<string>org.mantidproject.MantidPlot</string>
<key>CFBundleInfoDictionaryVersion</key>
<string>6.0</string>
<key>CFBundleLongVersionString</key>
<string></string>
<string>MantidPlot version @VERSION_MAJOR@.@VERSION_MINOR@.@MtdVersion_WC_LAST_CHANGED_REV@
Copyright 2011 ISIS Rutherford Appleton Laboratory & NScD Oak Ridge National Laboratory</string>
<key>CFBundleName</key>
<string></string>
<string>MantidPlot</string>
<key>CFBundlePackageType</key>
<string>APPL</string>
<key>CFBundleShortVersionString</key>
<string></string>
<string>MantidPlot version @VERSION_MAJOR@.@VERSION_MINOR@.@MtdVersion_WC_LAST_CHANGED_REV@</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
<string></string>
<string>@VERSION_MAJOR@.@VERSION_MINOR@.@MtdVersion_WC_LAST_CHANGED_REV@</string>
<key>CSResourcesFileMapped</key>
<true/>
<key>LSRequiresCarbon</key>
<true/>
<key>NSHumanReadableCopyright</key>
<string></string>
<string>Copyright 2011 ISIS Rutherford Appleton Laboratory & NScD Oak Ridge National Laboratory</string>
</dict>
</plist>

0 comments on commit 75ec7ae

Please sign in to comment.