Attempt fixing macos issue with fullscreen

This commit is contained in:
Lorenzooone 2024-08-17 03:58:08 +02:00
parent 08420c916f
commit 4c655621ed
2 changed files with 2 additions and 6 deletions

View File

@ -43,8 +43,8 @@ endif()
include(FetchContent)
FetchContent_Declare(SFML
GIT_REPOSITORY https://github.com/SFML/SFML.git
GIT_TAG 2.6.x)
GIT_REPOSITORY https://github.com/Lorenzooone/SFML.git
GIT_TAG macos_fullscreen_v2.6)
FetchContent_Declare(libusb1
GIT_REPOSITORY https://github.com/libusb/libusb-cmake.git

View File

@ -24,10 +24,6 @@
<string>????</string>
<key>CFBundleVersion</key>
<string>${MACOSX_BUNDLE_BUNDLE_VERSION}</string>
<key>NSHighResolutionCapable</key>
<false/>
<key>NSHighResolutionMagnifyAllowed</key>
<false/>
<key>NSHumanReadableCopyright</key>
<string>${MACOSX_BUNDLE_COPYRIGHT}</string>
</dict>