How to bundle your resources into the app?

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

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

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).