Skip to content

Commit 2f6d221

Browse files
committed
Testing new fix
1 parent bc542a4 commit 2f6d221

1 file changed

Lines changed: 6 additions & 1 deletion

File tree

Package.swift

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,12 @@ let packagePlatforms: [SupportedPlatform]
55
let packageLocalization: LanguageTag?
66

77
#if os(Windows)
8-
packagePlatforms = []
8+
packagePlatforms = [
9+
.macOS(.v13),
10+
.iOS(.v15),
11+
.tvOS(.v15),
12+
.watchOS(.v8)
13+
]
914
packageLocalization = nil
1015
#else
1116
packagePlatforms = [

0 commit comments

Comments
 (0)