I am trying to add Other Swift Flags with shell script but i can't find a way
The reason why we want to add Other Swift Flags values in the shell is because we are operating the feature-flags dynamically.
Previously, we were passing it as a parameter of build_app on fastlane, but now we're switching CI to xcode-cloud, and for that, we're looking for a way to deliver the flag in ci_script
If there's any way to add it, could you tell me how to do