From 54f7c5751619218bb12d6293f8fecdd68c0aef4d Mon Sep 17 00:00:00 2001 From: Andrew Roan Date: Wed, 12 Jul 2023 20:47:55 -0400 Subject: [PATCH 1/2] Remove swiftpm folder gitignore-swiftpm --- .../contents.xcworkspacedata | 7 - .../xcshareddata/IDEWorkspaceChecks.plist | 8 - .../xcschemes/CoreDataRepository.xcscheme | 138 ------------------ 3 files changed, 153 deletions(-) delete mode 100644 .swiftpm/xcode/package.xcworkspace/contents.xcworkspacedata delete mode 100644 .swiftpm/xcode/package.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist delete mode 100644 .swiftpm/xcode/xcshareddata/xcschemes/CoreDataRepository.xcscheme diff --git a/.swiftpm/xcode/package.xcworkspace/contents.xcworkspacedata b/.swiftpm/xcode/package.xcworkspace/contents.xcworkspacedata deleted file mode 100644 index 919434a..0000000 --- a/.swiftpm/xcode/package.xcworkspace/contents.xcworkspacedata +++ /dev/null @@ -1,7 +0,0 @@ - - - - - diff --git a/.swiftpm/xcode/package.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist b/.swiftpm/xcode/package.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist deleted file mode 100644 index 18d9810..0000000 --- a/.swiftpm/xcode/package.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist +++ /dev/null @@ -1,8 +0,0 @@ - - - - - IDEDidComputeMac32BitWarning - - - diff --git a/.swiftpm/xcode/xcshareddata/xcschemes/CoreDataRepository.xcscheme b/.swiftpm/xcode/xcshareddata/xcschemes/CoreDataRepository.xcscheme deleted file mode 100644 index faa24c0..0000000 --- a/.swiftpm/xcode/xcshareddata/xcschemes/CoreDataRepository.xcscheme +++ /dev/null @@ -1,138 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - From 71d477d2ba7c16f88e241efa323fa1c1b0ff79f0 Mon Sep 17 00:00:00 2001 From: Andrew Roan Date: Wed, 12 Jul 2023 20:48:41 -0400 Subject: [PATCH 2/2] Add swiftpm to gitignore gitignore-swiftpm --- .gitignore | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 65bf5ff..fe55e8f 100644 --- a/.gitignore +++ b/.gitignore @@ -1,6 +1,6 @@ .DS_Store /.build -/Packages +/.swiftpm /*.xcodeproj xcuserdata/ /.default.profraw \ No newline at end of file