mirror of
https://github.com/bisq-network/bisq.git
synced 2024-11-20 10:22:18 +01:00
59 lines
2.0 KiB
Plaintext
59 lines
2.0 KiB
Plaintext
<?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">
|
|
<dict>
|
|
<key>LSMinimumSystemVersion</key>
|
|
<string>10.7.4</string>
|
|
<key>CFBundleDevelopmentRegion</key>
|
|
<string>English</string>
|
|
<key>CFBundleAllowMixedLocalizations</key>
|
|
<true/>
|
|
<key>CFBundleExecutable</key>
|
|
<string>Bitsquare</string>
|
|
<key>CFBundleIconFile</key>
|
|
<string>package/mac/Bitsquare.icns</string>
|
|
<key>CFBundleIdentifier</key>
|
|
<string>io.bitsquare.Bitsquare</string>
|
|
<key>CFBundleInfoDictionaryVersion</key>
|
|
<string>6.0</string>
|
|
<key>CFBundleName</key>
|
|
<string>Bitsquare</string>
|
|
<key>CFBundlePackageType</key>
|
|
<string>APPL</string>
|
|
<key>CFBundleShortVersionString</key>
|
|
<string>1</string>
|
|
|
|
<!-- CFBundleSignature exists only for compatibility with Classic Mac OS apps and documents. Modern Mac OS X apps don't need to worry about assigning a Bundle Signature.-->
|
|
<key>CFBundleSignature</key>
|
|
<string>????</string>
|
|
|
|
<key>LSApplicationCategoryType</key>
|
|
<string>public.app-category.finance</string>
|
|
<key>CFBundleVersion</key>
|
|
<string>1</string>
|
|
<key>NSHumanReadableCopyright</key>
|
|
<string>Copyright (C) 2015</string>
|
|
|
|
<key>NSHighResolutionCapable</key>
|
|
<string>true</string>
|
|
|
|
<key>JVMRuntime</key>
|
|
<string>..</string>
|
|
<key>JVMMainClassName</key>
|
|
<string>io.bitsquare.app.core.BitsquareAppMain</string>
|
|
<key>JVMAppClasspath</key>
|
|
<string></string>
|
|
<key>JVMMainJarName</key>
|
|
<string>shaded.jar</string>
|
|
<key>JVMPreferencesID</key>
|
|
<string>bitsquare</string>
|
|
<key>JVMOptions</key>
|
|
<array>
|
|
</array>
|
|
<key>JVMUserOptions</key>
|
|
<dict>
|
|
</dict>
|
|
|
|
</dict>
|
|
</plist>
|