xcode-template Questions

1

I tried to create MVVM Template to creating file(s) (not project). I want to add group (yellow folder) when I create the file, but I can't. When I created it, It create a folder (blue folder). Ho...
Iny asked 24/10, 2018 at 10:35

3

Solved

I'm working up a custom Xcode template, and I'd like to change the way <<date>> is formatted. For example: // Created by «FULLUSERNAME» on «DATE». // Copyright «YEAR» «ORGANIZATIONNAM...
Disassemble asked 25/2, 2010 at 3:11

2

I have successfully created an Xcode 8 template that will respond to these actions: You already have a working project You want to add your custom swift file to this project Step by step, how t...
Papst asked 5/1, 2017 at 12:12

6

Solved

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 res...
Wilfredowilfrid asked 5/8, 2011 at 0:13

5

Solved

Does anyone know how to change copyright in the templates for Xcode? That is, at the top of a new file it writes: // Copyright 2011 {Company Name}. All rights reserved. In previous Xcode version...
Acatalectic asked 24/4, 2011 at 10:55

1

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 directo...
Dolphin asked 21/3, 2013 at 21:55

4

Solved

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 cod...
Heddi asked 9/5, 2011 at 20:22

2

I try to create a Xcode template. I followed the question Xcode 4 template create empty group but it doesn't work anymore. There is only a file called "Application" (without an extension). Templa...
Elwin asked 20/1, 2016 at 13:13

0

I am trying to create a custom FILE template (not Project Template). where i need to create the file in a new group (new folder) which should also be created along with the File. i have searched th...
Killoran asked 30/12, 2015 at 9:19

3

Solved

Whenever I make a new file in xcode, it puts something like this at the top of the file: // Copyright __MyCompanyName__ 2008. All rights reserved. How can I change that to something useful? Upd...
Mercola asked 4/1, 2009 at 20:46

2

Solved

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 look...
Ether asked 12/9, 2012 at 21:3

3

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, Settin...
Frauenfeld asked 3/12, 2010 at 4:50

5

When Xcode creates a new file, there's always something like this in the header: // Copyright 2009 __MyCompanyName__. All rights reserved. How can I change that?
Hight asked 15/7, 2009 at 17:42

1

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...
Barrada asked 30/6, 2011 at 13:15

6

Solved

I created a .xcdatamodel Managed Object Model file in Xcode. I selected that file in Groups & Files. Then I go to File > New... > and nowhere in the iPhone Templates / Cocoa Touch Class templat...
Imray asked 25/1, 2010 at 21:54

4

Xcode 4.2 no longer has the Navigation-based Application template. What should I use in replacement when starting a project?
Lockwood asked 19/11, 2011 at 18:9

2

I can include a framework like so in a TemplateInfo.plist file: <key>Frameworks</key> <array> <string>QuartzCore</string> <string>OpenGLES</string> &...
Lease asked 8/11, 2011 at 21:7

1

Solved

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...
Playwright asked 10/4, 2012 at 22:9

1

Solved

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 MasterViewControl...
Koniology asked 28/10, 2011 at 16:7

1

Solved

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 Xcod...
Warnke asked 21/10, 2011 at 12:46

2

Solved

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 documen...
Tarsier asked 19/10, 2011 at 15:54

2

Solved

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 cop...
Regimentals asked 29/8, 2011 at 21:59

2

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:...
Cringle asked 10/3, 2011 at 14:48

4

Solved

In general I'd like to understand which templates to use when, when I'm making new iPhone apps. Could anyone offer some guidelines, tips, rules-of-thumb? Also, how much should I agonize over this?...
Rodmann asked 14/12, 2008 at 19:43

3

Solved

Just installed the latest SDK for iPhone 2.1. When I go to File -> New Project in Xcode, under the iPhone OS Application selection, I don't see a template icon for "Cocoa Touch Application". Am I m...
Triumvir asked 21/9, 2008 at 18:34

© 2022 - 2024 — McMap. All rights reserved.