Skip to content

Commit

Permalink
Use xcode 15
Browse files Browse the repository at this point in the history
  • Loading branch information
akaDuality committed Dec 9, 2023
1 parent 103ad01 commit 9443f89
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/update_docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down
4 changes: 2 additions & 2 deletions Package.swift
Original file line number Diff line number Diff line change
@@ -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",
Expand Down

0 comments on commit 9443f89

Please sign in to comment.