An iOS app with multiple brandings

前端 未结 2 624
被撕碎了的回忆
被撕碎了的回忆 2021-02-09 20:23

I have an iphone app working just fine - it basically just displays news from a feed, but now we want to have a second app that is a clone of the first but branded a different w

2条回答
  •  轮回少年
    2021-02-09 20:52

    You can use one project with more then one target. For each target you can add different resources (Info.plist, icon, etc.).
    XML feed can be defined in settings.bundle (which also can be dependent on the target).
    Layout you can read from dictionary, which also should be dependent on the target.

提交回复
热议问题