Hi, I'm looking to create a command-line tool that uses Foundation (but not AppKit), but which also can use Core Data for some persistent storage. Is there such a project type preset in Xcode? I can find Foundation Tool, but not with Core Data, and a bunch of Core Data types, but those all seem to be UI apps.
If not, how would I go about creating such a thing? It needs to be a command-line application and not show a UI of any kind.
If not, how would I go about creating such a thing? It needs to be a command-line application and not show a UI of any kind.