Skip to content
This repository has been archived by the owner on May 18, 2023. It is now read-only.

Commit

Permalink
Fixing watchOS platform version from Swift Package manifest
Browse files Browse the repository at this point in the history
  • Loading branch information
morissonmaciel committed Jan 19, 2023
1 parent 9e7e631 commit b4e63b8
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 1 deletion.
16 changes: 16 additions & 0 deletions Package.resolved
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
{
"object": {
"pins": [
{
"package": "Ji",
"repositoryURL": "https://github.com/honghaoz/Ji",
"state": {
"branch": null,
"revision": "a37a310cc6aaf999de4bee953a9680bf9b629200",
"version": "5.1.0"
}
}
]
},
"version": 1
}
2 changes: 1 addition & 1 deletion Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ let package = Package(
platforms: [
.macOS(.v10_12),
.iOS(.v10),
.watchOS(v3),
.watchOS(.v3),
.tvOS(.v10)
],
products: [
Expand Down

0 comments on commit b4e63b8

Please sign in to comment.