diff --git a/.gitignore b/.gitignore index 4b7b5afa6..0c5fcb4e6 100644 --- a/.gitignore +++ b/.gitignore @@ -4,7 +4,7 @@ # Swift Package Manager .build/ .swiftpm/ -./Package.resolved +Package.resolved # Carthage ./Carthage/ diff --git a/Package.resolved b/Package.resolved deleted file mode 100644 index 1ef24bc25..000000000 --- a/Package.resolved +++ /dev/null @@ -1,105 +0,0 @@ -{ - "originHash" : "6c57d05a93b1a6b24af759f2ad90ce6166f484f12c6d5f744324fed58e7e684d", - "pins" : [ - { - "identity" : "cryptoswift", - "kind" : "remoteSourceControl", - "location" : "https://github.com/krzyzanowskim/CryptoSwift.git", - "state" : { - "revision" : "729e01bc9b9dab466ac85f21fb9ee2bc1c61b258", - "version" : "1.8.4" - } - }, - { - "identity" : "differencekit", - "kind" : "remoteSourceControl", - "location" : "https://github.com/ra1028/DifferenceKit.git", - "state" : { - "revision" : "073b9671ce2b9b5b96398611427a1f929927e428", - "version" : "1.3.0" - } - }, - { - "identity" : "fuzi", - "kind" : "remoteSourceControl", - "location" : "https://github.com/readium/Fuzi.git", - "state" : { - "revision" : "347aab158ff8894966ff80469b384bb5337928cd", - "version" : "4.0.0" - } - }, - { - "identity" : "gcdwebserver", - "kind" : "remoteSourceControl", - "location" : "https://github.com/readium/GCDWebServer.git", - "state" : { - "revision" : "584db89a4c3c3be27206cce6afde037b2b6e38d8", - "version" : "4.0.1" - } - }, - { - "identity" : "grdb.swift", - "kind" : "remoteSourceControl", - "location" : "https://github.com/groue/GRDB.swift.git", - "state" : { - "revision" : "2cf6c756e1e5ef6901ebae16576a7e4e4b834622", - "version" : "6.29.3" - } - }, - { - "identity" : "kingfisher", - "kind" : "remoteSourceControl", - "location" : "https://github.com/onevcat/Kingfisher.git", - "state" : { - "revision" : "1a0c2df04b31ed7aa318354f3583faea24f006fc", - "version" : "5.15.8" - } - }, - { - "identity" : "mbprogresshud", - "kind" : "remoteSourceControl", - "location" : "https://github.com/jdg/MBProgressHUD.git", - "state" : { - "revision" : "bca42b801100b2b3a4eda0ba8dd33d858c780b0d", - "version" : "1.2.0" - } - }, - { - "identity" : "sqlite.swift", - "kind" : "remoteSourceControl", - "location" : "https://github.com/stephencelis/SQLite.swift.git", - "state" : { - "revision" : "a95fc6df17d108bd99210db5e8a9bac90fe984b8", - "version" : "0.15.3" - } - }, - { - "identity" : "swiftsoup", - "kind" : "remoteSourceControl", - "location" : "https://github.com/scinfu/SwiftSoup.git", - "state" : { - "revision" : "bba848db50462894e7fc0891d018dfecad4ef11e", - "version" : "2.8.7" - } - }, - { - "identity" : "zip", - "kind" : "remoteSourceControl", - "location" : "https://github.com/marmelroy/Zip.git", - "state" : { - "revision" : "67fa55813b9e7b3b9acee9c0ae501def28746d76", - "version" : "2.1.2" - } - }, - { - "identity" : "zipfoundation", - "kind" : "remoteSourceControl", - "location" : "https://github.com/readium/ZIPFoundation.git", - "state" : { - "revision" : "175c389832d90cb0e992b2cb9d5d7878eccfe725", - "version" : "3.0.0" - } - } - ], - "version" : 3 -} \ No newline at end of file