Skip to content

Commit 5441f1e

Browse files
5.0.73
1 parent f0172ee commit 5441f1e

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.72/IModelJsNative.xcframework.zip",
25-
checksum: "3dac6405198ae23aaf5509d3e3f952c1f5e9ddc8271a0b5279fca7615725add5")
24+
url: "https://github.com/iTwin/mobile-native-ios/releases/download/5.0.73/IModelJsNative.xcframework.zip",
25+
checksum: "1fc627132e3680e7ab768bf4a9d05a81bc90093deadd8a9fd4256ab18dd18bff")
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.72"
9+
spec.version = "5.0.73"
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)