Skip to content

Commit

Permalink
Put back the CFBundleIdentifier Refs #6372
Browse files Browse the repository at this point in the history
It really is necessary to fix the bug identified in Refs #6217. This means
that the best way forward with regards to the problem described in
561fc3b is to remove the _CPack_Packages
directory after the package has built.
  • Loading branch information
martyngigg committed Jan 17, 2013
1 parent 3ab3380 commit e4fb8f0
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions Code/Mantid/Installers/MacInstaller/Info.plist.in
Original file line number Diff line number Diff line change
Expand Up @@ -12,21 +12,21 @@
<key>CFBundleExecutable</key>
<string>MantidPlot</string>
<key>CFBundleGetInfoString</key>
<string>MantidPlot version @VERSION_MAJOR@.@VERSION_MINOR@.@MtdVersion_WC_LAST_CHANGED_REV@</string>
<string>@VERSION_MAJOR@.@VERSION_MINOR@.@MtdVersion_WC_LAST_CHANGED_REV@</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>MantidPlot version @VERSION_MAJOR@.@VERSION_MINOR@.@MtdVersion_WC_LAST_CHANGED_REV@</string>
<string>@VERSION_MAJOR@.@VERSION_MINOR@.@MtdVersion_WC_LAST_CHANGED_REV@</string>
<key>CFBundleName</key>
<string>MantidPlot</string>
<key>CFBundlePackageType</key>
<string>APPL</string>
<key>CFBundleShortVersionString</key>
<string>MantidPlot version @VERSION_MAJOR@.@VERSION_MINOR@.@MtdVersion_WC_LAST_CHANGED_REV@</string>
<string>@VERSION_MAJOR@.@VERSION_MINOR@.@MtdVersion_WC_LAST_CHANGED_REV@</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
Expand Down

0 comments on commit e4fb8f0

Please sign in to comment.