diff --git a/CMakeLists.txt b/CMakeLists.txt index a9c70cb..7e32664 100755 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -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 diff --git a/data/MacOSXBundleInfo.plist.in b/data/MacOSXBundleInfo.plist.in index 7631355..599b881 100644 --- a/data/MacOSXBundleInfo.plist.in +++ b/data/MacOSXBundleInfo.plist.in @@ -24,10 +24,6 @@ ???? CFBundleVersion ${MACOSX_BUNDLE_BUNDLE_VERSION} - NSHighResolutionCapable - - NSHighResolutionMagnifyAllowed - NSHumanReadableCopyright ${MACOSX_BUNDLE_COPYRIGHT}