From cbee726a7902368ddf0e0769ab016cae8c9725b3 Mon Sep 17 00:00:00 2001 From: chris1111 Date: Sun, 30 Jan 2022 18:26:55 -0500 Subject: [PATCH] CreateBuild.sh ![Screen Shot 0](https://user-images.githubusercontent.com/6248794/151722324-10dc18db-d3df-4e05-a9f4-d7d6f140ec07.png) ![Screen Shot 1](https://user-images.githubusercontent.com/6248794/151722325-fee7cda7-6d8c-498c-9c38-bc6a072e2439.png) ![Screen Shot 2](https://user-images.githubusercontent.com/6248794/151722326-d0e6c05f-beaf-4dca-ada8-303f2597be1c.png) ![Screen Shot 3](https://user-images.githubusercontent.com/6248794/151722327-cbe2b046-4417-4a5e-892e-1f3e24ca0d2a.png) --- Xcode/ConfigValidator/makefile | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/Xcode/ConfigValidator/makefile b/Xcode/ConfigValidator/makefile index 2222732db..574bd65a1 100755 --- a/Xcode/ConfigValidator/makefile +++ b/Xcode/ConfigValidator/makefile @@ -17,8 +17,9 @@ endif ConfigValidator: @echo "Building ConfigValidator..." - @echo "ConfiValidator uses latest release of CloverConfigPlistValidator" + @echo "ConfiValidator uses release of User choice" + @$(CURDIR)/CreateBuild.sh @/usr/bin/xcodebuild $(XCODEBUILD_OPTIONS) $(BUILD_ACTION) >/dev/null @echo [XCODE] $(PROGRAMS) - + .PHONY: ConfigValidator clean