From e39ab1623a0075e3f830d1cf85f147c329a26957 Mon Sep 17 00:00:00 2001 From: SomberNight Date: Mon, 29 Aug 2022 13:43:57 +0000 Subject: [PATCH] mac build: set minimum system version to 10.13.0 in Info.plist based on https://github.com/Electron-Cash/Electron-Cash/commit/907e5e7009e00815f8df3925c50e8d246d3d0359 This way users get more feedback from the OS when they attempt to launch the app on old macOS. Co-authored-by: Calin Culianu --- contrib/osx/osx.spec | 1 + 1 file changed, 1 insertion(+) diff --git a/contrib/osx/osx.spec b/contrib/osx/osx.spec index c1d23f208..e482bfd1f 100644 --- a/contrib/osx/osx.spec +++ b/contrib/osx/osx.spec @@ -129,5 +129,6 @@ app = BUNDLE( 'CFBundleURLName': 'bitcoin', 'CFBundleURLSchemes': ['bitcoin', 'lightning', ], }], + 'LSMinimumSystemVersion': '10.13.0', }, )