Skip to content
This repository was archived by the owner on Sep 15, 2025. It is now read-only.

Commit e93f937

Browse files
committed
Remove explicit macOS platform requirement
SPM fails in this commit, we'll fix it in the next. Leaving it in this state for demonstration purposes.
1 parent ef18907 commit e93f937

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

Package.swift

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,7 @@ import PackageDescription
44

55
let package = Package(
66
name: "WordPressKit",
7-
platforms: [
8-
.iOS(.v13),
9-
// The package(s) are meant for iOS only, but the use of the SwiftLint plugin down the dependency chain requires specifying a compatible macOS version.
10-
.macOS(.v12),
11-
],
7+
platforms: [.iOS(.v13)],
128
products: [
139
.library(name: "APIInterface", targets: ["APIInterface"]),
1410
.library(name: "CoreAPI", targets: ["CoreAPI"]),

0 commit comments

Comments
 (0)