Skip to content

Commit

Permalink
Update to iTwin 4.3.0 (#146)
Browse files Browse the repository at this point in the history
  • Loading branch information
tcobbs-bentley authored Dec 11, 2023
1 parent f101d28 commit cc0e0bb
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions Package.resolved
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}
},
{
Expand Down
2 changes: 1 addition & 1 deletion Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -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")),
Expand Down
2 changes: 1 addition & 1 deletion itwin-mobile-sdk.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit cc0e0bb

Please sign in to comment.