You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix(ci): use sed instead of agvtool to update version in project.pbxproj (farouqaldori#39)
agvtool new-marketing-version doesn't work when Info.plist uses
$(MARKETING_VERSION) variable references - it fails silently.
This fix:
- Uses sed to directly update MARKETING_VERSION in project.pbxproj
- Uses sed to directly update CURRENT_PROJECT_VERSION in project.pbxproj
- Also manually sets project.pbxproj to 1.3.3 (the correct version after
the v1.3.3 release, which was built with the buggy workflow)
Tested: sed commands correctly update both version fields in project.pbxproj
0 commit comments