diff --git a/pdex/application/template.app/Contents/MacOS/JavaApplicationStub b/pdex/application/template.app/Contents/MacOS/JavaApplicationStub new file mode 100644 index 000000000..56ec300e5 Binary files /dev/null and b/pdex/application/template.app/Contents/MacOS/JavaApplicationStub differ diff --git a/pdex/application/template.app/Contents/PkgInfo b/pdex/application/template.app/Contents/PkgInfo new file mode 100644 index 000000000..bd04210fb --- /dev/null +++ b/pdex/application/template.app/Contents/PkgInfo @@ -0,0 +1 @@ +APPL???? \ No newline at end of file diff --git a/pdex/application/template.app/Contents/Resources/sketch.icns b/pdex/application/template.app/Contents/Resources/sketch.icns new file mode 100644 index 000000000..2bdb4dfc2 Binary files /dev/null and b/pdex/application/template.app/Contents/Resources/sketch.icns differ diff --git a/pdex/application/template.exe b/pdex/application/template.exe new file mode 100644 index 000000000..03d8d5753 Binary files /dev/null and b/pdex/application/template.exe differ diff --git a/pdex/application/template.plist b/pdex/application/template.plist new file mode 100644 index 000000000..a9e22b9c5 --- /dev/null +++ b/pdex/application/template.plist @@ -0,0 +1,77 @@ + + + + + CFBundleName + @@sketch@@ + CFBundleVersion + 1.0 + CFBundleAllowMixedLocalizations + true + CFBundleExecutable + JavaApplicationStub + CFBundleDevelopmentRegion + English + CFBundlePackageType + APPL + CFBundleSignature + ???? + CFBundleInfoDictionaryVersion + 6.0 + CFBundleIconFile + sketch.icns + CFBundleIdentifier + @@sketch@@ + + + LSUIPresentationMode + @@lsuipresentationmode@@ + + LSArchitecturePriority + + @@lsarchitecturepriority@@ + + + Java + + VMOptions + @@vmoptions@@ + + MainClass + @@sketch@@ + + + JVMVersion + 1.6* + + ClassPath + @@classpath@@ + + + Properties + + apple.laf.useScreenMenuBar + true + apple.awt.showGrowBox + false + com.apple.smallTabs + true + apple.awt.Antialiasing + false + apple.awt.TextAntialiasing + true + com.apple.hwaccel + true + + apple.awt.use-file-dialog-packages + true + + + +