2025-10-07 22:32:54 +00:00
|
|
|
## ===----------------------------------------------------------------------===
|
|
|
|
|
##
|
|
|
|
|
## This source file is part of the Amiibo Service open source project
|
|
|
|
|
##
|
2026-03-22 23:48:46 +00:00
|
|
|
## Copyright (c) 2026 Röck+Cöde VoF. and the Amiibo Service project authors
|
2025-10-07 22:32:54 +00:00
|
|
|
## Licensed under Apache license v2.0
|
|
|
|
|
##
|
|
|
|
|
## See LICENSE for license information
|
|
|
|
|
## See CONTRIBUTORS for the list of Amiibo Service project authors
|
|
|
|
|
##
|
|
|
|
|
## SPDX-License-Identifier: Apache-2.0
|
|
|
|
|
##
|
|
|
|
|
## ===----------------------------------------------------------------------===
|
2025-10-01 23:19:14 +00:00
|
|
|
|
2025-09-09 17:30:19 +00:00
|
|
|
# --- DOCUMENTATION ---
|
|
|
|
|
|
2025-10-01 23:19:14 +00:00
|
|
|
DOCC_ARCHIVE_OUTPUT=./${SPM_LIBRARY_TARGET}.doccarchive
|
2025-09-09 17:30:19 +00:00
|
|
|
DOCC_GITHUB_OUTPUT=./docs
|
|
|
|
|
DOCC_GITHUB_BASE_PATH=amiibo-service
|
|
|
|
|
DOCC_PREVIEW_URL=http://localhost:8080/documentation/amiiboservice
|
|
|
|
|
|
|
|
|
|
# -- SWIFT PACKAGE MANAGER ---
|
|
|
|
|
|
|
|
|
|
SPM_LIBRARY_TARGET=AmiiboService
|