Commit: 42d816a3d9d63acfc8ef609bc16eb95d44cd75d7 Author: Mike Erwin Date: Thu Aug 4 03:13:20 2016 -0400 Branches: blender2.8 https://developer.blender.org/rB42d816a3d9d63acfc8ef609bc16eb95d44cd75d7
Blender 2.8 requires Mac OS 10.7 or later 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. =================================================================== M release/darwin/blender.app/Contents/Info.plist =================================================================== diff --git a/release/darwin/blender.app/Contents/Info.plist b/release/darwin/blender.app/Contents/Info.plist index 51d2146..36cb5d2 100644 --- a/release/darwin/blender.app/Contents/Info.plist +++ b/release/darwin/blender.app/Contents/Info.plist @@ -2,6 +2,8 @@ <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd"> <plist version="1.0"> <dict> + <key>LSMinimumSystemVersion</key> + <string>10.7.0</string> <key>CFBundleDocumentTypes</key> <array> <dict> _______________________________________________ Bf-blender-cvs mailing list [email protected] https://lists.blender.org/mailman/listinfo/bf-blender-cvs
