Skip to content

Commit

Permalink
Syntax fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Jaeyun,Oh committed Sep 24, 2019
1 parent 2c81c1d commit cc2ddaa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ let iOS_package = Package(

let mac_package = Package(
name: "Material",
platform: [.mac("10.10)"],
platforms: [.macOS("10.10")],
products: [
.library(name: "Material", targets: ["Material"])
],
Expand Down

0 comments on commit cc2ddaa

Please sign in to comment.