迦太基在特定平台更新后构建
Carthage build after update for specific platforms
是否可以告诉carthage update
命令在下载源代码后为某些平台构建?
类似于 carthage update --platforms iOS | watchOS
你很接近..
carthage update --platform iOS,watchOS
登陆这里是因为我试图找出同样的东西,然后意识到:
carthage help update
"the platforms to build for (one of 'all', 'macOS', 'iOS', 'watchOS', 'tvOS', or comma-separated values of the formers except for 'all')"
是否可以告诉carthage update
命令在下载源代码后为某些平台构建?
类似于 carthage update --platforms iOS | watchOS
你很接近..
carthage update --platform iOS,watchOS
登陆这里是因为我试图找出同样的东西,然后意识到:
carthage help update
"the platforms to build for (one of 'all', 'macOS', 'iOS', 'watchOS', 'tvOS', or comma-separated values of the formers except for 'all')"