From 591fb907f8768e3e5074becf929235ef2f6e2ddd Mon Sep 17 00:00:00 2001 From: Shai Mishali Date: Sun, 21 Apr 2024 00:16:59 +0300 Subject: [PATCH] more --- scripts/validate-playgrounds.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/scripts/validate-playgrounds.sh b/scripts/validate-playgrounds.sh index 8633487fd..3356711af 100755 --- a/scripts/validate-playgrounds.sh +++ b/scripts/validate-playgrounds.sh @@ -8,8 +8,9 @@ do for configuration in ${PLAYGROUND_CONFIGURATIONS[@]} do PAGES_PATH=${BUILD_DIRECTORY}/Build/Products/${configuration}/all-playground-pages.swift + echo $PAGES_PATH rx ${scheme} ${configuration} "" build cat Rx.playground/Sources/*.swift Rx.playground/Pages/**/*.swift > ${PAGES_PATH} - swift -v -D NOT_IN_PLAYGROUND -target x86_64-apple-macosx10.10 -F ${BUILD_DIRECTORY}/Build/Products/${configuration} ${PAGES_PATH} + swift -v -D NOT_IN_PLAYGROUND -F ${BUILD_DIRECTORY}/Build/Products/${configuration} ${PAGES_PATH} done done \ No newline at end of file