Search code examples
iosxcodeuniversal-binary

Merge two iOS Project into one for universal build


I have different project set up for iPhone and iPAD and most of the file names in these two projects are same. Now i would like to merge these two into one and create a Universal build. Is there any tutorial or a better way to handle this without reworking on the complete code.

Please help. Thanks.


Solution

  • I already did that before. At that time, we did not have the choice to rename all the files and classes of one project. Objective-c does not have namespace, unfortunately.

    Don't know how big is your project, but with rename/replace or re-factoring tool, you would be able to that without any (to much) pain.