From 6b515e671c33458d736c6639a8b3391f94dfee73 Mon Sep 17 00:00:00 2001 From: Alberto Sottile Date: Sun, 17 Jun 2018 15:56:29 +0200 Subject: [PATCH] Set 10.11.0 as minimum macOS version in the .app bundle --- buildPy2app.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/buildPy2app.py b/buildPy2app.py index 0821adf..13c274a 100755 --- a/buildPy2app.py +++ b/buildPy2app.py @@ -22,7 +22,8 @@ OPTIONS = { 'CFBundleName':'Syncplay', 'CFBundleShortVersionString':syncplay.version, 'CFBundleIdentifier':'pl.syncplay.Syncplay', - 'NSHumanReadableCopyright': '@ 2017 Syncplay All Rights Reserved' + 'LSMinimumSystemVersion':'10.11.0', + 'NSHumanReadableCopyright': '@ 2018 Syncplay All Rights Reserved' } }