如何在Xcode中无需其他脚本的情况下使用多个方案和单个目标

时间:2019-06-12 22:13:28

标签: ios xcode

我正在Xcode项目中配​​置一个只有一个目标的多个方案(许多不同的应用共享相同的代码),目前我正在使用脚本来添加资产和其他预处理数据(名称和特定配置)。

该项目具有Obj C和Swift混合功能(Swift 4.2-目前尚无法更新)Xcode 10.1

我正在使用要删除的脚本:

cp "${repo_root}/project-name/scheme/${SCHEME_NAME}/scheme.xcconfig" "${tmp_config}"
cp -Rf "${repo_root}/project-name/scheme/${SCHEME_NAME}/MAssets.xcassets/" "${repo_root}/phoenix-reader/MAssets.xcassets"
log " [INFO] pre-scheme completion done!"...```

I expect to use entirely Xcode to process all the data for every​ single scheme (app) and their single configuration without scripts or preprocessors.

0 个答案:

没有答案