diff options
| author | Fuwn <[email protected]> | 2025-02-07 00:46:37 -0800 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2025-02-07 00:48:26 -0800 |
| commit | f3b0018992dec16349ac6132d1ae7f35be62c1ca (patch) | |
| tree | c68e062b07e88352d18ef641f8138839f84467f1 /HoloBar.xcodeproj/project.xcworkspace/xcshareddata | |
| download | holobar-f3b0018992dec16349ac6132d1ae7f35be62c1ca.tar.xz holobar-f3b0018992dec16349ac6132d1ae7f35be62c1ca.zip | |
feat: initial release
Diffstat (limited to 'HoloBar.xcodeproj/project.xcworkspace/xcshareddata')
| -rw-r--r-- | HoloBar.xcodeproj/project.xcworkspace/xcshareddata/swiftpm/Package.resolved | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/HoloBar.xcodeproj/project.xcworkspace/xcshareddata/swiftpm/Package.resolved b/HoloBar.xcodeproj/project.xcworkspace/xcshareddata/swiftpm/Package.resolved new file mode 100644 index 0000000..eab7942 --- /dev/null +++ b/HoloBar.xcodeproj/project.xcworkspace/xcshareddata/swiftpm/Package.resolved @@ -0,0 +1,15 @@ +{ + "originHash" : "2b6d335272326468abc2114223e2ce9f2cf9645d68fa4e525733ecbf43f90359", + "pins" : [ + { + "identity" : "swiftsoup", + "kind" : "remoteSourceControl", + "location" : "https://github.com/scinfu/SwiftSoup.git", + "state" : { + "revision" : "6b4930da67b462d3f200472c902dd016d37a554d", + "version" : "2.7.7" + } + } + ], + "version" : 3 +} |