arachide
arachide

Reputation: 8066

migrate iPhone project to iPad

I hope to migrate one project from iPhone to iPad. My way is to copy all project files to a new path, then open the project in new directory and change the bundle identifier and provisioning profile.

I know I need to do some adjustment for UIViews etc in Interface Builder. There is no problem for me.

But I remember when create a new project, there are options for 'iphone, ipad and universal'.

Is there an environment parameter/option in existed project that I can change from iPhone to iPad? and inform XCode or Interface Builder that it is the project which has been migrated from iPhone to iPad.

Upvotes: 0

Views: 223

Answers (2)

Darrell Payne
Darrell Payne

Reputation: 36

Seems to me it would be simpler to create a new empty iPad app and import your files into it, then make changes from there.

Upvotes: 2

HM1
HM1

Reputation: 1684

I'm no expert yet but I do recall seeing a WWDC video on migrating app from iphone to ipad. You may want to check that out.

Upvotes: 1

Related Questions