From 5e8eed99cf3c15d7bf6e63f9d7e0605f6c024b8c Mon Sep 17 00:00:00 2001 From: Travis Cobbs <77415528+tcobbs-bentley@users.noreply.github.com> Date: Tue, 16 Jul 2024 16:23:09 +0000 Subject: [PATCH] Update version to 0.22.6 --- README.md | 10 +++++----- itwin-mobile-sdk.podspec | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index dff249b..3a057db 100644 --- a/README.md +++ b/README.md @@ -16,13 +16,13 @@ This package is delivered as source-only and supports two options for dependency ### Swift Package Manager -With [Swift Package Manager](https://swift.org/package-manager), add `https://github.com/iTwin/mobile-sdk-ios` to your project's Package Dependencies settings in Xcode, making sure to set the "Dependency Rule" to "Exact Version" and the version to "0.22.5". +With [Swift Package Manager](https://swift.org/package-manager), add `https://github.com/iTwin/mobile-sdk-ios` to your project's Package Dependencies settings in Xcode, making sure to set the "Dependency Rule" to "Exact Version" and the version to "0.22.6". Or add the following package to your `Package.swift` dependencies: ```swift dependencies: [ - .package(name: "itwin-mobile-sdk", url: "https://github.com/iTwin/mobile-sdk-ios", .exact("0.22.5")) + .package(name: "itwin-mobile-sdk", url: "https://github.com/iTwin/mobile-sdk-ios", .exact("0.22.6")) ] ``` @@ -44,8 +44,8 @@ target 'MyMobileApp' do # Pods for MyMobileApp pod 'itwin-mobile-native', podspec: 'https://github.com/iTwin/mobile-native-ios/releases/download/4.7.29/itwin-mobile-native-ios.podspec' - pod 'itwin-mobile-sdk', podspec: 'https://github.com/iTwin/mobile-sdk-ios/releases/download/0.22.5/itwin-mobile-sdk.podspec' - pod 'AsyncLocationKit', podspec: 'https://github.com/iTwin/mobile-sdk-ios/releases/download/0.22.5/AsyncLocationKit.podspec' + pod 'itwin-mobile-sdk', podspec: 'https://github.com/iTwin/mobile-sdk-ios/releases/download/0.22.6/itwin-mobile-sdk.podspec' + pod 'AsyncLocationKit', podspec: 'https://github.com/iTwin/mobile-sdk-ios/releases/download/0.22.6/AsyncLocationKit.podspec' end post_install do |installer| @@ -63,7 +63,7 @@ end ``` ## Notes -- This package is designed to be used with the [@itwin/mobile-sdk-core](https://github.com/iTwin/mobile-sdk-core) and [@itwin/mobile-ui-react](https://github.com/iTwin/mobile-ui-react) packages. Those two packages are intended to be installed via npm, and their version number must match the version number of this package. Furthermore, they use __iTwin.js 4.7.2__, and your app must use that same version of iTwin.js. +- This package is designed to be used with the [@itwin/mobile-sdk-core](https://github.com/iTwin/mobile-sdk-core) and [@itwin/mobile-ui-react](https://github.com/iTwin/mobile-ui-react) packages. Those two packages are intended to be installed via npm, and their version number must match the version number of this package. Furthermore, they use __iTwin.js 4.7.6__, and your app must use that same version of iTwin.js. - If you are using this package via CocoaPods, make sure to set the `itwin-mobile-native` CocoaPod to version 4.7.29 diff --git a/itwin-mobile-sdk.podspec b/itwin-mobile-sdk.podspec index 8a1a03d..576c313 100644 --- a/itwin-mobile-sdk.podspec +++ b/itwin-mobile-sdk.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |spec| spec.name = "itwin-mobile-sdk" - spec.version = "0.22.5" + spec.version = "0.22.6" spec.summary = "iTwin Mobile SDK" spec.homepage = "https://github.com/iTwin/mobile-sdk-ios" spec.license = { :type => "MIT", :file => "LICENSE.md" }