Skip to content

Commit

Permalink
add app and pdf downloads
Browse files Browse the repository at this point in the history
  • Loading branch information
alx committed Jun 14, 2012
1 parent 2857d41 commit e06ea86
Show file tree
Hide file tree
Showing 31 changed files with 82 additions and 3 deletions.
Binary file added app_osx.zip
Binary file not shown.
Binary file added app_windows.zip
Binary file not shown.
75 changes: 75 additions & 0 deletions application.macosx/ARmulti2000GIF.app/Contents/Info.plist
@@ -0,0 +1,75 @@
<?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>ARmulti2000GIF</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>ARmulti2000GIF</string>

<!-- http://developer.apple.com/documentation/MacOSX/Conceptual/BPRuntimeConfig/Articles/PListKeys.html#//apple_ref/doc/uid/20001431-113616 -->
<key>LSUIPresentationMode</key>
<integer>4</integer>

<!-- make sure that applications open in 32-bit mode on Snow Leopard,
otherwise video and most other native libraries will choke
http://developer.apple.com/mac/library/documentation/General/Reference/InfoPlistKeyReference/Articles/LaunchServicesKeys.html#//apple_ref/doc/uid/TP40009250-SW1 -->
<key>LSArchitecturePriority</key>
<array>
<string>i386</string>
<string>ppc</string>
</array>

<key>Java</key>
<dict>
<key>VMOptions</key>
<string> -Xms64m -Xmx512m</string>
<key>MainClass</key>
<string>ARmulti2000GIF</string>
<key>JVMVersion</key>
<string>1.5*</string>
<key>JVMArchs</key>
<array>
<string>i386</string>
<string>ppc</string>
</array>
<key>ClassPath</key>
<string>$JAVAROOT/ARmulti2000GIF.jar:$JAVAROOT/core.jar:$JAVAROOT/video.jar:$JAVAROOT/NyAR4psg.jar:$JAVAROOT/NyARToolkit.jar:$JAVAROOT/gifAnimation.jar</string>

<!-- http://developer.apple.com/releasenotes/Java/java141/system_properties/chapter_4_section_1.html#//apple_ref/doc/uid/TP30000285 -->
<key>Properties</key>
<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 application.macosx/ARmulti2000GIF.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 application.macosx/data/DANCING2.gif
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added application.macosx/data/camera_para.dat
Binary file not shown.
Binary file added application.macosx/data/minitel-test.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added application.macosx/data/old.gif
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added application.windows/ARmulti2000GIF.exe
Binary file not shown.
Binary file added application.windows/data/DANCING2.gif
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added application.windows/data/camera_para.dat
Binary file not shown.
Binary file added application.windows/data/minitel-test.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added application.windows/data/old.gif
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added application.windows/lib/ARmulti2000GIF.jar
Binary file not shown.
Binary file added application.windows/lib/NyAR4psg.jar
Binary file not shown.
Binary file added application.windows/lib/NyARToolkit.jar
Binary file not shown.
3 changes: 3 additions & 0 deletions application.windows/lib/args.txt
@@ -0,0 +1,3 @@
-Xms64m -Xmx512m
ARmulti2000GIF
ARmulti2000GIF.jar,core.jar,video.jar,NyAR4psg.jar,NyARToolkit.jar,gifAnimation.jar
Binary file added application.windows/lib/core.jar
Binary file not shown.
Binary file added application.windows/lib/gifAnimation.jar
Binary file not shown.
Binary file added application.windows/lib/video.jar
Binary file not shown.
6 changes: 3 additions & 3 deletions index.html
Expand Up @@ -40,9 +40,9 @@

<div id="menu" class="row">
<div>Download &gt;</div>
<div class="light"><a href="">Macintosh OS X</a></div>
<div class="light"><a href="">Personnal Computer</a></div>
<div class="dark"><a href="">+ Download PRINT</a></div>
<div class="light"><a href="./app_osx.zip">Macintosh OS X</a></div>
<div class="light"><a href="./app_windows.zip">Personnal Computer</a></div>
<div class="dark"><a href="./minitel.pdf">+ Download PRINT</a></div>
</div>

<div id="background" class="row">
Expand Down
File renamed without changes.

0 comments on commit e06ea86

Please sign in to comment.