macOS: add CFBundleIdentifier to MacOSXBundleInfo.plist.

This is a mandatory field, and its absence breaks 3DConnexion
configuration tool.
pull/252/merge
whitequark 2018-07-12 12:15:53 +00:00
parent a16c204304
commit fa5557740c
1 changed files with 2 additions and 0 deletions

View File

@ -2,6 +2,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>CFBundleIdentifier</key>
<string>com.solvespace</string>
<key>CFBundleDevelopmentRegion</key>
<string>English</string>
<key>CFBundleExecutable</key>