-
Notifications
You must be signed in to change notification settings - Fork 63
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Signed-off-by: OpenFeature Bot <[email protected]>
- Loading branch information
1 parent
b0581fc
commit 4cf2d9d
Showing
13 changed files
with
136 additions
and
72 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -10,7 +10,7 @@ This content has been automatically generated from swift-sdk. | |
Edits should be made here: https://github.com/open-feature/swift-sdk | ||
Once a repo has been updated, docs can be generated by running: yarn update:sdk-docs | ||
|
||
Last updated at Thu Jun 13 2024 08:07:56 GMT+0000 (Coordinated Universal Time) | ||
Last updated at Thu Aug 22 2024 08:08:10 GMT+0000 (Coordinated Universal Time) | ||
--> | ||
|
||
<p align="center" class="github-badges"> | ||
|
@@ -20,8 +20,8 @@ Last updated at Thu Jun 13 2024 08:07:56 GMT+0000 (Coordinated Universal Time) | |
</a> | ||
|
||
|
||
<a href="https://github.com/open-feature/swift-sdk/releases/tag/0.1.0"> | ||
<img alt="Release" src="https://img.shields.io/static/v1?label=release&message=v0.1.0&color=blue&style=for-the-badge" /> | ||
<a href="https://github.com/open-feature/swift-sdk/releases/tag/0.2.0"> | ||
<img alt="Release" src="https://img.shields.io/static/v1?label=release&message=v0.2.0&color=blue&style=for-the-badge" /> | ||
</a> | ||
|
||
|
||
|
@@ -58,7 +58,7 @@ First, ensure you have your GitHub account added as an option (+ > Add Source Co | |
If you manage dependencies through SPM, in the dependencies section of Package.swift add: | ||
|
||
```swift | ||
.package(url: "[email protected]:open-feature/swift-sdk.git", from: "0.1.0") | ||
.package(url: "[email protected]:open-feature/swift-sdk.git", from: "0.2.0") | ||
``` | ||
|
||
and in the target dependencies section add: | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.