Skip to content

Commit

Permalink
Add files via upload
Browse files Browse the repository at this point in the history
  • Loading branch information
fetalcircuit committed May 16, 2018
1 parent af39440 commit 6f633eb
Show file tree
Hide file tree
Showing 14 changed files with 69 additions and 0 deletions.
4 changes: 4 additions & 0 deletions linux_sanssoleil
@@ -0,0 +1,4 @@
#!/bin/sh

APPDIR=$(dirname "$0")
java -Djava.library.path="$APPDIR" -cp "$APPDIR/lib/sanssoleil.jar:$APPDIR/lib/core.jar:$APPDIR/lib/ritaWN.jar:$APPDIR/lib/supportWN.jar:$APPDIR/lib/rita.jar:$APPDIR/lib/ritatts.jar:$APPDIR/lib/support.jar" sanssoleil
64 changes: 64 additions & 0 deletions mac_sanssoleil.app/Contents/Info.plist
@@ -0,0 +1,64 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist SYSTEM "file://localhost/System/Library/DTDs/PropertyList.dtd">
<plist version="0.9">
<dict>
<key>CFBundleName</key>
<string>sanssoleil</string>
<key>CFBundleVersion</key>
<string>1.0</string>
<key>CFBundleAllowMixedLocalizations</key>
<string>true</string>
<key>CFBundleExecutable</key>
<string>JavaApplicationStub</string>
<key>CFBundleDevelopmentRegion</key>
<string>English</string>
<key>CFBundlePackageType</key>
<string>APPL</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleInfoDictionaryVersion</key>
<string>6.0</string>
<key>CFBundleIconFile</key>
<string>sketch.icns</string>
<key>CFBundleIdentifier</key>
<string>sanssoleil</string>
<!-- http://developer.apple.com/documentation/MacOSX/Conceptual/BPRuntimeConfig/Articles/PListKeys.html#//apple_ref/doc/uid/20001431-113616 -->
<key>LSUIPresentationMode</key>
<integer>4</integer>
<key>Java</key>
<dict>
<key>VMOptions</key>
<string> -Xms64m -Xmx500m</string>
<key>MainClass</key>
<string>sanssoleil</string>
<key>JVMVersion</key>
<string>1.5*</string>
<key>JVMArchs</key>
<array>
<string>i386</string>
<string>ppc</string>
</array>
<key>ClassPath</key>
<string>$JAVAROOT/sanssoleil.jar:$JAVAROOT/core.jar:$JAVAROOT/ritaWN.jar:$JAVAROOT/supportWN.jar:$JAVAROOT/rita.jar:$JAVAROOT/ritatts.jar:$JAVAROOT/support.jar</string>

<key>Properties</key>
<!-- http://developer.apple.com/releasenotes/Java/java141/system_properties/chapter_4_section_1.html#//apple_ref/doc/uid/TP30000285 -->
<dict>
<key>apple.laf.useScreenMenuBar</key>
<string>true</string>
<key>apple.awt.showGrowBox</key>
<string>false</string>
<key>com.apple.smallTabs</key>
<string>true</string>
<key>apple.awt.Antialiasing</key>
<string>false</string>
<key>apple.awt.TextAntialiasing</key>
<string>true</string>
<key>com.apple.hwaccel</key>
<string>true</string>
<key>apple.awt.use-file-dialog-packages</key>
<string>false</string>
</dict>
</dict>
</dict>
</plist>
Binary file not shown.
Binary file not shown.
1 change: 1 addition & 0 deletions mac_sanssoleil.app/Contents/PkgInfo
@@ -0,0 +1 @@
APPL????
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file added mac_sanssoleil.app/Contents/Resources/sketch.icns
Binary file not shown.
Binary file added windows_sanssoleil.exe
Binary file not shown.

0 comments on commit 6f633eb

Please sign in to comment.