Skip to content

Commit

Permalink
Added documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
francodriansetti committed Feb 27, 2024
1 parent 92d3bec commit 8f4bed9
Show file tree
Hide file tree
Showing 1,345 changed files with 23 additions and 1 deletion.
18 changes: 18 additions & 0 deletions Package.resolved
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,24 @@
"revision": "7a2742ff415a7423fd62c0ed23fe1c9ca8fcaa9f",
"version": "3.56.1"
}
},
{
"package": "SwiftDocCPlugin",
"repositoryURL": "https://github.com/apple/swift-docc-plugin",
"state": {
"branch": null,
"revision": "26ac5758409154cc448d7ab82389c520fa8a8247",
"version": "1.3.0"
}
},
{
"package": "SymbolKit",
"repositoryURL": "https://github.com/apple/swift-docc-symbolkit",
"state": {
"branch": null,
"revision": "b45d1f2ed151d057b54504d653e0da5552844e34",
"version": "1.0.0"
}
}
]
},
Expand Down
6 changes: 5 additions & 1 deletion Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,11 @@ let package = Package(
// BitmovinPlayer
.package(name: "BitmovinPlayer",
url: "https://github.com/bitmovin/player-ios.git",
.exact("3.56.1"))
.exact("3.56.1")),

// other dependencies
.package(url: "https://github.com/apple/swift-docc-plugin", from: "1.0.0")

],
targets: [
// Targets are the basic building blocks of a package, defining a module or a test suite.
Expand Down
Loading

0 comments on commit 8f4bed9

Please sign in to comment.