Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix some Info.plist keys and add some more
src/mac/Info.plist.app: Remove the NOTE key since nobody cares if the file was generated by qmake (Qt's template Info.plist has this) Replace CFBundleGetInfoString's value with @FULL_VERSION@ so the version will be put in there. This gets the app version number showing, instead of "Created by Qt/Qmake" in the Finder "Get Info" window version field. Add CFBundleShortVersionString and CFBundleVersion. Hard code the CFBundleIdentifer value to "com.SpectraLogic.BlackPearlDS3Browser". Qt's generated value includes spaces (because the target name we define has spaces) and Apple's list of recommended characters for this value doesn't include spaces.
- Loading branch information