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:
Jim Grisham 2021-08-23 21:33:06 -07:00 committed by GitHub
parent b0c0b42bc2
commit 747039e1cd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -31,6 +31,6 @@
<key>NSHumanReadableCopyright</key> <key>NSHumanReadableCopyright</key>
<string>© 2018 Debauchee Open Source Group</string> <string>© 2018 Debauchee Open Source Group</string>
<key>LSMinimumSystemVersion</key> <key>LSMinimumSystemVersion</key>
<string>10.9.0</string> <string>10.12.0</string>
</dict> </dict>
</plist> </plist>