-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* feat!: Adopt newer OF SDK Signed-off-by: Fabrizio Demaria <[email protected]> * deps: Pin OF SDK version Signed-off-by: Fabrizio Demaria <[email protected]> * fix: Small demo app fix Signed-off-by: Fabrizio Demaria <[email protected]> * deps: Remove OF dependency from demo app Signed-off-by: Fabrizio Demaria <[email protected]> --------- Signed-off-by: Fabrizio Demaria <[email protected]>
- Loading branch information
1 parent
3588ae8
commit 652d5f0
Showing
7 changed files
with
43 additions
and
52 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
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 |
---|---|---|
|
@@ -6,8 +6,8 @@ | |
"repositoryURL": "[email protected]:open-feature/swift-sdk.git", | ||
"state": { | ||
"branch": null, | ||
"revision": "02b033c954766e86d5706bfc8ee5248244c11e77", | ||
"version": "0.1.0" | ||
"revision": "e2be5852827d7d6b837b9a4e577bb52bea6322d7", | ||
"version": "0.3.0" | ||
} | ||
} | ||
] | ||
|
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 |
---|---|---|
|
@@ -18,7 +18,7 @@ let package = Package( | |
targets: ["Confidence"]) | ||
], | ||
dependencies: [ | ||
.package(url: "[email protected]:open-feature/swift-sdk.git", from: "0.1.0"), | ||
.package(url: "[email protected]:open-feature/swift-sdk.git", .exact("0.3.0")), | ||
], | ||
targets: [ | ||
.target( | ||
|
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