Search code examples
macososx-snow-leopardbundlescreensaver

Can I store a screensaver inside my App bundle?


I have a Mac app that can double as a screensaver (a minor functionality, but which I enjoy!). I don't want to have to distribute the app itself (a fractal viewer) and the screensaver separately, so I want to put the screensaver bundle inside the app bundle.

Questions: can I do that, and expect it to work? Do I have to "register" the screensaver somehow (using which API?), or will it be picked up automagically by the system?


Solution

  • So, apparently no way around this.