This PR contains the work done to provide basic Linux support to this package. To provide further details about the work done: - [x] updated the `SwiftLibs` dependency to `v0.1.5`; - [x] updated the Swift tools version in the `Package` file to `v5.7`; - [x] added the `/.vscode` folder to the `.gitignore` file; - [x] filtered out the `AmiiboClient` and `AmiiboService` entities from Linux platforms; - [x] added several targets to the `Makefile` to smooth several development work-flows; - [x] updated the Xcode and Github pages documentation. Co-authored-by: Javier Cicchelli <javier@rock-n-code.com> Reviewed-on: #16
33 lines
864 B
Plaintext
33 lines
864 B
Plaintext
{
|
|
"pins" : [
|
|
{
|
|
"identity" : "swift-docc-plugin",
|
|
"kind" : "remoteSourceControl",
|
|
"location" : "https://github.com/apple/swift-docc-plugin",
|
|
"state" : {
|
|
"revision" : "9b1258905c21fc1b97bf03d1b4ca12c4ec4e5fda",
|
|
"version" : "1.2.0"
|
|
}
|
|
},
|
|
{
|
|
"identity" : "swift-docc-symbolkit",
|
|
"kind" : "remoteSourceControl",
|
|
"location" : "https://github.com/apple/swift-docc-symbolkit",
|
|
"state" : {
|
|
"revision" : "b45d1f2ed151d057b54504d653e0da5552844e34",
|
|
"version" : "1.0.0"
|
|
}
|
|
},
|
|
{
|
|
"identity" : "swift-libs",
|
|
"kind" : "remoteSourceControl",
|
|
"location" : "https://github.com/rock-n-code/swift-libs.git",
|
|
"state" : {
|
|
"revision" : "94a49afb6660e62f8c77035a9ea630b07b48c931",
|
|
"version" : "0.1.5"
|
|
}
|
|
}
|
|
],
|
|
"version" : 2
|
|
}
|