From 747039e1cdfbe37418953189bc80b336d3560620 Mon Sep 17 00:00:00 2001 From: Jim Grisham Date: Mon, 23 Aug 2021 21:33:06 -0700 Subject: [PATCH] Update Info.plist.in Updated LSMinimumSystemVersion to prevent launch on unsupported macOS versions. Release notes for 2.3.0[1] state that macOS 10.12 is the minimum - this has not been verified in the code, however. [1] https://github.com/debauchee/barrier/releases/tag/v2.3.0 --- dist/macos/bundle/Barrier.app/Contents/Info.plist.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dist/macos/bundle/Barrier.app/Contents/Info.plist.in b/dist/macos/bundle/Barrier.app/Contents/Info.plist.in index 40e0b3d8..3f1c968a 100644 --- a/dist/macos/bundle/Barrier.app/Contents/Info.plist.in +++ b/dist/macos/bundle/Barrier.app/Contents/Info.plist.in @@ -31,6 +31,6 @@ NSHumanReadableCopyright © 2018 Debauchee Open Source Group LSMinimumSystemVersion - 10.9.0 + 10.12.0