Skip to content

Commit b794c85

Browse files
author
Max Moiseev
committed
[overlay] Fixing the availability of INSearchCallHistoryIntent.init
Addresses: <rdar://problem/33206673> (cherry picked from commit 95d46b1)
1 parent 0f20fb5 commit b794c85

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

stdlib/public/SDK/Intents/INSearchCallHistoryIntent.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ import Foundation
1616
#if os(iOS) || os(watchOS)
1717
@available(iOS 10.0, watchOS 3.2, *)
1818
extension INSearchCallHistoryIntent {
19-
@available(iOS 10.0, watchOS 3.2, *)
19+
@available(iOS 11.0, watchOS 4.0, *)
2020
@nonobjc
2121
public convenience init(
2222
dateCreated: INDateComponentsRange? = nil,

0 commit comments

Comments
 (0)