Re: Versioning MainMenu.nib

2008-06-04 Thread Jim Puls
On Jun 3, 2008, at 8:12 PM, Chris Outwin wrote: I have MainMenu.nib and MainMenu(Debug).nib in a Cocoa document app using Xcode 3.0. The (Debug)version has controls only used during development. I am trying to use build settings to dynamically load the MainMenu(Debug).nib when

Re: Versioning MainMenu.nib

2008-06-04 Thread Kyle Sluder
On Wed, Jun 4, 2008 at 11:23 AM, Jim Puls [EMAIL PROTECTED] wrote: Check the very beginning of the docs for NSApplication: I would note that foregoing NSApplicationMain is not the best idea. Note the functionally similar -- no guarantee is made that the code provided exactly duplicates the

Re: Versioning MainMenu.nib

2008-06-04 Thread David Carlisle
Can't you just use NSApplication setMainMenu? Or are you committed to doing it with build settings? On Jun 3, 2008, at 9:12 PM, Chris Outwin wrote: I have MainMenu.nib and MainMenu(Debug).nib in a Cocoa document app using Xcode 3.0. The (Debug)version has controls only used during

Re: Versioning MainMenu.nib

2008-06-04 Thread j o a r
On Jun 3, 2008, at 8:12 PM, Chris Outwin wrote: I have MainMenu.nib and MainMenu(Debug).nib in a Cocoa document app using Xcode 3.0. The (Debug)version has controls only used during development. I am trying to use build settings to dynamically load the MainMenu(Debug).nib when

Versioning MainMenu.nib

2008-06-03 Thread Chris Outwin
I have MainMenu.nib and MainMenu(Debug).nib in a Cocoa document app using Xcode 3.0. The (Debug)version has controls only used during development. I am trying to use build settings to dynamically load the MainMenu(Debug).nib when PreprocessorMacros has a value associated with the debug