Re: How to create target template
Re: How to create target template
- Subject: Re: How to create target template
- From: Dmitry Markman <email@hidden>
- Date: Sun, 24 May 2009 11:04:26 -0400
thanks Jonas
it almost worked
I had to create folder
/Library/Application\ Support/Developer/Shared/Xcode/Target\ Templates
and put my template there
thanks a lot
now I got another problem
I need to variable buildWorkingDirectory to be set to $
(MODULE_DIRECTORY)
so I tried
{
Class = Legacy;
Description = "Target that invokes an external build system
sbmake.";
BuildToolPath = "sbmake";
BuildToolArgsString = "$(ACTION)";
BuildWorkingDirectory = "$(MODULE_DIRECTORY)";
CustomBuildSettings = {
};
passBuildSettingsInEnvironment = 1;
}
but Xcode ignored that variable
thanks
On May 24, 2009, at 9:38 AM, Jonas Maebe wrote:
On 24 May 2009, at 15:20, Dmitry Markman wrote:
so I have directory /Library/Application Support/Apple/Developer
Tools/Target Templates/Special Targets
with the following files
Custom templates should be placed in directories under /Library/
Application Support/Developer/Shared/Xcode/Project Templates/. E.g.,
on my system:
$ ls -l /Library/Application\ Support/Developer/Shared/Xcode/Project
\ Templates/
total 0
drwxrwxr-x 5 root admin 170 Aug 30 2007 Pascal
drwxrwxr-x 3 root admin 102 Jan 17 14:34 iPhone (FPC)
$ ls -l /Library/Application\ Support/Developer/Shared/Xcode/Project
\ Templates/iPhone\ \(FPC\)/
total 0
drwxr-xr-x 12 root admin 408 Jan 17 20:46 OpenGL ES App (FPC)
Jonas
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Xcode-users mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden
Dmitry Markman
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Xcode-users mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden