diff --git a/CMakeLists.txt b/CMakeLists.txt index 0d45385..0f59545 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -4,7 +4,7 @@ set(CMAKE_CXX_STANDARD_REQUIRED ON) if ("${GEODE_TARGET_PLATFORM}" STREQUAL "iOS" OR IOS) set(CMAKE_OSX_ARCHITECTURES "arm64") else() - set(CMAKE_OSX_ARCHITECTURES "arm64") + set(CMAKE_OSX_ARCHITECTURES "arm64;x86_64") endif() set(CMAKE_CXX_VISIBILITY_PRESET hidden) diff --git a/changelog.md b/changelog.md index 0da20c6..b24fe99 100644 --- a/changelog.md +++ b/changelog.md @@ -5,6 +5,7 @@ - Added **Customizable Noclip Tint Colour** - Added **CPS Counter instant colour fade** - Added **Customizable Pause Countdown Time** +- **Added Intel macOS support** # 1.5.3