summaryrefslogtreecommitdiff
path: root/Mocca-Installer/installer/files/mac/Mocca.app/Contents/Info.plist
diff options
context:
space:
mode:
Diffstat (limited to 'Mocca-Installer/installer/files/mac/Mocca.app/Contents/Info.plist')
-rw-r--r--Mocca-Installer/installer/files/mac/Mocca.app/Contents/Info.plist66
1 files changed, 66 insertions, 0 deletions
diff --git a/Mocca-Installer/installer/files/mac/Mocca.app/Contents/Info.plist b/Mocca-Installer/installer/files/mac/Mocca.app/Contents/Info.plist
new file mode 100644
index 00000000..eb4095cc
--- /dev/null
+++ b/Mocca-Installer/installer/files/mac/Mocca.app/Contents/Info.plist
@@ -0,0 +1,66 @@
+<?xml version="1.0" ?>
+<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
+<plist version="1.0">
+ <!-- This file was autogenerated by jar2app 1.0.1 (https://github.com/Jorl17/jar2app) -->
+ <dict>
+ <key>CFBundleDevelopmentRegion</key>
+ <string>English</string>
+
+ <key>CFBundleExecutable</key>
+ <string>JavaAppLauncher</string>
+
+ <key>CFBundleIconFile</key>
+ <string></string>
+
+ <key>CFBundleIdentifier</key>
+ <string>com.jar2app.example.BKUWebStart-1.3.35-SNAPSHOT</string>
+
+ <key>CFBundleDisplayName</key>
+ <string>BKUWebStart-1.3.35-SNAPSHOT</string>
+
+ <key>CFBundleInfoDictionaryVersion</key>
+ <string>6.0</string>
+
+ <key>CFBundleName</key>
+ <string>BKUWebStart-1.3.35-SNAPSHOT</string>
+
+ <key>CFBundlePackageType</key>
+ <string>APPL</string>
+
+ <key>NSPrincipalClass</key>
+ <string>NSApplication</string>
+ <key>NSHighResolutionCapable</key>
+ <string>True</string>
+
+ <key>CFBundleShortVersionString</key>
+ <string>1.0.1</string>
+
+ <key>CFBundleSignature</key>
+ <string>????</string>
+
+ <key>CFBundleVersion</key>
+ <string>1.0.1</string>
+
+ <key>NSHumanReadableCopyright</key>
+ <string></string>
+
+
+
+ <key>JVMMainClassName</key>
+ <string>at.gv.egiz.bku.webstart.Launcher</string>
+
+ <key>JVMOptions</key>
+ <array>
+ <string>-Duser.dir=$APP_ROOT/Contents</string>
+ <string>-Djavax.net.ssl.trustStoreType=jks</string>
+ <string>-Djavax.net.ssl.keyStoreType=jks</string>
+ <string>-Xdock:name=BKUWebStart-1.3.35-SNAPSHOT</string>
+ </array>
+
+ <key>JVMArguments</key>
+ <array>
+
+ </array>
+
+ </dict>
+</plist>