Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion docs/sdk/client-side-sdks/ios/ios-install.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ To use the library with Swift Package Manager, include it as a dependency in you
```swift
...
dependencies: [
.package(url: "https://github.com/DevCycleHQ/ios-client-sdk.git", .upToNextMajor("1.19.0")),
.package(url: "https://github.com/DevCycleHQ/ios-client-sdk.git", .upToNextMajor("1.26.0")),
Comment thread
jonathannorris marked this conversation as resolved.

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Can we source this dynamically somehow? Like this is a dynamic source update reference that gets auto pulled on every commit to main regardless of what the change was?

],
targets: [
.target(
Expand All @@ -54,6 +54,8 @@ To use the library with Swift Package Manager, include it as a dependency in you

You can also add it through Xcode, i.e. `File > Swift Packages > Add Package Dependency`, then enter the repository clone URL.

Check the [SDK releases](https://github.com/DevCycleHQ/ios-client-sdk/releases) for newer compatible releases.

[//]: # 'wizard-install-end'

:::info
Expand Down
Loading