mirror of
https://github.com/processing/processing4.git
synced 2026-02-04 06:09:17 +01:00
replacing Proce55ing.app with Processing.app
This commit is contained in:
22
build/macosx/dist/Processing.app/Contents/Info.plist
vendored
Executable file
22
build/macosx/dist/Processing.app/Contents/Info.plist
vendored
Executable file
@@ -0,0 +1,22 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE plist SYSTEM "file://localhost/System/Library/DTDs/PropertyList.dtd">
|
||||
<plist version="0.9">
|
||||
<dict>
|
||||
<key>CFBundleIconFile</key>
|
||||
<string>processing.icns</string>
|
||||
<key>CFBundlePackageType</key>
|
||||
<string>APPL</string>
|
||||
<key>CFBundleName</key>
|
||||
<string>Proce55ing</string>
|
||||
<key>CFBundleSignature</key>
|
||||
<string>Pde1</string>
|
||||
<key>CFBundleExecutable</key>
|
||||
<string>JavaApplicationStub</string>
|
||||
<key>CFBundleDevelopmentRegion</key>
|
||||
<string>English</string>
|
||||
<key>CFBundleVersion</key>
|
||||
<string>1.0a1</string>
|
||||
<key>CFBundleInfoDictionaryVersion</key>
|
||||
<string>6.0</string>
|
||||
</dict>
|
||||
</plist>
|
||||
BIN
build/macosx/dist/Processing.app/Contents/MacOS/JavaApplicationStub
vendored
Executable file
BIN
build/macosx/dist/Processing.app/Contents/MacOS/JavaApplicationStub
vendored
Executable file
Binary file not shown.
1
build/macosx/dist/Processing.app/Contents/PkgInfo
vendored
Executable file
1
build/macosx/dist/Processing.app/Contents/PkgInfo
vendored
Executable file
@@ -0,0 +1 @@
|
||||
APPLPde1
|
||||
41
build/macosx/dist/Processing.app/Contents/Resources/MRJApp.properties
vendored
Executable file
41
build/macosx/dist/Processing.app/Contents/Resources/MRJApp.properties
vendored
Executable file
@@ -0,0 +1,41 @@
|
||||
com.apple.mrj.application.main=PdeBase
|
||||
|
||||
|
||||
# enable java 1.3 and higher, meaning that java 1.4
|
||||
# will be used if it's installed.
|
||||
com.apple.mrj.application.JVMVersion=1.3+
|
||||
|
||||
# if you're having trouble, add a # to the line above
|
||||
# and remove the # from the following line:
|
||||
#com.apple.mrj.application.JVMVersion=1.3.1
|
||||
# this will revert back to java 1.3, since 1.4 has some issues
|
||||
|
||||
|
||||
#com.apple.mrj.application.classpath=lib/build:Contents/Resources/Java/pde.jar:Contents/Resources/Java/kjc.jar:Contents/Resources/Java/oro.jar:Contents/Resources/Java/comm.jar:/System/Library/Frameworks/JavaVM.framework/Classes/classes.jar:/System/Library/Frameworks/JavaVM.framework/Classes/ui.jar:/System/Library/Frameworks/JavaVM.framework/Home/lib/ext/comm.jar:/System/Library/Java/Extensions/QTJava.zip
|
||||
|
||||
com.apple.mrj.application.classpath=Contents/Resources/Java/build:Contents/Resources/Java/pde.jar:Contents/Resources/Java/kjc.jar:Contents/Resources/Java/oro.jar:Contents/Resources/Java/kjc.jar:Contents/Resources/Java/oro.jar:Contents/Resources/Java/pde.jar:Contents/Resources/Java/comm.jar
|
||||
|
||||
|
||||
com.apple.mrj.application.stdin=/dev/null
|
||||
|
||||
com.apple.mrj.application.stdout=lib/stdout.txt
|
||||
com.apple.mrj.application.stdout.append=false
|
||||
com.apple.mrj.application.stdout.file.creator=ttxt
|
||||
com.apple.mrj.application.stdout.unicode=false
|
||||
|
||||
com.apple.mrj.application.stderr=lib/stderr.txt
|
||||
com.apple.mrj.application.stderr.append=false
|
||||
com.apple.mrj.application.stderr.file.creator=ttxt
|
||||
com.apple.mrj.application.stderr.unicode=false
|
||||
|
||||
com.apple.mrj.application.build.version=1.0
|
||||
com.apple.mrj.application.classloading.verbose=false
|
||||
com.apple.mrj.application.gc.async=true
|
||||
com.apple.mrj.application.gc.min=2M
|
||||
com.apple.mrj.application.gc.max=128M
|
||||
com.apple.mrj.application.growbox.intrudes=true
|
||||
com.apple.mrj.application.jitc.disable=false
|
||||
com.apple.mrj.application.parameters=
|
||||
com.apple.mrj.application.profiling=false
|
||||
com.apple.mrj.application.verify=remote
|
||||
|
||||
BIN
build/macosx/dist/Processing.app/Contents/Resources/processing.icns
vendored
Executable file
BIN
build/macosx/dist/Processing.app/Contents/Resources/processing.icns
vendored
Executable file
Binary file not shown.
Reference in New Issue
Block a user