Skip to content

Commit

Permalink
Fixed platform array
Browse files Browse the repository at this point in the history
Signed-off-by: Mohammad Porooshani <porooshani@gmail.com>
  • Loading branch information
mohpor committed Jan 19, 2020
1 parent aabe673 commit 726d96a
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 @@ -4,7 +4,7 @@ import PackageDescription
let package = Package(
name: "Typist",
platforms: [
// .iOS(.v8),
.iOS(.v8),
],
products: [
.library(
Expand Down

0 comments on commit 726d96a

Please sign in to comment.