Create two iOS Apps in Xcode

前端 未结 3 1021
灰色年华
灰色年华 2020-12-29 11:50

Using Xcode (to develop on iOS) I want to create a second project that it is the same as a first project but some classes are differents.

Exactly, I\'m creating an I

3条回答
  •  无人及你
    2020-12-29 12:00

    You just have to create two targets. So you'll only modify a single code base, perfect!

    This tutorial will walk you through (and even uses lite/paid versions as it's example).

提交回复
热议问题