• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
Re: Creating a "tool" in objective-C
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Creating a "tool" in objective-C


  • Subject: Re: Creating a "tool" in objective-C
  • From: Ondra Cada <email@hidden>
  • Date: Wed, 30 Mar 2005 04:51:33 +0200

Andrew,

On 30.3.2005, at 4:42, Andrew White wrote:

I want to create a tool (ie command line program with no graphical UI) that utilises objective-C and some Cocoa functionality. Is this plausible, and which XCode template is best to start with?

None of: C++, CoreFoundation, CoreServices, Foundation or standard (ie C) immediately struck me as appropriate.

Foundation is what you want. It is the part of Cocoa which does not depend on the application infrastructure.


Note: although by default the tool uses Foundation Kit only, you, in principle, can use AppKit too if you want to. If you do though be prepared for diverse problems with classes which presume the application infrastructure is there.
---
Ondra Čada
OCSoftware: email@hidden http://www.ocs.cz
private email@hidden http://www.ocs.cz/oc


_______________________________________________
Do not post admin requests to the list. They will be ignored.
Cocoa-dev mailing list      (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden


References: 
 >Creating a "tool" in objective-C (From: Andrew White <email@hidden>)

  • Prev by Date: Re: Creating a "tool" in objective-C
  • Next by Date: Re: NSButtonCell Ignores Button Type -- A Discovery and Annoyance
  • Previous by thread: Re: Creating a "tool" in objective-C
  • Next by thread: How to code a NSString literal with UTF8?
  • Index(es):
    • Date
    • Thread