From e42019cd38b59e757f6036b132614a471d4cf6fe Mon Sep 17 00:00:00 2001 From: Ruben Beltran del Rio Date: Wed, 2 Aug 2023 22:23:48 +0200 Subject: Adds configure support for URLs --- .../xcshareddata/swiftpm/Package.resolved | 14 -------------- 1 file changed, 14 deletions(-) delete mode 100644 Captura.xcodeproj/project.xcworkspace/xcshareddata/swiftpm/Package.resolved (limited to 'Captura.xcodeproj/project.xcworkspace/xcshareddata') diff --git a/Captura.xcodeproj/project.xcworkspace/xcshareddata/swiftpm/Package.resolved b/Captura.xcodeproj/project.xcworkspace/xcshareddata/swiftpm/Package.resolved deleted file mode 100644 index c5bc2ce..0000000 --- a/Captura.xcodeproj/project.xcworkspace/xcshareddata/swiftpm/Package.resolved +++ /dev/null @@ -1,14 +0,0 @@ -{ - "pins" : [ - { - "identity" : "cloudstorage", - "kind" : "remoteSourceControl", - "location" : "https://github.com/nonstrict-hq/CloudStorage", - "state" : { - "revision" : "35700218d35579df091974b6e7765db94c83448b", - "version" : "0.4.0" - } - } - ], - "version" : 2 -} -- cgit