Skip to content

Commit 8d0f566

Browse files
Set minimum iOS version to 13 for setCustomSignals
1 parent b047554 commit 8d0f566

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

FirebaseRemoteConfig/Swift/CustomSignals.swift

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,7 @@ extension CustomSignalValue: ExpressibleByIntegerLiteral {
6666
}
6767
}
6868

69+
@available(iOS 13, tvOS 13, macOS 10.15, macCatalyst 13, watchOS 7, *)
6970
public extension RemoteConfig {
7071
/// Sets custom signals for this Remote Config instance.
7172
/// - Parameter customSignals: A dictionary mapping string keys to custom

0 commit comments

Comments
 (0)