Skip to content

Commit

Permalink
macOS: slight updates to our Info.plist file.
Browse files Browse the repository at this point in the history
  • Loading branch information
agarny committed Nov 24, 2019
1 parent cd1365a commit 4c0c949
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions distrib/macos/Info.plist.in
Expand Up @@ -2,6 +2,10 @@
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>CFBundleDevelopmentRegion</key>
<string>English</string>
<key>CFBundleDisplayName</key>
<string>${CMAKE_PROJECT_NAME}</string>
<key>CFBundleDocumentTypes</key>
<array>
<dict>
Expand All @@ -25,6 +29,10 @@
<string>${CMAKE_PROJECT_NAME}.icns</string>
<key>CFBundleIdentifier</key>
<string>ws.opencor</string>
<key>CFBundleInfoDictionaryVersion</key>
<string>6.0</string>
<key>CFBundleName</key>
<string>$(CMAKE_PROJECT_NAME)</string>
<key>CFBundlePackageType</key>
<string>APPL</string>
<key>CFBundleShortVersionString</key>
Expand Down

0 comments on commit 4c0c949

Please sign in to comment.