Skip to content

Commit

Permalink
Add settings in the Info.plist file that enable high-DPI support on m…
Browse files Browse the repository at this point in the history
…acOS.

These changes follow the instructions in the official Qt docs.

https://doc.qt.io/qt-5/highdpi.html
  • Loading branch information
ctsrc committed Nov 8, 2019
1 parent 07a1c31 commit 3737ed6
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions dist/macos/bundle/Barrier.app/Contents/Info.plist.in
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,10 @@
<string>@BARRIER_VERSION@</string>
<key>CFBundleVersion</key>
<string>@BARRIER_VERSION@</string>
<key>NSPrincipalClass</key>
<string>NSApplication</string>
<key>NSHighResolutionCapable</key>
<string>True</string>
<key>NSHumanReadableCopyright</key>
<string>© 2018 Debauchee Open Source Group</string>
<key>LSMinimumSystemVersion</key>
Expand Down

0 comments on commit 3737ed6

Please sign in to comment.