Skip to content

Commit

Permalink
version bump to 4.11.0
Browse files Browse the repository at this point in the history
  • Loading branch information
NullIsOne committed Feb 20, 2025
1 parent 43ade22 commit 58dc78e
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@ let package = Package(
targets: [
.binaryTarget(
name: "YandexMapsMobile",
url: "https://github.com/surfstudio/surf-yandex-maps-ios-sdk/releases/download/4.10.1/YandexMapsMobile.xcframework.zip",
checksum: "bd17d18812a548dfd9921487ec5ff3d326ee0a4ca6ea54cebab7478f06b85638"
url: "https://github.com/surfstudio/surf-yandex-maps-ios-sdk/releases/download/4.11.0/YandexMapsMobile.xcframework.zip",
checksum: "241d412022b1a4d9dd98fd668b81cf990fd345180cbfaa802beaf0761bd30f98"
)
]
)
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,13 +14,13 @@ To integrate YandexMapsMobile into your project using SwiftPM do this 👇🏻

- File > Swift Packages > Add Package Dependency
- Add `https://github.com/surfstudio/surf-yandex-maps-ios-sdk.git`
- Select "Up to Next Major" with "4.10.1"
- Select "Up to Next Major" with "4.11.0"

or add the following code to your `Package.swift`:

```swift
dependencies: [
.package(url: "https://github.com/surfstudio/surf-yandex-maps-ios-sdk", revision: "4.10.1"),
.package(url: "https://github.com/surfstudio/surf-yandex-maps-ios-sdk", revision: "4.11.0"),
],
```
or via [XcodeGen](https://github.com/yonaskolb/XcodeGen) insert into your `project.yml`:
Expand All @@ -33,7 +33,7 @@ options:
packages:
YandexMapsMobile:
url: https://github.com/surfstudio/surf-yandex-maps-ios-sdk
from: 4.10.1
from: 4.11.0
targets:
YourTarget:
type: application
Expand Down

0 comments on commit 58dc78e

Please sign in to comment.