From e25e6dc6c237a302e12296459b664940d77e863c Mon Sep 17 00:00:00 2001 From: Satindar Dhillon Date: Tue, 15 Mar 2022 21:52:17 -0700 Subject: [PATCH] remove swiftformat warning --- apple/scripts/format_and_lint.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apple/scripts/format_and_lint.sh b/apple/scripts/format_and_lint.sh index aac7f53d1..bedee3f15 100755 --- a/apple/scripts/format_and_lint.sh +++ b/apple/scripts/format_and_lint.sh @@ -1,5 +1,5 @@ cd BuildTools -SDKROOT=macosx +SDKROOT=(xcrun --sdk macosx --show-sdk-path) # swift package update #Uncomment this line temporarily to update the version used to the latest matching your BuildTools/Package.swift file swift run -c release swiftformat "$SRCROOT" swift run swiftlint --path "$SRCROOT" \ No newline at end of file