1
0

mac build: set minimum system version to 10.13.0 in Info.plist

based on 907e5e7009

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

View File

@@ -129,5 +129,6 @@ app = BUNDLE(
'CFBundleURLName': 'bitcoin',
'CFBundleURLSchemes': ['bitcoin', 'lightning', ],
}],
'LSMinimumSystemVersion': '10.13.0',
},
)