From 338a9c288698ebe99edd660f5d98a24cb48bb7a4 Mon Sep 17 00:00:00 2001 From: Deniz Cengiz <48965855+dnzxy@users.noreply.github.com> Date: Mon, 1 Apr 2024 13:07:59 +0200 Subject: [PATCH] Fix browser build for v5.1.4 (#522) * Remove Package.resolved from xcsharedata * Add Package.resolved to gitignore --- .gitignore | 1 + .../xcshareddata/swiftpm/Package.resolved | 42 ------------------- 2 files changed, 1 insertion(+), 42 deletions(-) delete mode 100644 xdrip.xcworkspace/xcshareddata/swiftpm/Package.resolved diff --git a/.gitignore b/.gitignore index bf9be8c2..4cf1655c 100644 --- a/.gitignore +++ b/.gitignore @@ -6,6 +6,7 @@ xDripConfigOverride.xcconfig UserInterfaceState.xcuserstate iBreakpoints_v2.xcbkptlist xdrip.xcodeproj/xcuserdata/johandegraeve.xcuserdatad/xcdebugger/ +Package.resolved # Ruby version settings .ruby-version diff --git a/xdrip.xcworkspace/xcshareddata/swiftpm/Package.resolved b/xdrip.xcworkspace/xcshareddata/swiftpm/Package.resolved deleted file mode 100644 index c71e659b..00000000 --- a/xdrip.xcworkspace/xcshareddata/swiftpm/Package.resolved +++ /dev/null @@ -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 -}