Skip to content

Commit

Permalink
update macOS Info.plist with min versiobn 11.0
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinhendricks committed Oct 9, 2023
1 parent 468e9c6 commit 6438745
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions platform/mac/MacOSXBundleInfo.plist
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<key>CFBundleVersion</key>
<string>PEVERSION</string>
<key>NSHumanReadableCopyright</key>
<string>Copyright © PageEdit Authors 2010-2019, GNU GPL v3</string>
<string>Copyright © PageEdit Authors 2010-2023, GNU GPL v3</string>
<key>CFBundleShortVersionString</key>
<string>PEVERSION</string>
<key>CFBundleGetInfoString</key>
Expand Down Expand Up @@ -61,6 +61,6 @@
<key>LSApplicationCategoryType</key>
<string>public.app-category.productivity</string>
<key>LSMinimumSystemVersion</key>
<string>10.12.0</string>
<string>11.0</string>
</dict>
</plist>

0 comments on commit 6438745

Please sign in to comment.