From 51e2466567c4d6d9cfe59bba93a170a23cf95cc4 Mon Sep 17 00:00:00 2001 From: Roman Schlagowsky Date: Wed, 31 Jan 2024 09:31:07 +0100 Subject: [PATCH] xcode listing --- .github/workflows/deploy-documentation.yml | 3 +++ Package.swift | 4 ++-- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/.github/workflows/deploy-documentation.yml b/.github/workflows/deploy-documentation.yml index 9985f893..b3540098 100644 --- a/.github/workflows/deploy-documentation.yml +++ b/.github/workflows/deploy-documentation.yml @@ -12,6 +12,9 @@ jobs: - name: Check Xcode version run: /usr/bin/xcodebuild -version + - name: List Xcode versions + run: sudo ls -1 /Applications | grep "Xcode" + - name: Check out repository code uses: actions/checkout@v4 diff --git a/Package.swift b/Package.swift index 24d5242f..69365f8a 100644 --- a/Package.swift +++ b/Package.swift @@ -1,11 +1,11 @@ -// swift-tools-version: 5.7 +// swift-tools-version: 5.9 // The swift-tools-version declares the minimum version of Swift required to build this package. import PackageDescription let package = Package( name: "StreamDeckKit", - platforms: [.iOS(.v16)], + platforms: [.iOS(.v17)], products: [ .library( name: "StreamDeckKit",