Template used for a specific file type, within Xcode

learn more… | top users | synonyms

1
vote
0answers
42 views

How can I set the deployment target in a Xcode Template?

I am trying to create a iOS Project Xcode Template for Xcode 4.6.1. Is it possible to set the Deployment Target in a the TemplateInfo.plistfile? - How?
0
votes
0answers
18 views

Xcode Project Template: Only add file to filesystem

I want my custom Xcode template to add a .gitignore file to the project directory (on the filesystem), but I don't want the .gitignore file to be added to the project, e.g., the Project Navigator, at ...
0
votes
0answers
30 views

Xcode Project Template: Add file to the project group

How do I make my custom Xcode project template add a file, e.g., README.md, to the project group (in the Project Navigator)? The following steps puts the README.md file in the root project directory ...
-2
votes
1answer
96 views

Master Detail application

Hi so what i want to do is add tabs to a msater detail application template. Can someone help me? I also want to make each of the tabs have a table view where you can add a new item.
0
votes
0answers
15 views

Xcode 4 template ancestors with an option already chosen

I want to make a Xcode template that uses the bundle template as it ancestor. In the bundle template, there is an option to create a CoreFoundation bundle or a Cocoa bundle. In my template you need ...
0
votes
1answer
51 views

xcode template change framework path

Is it possible in the templateInfo.plist to change where a framework is loaded from? I can't seem to find how to change it with the framework also being installed to the iPhoneOS#.#SDK and ...
3
votes
1answer
258 views

How and why should I use the 'In-App Purchase Content' template within Xcode?

I'm wanting to develop an application that will have in-app purchasing ability for non-consumable features/upgrades. After reading through a few documents today, this looks pretty easy. While ...
0
votes
1answer
69 views

Which Xcode template should I use?

I want to make an application which shows you the schedule for your school. It should mainly display the current day and allow you to scroll left and right for switching to the day before or the day ...
0
votes
0answers
104 views

Duplicate Xcode projects

