Permalink
Showing
with
4 additions
and
4 deletions.
-
+4
−4
distribute/mac/VisiCut.app/Contents/Info.plist
|
@@ -11,11 +11,11 @@ |
|
|
<key>CFBundleIconFile</key> |
|
|
<string>MacIcon.icns</string> |
|
|
<key>CFBundleIdentifier</key> |
|
|
<string>com.t_oster.visicut.gui.VisicutApp</string> |
|
|
<string>de.thomas_oster.visicut.gui.VisicutApp</string> |
|
|
<key>CFBundleDisplayName</key> |
|
|
<string>VisiCut</string> |
|
|
<key>NSHumanReadableCopyright</key> |
|
|
<string>Copyright © 2018, Thomas Oster, Media Computing Group, RWTH Aachen University. This Software is licensed under the GNU Lesser Public License (LGPL) version 3.</string> |
|
|
<string>Copyright © 2019, Thomas Oster, Media Computing Group, RWTH Aachen University. This Software is licensed under the GNU Lesser Public License (LGPL) version 3.</string> |
|
|
<key>CFBundleInfoDictionaryVersion</key> |
|
|
<string>6.0</string> |
|
|
<key>CFBundleName</key> |
|
@@ -69,13 +69,13 @@ |
|
|
<string></string> |
|
|
--> |
|
|
<key>JVMMainClassName</key> |
|
|
<string>com.t_oster.visicut.gui.VisicutApp</string> |
|
|
<string>de.thomas_oster.visicut.gui.VisicutApp</string> |
|
|
<key>JVMClassPaths</key> |
|
|
<array> |
|
|
<string>Visicut.jar</string> |
|
|
</array> |
|
|
<key>JVMVersion</key> |
|
|
<string>1.8+</string> |
|
|
<string>11+</string> |
|
|
<key>JVMOptions</key> |
|
|
<array> |
|
|
<string>-Dapple.laf.useScreenMenuBar=true</string> |
|
|
0 comments on commit
55142c2