Skip to content

Commit 2a3e0a4

Browse files
authored
Merge pull request #3983 from OpenShot/remove-mac-dependencies
Add minimum os version to Info.plist
2 parents f7cb2f2 + 16b022b commit 2a3e0a4

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

installer/Info.plist

+2
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,8 @@
1616
<string>icon.icns</string>
1717
<key>LSApplicationCategoryType</key>
1818
<string>public.app-category.video</string>
19+
<key>LSMinimumSystemVersion</key>
20+
<string>10.15.0</string>
1921
<key>NSHighResolutionCapable</key>
2022
<true/>
2123
</dict>

0 commit comments

Comments
 (0)