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 <calin.culianu@gmail.com>
This commit is contained in:
SomberNight
2022-08-29 13:43:57 +00:00
parent 859d43d0b2
commit e39ab1623a
+1
View File
@@ -129,5 +129,6 @@ app = BUNDLE(
'CFBundleURLName': 'bitcoin',
'CFBundleURLSchemes': ['bitcoin', 'lightning', ],
}],
'LSMinimumSystemVersion': '10.13.0',
},
)