简体   繁体   中英

Fastlane increment_build_number for all targets?

I've got project with one file ie myApp.xcodeproj and it has 2 targets (simply to replace some config files / icons / names etc...)

I noticed that when I run fastlane increment_build_number(xcodeproj: "myApp.xcodeproj") it increments version only of the original target I had. Is there a way for me to increment it on all targets at once? I don't even mind them all being unified together somehow.

Note: second target has its own info.plist file with some values tweaked. Also not sure if it helps, but both are inside a workspace.

是的,你可以通过在中fastfile仅increment_build_number编写实现它。

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM