hey, could some one post a link to scratch.app? I need that file to make a mac compiler and I am on a PC
Offline
midnightleopard wrote:
hey, could some one post a link to scratch.app? I need that file to make a mac compiler and I am on a PC
Download the Squeak VM and run the image with that.
Offline
Here you go:
Click to download.
Apparently, Scratch.app is secretly a ZIP. Unzipping it led me to a series of folders that I didn't know about - though they don't seem all that useful. Downloading Scratch.app.zip just made it into an app, although I'm not sure if Mac OS X just tried to hide the fact that it was a .zip for me. Regardless, it should work fine.
Offline
coolstuff wrote:
Here you go:
Click to download.
Apparently, Scratch.app is secretly a ZIP. Unzipping it led me to a series of folders that I didn't know about - though they don't seem all that useful. Downloading Scratch.app.zip just made it into an app, although I'm not sure if Mac OS X just tried to hide the fact that it was a .zip for me. Regardless, it should work fine.
what are you talking about? Scratch.app is just a standard .app bundle. there are no secrets
Offline
coolstuff wrote:
Here you go:
Click to download.
Apparently, Scratch.app is secretly a ZIP. Unzipping it led me to a series of folders that I didn't know about - though they don't seem all that useful. Downloading Scratch.app.zip just made it into an app, although I'm not sure if Mac OS X just tried to hide the fact that it was a .zip for me. Regardless, it should work fine.
No, it's just that you can edit the contents of Mac applications
Offline
Sunrise-Moon wrote:
coolstuff wrote:
Here you go:
Click to download.
Apparently, Scratch.app is secretly a ZIP. Unzipping it led me to a series of folders that I didn't know about - though they don't seem all that useful. Downloading Scratch.app.zip just made it into an app, although I'm not sure if Mac OS X just tried to hide the fact that it was a .zip for me. Regardless, it should work fine.No, it's just that you can edit the contents of Mac applications
![]()
true is this- You can't edit actual compiled code, but you can change around .png files and such to mod them
Offline
songhead95 wrote:
Sunrise-Moon wrote:
coolstuff wrote:
Here you go:
Click to download.
Apparently, Scratch.app is secretly a ZIP. Unzipping it led me to a series of folders that I didn't know about - though they don't seem all that useful. Downloading Scratch.app.zip just made it into an app, although I'm not sure if Mac OS X just tried to hide the fact that it was a .zip for me. Regardless, it should work fine.No, it's just that you can edit the contents of Mac applications
![]()
true is this- You can't edit actual compiled code, but you can change around .png files and such to mod them
![]()
false is this- You can edit the actual compiled code if you have XCode.
yeah, in the contents folder when you right click on an application, you can edit the icons, the property list, the plugins, and other stuff.
Offline
ScratchReallyROCKS wrote:
songhead95 wrote:
Sunrise-Moon wrote:
No, it's just that you can edit the contents of Mac applications![]()
true is this- You can't edit actual compiled code, but you can change around .png files and such to mod them
![]()
false is this- You can edit the actual compiled code if you have XCode.
yeah, in the contents folder when you right click on an application, you can edit the icons, the property list, the plugins, and other stuff.
I was not aware of this! I have XCode but I haven't used it much, so maybe this will be the debut.
Offline
ScratchReallyROCKS wrote:
songhead95 wrote:
Sunrise-Moon wrote:
No, it's just that you can edit the contents of Mac applications![]()
true is this- You can't edit actual compiled code, but you can change around .png files and such to mod them
![]()
false is this- You can edit the actual compiled code if you have XCode.
yeah, in the contents folder when you right click on an application, you can edit the icons, the property list, the plugins, and other stuff.
No actually, you can't edit the compiled code. you can view a disassembled dump, but that won't get you far
Offline
songhead95 wrote:
ScratchReallyROCKS wrote:
songhead95 wrote:
true is this- You can't edit actual compiled code, but you can change around .png files and such to mod them![]()
false is this- You can edit the actual compiled code if you have XCode.
yeah, in the contents folder when you right click on an application, you can edit the icons, the property list, the plugins, and other stuff.No actually, you can't edit the compiled code. you can view a disassembled dump, but that won't get you far
![]()
Yes you can, you just have to be good enough at programming. How else would developers update things if there was no way to do this? (In fact, if you are a REALLY good programmer, you can change anything about your computer, because everything is an application, just built differently than applications that you can run. It's the same thing on Windows, if you open the task manager and click on the processes tab, you can see all the executables that aren't actually windows.)
Offline
Yes you can, you just have to be good enough at programming. How else would developers update things if there was no way to do this?
No, developers recompile programs to update them.
Offline
songhead95 wrote:
Yes you can, you just have to be good enough at programming. How else would developers update things if there was no way to do this?
No, developers recompile programs to update them.
You can do a bit of editing, open the info.plist file and click the checkbox after 'Application as background only'
Offline
ScratchReallyROCKS wrote:
songhead95 wrote:
Yes you can, you just have to be good enough at programming. How else would developers update things if there was no way to do this?
No, developers recompile programs to update them.
You can do a bit of editing, open the info.plist file and click the checkbox after 'Application as background only'
that isn't editing compiled code...
I'm talking about the executable file that actually IS the process located in
Contents/MacOS/(whatever)
you don't have to be a good programmer to edit an xml plist
Offline
songhead95 wrote:
ScratchReallyROCKS wrote:
songhead95 wrote:
No, developers recompile programs to update them.
You can do a bit of editing, open the info.plist file and click the checkbox after 'Application as background only'
that isn't editing compiled code...
I'm talking about the executable file that actually IS the process located in
Contents/MacOS/(whatever)
you don't have to be a good programmer to edit an xml plist
Yeah I know. Technically, you can edit anything, you just have to be good enough.
EDIT: Oh and this seems a little off topic now.
Last edited by ScratchReallyROCKS (2010-07-17 14:53:46)
Offline
ScratchReallyROCKS wrote:
songhead95 wrote:
ScratchReallyROCKS wrote:
You can do a bit of editing, open the info.plist file and click the checkbox after 'Application as background only'
that isn't editing compiled code...
I'm talking about the executable file that actually IS the process located in
Contents/MacOS/(whatever)
you don't have to be a good programmer to edit an xml plistYeah I know. Technically, you can edit anything, you just have to be good enough.
EDIT: Oh and this seems a little off topic now.
Well YES you can randomly guess values and replace assembly bits but NO you can not view or edit source
and we can be as off topic as we want, OP got his vm
Last edited by songhead95 (2010-07-17 14:55:10)
Offline
coolstuff wrote:
Here you go:
*LINK*
Apparently, Scratch.app is secretly a ZIP. Unzipping it led me to a series of folders that I didn't know about - though they don't seem all that useful. Downloading Scratch.app.zip just made it into an app, although I'm not sure if Mac OS X just tried to hide the fact that it was a .zip for me. Regardless, it should work fine.
Hey, how can I get this out of .ZIP format? I need it in just plain .app!
Offline
PythonLibrary wrote:
coolstuff wrote:
Here you go:
*LINK*
Apparently, Scratch.app is secretly a ZIP. Unzipping it led me to a series of folders that I didn't know about - though they don't seem all that useful. Downloading Scratch.app.zip just made it into an app, although I'm not sure if Mac OS X just tried to hide the fact that it was a .zip for me. Regardless, it should work fine.Hey, how can I get this out of .ZIP format? I need it in just plain .app!
rename it to .app
P.S I love python!
Offline
midnightleopard wrote:
PythonLibrary wrote:
coolstuff wrote:
Here you go:
*LINK*
Apparently, Scratch.app is secretly a ZIP. Unzipping it led me to a series of folders that I didn't know about - though they don't seem all that useful. Downloading Scratch.app.zip just made it into an app, although I'm not sure if Mac OS X just tried to hide the fact that it was a .zip for me. Regardless, it should work fine.Hey, how can I get this out of .ZIP format? I need it in just plain .app!
rename it to .app
P.S I love python!
So how do I see .zip??
Offline
PythonLibrary wrote:
midnightleopard wrote:
PythonLibrary wrote:
Hey, how can I get this out of .ZIP format? I need it in just plain .app!rename it to .app
P.S I love python!So how do I see .zip??
rename it to .app use your head!
Offline