From a990c79a341a5f06e6bef796206587382ded4c17 Mon Sep 17 00:00:00 2001 From: Simon McLoughlin Date: Tue, 18 Jul 2023 15:06:43 +0100 Subject: [PATCH] remove workaround Package.swift file from tests --- Tests/Package.swift | 4 ---- 1 file changed, 4 deletions(-) delete mode 100644 Tests/Package.swift diff --git a/Tests/Package.swift b/Tests/Package.swift deleted file mode 100644 index e1461a9f..00000000 --- a/Tests/Package.swift +++ /dev/null @@ -1,4 +0,0 @@ -// swift-tools-version:5.5 -// This is a dummy/empty Package declartion to trigger an undocumented Xcode "feature" of hiding a directory from the navigator when imported, so various assets aren't pickuped up and made available when they shouldn't be - -import PackageDescription