Skip to content

Commit

Permalink
Fixed mac package versioning
Browse files Browse the repository at this point in the history
  • Loading branch information
blsage committed Nov 18, 2020
1 parent 09c987f commit f0315d9
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 5 deletions.
8 changes: 4 additions & 4 deletions Package.resolved
Expand Up @@ -6,17 +6,17 @@
"repositoryURL": "https://github.com/benjaminsage/iColor.git",
"state": {
"branch": null,
"revision": "3c2ae81be776ba4b26a0ca223f819c4d7676b5d4",
"version": "0.1.2"
"revision": "586b4307cc9870dc170664a747b915c3fcd507c3",
"version": "0.1.3"
}
},
{
"package": "iGraphics",
"repositoryURL": "https://github.com/benjaminsage/iGraphics.git",
"state": {
"branch": null,
"revision": "ee1b64e75aea47f9e6083ccc163d49496bdf3b6a",
"version": "0.0.6"
"revision": "2b0714f7fe333621365854ebdce44ea2db866405",
"version": "0.0.7"
}
}
]
Expand Down
3 changes: 2 additions & 1 deletion Package.swift
Expand Up @@ -7,7 +7,8 @@ import SwiftUI
let package = Package(
name: "iPages",
platforms: [
.iOS(.v13)
.iOS(.v13),
.macOS(.v10_15)
],
products: [
// Products define the executables and libraries a package produces, and make them visible to other packages.
Expand Down
1 change: 1 addition & 0 deletions Sources/iPages/iPages.swift
Expand Up @@ -2,6 +2,7 @@ import SwiftUI
import UIKit

@available(iOS 13.0, *)
@available(macOS 10.15, *)
/// A `View` wrapper for `UIPageViewController` which lets you write 📝 and use 🔨 a page view in SwiftUI.
///
/// Binds to a zero-indexed 0️⃣1️⃣2️⃣ "current page" `Int`eger.
Expand Down

0 comments on commit f0315d9

Please sign in to comment.