Do not fail builds if updating Xcode compatibility does not work for some reason.

This commit is contained in:
Jeremy Rand 2018-08-08 23:59:17 -04:00
parent bce9f4343d
commit abac56b31b
1 changed files with 1 additions and 1 deletions

View File

@ -59,4 +59,4 @@ all:
@make build @make build
xcodefix: xcodefix:
defaults write "$(ORCAM_PLUGIN_INFO)" $(XCODE_PLUGIN_COMPATIBILITY)s -array `defaults read "$(XCODE_INFO)" $(XCODE_PLUGIN_COMPATIBILITY)` defaults write "$(ORCAM_PLUGIN_INFO)" $(XCODE_PLUGIN_COMPATIBILITY)s -array `defaults read "$(XCODE_INFO)" $(XCODE_PLUGIN_COMPATIBILITY)` || true