mirror of
https://github.com/jeremysrand/Apple2GSBuildPipeline.git
synced 2025-01-02 12:31:13 +00:00
Do not fail builds if updating Xcode compatibility does not work for some reason.
This commit is contained in:
parent
bce9f4343d
commit
abac56b31b
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user