cordova-custom-config icon indicating copy to clipboard operation
cordova-custom-config copied to clipboard

fix(ios): xcode parseSync

Open expcapitaldev opened this issue 2 years ago • 0 comments

PR Type

What kind of change does this PR introduce?

  • every plugin can change project.pbxproj file,
  • async operations can be exist with random queue, (promise/callback and etc.)
  • every part with xcode.project should be existed only in one task (micro)
  • [x] Bugfix
  • [ ] Feature
  • [ ] Code style update (formatting, local variables)
  • [ ] Refactoring (no functional changes, no api changes)
  • [ ] Documentation changes
  • [ ] Other... Please describe:

PR Checklist

For bug fixes / features, please check if your PR fulfills the following requirements:

  • [ ] Testing has been carried out for the changes have been added
  • [ ] Regression testing has been carried out for existing functionality
  • [ ] Docs have been added / updated

What is the purpose of this PR?

Does this PR introduce a breaking change?

  • [ ] Yes
  • [ ] No

What testing has been done on the changes in the PR?

What testing has been done on existing functionality?

Other information

expcapitaldev avatar Jul 27 '21 09:07 expcapitaldev