Skip to content

Commit b56f6f2

Browse files
authored
make the FHIRPathParser target fully public (#98)
# make the FHIRPathParser target fully public ## ⚙️ Release Notes - adds a `FHIRPathParser` package product ## 📚 Documentation n/a ## ✅ Testing n/a ### Code of Conduct & Contributing Guidelines By creating and submitting this pull request, you agree to follow our [Code of Conduct](https://github.com/StanfordBDHG/.github/blob/main/CODE_OF_CONDUCT.md) and [Contributing Guidelines](https://github.com/StanfordBDHG/.github/blob/main/CONTRIBUTING.md): - [x] I agree to follow the [Code of Conduct](https://github.com/StanfordBDHG/.github/blob/main/CODE_OF_CONDUCT.md) and [Contributing Guidelines](https://github.com/StanfordBDHG/.github/blob/main/CONTRIBUTING.md).
1 parent dc3e35d commit b56f6f2

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Package.swift

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,8 @@ let package = Package(
2222
],
2323
products: [
2424
.library(name: "ResearchKitOnFHIR", targets: ["ResearchKitOnFHIR"]),
25-
.library(name: "FHIRQuestionnaires", targets: ["FHIRQuestionnaires"])
25+
.library(name: "FHIRQuestionnaires", targets: ["FHIRQuestionnaires"]),
26+
.library(name: "FHIRPathParser", targets: ["FHIRPathParser"])
2627
],
2728
dependencies: [
2829
.package(url: "https://github.com/StanfordBDHG/ResearchKit.git", .upToNextMinor(from: "3.1.1")),

0 commit comments

Comments
 (0)