Skip to content

Commit e0060b2

Browse files
5.0.94
1 parent 82cb36a commit e0060b2

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Package.swift

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ let package = Package(
2121
targets: [
2222
.binaryTarget(
2323
name: "IModelJsNative",
24-
url: "https://github.com/iTwin/mobile-native-ios/releases/download/5.0.93/IModelJsNative.xcframework.zip",
25-
checksum: "4b8bd4dfe7d24e231c40397d99604731c7de9267d2fcf065dbb5bb1f6e3fd19b")
24+
url: "https://github.com/iTwin/mobile-native-ios/releases/download/5.0.94/IModelJsNative.xcframework.zip",
25+
checksum: "0c06314c4ff281655c5b85b775278a0dd01d42526fc1391625d9d0b7e57568b4")
2626
]
2727
)

itwin-mobile-native-ios.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
#---------------------------------------------------------------------------------------
77
Pod::Spec.new do |spec|
88
spec.name = "itwin-mobile-native"
9-
spec.version = "5.0.93"
9+
spec.version = "5.0.94"
1010
spec.summary = "iOS package for imodeljs binaries"
1111
spec.homepage = "https://github.com/iTwin/mobile-native-ios"
1212
spec.license = "MIT"

0 commit comments

Comments
 (0)