diff --git a/Package.swift b/Package.swift index 324843e..2a37006 100644 --- a/Package.swift +++ b/Package.swift @@ -6,9 +6,9 @@ let package = Package( name: "SwiftKit", platforms: [ .iOS(.v13), + .macOS(.v11), .tvOS(.v13), - .watchOS(.v6), - .macOS(.v11) + .watchOS(.v6) ], products: [ .library( diff --git a/README.md b/README.md index 8efef3f..9336d99 100644 --- a/README.md +++ b/README.md @@ -23,7 +23,7 @@ You can explore the various sections in the [documentation][Documentation] and t ## Supported Platforms -SwiftKit supports `iOS 13`, `macOS 10.13`, `tvOS 13` and `watchOS 6`. +SwiftKit supports `iOS 13`, `macOS 11`, `tvOS 13` and `watchOS 6`. diff --git a/Release Notes.md b/Release Notes.md index f766a6d..8e2cf50 100644 --- a/Release Notes.md +++ b/Release Notes.md @@ -21,6 +21,10 @@ This version adjusts the library for Xcode 14 and deprecates some things. * The `StoreKit` namespace has been deprecated and moved to https://github.com/danielsaidi/StoreKitPlus * `String+Slugified` has been deprecated and moved to https://github.com/danielsaidi/TagKit +### 💥 Breaking changes + +* Due to the concurrency adjustments, macOS 11 is now needed. + ## 1.2 diff --git a/Sources/SwiftKit/SwiftKit.docc/SwiftKit.md b/Sources/SwiftKit/SwiftKit.docc/SwiftKit.md index be55eba..8499aa2 100644 --- a/Sources/SwiftKit/SwiftKit.docc/SwiftKit.md +++ b/Sources/SwiftKit/SwiftKit.docc/SwiftKit.md @@ -3,7 +3,6 @@ SwiftKit adds extra functionality to the Swift framework, like extensions to native types, utilites, services etc. - ## Overview ![SwiftKit logo](Logo.png) @@ -14,7 +13,7 @@ SwiftKit is divided into the sections found in the Topics section below. ## Supported Platforms -SwiftKit supports `iOS 13`, `macOS 10.13`, `tvOS 13` and `watchOS 6`. +SwiftKit supports `iOS 13`, `macOS 11`, `tvOS 13` and `watchOS 6`.