Game Development Community

multiple iTorque2D project on a device !

by ken · in iTorque 2D · 09/21/2011 (5:19 am) · 4 replies

hi everyone !
i have a problem here , i am running a project on iTorque2D and need some test on another project,
but when i run the main or test project, it will replace with another one,
how can i have multiple projects on a single device !?

#1
09/21/2011 (6:08 am)
@ken - Yes, you can. You need to change the name of the app.

1. Open YourGame/buildFiles/Xcode_iphone/iTorque2D.xcodeproj
2. Open the iTorque2DGame_device info tab
3. Look for Product Name and change that to something else.
#2
09/21/2011 (7:21 am)
i do this too, but no effect !
#3
09/21/2011 (7:29 am)
you also need to change the identifier under the summary tab when you click on the iTorque2DGame_device
#4
09/27/2011 (3:10 am)
thanks alot,
you save me !