Skip to content

Commit 3fe2cbd

Browse files
committed
Bump required versions
1 parent 44e3db6 commit 3fe2cbd

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Package.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ import CompilerPluginSupport
66

77
let package = Package(
88
name: "GateEngine",
9-
platforms: [.macOS(.v10_15), .iOS(.v13), .tvOS(.v13)],
9+
platforms: [.macOS(.v14), .iOS(.v17), .tvOS(.v17)],
1010
products: [
1111
.library(name: "GateEngine", targets: ["GateEngine"]),
1212
.library(name: "GameMath", targets: ["GameMath"]),

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,10 @@ GateEngine includes intuitive APIs for loading resources, handling user inputs,
55
## Platform Support:
66
| Platform | CI | Graphics | Audio | Keyboard | Mouse | Touch | Gamepad |
77
|---------:|:---|:---------|:------|:---------|:------|:------|:--------|
8-
| [**macOS**](https://apps.apple.com/us/app/xcode/id497799835) 10.15+ | [![](https://img.shields.io/github/actions/workflow/status/STREGAsGate/GateEngine/macOS.yml?label=Swift%206.0)](https://github.com/STREGAsGate/GateEngine/actions/workflows/macOS.yml) | ✔︎ | ✔︎ | ✔︎ | ✔︎ | ✔︎ | ✔︎ |
8+
| [**macOS**](https://apps.apple.com/us/app/xcode/id497799835) 14.0+ | [![](https://img.shields.io/github/actions/workflow/status/STREGAsGate/GateEngine/macOS.yml?label=Swift%206.0)](https://github.com/STREGAsGate/GateEngine/actions/workflows/macOS.yml) | ✔︎ | ✔︎ | ✔︎ | ✔︎ | ✔︎ | ✔︎ |
99
| [**Windows**](https://www.swift.org/getting-started/#on-windows) 10,11 | ⚠️ | ✔︎ || ✔︎ | ✔︎ || ✔︎ |
1010
| [**Linux**](https://www.swift.org/getting-started/#on-linux) | ⚠️ | ✔︎ | ✔︎ | ✔︎ | ✔︎ | ⛌ | ✔︎
11-
| [**iOS**](https://apps.apple.com/us/app/xcode/id497799835) 13.0+</br>[**iPadOS**](https://apps.apple.com/us/app/xcode/id497799835) 13.0+</br>[**tvOS**](https://apps.apple.com/us/app/xcode/id497799835) 13.0+ | [![](https://img.shields.io/github/actions/workflow/status/STREGAsGate/GateEngine/iOS-tvOS.yml?label=Swift%206.0)](https://github.com/STREGAsGate/GateEngine/actions/workflows/iOS-tvOS.yml) | ✔︎</br>✔︎</br>✔︎ | ✔︎</br>✔︎</br>✔︎ | ✔︎</br>✔︎</br>✔︎ | ⛌</br>✔︎</br>⛌ | ✔︎</br>✔︎</br>⛌ | ✔︎</br>✔︎</br>✔︎
11+
| [**iOS**](https://apps.apple.com/us/app/xcode/id497799835) 17.0+</br>[**iPadOS**](https://apps.apple.com/us/app/xcode/id497799835) 17.0+</br>[**tvOS**](https://apps.apple.com/us/app/xcode/id497799835) 17.0+ | [![](https://img.shields.io/github/actions/workflow/status/STREGAsGate/GateEngine/iOS-tvOS.yml?label=Swift%206.0)](https://github.com/STREGAsGate/GateEngine/actions/workflows/iOS-tvOS.yml) | ✔︎</br>✔︎</br>✔︎ | ✔︎</br>✔︎</br>✔︎ | ✔︎</br>✔︎</br>✔︎ | ⛌</br>✔︎</br>⛌ | ✔︎</br>✔︎</br>⛌ | ✔︎</br>✔︎</br>✔︎
1212
| **Android**¹ | ⚠️ | ⛌ | ⛌ | ⛌ | ⛌ | ⛌ | ⛌
1313
| [**HTML5**](https://book.swiftwasm.org/getting-started/setup.html) | ⚠️ | ✔︎ | ✔︎ | ✔︎ | ✔︎ | ✔︎ | ✔︎ |
1414

0 commit comments

Comments
 (0)