Skip to content

Commit

Permalink
Remove CFBundleIdentifier from Info.plist Refs #6372
Browse files Browse the repository at this point in the history
It caused issues with the installer trying to "upgrade" the build copy of
the application rather than installing it. Removing the identifier
means nothing matches so an upgrade is never attempted. (The real fix is
to pass --no-relocate to packagemaker to turn off auto relocation but
that's out of our hands as cpack doesn't allow the call to be customized)
  • Loading branch information
martyngigg committed Jan 17, 2013
1 parent 406d04f commit 561fc3b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Code/Mantid/Installers/MacInstaller/Info.plist.in
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
<key>CFBundleIconFile</key>
<string>MantidPlot.icns</string>
<key>CFBundleIdentifier</key>
<string>org.mantidproject.MantidPlot</string>
<string></string>
<key>CFBundleInfoDictionaryVersion</key>
<string>6.0</string>
<key>CFBundleLongVersionString</key>
Expand Down

0 comments on commit 561fc3b

Please sign in to comment.