Skip to content

Commit 8a06ebb

Browse files
committed
Remove Xcode 26 workaround which was fixed in beta 4
1 parent dcc3d87 commit 8a06ebb

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

DemoAppSwiftUI/AppDelegate.swift

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
// Copyright © 2025 Stream.io Inc. All rights reserved.
33
//
44

5-
import Network
65
import Sentry
76
import StreamChat
87
import StreamChatSwiftUI
@@ -25,11 +24,6 @@ class AppDelegate: NSObject, UIApplicationDelegate {
2524
_ application: UIApplication,
2625
didFinishLaunchingWithOptions launchOptions: [UIApplication.LaunchOptionsKey: Any]? = nil
2726
) -> Bool {
28-
// Xcode 26 beta workaround
29-
if #available(iOS 26.0, *) {
30-
nw_tls_create_options()
31-
}
32-
3327
/*
3428
//Customizations, uncomment to customize.
3529
var colors = ColorPalette()

0 commit comments

Comments
 (0)