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:
@@ -129,5 +129,6 @@ app = BUNDLE(
|
||||
'CFBundleURLName': 'bitcoin',
|
||||
'CFBundleURLSchemes': ['bitcoin', 'lightning', ],
|
||||
}],
|
||||
'LSMinimumSystemVersion': '10.13.0',
|
||||
},
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user