apartmentEmulator / mupen64plus

Automatically exported from code.google.com/p/mupen64plus
0 stars 0 forks source link

problems with Mac bundle structure & behavior #346

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
The Mac bundle isn't quite right—it looks to my eyes like there are 
configuration files stored inside 
the bundle, which is not correct behavior for a Mac application. Mac bundles 
are considered 
immutable and user data are stored in a folder under `~/Library/Application 
Support`. If these are 
just defaults and not meant to be changed, then forgive me.

Additionally, the plug-ins ought to be compiled as bundles and kept in 
`Contents/Plugins` rather 
than `Contents/MacOS`. Other libraries should probably go in 
`Contents/Frameworks` or be 
statically linked.

Original issue reported on code.google.com by eris.dis...@gmail.com on 6 Mar 2010 at 3:16