Become a MacRumors Supporter for $50/year with no ads, ability to filter front page stories, and private forums.

assasyner

macrumors newbie
Original poster
Oct 29, 2011
1
0
Hi everyone,

I was wondering how could I create a new custom template or change it in Xcode.

For example when I start a new project (Command Line) I see this:

Code:
//
//  main.c
//  lebegopontos_atlag
//
//  Created by XY on 2011.10.29..
//  Copyright 2011 __MyCompanyName__. All rights reserved.
//

#include <stdio.h>

int main (int argc, const char * argv[])
{

	// insert code here...
	printf("Hello, World!\n");
    return 0;
}

Any ideas?

Thank you all answers in advance.
Peter
 
Last edited by a moderator:
Register on MacRumors! This sidebar will go away, and you'll see fewer ads.