Update the list of supported platforms

This commit is contained in:
Sergej Jaskiewicz
2022-01-30 15:43:03 +03:00
committed by Sergej Jaskiewicz
parent ed1b06ba51
commit 94de7bae46
+2
View File
@@ -6,9 +6,11 @@ import PackageDescription
// See: https://bugs.swift.org/browse/SR-13814
let supportedPlatforms: [Platform] = [
.macOS,
.macCatalyst,
.iOS,
.watchOS,
.tvOS,
.driverKit,
.linux,
.android,
.windows,