diff options
| author | Ruben Beltran del Rio <ruben@unlimited.pizza> | 2023-05-07 15:22:54 +0200 |
|---|---|---|
| committer | Ruben Beltran del Rio <ruben@unlimited.pizza> | 2023-05-07 15:22:54 +0200 |
| commit | fdb4633d3e9158e457d57e820df6e1efb4df39c2 (patch) | |
| tree | 176cad99cb9befc0a65a7af02561019e811814de /Map.xcodeproj/project.xcworkspace | |
| parent | 75a0e4509a70055851b085f3f7293ae1cf48164c (diff) | |
Update to support notes + new style2.0.0
Diffstat (limited to 'Map.xcodeproj/project.xcworkspace')
| -rw-r--r-- | Map.xcodeproj/project.xcworkspace/xcshareddata/swiftpm/Package.resolved | 14 |
1 files changed, 14 insertions, 0 deletions
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 +} |