Skip to content

Commit

Permalink
5.0.14
Browse files Browse the repository at this point in the history
  • Loading branch information
imodeljs-admin committed Nov 30, 2024
1 parent 298a872 commit 02b2b9e
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.13/IModelJsNative.xcframework.zip",
checksum: "0b898758e25666d88c75e260ea80b130aacf63ffdb39166ffbe92f122ed243b9")
url: "https://github.com/iTwin/mobile-native-ios/releases/download/5.0.14/IModelJsNative.xcframework.zip",
checksum: "29f19a9684974013b4c7a4f65b5bd8597ad6e70f8571f4480bd3959598c47b46")
]
)
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.13"
spec.version = "5.0.14"
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 02b2b9e

Please sign in to comment.