Skip to content

Commit

Permalink
5.0.20
Browse files Browse the repository at this point in the history
  • Loading branch information
imodeljs-admin committed Dec 18, 2024
1 parent ab2cb40 commit 8c0b041
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ let package = Package(
targets: [
.binaryTarget(
name: "IModelJsNative",
url: "https://github.com/iTwin/mobile-native-ios/releases/download/5.0.19/IModelJsNative.xcframework.zip",
checksum: "71d34d8835d20055baa63d55afdfa8bfcd4eaa0f52193d5a3a39ee09c559b7cb")
url: "https://github.com/iTwin/mobile-native-ios/releases/download/5.0.20/IModelJsNative.xcframework.zip",
checksum: "f990f775d4baaa37f1046aa6577080bb9c7e0353a54e12c7dc1842d3ed6b5cf1")
]
)
2 changes: 1 addition & 1 deletion itwin-mobile-native-ios.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
#---------------------------------------------------------------------------------------
Pod::Spec.new do |spec|
spec.name = "itwin-mobile-native"
spec.version = "5.0.19"
spec.version = "5.0.20"
spec.summary = "iOS package for imodeljs binaries"
spec.homepage = "https://github.com/iTwin/mobile-native-ios"
spec.license = "MIT"
Expand Down

0 comments on commit 8c0b041

Please sign in to comment.