Nimble
Nimble copied to clipboard
Drop support for older OSes, Xcode versions
Similar to https://github.com/Quick/Quick/pull/1146, let's drop support of older OS versions to match what Quick will support.
Quick will be setting the minimum supported versions to Xcode 13, macOS 10.14, iOS 12, tvOS 12, and Swift 5.5. Let's set Nimble to those same versions.
Remember to update:
- Package.swift
- Nimble.podspec
- The GitHub actions workflows
- Nimble.xcodeproj
- For Linux/Swift 5.5: Update the LinuxMain.swift (See the bottom half of this comment detailing why)
- Any relevant documentation