How do I build multiple versions of the same iOS application for OEMs

后端 未结 3 1033
心在旅途
心在旅途 2021-01-31 04:51

I have an existing iOS application that I need to be able to build and release multiple versions of for different clients.

This application interfaces with hardware that

3条回答
  •  小鲜肉
    小鲜肉 (楼主)
    2021-01-31 05:40

    I did this differently at my last company, where we generated around 8 apps from one primary source repository.

    We created one project that required one external class, call it Config. That class vended the unique info that makes each app unique.

    Then to spin one app you create your App project, include the common "library", provide the Config.m file (Config.h is common), add the unique images etc.

提交回复
热议问题