(Before you suggest anything like Project Duplicator for Xcode 4 : I am the author of that application... so I guess I know all about it; though I'm currently in need of something even more ...
1
vote
1answer
314 views

Split View-based template for iPad in horizontal?

I´ve been reading different questions in StackOverFlow ( What application template should I use for my geolocation application? or main Differenece Between View-Based and Window-Based Application ...
1
vote
1answer
289 views

On iOS and Xcode, how can initWithCoder be automatically be included?

It is said that when a UIView object is created with programmer's code, then initWithFrame is the method to use for initialization, but when the UIView object is created with a NIB, then initWithCoder ...
6
votes
1answer
861 views

How to change entire copyright notice template for Xcode?

I've found a few answers on how to change your company name, but is there any way to change the entire copyright template in Xcode? For example: Change : (c) 2012 MyCoolCompany to : (c) 2012 ...
1
vote
2answers
137 views

why there is no “Use Core Data” check box with Tabbed Applicaion template

I need a tabbed application with core data persistence. when i create a new project with Tabbed Applicaion template, i can not find the "Use Core Data" check box. Is it okey to manually add a core ...
1
vote
1answer
125 views

What kind of template for ios application

im trying to build an application like a book, with so many custom views and intensive animations. i want to know what is the best template for this kind of app? single view, view based? thanks
0
votes
3answers
392 views

Can't find UIView Subclass Template in XCode 4

Did it disappear ? In XCode 3 it did exist. How to create a subview class in XCode 4 ?
1
vote
1answer
281 views

How can I add LevelHelper template on xcode?

Currently I am using xCode 3.2.5 and I have already installed cocos2d template "cocos2d 1.0.1" but and I am trying to install levelHelper Templates as per instruction but I am unable to get level ...
0
votes
1answer
50 views

Xcode file templates aren't created correctly

I'm having an issue with custom file templates in Xcode 4. For example, with the cocos2d templates, when I try to make a new CCLayer file called GameLayer at my project root, it generates the files ...
3
votes
4answers
7k views

Replacement for Navigation-based application template in Xcode 4.2?

Xcode 4.2 no longer has the Navigation-based Application template. What should I use in replacement when starting a project?
11
votes
2answers
709 views

How do I include a static library dependency in an XCode Template?

I can include a framework like so in a TemplateInfo.plist file: <key>Frameworks</key> <array> <string>QuartzCore</string> ...
1
vote
2answers
230 views

How can I edit the automatic prefix generation for each new created file in Xcode?

How can I edit the automatic prefix generation that is generated when I create a new file? I mean a prefix like this one: // someViewController.h // someAppName // // Created by someProgrammer on ...
10
votes
1answer
8k views

How to update DetailView using MasterDetail Application Template

I'm new to using the split view for creating iPad applications. When I first create the project just using the standard MasterDetail Application template (Xcode 4.2), it creates a ...
6
votes
1answer
3k views

Xcode 4.2 Template Changes - UIApplication & MainWindow.xib

Background: Up until Xcode 4.2, new projects created using any of the templates would contain a MainWindow.xib and therefore pass nil as the fourth argument of UIApplicationMain(). Starting in Xcode ...
3
votes
2answers
172 views

What are the build setting modifiers in Xcode called?

I've seen some build settings being used like $(PRODUCT_NAME:identifier) Using :upper also makes the setting value uppercase, but I don't know what those are called and can't find any ...
1
vote
0answers
365 views

Add source tree to xCode 4 project template

I am creating a xcode 4 project template. I can get pretty much every thing I want in my project except a Source Tree reference. I have a project in my xCode -> Preferences -> Source Tree which I ...
3
votes
2answers
2k views

How do I add files to the Copy Bundle Resources build phase with an Xcode4 Project Template

I'm working on an Xcode 4 project template and I'm struggling with controlling the files that get added to the Copy Bundle Resources build phase--header files get added that I do not want to be copied ...
0
votes
3answers
526 views

Which template for my iOS project?

I'm about to create a new application and wanted to know what template to start with for the following functionality and any key pointers you can provide for a beginner would be really appreciated! ...
10
votes
4answers
3k views

How does Xcode know who the the project was “created by”?

Whenever a new file is added to the project, Xcode adds the following lines of comments on top. // Created by {my name here} on 8/4/11. // Copyright 2011 __{my company name here}__. All rights ...
3
votes
3answers
1k views

Xcode, deleted .pch file by mistake, can it be recovered?

As i understand it, .pch files are responsible for precompiling header files. Sounds like something that can rebuilt or recreated. 2 questions: Does Xcode have something similar to recycle bin from ...
2
votes
1answer
281 views

Xcode 4 template, create empty group

I'm trying to create a xcode 4 template. Everything works fine except for the fact that I can't create an empty group. I would like to have this project structure: ProjectName -Models -Controllers ...
2
votes
1answer
105 views

Discrepancy between tutorial on developer.apple.com and Xcode project template

I was following the tutorial at developer.apple.com for learning Cocoa, and I found something in my project that was not in the tutorial. It was the Application Delegate that was made when I started ...
0
votes
2answers
481 views

What type of iOS project template should I start with?

I'm building a project similar in design/scope to Invoice2Go and was wondering what the appropriate iOS project type would be to start with in XCode.
0
votes
1answer
84 views

UIViews not showing in my window based template?

UIView not shown on my window based template? I am creating an app for this a was use the window based template and a view controller and for checking drop label but after execution it appears like ...
9
votes
3answers
6k views

creating an XCode project with existing code

I'm in the process of porting a Linux application to Mac. I have different files with the source code that can get compiled and linked using the standard Makefile. I'm going to be porting that code ...
33
votes
5answers
7k views

How can I change the copyright template in Xcode 4?

Does anyone know how to change copyright in the templates for xcode? e.g. at the top of a new file it writes // Copyright 2011 {Company Name}. All rights reserved. In previous XCode versions you ...
0
votes
1answer
108 views

XCode utility template crashes

following the next exact steps i get a SIGKILL from xcode : creating a new Utility Based iOS template for the iphone building and launching it with the emulator pressing the home button ...
1
vote
3answers
891 views

Core Data Project template questions in XCode 4

I've created a Window based iPhone application in XCode 4 with Core Data. Regarding the core data bits I have some questions: In the application delegate header file there are no the 3 core data ...
0
votes
2answers
311 views

What application template should I use for my geolocation application?

I have read this question about the differences in the window- and view-based iOS application templates in Xcode, but I'm still confused about what template to use in my iPhone app. I am developing a ...
9
votes
2answers
355 views

Defining new XCode template tags on a per-project basis

It's well known that you can define the values for tags that are used in new file templates, as described at http://cocoadev.com/index.pl?ProjectBuilderTips. So a typical template looks like this: ...
-2
votes
2answers
51 views

how to know iphone applicaton template?

already iphone implemented app running on xcode so how you know, which type of iphone template (view based or window or tab based....)is selected while development?
4
votes
2answers
421 views

What's the code template workflow of these presenters?

Short introduction Working on my first commercial iOS app, XCode 3.2 has proven to be far more challenging of an environment than I anticipated. Features I've grown fond of in other environments (For ...
8
votes
2answers
3k views

xcode basic game template

I am wondering if anyone knows of a open source or paid Xcode template. It would be for a basic game, ( NOT COCOS2d ). It would include simple items like profile management, load/save, Menu, Settings, ...
1
vote
1answer
637 views

Differences between “empty project” and “external build system” in XCode

I am new in the programming world, and use XCode's IDE and compiler (GCC?) to program. But I have a questions, what is the differences between "empty project" and "external build system" in XCode? ...
4
votes
1answer
2k views

View-based iOS application template

I've read Apple's "Your first iOS application" guide and everything there seems crystal clear to me. However, when I try to understand how View-based iOS application template provided in XCode works, ...
0
votes
1answer
30 views

Can you prevent Xcode from substituting text in a project template?

I have a project template called Foo. Xcode is replacing all the files and tokenizing all the ___PROJECTNAME___ and ___PROJECTNAMEASIDENTIFIER___ inside the files. In one of the source files I have ...
1
vote
1answer
2k views

How to build a sample Ogre / Xcode template for iphone?

Hi I have installed Ogre 1.7 , Copied iphone dependencies and the project is running in simulator with around 25 sample projects. I need to build a template with only one sample example. Can you ...
1
vote
6answers
2k views

Can't compile Three20 template on iOS4

I pulled the latest version of three20 from github and installed their template. I opened it up in XCode, built it, ran it, then I realized the template isn't iOS4 ready. The first issue I found was ...
0
votes
1answer
296 views

Create a template for iPhone projects in XCode?

How do I create another project template in XCode? I want to make another one which will include all of my libraries and have the correct headers and frameworks added.
2
votes
2answers
469 views

Custom XCode Template?

I would like to make my own iPhone Application Templates in XCode, based on a modified project from the Apple templates. For example, I would like to take a View Based project, add an Image View and ...
1
vote
1answer
710 views

iPhone OpenGL Template is cheating?

XCode's OpenGL template seems to be cheating to solve this "stretched" viewport problem I've been trying to understand for the last 3 hours. In the iphone "OpenGL ES Application" template, the ...
0
votes
1answer
1k views

Why doesn't the SplitView iPhone template have a nib file for the RootView?

I'm diving into iPad development and am learning a lot quickly, but everywhere I look, I have questions. After creating a new SplitView app in Xcode using the template, it generates the AppDelegate ...

1 2