Re: How to correctly load the bundle of a screen saver

2011-01-17 Thread Gabriel Zachmann
> I think that System Preferences, since it's loading plug-ins, requires that > your classes have unique names. Otherwise, when it loads the plug-ins, the > names conflict in the Objective-C runtime. > Thanks a lot! I have found this error message in the syslog: Class ArtSaverView is impleme

Re: How to correctly load the bundle of a screen saver (was: How to change the product name with command line builds?)

2011-01-17 Thread Ken Thomases
On Jan 17, 2011, at 12:06 PM, Gabriel Zachmann wrote: >> On Jan 16, 2011, at 7:59 AM, Ken Thomases wrote: > >> xcodebuild -target Foo -configuration Release build PRODUCT_NAME=Foo2 > > Thanks a lot for your response. You're welcome. > The executable I am working on is a screen saver. > My Info

How to correctly load the bundle of a screen saver (was: How to change the product name with command line builds?)

2011-01-17 Thread Gabriel Zachmann
> On Jan 16, 2011, at 7:59 AM, Ken Thomases wrote: >> I've got an Xcode project that compiles and works fine. >> >> The short question now is: what is the proper way to change the bundle's >> name from the command line? > > Assuming your project is set up like normal (e.g. with Info.plist valu