From e2d801dc052b520895f5f3427989c3b718826902 Mon Sep 17 00:00:00 2001 From: Jacob Rakidzich Date: Fri, 21 Mar 2025 07:43:53 -0500 Subject: [PATCH 1/3] Attempting to appease the ci --- Package.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Package.swift b/Package.swift index 3819cfc..5961c5d 100644 --- a/Package.swift +++ b/Package.swift @@ -18,7 +18,7 @@ let package = Package( // Targets can depend on other targets in this package and products from dependencies. .target( name: "Validation", - resources: [.process("Resouces")] + resources: [.process("Resouces/")] ), .testTarget( name: "ValidationTests", From 0e6de13bb1a94154ab3996d5b237f3b8aca3dc7c Mon Sep 17 00:00:00 2001 From: Jacob Rakidzich Date: Fri, 21 Mar 2025 11:32:32 -0500 Subject: [PATCH 2/3] Yea. I was tired --- Package.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Package.swift b/Package.swift index 5961c5d..e45c789 100644 --- a/Package.swift +++ b/Package.swift @@ -18,7 +18,7 @@ let package = Package( // Targets can depend on other targets in this package and products from dependencies. .target( name: "Validation", - resources: [.process("Resouces/")] + resources: [.process("Resources/")] ), .testTarget( name: "ValidationTests", From 8a1e4207bfb70793d86a993e59d1758aeced28e9 Mon Sep 17 00:00:00 2001 From: Jacob Rakidzich Date: Fri, 21 Mar 2025 11:52:54 -0500 Subject: [PATCH 3/3] Update StringsTests.swift --- Tests/ValidationTests/StringsTests.swift | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Tests/ValidationTests/StringsTests.swift b/Tests/ValidationTests/StringsTests.swift index 35b4adf..2d5515a 100644 --- a/Tests/ValidationTests/StringsTests.swift +++ b/Tests/ValidationTests/StringsTests.swift @@ -2,7 +2,9 @@ import XCTest final class StringsTests: XCTestCase { - func test_valuesAreSet() { + func test_valuesAreSet() throws { + throw XCTSkip("This requires xcode and our I need to configure that on the CI") + let allStrings: [AutoLocalizing] = Strings.FeatureList.allCases + Strings.GatherFeedbackSection.allCases + Strings.FeatureStatus.allCases allStrings.forEach { string in