Skip to content

Commit dd1614c

Browse files
authored
Merge pull request #10877 from moiseev/intents-availability-again-4
[swift-4.0-branch][overlay] Fixing the availability of INSearchCallHistoryIntent.init
2 parents a35947a + b794c85 commit dd1614c

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)