From cc0e0bb3a5a6da0bfcdbee24f041d3c44ad16668 Mon Sep 17 00:00:00 2001 From: Travis Cobbs <77415528+tcobbs-bentley@users.noreply.github.com> Date: Mon, 11 Dec 2023 12:41:47 -0800 Subject: [PATCH] Update to iTwin 4.3.0 (#146) --- Package.resolved | 4 ++-- Package.swift | 2 +- itwin-mobile-sdk.podspec | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Package.resolved b/Package.resolved index 454410e..4b7d77a 100644 --- a/Package.resolved +++ b/Package.resolved @@ -24,8 +24,8 @@ "repositoryURL": "https://github.com/iTwin/mobile-native-ios", "state": { "branch": null, - "revision": "c864c841f94fa50e2c354344a123bd8785f7893b", - "version": "4.2.11" + "revision": "15b79a444eee393b68a49443f59a5671faa37946", + "version": "4.3.5" } }, { diff --git a/Package.swift b/Package.swift index c5e1d0d..cadf6c6 100644 --- a/Package.swift +++ b/Package.swift @@ -22,7 +22,7 @@ let package = Package( dependencies: [ // Dependencies declare other packages that this package depends on. // .package(url: /* package url */, from: "1.0.0"), - .package(name: "itwin-mobile-native", url: "https://github.com/iTwin/mobile-native-ios", .exact("4.2.11")), + .package(name: "itwin-mobile-native", url: "https://github.com/iTwin/mobile-native-ios", .exact("4.3.5")), .package(url: "https://github.com/AsyncSwift/AsyncLocationKit.git", .upToNextMajor(from: "1.5.6")), .package(name: "Reachability", url: "https://github.com/ashleymills/Reachability.swift", from: "5.1.0"), .package(name: "AppAuth", url: "https://github.com/openid/AppAuth-iOS.git", .upToNextMajor(from: "1.6.0")), diff --git a/itwin-mobile-sdk.podspec b/itwin-mobile-sdk.podspec index 1728687..1be15de 100644 --- a/itwin-mobile-sdk.podspec +++ b/itwin-mobile-sdk.podspec @@ -17,5 +17,5 @@ Pod::Spec.new do |spec| spec.dependency "ReachabilitySwift" spec.dependency "AsyncLocationKit", "~> 1.0.5" spec.dependency "AppAuth", "~> 1.4" - spec.dependency "itwin-mobile-native", "4.2.11" + spec.dependency "itwin-mobile-native", "4.3.5" end