Skip to content

Commit b21a440

Browse files
committed
[fix] macos spm
1 parent a6be5c0 commit b21a440

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Package.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ import PackageDescription
55

66
let package = Package(
77
name: "ESFileManager",
8-
platforms: [.iOS(.v11)],
8+
platforms: [.iOS(.v11), .macOS(.v10_12)],
99
products: [
1010
// Products define the executables and libraries produced by a package, and make them visible to other packages.
1111
.library(

0 commit comments

Comments
 (0)