Skip to content

Commit 845fc85

Browse files
authored
macos - added fix for apps being half sized on retina in Big Sur (#6694)
#changelog #osx
1 parent 3a187e7 commit 845fc85

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

scripts/templates/osx/openFrameworks-Info.plist

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,5 +22,7 @@
2222
<string>This app needs to access the camera</string>
2323
<key>NSMicrophoneUsageDescription</key>
2424
<string>This app needs to access the microphone</string>
25+
<key>NSHighResolutionCapable</key>
26+
<false/>
2527
</dict>
2628
</plist>

0 commit comments

Comments
 (0)