Added a task to the Makefile that updates the App Store Connect Open API specification document in the library target.

This commit is contained in:
2026-03-26 01:03:16 +01:00
parent d1761e8a83
commit d865af4fb2
2 changed files with 19 additions and 0 deletions
+8
View File
@@ -19,6 +19,14 @@ DOCC_GITHUB_OUTPUT=./docs
DOCC_GITHUB_BASE_PATH=asconnect-service
DOCC_PREVIEW_URL=http://localhost:8080/documentation/asconnectservice
# --- OPEN API SPECIFICATION ---
OAS_DOWNLOAD_FOLDER=./oas-download
OAS_DOWNLOAD_FILE=$(OAS_DOWNLOAD_FOLDER)/openapi.oas.json
OAS_DOWNLOAD_INPUT=$(OAS_DOWNLOAD_FOLDER)/asconnect-openapi-specification.zip
OAS_DOWNLOAD_OUTPUT=Sources/$(SPM_LIBRARY_TARGET)/openapi.json
OAS_DOWNLOAD_URL=https://developer.apple.com/sample-code/app-store-connect/app-store-connect-openapi-specification.zip
# -- SWIFT PACKAGE MANAGER ---
SPM_LIBRARY_TARGET=ASConnectService