From fdb4633d3e9158e457d57e820df6e1efb4df39c2 Mon Sep 17 00:00:00 2001 From: Ruben Beltran del Rio Date: Sun, 7 May 2023 15:22:54 +0200 Subject: Update to support notes + new style --- .../xcshareddata/swiftpm/Package.resolved | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 Map.xcodeproj/project.xcworkspace/xcshareddata/swiftpm/Package.resolved (limited to 'Map.xcodeproj/project.xcworkspace/xcshareddata/swiftpm') diff --git a/Map.xcodeproj/project.xcworkspace/xcshareddata/swiftpm/Package.resolved b/Map.xcodeproj/project.xcworkspace/xcshareddata/swiftpm/Package.resolved new file mode 100644 index 0000000..9606e6c --- /dev/null +++ b/Map.xcodeproj/project.xcworkspace/xcshareddata/swiftpm/Package.resolved @@ -0,0 +1,14 @@ +{ + "pins" : [ + { + "identity" : "patterns", + "kind" : "remoteSourceControl", + "location" : "https://git.sr.ht/~rbdr/patterns", + "state" : { + "revision" : "ba4ee0edf2aba19ad73fa53cb01dd0fb9b527526", + "version" : "2.0.0" + } + } + ], + "version" : 2 +} -- cgit