Shrihari Sankaran wrote:
>> The app bundle itself isn't much, it's just a directory structure:
>>
>> YourApp.app
>> └── Contents
>>├── Info.plist
>>├── MacOS
>>│ └── yourapp
>>└── Resources
>>└── yourapp.icns
>>
>> The tricky part is when using an interpreted language l
>
> (Py)GTK relies on a number of environment variables for locating
> resources and also for loading the native libraries. You can find an
> examples script here:
> http://winswitch.org/trac/browser/trunk/osx/bundle/Window-Switch.sh
> Note: this is meant to be used in a bundled app, if you are usi