x


Modify Bundle Version in script

I have automated iphone builds and I'd like to modify the Bundle Version in the scripts.

I can modify the Bundle Identifier (PlayerSettings.iPhoneBundleIdentifier) but I did not find how to change the version.

Is it possible to change it through script? If yes, how?

Thanks in advance.

more ▼

asked Oct 19 '10 at 04:10 PM

jrobichaud gravatar image

jrobichaud
136 5 6 11

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

1 answer: sort voted first

This is what I'm doing (c#)

PlayerSettings.bundleVersion = buildVersion;

you can also change the company name, the product name, the bundle identifier etc..

more ▼

answered Aug 08 '11 at 07:43 AM

oxium gravatar image

oxium
181 6 8 10

(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:

x5096
x2001
x663
x95
x32

asked: Oct 19 '10 at 04:10 PM

Seen: 2515 times

Last Updated: Aug 08 '11 at 07:45 AM