mirror of
https://github.com/processing/processing4.git
synced 2026-02-11 09:39:19 +01:00
working towards application with document launching
This commit is contained in:
@@ -104,7 +104,7 @@ find processing -name "CVS" -exec rm -rf {} ';'
|
||||
#mv processing "Processing $REVISION"
|
||||
mv processing "processing-$REVISION"
|
||||
|
||||
stuff -f sitx processing-$REVISION
|
||||
#stuff -f sitx processing-$REVISION
|
||||
|
||||
# if there is a command line tool to make a dmg from this dir.. hmm
|
||||
|
||||
|
||||
@@ -22,6 +22,30 @@
|
||||
<string>processing.icns</string>
|
||||
<key>CFBundleIdentifier</key>
|
||||
<string>org.processing.app</string>
|
||||
<key>CFBundleDocumentTypes</key>
|
||||
<array>
|
||||
<dict>
|
||||
<key>CFBundleTypeExtensions</key>
|
||||
<array>
|
||||
<string>pde</string>
|
||||
<string>java</string>
|
||||
</array>
|
||||
<key>CFBundleTypeIconFile</key>
|
||||
<string>pde.icns</string>
|
||||
<key>CFBundleTypeName</key>
|
||||
<string>Processing Source File</string>
|
||||
<key>CFBundleTypeMIMETypes</key>
|
||||
<array>
|
||||
<string>text/plain</string>
|
||||
</array>
|
||||
<key>CFBundleTypeOSTypes</key>
|
||||
<array>
|
||||
<string>TEXT</string>
|
||||
</array>
|
||||
<key>CFBundleTypeRole</key>
|
||||
<string>Editor</string>
|
||||
</dict>
|
||||
</array>
|
||||
<key>Java</key>
|
||||
<dict>
|
||||
<key>VMOptions</key>
|
||||
|
||||
@@ -17,3 +17,4 @@ export CLASSPATH
|
||||
#cd work && /System/Library/Frameworks/JavaVM.framework/Versions/1.3.1/Commands/java -Dcom.apple.macos.useScreenMenuBar=true PdeBase
|
||||
|
||||
cd work && java -Dapple.laf.useScreenMenuBar=true PdeBase
|
||||
#cd work && java -Dapple.laf.useScreenMenuBar=true -Dcom.apple.mrj.application.growbox.intrudes=false PdeBase
|
||||
|
||||
Reference in New Issue
Block a user