Skip to content

Commit aeee7f9

Browse files
author
sfomuseumbot
committed
Bug fix: Ensure iOS 14.0 or higher
1 parent b8aa9f2 commit aeee7f9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Sources/SwifterProtomaps/SwifterProtomaps.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ public struct ServeProtomapsOptions {
2828
}
2929

3030
/// ServeProtomapsTiles will serve HTTP range requests for zero or more Protomaps tile databases in a directory.
31-
@available(iOS 13.4, *)
31+
@available(iOS 14.0, *)
3232
@available(macOS 11.0, *)
3333
public func ServeProtomapsTiles(_ opts: ServeProtomapsOptions) -> ((HttpRequest) -> HttpResponse) {
3434

0 commit comments

Comments
 (0)