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

Commit

Permalink
Merge pull request #43 from morissonmaciel/master
Browse files Browse the repository at this point in the history
Fixing watchOS platform version from Swift Package manifest
  • Loading branch information
f3dm76 authored Jan 20, 2023
2 parents 9e7e631 + 150cee9 commit 4517ed9
Show file tree
Hide file tree
Showing 3 changed files with 18 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
1 change: 1 addition & 0 deletions Sources/Readability.swift
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@
//

import Ji
@_exported import Foundation

public struct ReadabilityData {
public let title: String
Expand Down

0 comments on commit 4517ed9

Please sign in to comment.