Remove package.resolved
This commit is contained in:
parent
afdba106a9
commit
5a6c555f13
|
@ -7,3 +7,4 @@ DerivedData/
|
|||
.swiftpm/config/registries.json
|
||||
.swiftpm/xcode/package.xcworkspace/contents.xcworkspacedata
|
||||
.netrc
|
||||
/*.resolved
|
||||
|
|
|
@ -1,41 +0,0 @@
|
|||
{
|
||||
"pins" : [
|
||||
{
|
||||
"identity" : "c",
|
||||
"kind" : "remoteSourceControl",
|
||||
"location" : "https://github.com/0xOpenBytes/c",
|
||||
"state" : {
|
||||
"revision" : "9477c47d3802d983580fb0770c9869c9e9330a37",
|
||||
"version" : "0.3.0"
|
||||
}
|
||||
},
|
||||
{
|
||||
"identity" : "flet",
|
||||
"kind" : "remoteSourceControl",
|
||||
"location" : "https://github.com/0xOpenBytes/FLet",
|
||||
"state" : {
|
||||
"revision" : "35a4a21a058661e59556c2870e5ed2351f58622f",
|
||||
"version" : "1.1.0"
|
||||
}
|
||||
},
|
||||
{
|
||||
"identity" : "o",
|
||||
"kind" : "remoteSourceControl",
|
||||
"location" : "https://github.com/0xOpenBytes/o",
|
||||
"state" : {
|
||||
"revision" : "2721b5d5feab371ab6e6999a557f9c80f0426228",
|
||||
"version" : "0.2.1"
|
||||
}
|
||||
},
|
||||
{
|
||||
"identity" : "t",
|
||||
"kind" : "remoteSourceControl",
|
||||
"location" : "https://github.com/0xOpenBytes/t",
|
||||
"state" : {
|
||||
"revision" : "78294df737c524f40267bca42beb8e10ca28aa41",
|
||||
"version" : "0.2.0"
|
||||
}
|
||||
}
|
||||
],
|
||||
"version" : 2
|
||||
}
|
|
@ -1,4 +1,4 @@
|
|||
// swift-tools-version: 5.6
|
||||
// swift-tools-version: 5.5
|
||||
// The swift-tools-version declares the minimum version of Swift required to build this package.
|
||||
|
||||
import PackageDescription
|
||||
|
|
Loading…
Reference in New Issue