BuildSettingExtractor icon indicating copy to clipboard operation
BuildSettingExtractor copied to clipboard

Xcode 13 Compatibility and Doing Validation Eariler

Open insha opened this issue 4 years ago • 1 comments

The fix for issues #66 and #67 is accomplished by extracting the project setting logic into its own class and using a closure to defer processing until project settings have been validated.

The fix for #82 is fairly straight forward and only the set needed to be updated to include "Xcode 13.0".

This also adds a git ignore file.

Closes #82 Closes #67 Closes #66

insha avatar Sep 26 '21 22:09 insha

Thanks for your work on this @insha!

I haven't had a chance to review the bulk of your PR in doing the validation earlier, but I will get to it the next time I am focusing on doing some improvements.

In the meantime, I'm going to do a separate commit for Xcode 13.

dempseyatgithub avatar Oct 21 '21 17:10 dempseyatgithub