How to Append Data to an APP ?
Archives Forums/MacOS X Discussion/How to Append Data to an APP ?| 
 | ||
| in DOS or WIN i can make append to put my own datas on the end of an exe. how to do this in osx ? | 
| 
 | ||
| In OS X, an .APP is a directory, not just a single file. The executable binary of the application is in the directory Contents/MacOS of that .APP folder. To make this visible in Finder, right-click on the application and select "Show Package Contents". Since Mac OS X uses this concept, there shouldn't be a need to append data to the executable itself. Just put your stuff somewhere in that .app folder. | 
| 
 | ||
| ok i understand the concept  but how can i read  and  change some data in my executable binary this is the question. looks like a hack but it isnt ps. like your mascots | 
| 
 | ||
| Just the same as you would normally, it's just in a different folder, it's still a regular `exe` file. |