diff --git a/.gitignore b/.gitignore index 4f45d35..a6e9389 100644 --- a/.gitignore +++ b/.gitignore @@ -9,6 +9,7 @@ Pods/* Carthage/* Packages/* .swiftpm/* +Package.resolved ## Bundler .bundle/ @@ -19,4 +20,4 @@ bin/ ## XCode local data Build/ DerivedData/ -.build/ \ No newline at end of file +.build/ diff --git a/Package.resolved b/Package.resolved deleted file mode 100644 index ff01110..0000000 --- a/Package.resolved +++ /dev/null @@ -1,33 +0,0 @@ -{ - "originHash" : "c7c34db8790edcc587f8035793991e9f9a8cb60c2e5e4a8665a769c3319e781a", - "pins" : [ - { - "identity" : "cwlcatchexception", - "kind" : "remoteSourceControl", - "location" : "https://github.com/mattgallagher/CwlCatchException.git", - "state" : { - "revision" : "07b2ba21d361c223e25e3c1e924288742923f08c", - "version" : "2.2.1" - } - }, - { - "identity" : "cwlpreconditiontesting", - "kind" : "remoteSourceControl", - "location" : "https://github.com/mattgallagher/CwlPreconditionTesting.git", - "state" : { - "revision" : "0139c665ebb45e6a9fbdb68aabfd7c39f3fe0071", - "version" : "2.2.2" - } - }, - { - "identity" : "swift-syntax", - "kind" : "remoteSourceControl", - "location" : "https://github.com/apple/swift-syntax.git", - "state" : { - "revision" : "cb53fa1bd3219b0b23ded7dfdd3b2baff266fd25", - "version" : "600.0.0" - } - } - ], - "version" : 3 -}