aboutsummaryrefslogtreecommitdiffstats
path: root/resources/install
diff options
context:
space:
mode:
authorIngo Bauersachs <ingo@jitsi.org>2015-02-15 14:38:02 +0100
committerIngo Bauersachs <ingo@jitsi.org>2015-02-15 18:20:47 +0100
commit592d04a9b4c6bf53e6520b08066a020cfc9be7bd (patch)
treeeca19f8d1e81d61bfd6f5f7f845b940589dd73fc /resources/install
parentae1167e0b64a42c5f5186b08c8857ce0fea5e339 (diff)
downloadjitsi-592d04a9b4c6bf53e6520b08066a020cfc9be7bd.zip
jitsi-592d04a9b4c6bf53e6520b08066a020cfc9be7bd.tar.gz
jitsi-592d04a9b4c6bf53e6520b08066a020cfc9be7bd.tar.bz2
Add LSMinimumSystemVersion=10.8.3 to the OSX launcher info
Diffstat (limited to 'resources/install')
-rw-r--r--resources/install/build.xml13
1 files changed, 13 insertions, 0 deletions
diff --git a/resources/install/build.xml b/resources/install/build.xml
index e3191f9..e4ec7e8 100644
--- a/resources/install/build.xml
+++ b/resources/install/build.xml
@@ -1298,6 +1298,19 @@
<true/>
<key>CFBundleName</key>]]></replacevalue>
</replace>
+
+ <!-- Add property to indicate minimum OSX version:
+ - 10.7.3 for Java 7
+ - 10.8.3 for Java 8
+ http://java.com/en/download/help/sysreq.xml
+ -->
+ <replace file="${macosx.app.dir}/${application.name}.app/Contents/Info.plist">
+ <replacetoken><![CDATA[<key>CFBundleName</key>]]></replacetoken>
+ <replacevalue><![CDATA[<key>LSMinimumSystemVersion</key>
+ <string>10.8.3</string>
+ <key>CFBundleName</key>]]></replacevalue>
+ </replace>
+
<symlink resource="lib/native/mac/libAEGetURLEventHandlerAgent.dylib"
link="${macosx.app.dir}/${application.name}.app/Contents/Resources/Java/libAEGetURLEventHandlerAgent.dylib"/>