Skip to content

Commit

Permalink
xcode listing
Browse files Browse the repository at this point in the history
  • Loading branch information
r-dent committed Jan 31, 2024
1 parent 3423d09 commit 51e2466
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/deploy-documentation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
4 changes: 2 additions & 2 deletions Package.swift
Original file line number Diff line number Diff line change
@@ -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",
Expand Down

0 comments on commit 51e2466

Please sign in to comment.