Kaydet (Commit) 5486fd99 authored tarafından Tor Lillqvist's avatar Tor Lillqvist

Fix syntax error in the LSMinimumSystemVersion value

Change-Id: I462a4608e93647e04e591628459e09d3661aec4d
üst 56a95829
...@@ -1423,7 +1423,7 @@ ...@@ -1423,7 +1423,7 @@
<key>LSApplicationCategoryType</key> <key>LSApplicationCategoryType</key>
<string>public.app-category.productivity</string> <string>public.app-category.productivity</string>
<key>LSMinimumSystemVersion</key> <key>LSMinimumSystemVersion</key>
<string>@MACOSX_DEPLOYMENT_TARGET@.0<string> <string>@MACOSX_DEPLOYMENT_TARGET@.0</string>
</dict> </dict>
</plist> </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