I\'m moving from a C# VS2008 world into the Mac world and I just wanted to know how I can create a quick little command line based application so that I can write many littl
"Foundation" is the one you want. The Foundation framework is Apple's "standard library" for Objective-C that provides all the basic classes like NSArray, NSString, NSNumber, and much more. Since "plain" Objective-C without Foundation is not very useful for most applications, Apple probably chose to name its project template after the Foundation library.