diff --git a/.github/workflows/xcode.yml b/.github/workflows/xcode.yml index 1e5154de..ab45c551 100644 --- a/.github/workflows/xcode.yml +++ b/.github/workflows/xcode.yml @@ -16,7 +16,7 @@ on: env: DESTINATION_IOS: platform=iOS Simulator,name=iPhone 16,OS=18.5 DESTINATION_MACOS: platform=macOS,arch=x86_64 - SCHEME: NextcloudKit + SCHEME: NextcloudKit-Package SERVER_BRANCH: stable30 PHP_VERSION: 8.3 @@ -56,8 +56,6 @@ jobs: ./server/occ config:system:set hashing_default_password --value=true --type=boolean ./server/occ config:system:set auth.bruteforce.protection.enabled --value false --type bool ./server/occ config:system:set ratelimit.protection.enabled --value false --type bool - ./server/occ config:system:set memcache.local --value="\\OC\\Memcache\\APCu" - ./server/occ config:system:set memcache.distributed --value="\\OC\\Memcache\\APCu" ./server/occ background:cron PHP_CLI_SERVER_WORKERS=5 php -S localhost:8080 -t server/ & diff --git a/REUSE.toml b/REUSE.toml index 1a43b371..8147e891 100644 --- a/REUSE.toml +++ b/REUSE.toml @@ -22,3 +22,9 @@ path = [".swiftlint.yml", "Sourcery/bin/sourcery", "Tests/NextcloudKitUnitTests/ precedence = "aggregate" SPDX-FileCopyrightText = "2023 Nextcloud GmbH and Nextcloud contributors" SPDX-License-Identifier = "GPL-3.0-or-later" + +[[annotations]] +path = ["Sources/NextcloudKitUI/Documentation.docc/Documentation.md", "Sources/NextcloudKitUI/Documentation.docc/theme-settings.json", "Sources/NextcloudKitUI/Localizable.xcstrings"] +precedence = "aggregate" +SPDX-FileCopyrightText = "2026 Nextcloud GmbH and Nextcloud contributors" +SPDX-License-Identifier = "GPL-3.0-or-later"