From 9443f890f9bad80a0c2bbf705d6ff336122e3917 Mon Sep 17 00:00:00 2001 From: Mikhail Rubanov Date: Sat, 9 Dec 2023 08:12:39 -0300 Subject: [PATCH] Use xcode 15 --- .github/workflows/update_docs.yml | 2 +- Package.swift | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/update_docs.yml b/.github/workflows/update_docs.yml index 11ea509..a5c5323 100644 --- a/.github/workflows/update_docs.yml +++ b/.github/workflows/update_docs.yml @@ -20,7 +20,7 @@ env: LANGUAGE: "en_US.UTF-8" LC_ALL: "en_US.UTF-8" SCHEME: "AccessibilityDocumentation" - XCODE_VERSION: '~>14' + XCODE_VERSION: '~>15' DERIVED_DATA_PATH: './DerivedData/' DESTINATION: 'platform=iOS Simulator,name=iPhone 11' HOSTING_BASE_PATH: 'AccessibilityDocumentation' diff --git a/Package.swift b/Package.swift index 41cac77..5a55bb5 100644 --- a/Package.swift +++ b/Package.swift @@ -1,10 +1,10 @@ -// swift-tools-version: 5.7.1 +// swift-tools-version: 5.9 import PackageDescription let package = Package( name: "AccessibilityDocumentation", - platforms: [.iOS(.v16)], + platforms: [.iOS(.v17)], products: [ .library( name: "AccessibilityDocumentation",