diff --git a/macos/Dependencies/.Intel b/macos/Dependencies/.Intel index 2889f59c..b958f998 100644 --- a/macos/Dependencies/.Intel +++ b/macos/Dependencies/.Intel @@ -1,7 +1,7 @@ SDK := macosx ARCH := x86_64 HOST := $(ARCH)-apple-darwin -MINIMUM_REQUIRED := 10.12 +MINIMUM_REQUIRED := 10.13 SDL_FLAGS := ${SDL_FLAGS} SDL2_IMAGE_FLAGS := ${SDL2_IMAGE_FLAGS} diff --git a/macos/Dependencies/Frameworks/ANGLE/README.txt b/macos/Dependencies/Frameworks/ANGLE/README.txt index 5a556c28..cbed1d4d 100644 --- a/macos/Dependencies/Frameworks/ANGLE/README.txt +++ b/macos/Dependencies/Frameworks/ANGLE/README.txt @@ -3,4 +3,7 @@ Here lives Google's ANGLE, which is pretty necessary right now. On top of Apple deprecating OpenGL, MKXP has crashing issues from the OpenGL -> Metal translation implemented in Apple Silicon macs. -This particular build of ANGLE is made using [this commit](https://github.com/google/angle/tree/0aae0d7ad535aedba34daea325269e419baead68), built with Metal support enabled. Both arm64 and x64 libraries were built using the `target_cpu` arg, then joined using the `lipo` tool. \ No newline at end of file +It also enables things like the Steam Overlay and the use of the Metal +Performance HUD on macOS 13+. + +This particular build of ANGLE is made using commit `91bfd02e7089b`, built with Metal support enabled. Both arm64 and x64 libraries were built using the `target_cpu` arg, then joined using the `lipo` tool. \ No newline at end of file diff --git a/macos/Dependencies/Frameworks/ANGLE/libEGL.dylib b/macos/Dependencies/Frameworks/ANGLE/libEGL.dylib index 30e57be0..dc302aa3 100755 Binary files a/macos/Dependencies/Frameworks/ANGLE/libEGL.dylib and b/macos/Dependencies/Frameworks/ANGLE/libEGL.dylib differ diff --git a/macos/Dependencies/Frameworks/ANGLE/libGLESv2.dylib b/macos/Dependencies/Frameworks/ANGLE/libGLESv2.dylib index 154629fb..6073f685 100755 Binary files a/macos/Dependencies/Frameworks/ANGLE/libGLESv2.dylib and b/macos/Dependencies/Frameworks/ANGLE/libGLESv2.dylib differ diff --git a/macos/mkxp-z.xcodeproj/project.pbxproj b/macos/mkxp-z.xcodeproj/project.pbxproj index aeebb52b..11b69717 100644 --- a/macos/mkxp-z.xcodeproj/project.pbxproj +++ b/macos/mkxp-z.xcodeproj/project.pbxproj @@ -3417,7 +3417,7 @@ "$(DEPENDENCY_SEARCH_PATH)/lib", "$(PROJECT_DIR)/Dependencies/Frameworks", ); - MACOSX_DEPLOYMENT_TARGET = 10.12.2; + MACOSX_DEPLOYMENT_TARGET = 10.13; ONLY_ACTIVE_ARCH = YES; OTHER_CFLAGS = "-fdeclspec"; PRODUCT_BUNDLE_IDENTIFIER = "org.zoro.mkxp-z"; @@ -3487,7 +3487,7 @@ "$(DEPENDENCY_SEARCH_PATH)/lib", "$(PROJECT_DIR)/Dependencies/Frameworks", ); - MACOSX_DEPLOYMENT_TARGET = 10.12.2; + MACOSX_DEPLOYMENT_TARGET = 10.13; ONLY_ACTIVE_ARCH = NO; OTHER_CFLAGS = "-fdeclspec"; PRODUCT_BUNDLE_IDENTIFIER = "org.zoro.mkxp-z";