Skip to content

Commit

Permalink
build: don't hardcode LSMinimumSystemVersion in Info.plist
Browse files Browse the repository at this point in the history
re #222
  • Loading branch information
bk138 committed Nov 19, 2024
1 parent 3d99fd6 commit 64003f5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Info.plist.in
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,6 @@
<key>LSApplicationCategoryType</key>
<string>public.app-category.productivity</string>
<key>LSMinimumSystemVersion</key>
<string>10.15</string>
<string>${CMAKE_OSX_DEPLOYMENT_TARGET}</string>
</dict>
</plist>

0 comments on commit 64003f5

Please sign in to comment.