diff options
| author | Ruben Beltran del Rio <ruben@unlimited.pizza> | 2023-08-02 10:30:51 +0200 |
|---|---|---|
| committer | Ruben Beltran del Rio <ruben@unlimited.pizza> | 2023-08-02 10:30:51 +0200 |
| commit | 377442f2f1f0f08bc525393c9bd1c84f159c5159 (patch) | |
| tree | ab7f62cda14f1d85a30e65b130cf289f3a04947b /Captura.xcodeproj/project.xcworkspace/xcshareddata | |
| parent | 8e9321304ca80e9ada7ac01058a5f4603cb37fab (diff) | |
Add AppleScript support
Diffstat (limited to 'Captura.xcodeproj/project.xcworkspace/xcshareddata')
| -rw-r--r-- | Captura.xcodeproj/project.xcworkspace/xcshareddata/swiftpm/Package.resolved | 14 |
1 files changed, 14 insertions, 0 deletions
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 +} |