Skip to content

Commit 75fc8f0

Browse files
committed
Update minimum deployment targets to match recent changes for native WebSocket implementation.
1 parent aa21f7d commit 75fc8f0

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed
Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
SWIFT_VERSION = 5.0
2-
IPHONEOS_DEPLOYMENT_TARGET = 8.0
3-
MACOSX_DEPLOYMENT_TARGET = 10.11
4-
TVOS_DEPLOYMENT_TARGET = 9.0
2+
IPHONEOS_DEPLOYMENT_TARGET = 13.0
3+
MACOSX_DEPLOYMENT_TARGET = 10.15
4+
TVOS_DEPLOYMENT_TARGET = 13.0

0 commit comments

Comments
 (0)