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
This commit is contained in:
parent
b0c0b42bc2
commit
747039e1cd
|
@ -31,6 +31,6 @@
|
|||
<key>NSHumanReadableCopyright</key>
|
||||
<string>© 2018 Debauchee Open Source Group</string>
|
||||
<key>LSMinimumSystemVersion</key>
|
||||
<string>10.9.0</string>
|
||||
<string>10.12.0</string>
|
||||
</dict>
|
||||
</plist>
|
||||
|
|
Loading…
Reference in New Issue