x


Adding plugins to XCode project from the command line

Is it possible to add plugins (written in ObjC) to an XCode project from the command line? I'm working on a nightly build script and I'd like to add plugins to a fresh XCode project from Unity.

Thanks!

more ▼

asked Nov 09 '10 at 02:58 AM

Kijun gravatar image

Kijun
98 14 14 24

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

1 answer: sort voted first

Hi,

I've worked on this problem a couple of day this month, and the only solution I found is to write an AppleScript who open your XCode project and add all your plugin files to the project...

It seems to be the solution used by all Unity Ios plugins that work with the Unity PostprocessBuildPlayer, because they all call an AppleScript placed in your Assets/Editor/ folder.

Bastien

more ▼

answered Oct 08 '11 at 03:25 AM

BastienH gravatar image

BastienH
1 1 1 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:

x2000
x1966
x663
x347
x46

asked: Nov 09 '10 at 02:58 AM

Seen: 1953 times

Last Updated: Oct 08 '11 at 03:25 AM