Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
有没有办法在我的 iOS 应用程序中包含特定于客户端的捆绑包?我想保持我的代码库相同,但是对于我向其出售应用程序的每个客户,我想包含一个特定的捆绑包。该捆绑包将包含图像(应用程序图标?)、文件和配置设置等内容。这是可能的,我将如何去做?
您可以将代码保存在 git 存储库中。主/共享代码可以在一个仓库中。然后您将其作为子模块包含在其他每个客户端的 git 存储库中。
你可以为每个客户做一个构建目标(取决于你有多少客户。从 2-10 发送)