Fix browser build for v5.1.4 (#522)

* Remove Package.resolved from xcsharedata

* Add Package.resolved to gitignore
This commit is contained in:
Deniz Cengiz 2024-04-01 13:07:59 +02:00 committed by GitHub
parent 6e944789f4
commit 338a9c2886
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 1 additions and 42 deletions

1
.gitignore vendored
View File

@ -6,6 +6,7 @@ xDripConfigOverride.xcconfig
UserInterfaceState.xcuserstate
iBreakpoints_v2.xcbkptlist
xdrip.xcodeproj/xcuserdata/johandegraeve.xcuserdatad/xcdebugger/
Package.resolved
# Ruby version settings
.ruby-version

View File

@ -1,42 +0,0 @@
{
"originHash" : "20a19467224593c1dcb0789843c73f4580a23d8227b26f5a2c54d6c62c75927e",
"pins" : [
{
"identity" : "actionclosurable",
"kind" : "remoteSourceControl",
"location" : "https://github.com/takasek/ActionClosurable.git",
"state" : {
"revision" : "a1a589cd4189768c0ac7a49da7296d95a7f4f914",
"version" : "2.1.0"
}
},
{
"identity" : "cryptoswift",
"kind" : "remoteSourceControl",
"location" : "https://github.com/krzyzanowskim/CryptoSwift.git",
"state" : {
"revision" : "7892a123f7e8d0fe62f9f03728b17bbd4f94df5c",
"version" : "1.8.1"
}
},
{
"identity" : "piecharts",
"kind" : "remoteSourceControl",
"location" : "https://github.com/paulplant/PieCharts",
"state" : {
"branch" : "master",
"revision" : "15128eb4d1126dcdca4a5b665cece6be9f5dac91"
}
},
{
"identity" : "swiftcharts",
"kind" : "remoteSourceControl",
"location" : "https://github.com/ivanschuetz/SwiftCharts",
"state" : {
"branch" : "master",
"revision" : "c354c1945bb35a1f01b665b22474f6db28cba4a2"
}
}
],
"version" : 3
}