Skip to content

Commit c21d0d6

Browse files
5.3.8
1 parent 6ae9cf8 commit c21d0d6

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.3.7/IModelJsNative.xcframework.zip",
25-
checksum: "0523ef63079cbbbc358bff48aebc55c5c79f1fd37bf533d3f8e69380b8f357e8")
24+
url: "https://github.com/iTwin/mobile-native-ios/releases/download/5.3.8/IModelJsNative.xcframework.zip",
25+
checksum: "1ef47e4df0e49b386525b4836985788771b4647af675cbd97868fc1009e700c1")
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.3.7"
9+
spec.version = "5.3.8"
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)