Skip to content

Commit

Permalink
Fix mac package
Browse files Browse the repository at this point in the history
  • Loading branch information
nroduit committed Jul 3, 2020
1 parent 77a9d0d commit d3d04ef
Showing 1 changed file with 1 addition and 15 deletions.
16 changes: 1 addition & 15 deletions weasis-distributions/script/resources/macosx/Info.plist
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version="1.0" ?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "https://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>LSMinimumSystemVersion</key>
Expand Down Expand Up @@ -36,20 +36,6 @@
<string>DEPLOY_BUNDLE_CFBUNDLE_VERSION</string>
<key>NSHumanReadableCopyright</key>
<string>DEPLOY_BUNDLE_COPYRIGHT</string>
<key>JavaMainClassName</key>
<string>DEPLOY_LAUNCHER_CLASS</string>
<key>JavaAppClasspath</key>
<string>app.classpath=$APPDIR/Java/felix.jar:$APPDIR/Java/substance.jar:$APPDIR/Java/weasis-launcher.jar</string>
<key>JavaMainJarName</key>
<string>DEPLOY_MAIN_JAR_NAME</string>
<key>JavaOptions</key>
<array>
DEPLOY_JAVA_OPTIONS
</array>
<key>ArgOptions</key>
<array>
DEPLOY_ARGUMENTS
</array>
<key>NSHighResolutionCapable</key>
<string>true</string>
<key>UTImportedTypeDeclarations</key>
Expand Down

0 comments on commit d3d04ef

Please sign in to comment.