Skip to content

Commit

Permalink
Enable compiling on iOS (#2615)
Browse files Browse the repository at this point in the history
  • Loading branch information
0xTim committed Apr 30, 2021
1 parent 611c08d commit ad3fb7f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Package.swift
Expand Up @@ -4,7 +4,8 @@ import PackageDescription
let package = Package(
name: "vapor",
platforms: [
.macOS(.v10_15)
.macOS(.v10_15),
.iOS(.v13),
],
products: [
.library(name: "Vapor", targets: ["Vapor"]),
Expand Down

0 comments on commit ad3fb7f

Please sign in to comment.