Re: Self contained command line tool
Re: Self contained command line tool
- Subject: Re: Self contained command line tool
- From: Dave Keck <email@hidden>
- Date: Thu, 11 Oct 2012 22:10:26 -1000
I would create a new Cocoa application using Xcode's template, delete all the .m files (except main.m), and put your code in main.m. You should be able to delete most of the resources as well, such as MainMenu.xib and InfoPlist.strings. Your app will of course not have any interface or menu bar, though.
_______________________________________________
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