mirror of
https://github.com/esp8266/Arduino.git
synced 2025-08-07 00:04:36 +03:00
Making things more Arduino-like (cont...)
This commit is contained in:
@@ -3,7 +3,7 @@
|
||||
<plist version="0.9">
|
||||
<dict>
|
||||
<key>CFBundleName</key>
|
||||
<string>Processing</string>
|
||||
<string>Arduino</string>
|
||||
|
||||
<!-- all these need to change for new releases -->
|
||||
<key>CFBundleGetInfoString</key>
|
||||
@@ -28,7 +28,7 @@
|
||||
<key>CFBundleIconFile</key>
|
||||
<string>processing.icns</string>
|
||||
<key>CFBundleIdentifier</key>
|
||||
<string>org.processing.app</string>
|
||||
<string>cc.arduino.Arduino</string>
|
||||
<key>CFBundleDocumentTypes</key>
|
||||
<array>
|
||||
<dict>
|
BIN
build/macosx/dist/Arduino.app/Contents/Resources/processing.icns
vendored
Executable file
BIN
build/macosx/dist/Arduino.app/Contents/Resources/processing.icns
vendored
Executable file
Binary file not shown.
Binary file not shown.
@@ -3,7 +3,7 @@
|
||||
|
||||
### -- SETUP WORK DIR -------------------------------------------
|
||||
|
||||
RESOURCES=`pwd`/work/Processing.app/Contents/Resources/Java
|
||||
RESOURCES=`pwd`/work/Arduino.app/Contents/Resources/Java
|
||||
#echo $RESOURCES
|
||||
#exit
|
||||
|
||||
@@ -17,12 +17,12 @@ else
|
||||
mkdir work
|
||||
|
||||
# to have a copy of this guy around for messing with
|
||||
echo Copying Processing.app...
|
||||
#cp -a dist/Processing.app work/ # #@$(* bsd switches
|
||||
#/sw/bin/cp -a dist/Processing.app work/
|
||||
cp -pRX dist/Processing.app work/
|
||||
echo Copying Arduino.app...
|
||||
#cp -a dist/Arduino.app work/ # #@$(* bsd switches
|
||||
#/sw/bin/cp -a dist/Arduino.app work/
|
||||
cp -pRX dist/Arduino.app work/
|
||||
# cvs doesn't seem to want to honor the +x bit
|
||||
chmod +x work/Processing.app/Contents/MacOS/JavaApplicationStub
|
||||
chmod +x work/Arduino.app/Contents/MacOS/JavaApplicationStub
|
||||
|
||||
cp -rX ../shared/lib "$RESOURCES/"
|
||||
cp -rX ../shared/libraries "$RESOURCES/"
|
||||
@@ -118,8 +118,8 @@ zip -0rq "$RESOURCES/pde.jar" .
|
||||
cd ../..
|
||||
|
||||
# get updated core.jar and pde.jar; also antlr.jar and others
|
||||
#mkdir -p work/Processing.app/Contents/Resources/Java/
|
||||
#cp work/lib/*.jar work/Processing.app/Contents/Resources/Java/
|
||||
#mkdir -p work/Arduino.app/Contents/Resources/Java/
|
||||
#cp work/lib/*.jar work/Arduino.app/Contents/Resources/Java/
|
||||
|
||||
|
||||
echo
|
||||
|
@@ -9,4 +9,4 @@
|
||||
#cd work && java -Dapple.laf.useScreenMenuBar=true -Dapple.awt.showGrowBox=false processing.app.Base
|
||||
|
||||
# starting with work on release 0120, run directly from the .app
|
||||
cd work && ./Processing.app/Contents/MacOS/JavaApplicationStub
|
||||
cd work && ./Arduino.app/Contents/MacOS/JavaApplicationStub
|
||||
|
Reference in New Issue
Block a user