From 42d816a3d9d63acfc8ef609bc16eb95d44cd75d7 Mon Sep 17 00:00:00 2001 From: Mike Erwin Date: Thu, 4 Aug 2016 03:13:20 -0400 Subject: Blender 2.8 requires Mac OS 10.7 or later MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit MacOS 10.7 “Lion” was the first to implement OpenGL 3.2, which will be required to run Blender 2.8. Minimum OS version was unspecified before. --- release/darwin/blender.app/Contents/Info.plist | 2 ++ 1 file changed, 2 insertions(+) (limited to 'release/darwin') diff --git a/release/darwin/blender.app/Contents/Info.plist b/release/darwin/blender.app/Contents/Info.plist index 51d21469c81..36cb5d2ccaf 100644 --- a/release/darwin/blender.app/Contents/Info.plist +++ b/release/darwin/blender.app/Contents/Info.plist @@ -2,6 +2,8 @@ + LSMinimumSystemVersion + 10.7.0 CFBundleDocumentTypes -- cgit v1.2.3