since we still in gradle.
iOS:
We need to put into
project.pbxproj -> MARKETING_VERSION = xxx?
Vlad
02/05/2024, 3:08 PM
Maybe we can set project.MARKETING_VERSION from a gradle task?
I assume that we can read the .pbxproj into a string and reg-ex replace the version.
But I am looking for an option with less pain.
Upd: Jinja could help with the pain instead of using reg-ex