From 1c6270144a34294db7f27f54c8a4d8eaf1989862 Mon Sep 17 00:00:00 2001 From: David Roman <2538074+davdroman@users.noreply.github.com> Date: Fri, 9 May 2025 23:40:18 +0100 Subject: [PATCH 1/2] WIP --- .swift-version | 2 +- .swiftformat | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/.swift-version b/.swift-version index 760606e1..f9ce5a96 100644 --- a/.swift-version +++ b/.swift-version @@ -1 +1 @@ -5.7 +5.10 diff --git a/.swiftformat b/.swiftformat index af1e126e..9be9a13f 100644 --- a/.swiftformat +++ b/.swiftformat @@ -1,4 +1,3 @@ ---exclude **/RuntimeWarnings.swift --disable redundantNilInit,redundantSelf,redundantType,unusedArguments --header strip From 73571a8b3a94933cbccebd7abf43bcf94977765e Mon Sep 17 00:00:00 2001 From: David Roman <2538074+davdroman@users.noreply.github.com> Date: Fri, 9 May 2025 23:41:50 +0100 Subject: [PATCH 2/2] WIP --- .gitignore | 1 - 1 file changed, 1 deletion(-) diff --git a/.gitignore b/.gitignore index fb2382a7..fe05a0ac 100644 --- a/.gitignore +++ b/.gitignore @@ -2,7 +2,6 @@ /.build /.swiftpm /Packages -/*.xcodeproj xcuserdata/ DerivedData/ .netrc