Kaydet (Commit) a55d02ba authored tarafından Norbert Thiebaud's avatar Norbert Thiebaud

macosx: add a LSMinimumSystemVersion in Info.plist

the minimum version is set based on MACOSX_DEPLOYMENT_VERSION
It's purpose is to prevent the generated app to be executed
on a system that does not meet the requirement

Change-Id: I4ec09f8d1f96af1263d40bbe0e4b144c9622bba4
üst 48331c40
......@@ -71,7 +71,7 @@
</array>
</dict>
</dict>
<!-- Calc documents -->
<dict>
<key>UTTypeIdentifier</key>
......@@ -847,7 +847,7 @@
</dict>
</dict>
</array>
<!-- Document type declaration for OS X < 10.4 -->
<key>CFBundleDocumentTypes</key>
<array>
......@@ -1422,6 +1422,8 @@
<string>VCL_NSApplication</string>
<key>LSApplicationCategoryType</key>
<string>public.app-category.productivity</string>
<key>LSMinimumSystemVersion</key>
<string>@MACOSX_DEPLOYMENT_TARGET@.0<string>
</dict>
</plist>
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment