From 377442f2f1f0f08bc525393c9bd1c84f159c5159 Mon Sep 17 00:00:00 2001 From: Ruben Beltran del Rio Date: Wed, 2 Aug 2023 10:30:51 +0200 Subject: Add AppleScript support --- .../xcshareddata/swiftpm/Package.resolved | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create 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 new file mode 100644 index 0000000..c5bc2ce --- /dev/null +++ b/Captura.xcodeproj/project.xcworkspace/xcshareddata/swiftpm/Package.resolved @@ -0,0 +1,14 @@ +{ + "pins" : [ + { + "identity" : "cloudstorage", + "kind" : "remoteSourceControl", + "location" : "https://github.com/nonstrict-hq/CloudStorage", + "state" : { + "revision" : "35700218d35579df091974b6e7765db94c83448b", + "version" : "0.4.0" + } + } + ], + "version" : 2 +} -- cgit