From 1ab06a7577fa393337b419c36abd3fe6eaf8c1b7 Mon Sep 17 00:00:00 2001 From: Johan Degraeve Date: Sat, 16 Sep 2023 14:02:43 +0200 Subject: [PATCH] version 4.11.5 - build 4189 --- .../xcshareddata/swiftpm/Package.resolved | 41 +++++++++++++++++++ xdrip/Version.xcconfig | 4 +- 2 files changed, 43 insertions(+), 2 deletions(-) create mode 100644 xdrip.xcodeproj/project.xcworkspace/xcshareddata/swiftpm/Package.resolved diff --git a/xdrip.xcodeproj/project.xcworkspace/xcshareddata/swiftpm/Package.resolved b/xdrip.xcodeproj/project.xcworkspace/xcshareddata/swiftpm/Package.resolved new file mode 100644 index 000000000..48776ea72 --- /dev/null +++ b/xdrip.xcodeproj/project.xcworkspace/xcshareddata/swiftpm/Package.resolved @@ -0,0 +1,41 @@ +{ + "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" : "32f641cf24fc7abc1c591a2025e9f2f572648b0f", + "version" : "1.7.2" + } + }, + { + "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" : 2 +} diff --git a/xdrip/Version.xcconfig b/xdrip/Version.xcconfig index 979bf220f..2b29d996c 100644 --- a/xdrip/Version.xcconfig +++ b/xdrip/Version.xcconfig @@ -4,8 +4,8 @@ // // Version [DEFAULT] -XDRIP_MARKETING_VERSION = 4.11.4 -CURRENT_PROJECT_VERSION = 4188 +XDRIP_MARKETING_VERSION = 4.11.5 +CURRENT_PROJECT_VERSION = 4189 // Optional override #include? "VersionOverride.xcconfig"