Skip to content

Commit 56563a5

Browse files
committed
Add openfeature/protocol submodule
1 parent 156509c commit 56563a5

File tree

4 files changed

+7
-1
lines changed

4 files changed

+7
-1
lines changed

.gitmodules

+3
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
[submodule "protocol"]
2+
path = protocol
3+
url = https://github.com/open-feature/protocol

.licenseignore

+2
Original file line numberDiff line numberDiff line change
@@ -7,3 +7,5 @@
77
*.txt
88
*.yaml
99
Package.swift
10+
.gitmodules
11+
protocol/

Package.swift

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ let package = Package(
1919
.target(
2020
name: "OFREP",
2121
dependencies: [
22-
.product(name: "OpenFeature", package: "swift-open-feature"),
22+
.product(name: "OpenFeature", package: "swift-open-feature")
2323
]
2424
),
2525
.testTarget(

protocol

Submodule protocol added at deaec3d

0 commit comments

Comments
 (0)