Re: Cocoa program without xib file
Re: Cocoa program without xib file
- Subject: Re: Cocoa program without xib file
- From: Bill Bumgarner <email@hidden>
- Date: Thu, 16 Apr 2009 23:30:40 -0700
On Apr 16, 2009, at 11:26 PM, Dave Geering wrote:
On Fri, Apr 17, 2009 at 1:31 PM, Bill Bumgarner <email@hidden> wrote:
What are you trying to do?
Building a Cocoa program without a MainMenu.xib [or MainMenu.nib] is
possible, but it is not recommended, supported, or at all standard/
typical.
b.bum
Objective-C-based command-line utilities that use only Foundation
framework would be classified as Cocoa, wouldn't they?
The OP was asking explicitly about creating a Cocoa application
without using a XIB file. I read that as the OP asking about building
a GUI application.
In general, command line utilities are called Foundation Tools; see
the Xcode templates. Though they aren't really limited to just
Foundation and lower in that you can, say, pull in Core Data and,
even, AppKit (though this is rife with danger).
b.bum
_______________________________________________
Cocoa-dev mailing list (email@hidden)
Please do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden