From 70b6da8d3f9b26386be3e1133a665267384bf5de Mon Sep 17 00:00:00 2001 From: imodeljs-admin <38288322+imodeljs-admin@users.noreply.github.com> Date: Tue, 14 Jan 2025 20:30:30 +0000 Subject: [PATCH] 5.0.37 --- Package.swift | 4 ++-- itwin-mobile-native-ios.podspec | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Package.swift b/Package.swift index 58ddca5..afc9a5b 100644 --- a/Package.swift +++ b/Package.swift @@ -21,7 +21,7 @@ let package = Package( targets: [ .binaryTarget( name: "IModelJsNative", - url: "https://github.com/iTwin/mobile-native-ios/releases/download/5.0.36/IModelJsNative.xcframework.zip", - checksum: "c3f10da2d9504c3c1be27068dab14172bd176d7696979e9784d3f3807677e4dc") + url: "https://github.com/iTwin/mobile-native-ios/releases/download/5.0.37/IModelJsNative.xcframework.zip", + checksum: "f86a881a89c83aa77df1bfee88efc0b19d65adef2dab79777fa2771f1ec7451e") ] ) diff --git a/itwin-mobile-native-ios.podspec b/itwin-mobile-native-ios.podspec index 601a441..a57b40c 100644 --- a/itwin-mobile-native-ios.podspec +++ b/itwin-mobile-native-ios.podspec @@ -6,7 +6,7 @@ #--------------------------------------------------------------------------------------- Pod::Spec.new do |spec| spec.name = "itwin-mobile-native" - spec.version = "5.0.36" + spec.version = "5.0.37" spec.summary = "iOS package for imodeljs binaries" spec.homepage = "https://github.com/iTwin/mobile-native-ios" spec.license = "MIT"