Re: Custom Target in Xcode?
Re: Custom Target in Xcode?
- Subject: Re: Custom Target in Xcode?
- From: Vyacheslav Karamov <email@hidden>
- Date: Mon, 01 Oct 2012 14:12:17 +0300
Hi!
Why don't you add "Run script" build phase to one of the existing targets?
In that bash script do what you want.
01.10.2012 13:44, Roland King пишет:
Is there a way to make a simple custom target in Xcode? In my case the HTML for the webpage for my iOS app uses the same png files the app does, so what I wanted to do was put the HTML into the project and have a custom target which just copies the selected html files to one directory, and the image files I need to another one. Not a very interesting target but it does keep everything about the project in one place. I hoped to just 'archive' that target and have a directory tree I can plop straight on my server.
I don't want to do this as part of the app build because I don't want the html in the app.
_______________________________________________
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