Skip to content

Commit

Permalink
OSX: NSPrincipalClass should be set in Info.plist to enable Retina su…
Browse files Browse the repository at this point in the history
…pport for Samples 2.0 on macOS, in both config dialog and main 3D view
  • Loading branch information
eugenegff committed Jan 20, 2020
1 parent ab22666 commit 1a4b465
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Samples/2.0/Common/src/System/OSX/Resources/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -22,5 +22,7 @@
<string>1</string>
<key>LSMinimumSystemVersion</key>
<string>$(MACOSX_DEPLOYMENT_TARGET)</string>
<key>NSPrincipalClass</key>
<string>NSApplication</string>
</dict>
</plist>

0 comments on commit 1a4b465

Please sign in to comment.