How to bundle your resources into the app?

Archives Forums/MacOS X Discussion/How to bundle your resources into the app?

anawiki(Posted 2007) [#1]
Hi
I've been told that common and proper way do make programs for Mac OSX is to keep everything in app package resources subfolder. How do I do that? How can I access it from BMX?

best
Roman


JazzieB(Posted 2007) [#2]
Have a read down this thread...

http://www.blitzbasic.com/Community/posts.php?topic=67323

The application bundle is just a special type of folder, so you access it in the normal way once all your resources are in the bundle. Do note though, that you shouldn't be writing stuff there from your app. Anything like that needs to be stored elsewhere (also mentioned in that thread).