Skip to content

Commit

Permalink
Add support for Apple Silicon (vapor#32)
Browse files Browse the repository at this point in the history
* Update language standard in manifest

* Add iOS support to scripts for Apple Silicon support

* Update manifest for iOS for Apple Silicon

* Add ASM support for Apple Silicon

* Add Apple Silicon build artifacts
  • Loading branch information
0xTim authored Jul 17, 2020
1 parent b7cb276 commit 8c9f67a
Show file tree
Hide file tree
Showing 23 changed files with 22,489 additions and 3 deletions.
3 changes: 2 additions & 1 deletion Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,8 @@ import PackageDescription
let package = Package(
name: "jwt-kit",
platforms: [
.macOS(.v10_15)
.macOS(.v10_15),
.iOS(.v13),
],
products: [
.library(name: "JWTKit", targets: ["JWTKit"]),
Expand Down
Loading

0 comments on commit 8c9f67a

Please sign in to comment.