x


Adding files and frameworks to xcode automatically after build button

Hello I am working on building a plugin for the iPhone, i have all of my code written i just need it so my files get automatically added to the project after the build button is hit. I have seen that some people use applescript to accomplish this, is there some kind of documentation i can look at to do this?
Thanks for the help

more ▼

asked Jan 02 '11 at 09:11 PM

Chris 22 gravatar image

Chris 22
1 3 3 3

(comments are locked)
10|3000 characters needed characters left

1 answer: sort oldest

You'll need to use the PostprocessBuildPlayer script to do this. From what I've read though it's best not to use the applescript approach but to use python -for instance- instead.

The actual process can be a little complicated, and is different depending on what exactly you want to achieve. However, hopefully what this post discusses is similar enough to what you want to achieve, and you'll find it useful.

more ▼

answered May 13 '12 at 05:02 AM

Fehr gravatar image

Fehr
76 2

(comments are locked)
10|3000 characters needed characters left
Your answer
toggle preview:

Up to 2 attachments (including images) can be used with a maximum of 524.3 kB each and 1.0 MB total.

Follow this question

By Email:

Once you sign in you will be able to subscribe for any updates here

By RSS:

Answers

Answers and Comments

Topics:

x2001
x396
x347
x93

asked: Jan 02 '11 at 09:11 PM

Seen: 2119 times

Last Updated: May 13 '12 at 05:02 AM