Skip to content

Commit

Permalink
Update version to 0.22.12
Browse files Browse the repository at this point in the history
  • Loading branch information
tcobbs-bentley committed Aug 15, 2024
1 parent 189a1a0 commit ba91635
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.11".
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.12".

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.11"))
.package(name: "itwin-mobile-sdk", url: "https://github.com/iTwin/mobile-sdk-ios", .exact("0.22.12"))
]
```

Expand All @@ -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.8.40/itwin-mobile-native-ios.podspec'
pod 'itwin-mobile-sdk', podspec: 'https://github.com/iTwin/mobile-sdk-ios/releases/download/0.22.11/itwin-mobile-sdk.podspec'
pod 'AsyncLocationKit', podspec: 'https://github.com/iTwin/mobile-sdk-ios/releases/download/0.22.11/AsyncLocationKit.podspec'
pod 'itwin-mobile-sdk', podspec: 'https://github.com/iTwin/mobile-sdk-ios/releases/download/0.22.12/itwin-mobile-sdk.podspec'
pod 'AsyncLocationKit', podspec: 'https://github.com/iTwin/mobile-sdk-ios/releases/download/0.22.12/AsyncLocationKit.podspec'
end

post_install do |installer|
Expand Down
2 changes: 1 addition & 1 deletion itwin-mobile-sdk.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |spec|
spec.name = "itwin-mobile-sdk"
spec.version = "0.22.11"
spec.version = "0.22.12"
spec.summary = "iTwin Mobile SDK"
spec.homepage = "https://github.com/iTwin/mobile-sdk-ios"
spec.license = { :type => "MIT", :file => "LICENSE.md" }
Expand Down

0 comments on commit ba91635

Please sign in to comment.