From bcf5847bda8096653a7a0421f039f857ade90441 Mon Sep 17 00:00:00 2001 From: philips77 Date: Fri, 1 Nov 2019 11:18:42 +0100 Subject: [PATCH] Package.resolved removed --- .gitignore | 3 +++ Package.resolved | 16 ---------------- 2 files changed, 3 insertions(+), 16 deletions(-) delete mode 100644 Package.resolved diff --git a/.gitignore b/.gitignore index 8a00df60..4df5bae1 100644 --- a/.gitignore +++ b/.gitignore @@ -25,6 +25,9 @@ DerivedData # Jazzy Docs docs/ +#SPM +Package.resolved + Carthage # We recommend against adding the Pods directory to your .gitignore. However # you should judge for yourself, the pros and cons are mentioned at: diff --git a/Package.resolved b/Package.resolved deleted file mode 100644 index 335904fc..00000000 --- a/Package.resolved +++ /dev/null @@ -1,16 +0,0 @@ -{ - "object": { - "pins": [ - { - "package": "ZIPFoundation", - "repositoryURL": "https://github.com/weichsel/ZIPFoundation/", - "state": { - "branch": null, - "revision": "edbeaa39b426e54702194b0a601342322f01e400", - "version": "0.9.9" - } - } - ] - }, - "version": 1 -}