We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0164ae3 commit 1b9df74Copy full SHA for 1b9df74
Makefile
@@ -5,7 +5,7 @@
5
# [Special-Targets](https://www.gnu.org/software/make/manual/html_node/Special-Targets.html)
6
.DEFAULT_GOAL := install
7
OPENAPI_PATH := Submodule/github/rest-api-description/descriptions/api.github.com/api.github.com.json
8
-FILTERED_NAMES = $(shell jq -r '.tags[].name' $(OPENAPI_PATH))
+FILTERED_NAMES = $(shell swift Scripts/PackageTargetsParser.swift $(OPENAPI_PATH))
9
SOURCE_DIRS = $(addprefix Sources/, $(FILTERED_NAMES))
10
PACKAGE_PATHS := Package.swift
11
mise.toml
@@ -1,7 +1,6 @@
1
[tools]
2
swift = "6"
3
"spm:apple/swift-openapi-generator" = "latest"
4
-jq = "1.8.1"
[settings]
experimental = true
0 commit comments