chore(cmake): allow integrated graphics on macOS (#1447)

This commit is contained in:
Aleksandr Kravets 2023-01-17 20:51:48 +02:00 committed by GitHub
parent 1dfe783866
commit 5133f8259c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -32,5 +32,7 @@
<string>NSApplication</string>
<key>NSHighResolutionCapable</key>
<true/>
<key>NSSupportsAutomaticGraphicsSwitching</key>
<true/>
</dict>
</plist>