diff --git a/CMakeLists.txt b/CMakeLists.txt index d3fc64e..7aee71b 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -5,8 +5,8 @@ if ("${GEODE_TARGET_PLATFORM}" STREQUAL "iOS" OR IOS) set(CMAKE_OSX_ARCHITECTURES "arm64") add_definitions(-DGLES_SILENCE_DEPRECATION) else() - #set(CMAKE_OSX_ARCHITECTURES "arm64;x86_64") - set(CMAKE_OSX_ARCHITECTURES "x86_64") + #set(CMAKE_OSX_ARCHITECTURES "x86_64") + set(CMAKE_OSX_ARCHITECTURES "arm64;x86_64") endif() set(CMAKE_CXX_VISIBILITY_PRESET hidden) diff --git a/changelog.md b/changelog.md index 5c76058..b18cc42 100644 --- a/changelog.md +++ b/changelog.md @@ -1,3 +1,7 @@ +# 1.7.5-beta.4 + + + # 1.7.5-beta.3 - Fixed not being able to input decimal places in the transition speed customizer UI