Skip to content
Snippets Groups Projects
Commit 3f2133fc authored by Paul Querna's avatar Paul Querna
Browse files

kSCNetworkReachabilityFlagsIsWWAN is only available on iOS, not all Mac targets.

parent 6a462d4b
No related branches found
No related tags found
No related merge requests found
......@@ -54,7 +54,9 @@
GRPC_XMACRO_ITEM.
#endif
#if TARGET_OS_IPHONE
GRPC_XMACRO_ITEM(isCell, IsWWAN)
#endif
GRPC_XMACRO_ITEM(reachable, Reachable)
GRPC_XMACRO_ITEM(transientConnection, TransientConnection)
GRPC_XMACRO_ITEM(connectionRequired, ConnectionRequired)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment