| commit | 5486fd99e185833f1defa9681ef48f50940a65db | [log] |
|---|---|---|
| author | Tor Lillqvist <tml@collabora.com> | Wed Oct 23 19:10:47 2013 +0300 |
| committer | Tor Lillqvist <tml@collabora.com> | Wed Oct 23 19:11:15 2013 +0300 |
| tree | f30e83e6bb0ad3c07e70f91b8bd7bb30009ee4f7 | |
| parent | 56a9582981d3cae0b74fc0c75b2aa94ca3cae26c [diff] |
Fix syntax error in the LSMinimumSystemVersion value Change-Id: I462a4608e93647e04e591628459e09d3661aec4d
diff --git a/sysui/desktop/macosx/Info.plist.in b/sysui/desktop/macosx/Info.plist.in index 9602a25..16f9eae 100755 --- a/sysui/desktop/macosx/Info.plist.in +++ b/sysui/desktop/macosx/Info.plist.in
@@ -1423,7 +1423,7 @@ <key>LSApplicationCategoryType</key> <string>public.app-category.productivity</string> <key>LSMinimumSystemVersion</key> <string>@MACOSX_DEPLOYMENT_TARGET@.0<string> <string>@MACOSX_DEPLOYMENT_TARGET@.0</string> </dict> </plist>