Skip to content

Commit b5fe10a

Browse files
2 parents 63c581f + e420318 commit b5fe10a

File tree

2 files changed

+12
-0
lines changed

2 files changed

+12
-0
lines changed
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
//
2+
// Copyright © 2022 Stream.io Inc. All rights reserved.
3+
//
4+
5+
import Foundation
6+
7+
/// Used to dynamically find which frameworks are linked to an app using NSClassFromString
8+
class SDKIdentifier: NSObject {}

StreamChatSwiftUI.xcodeproj/project.pbxproj

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -334,6 +334,7 @@
334334
91B763A6283EB39600B458A9 /* MoreChannelActionsFullScreenWrappingView_Tests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 91B763A5283EB39600B458A9 /* MoreChannelActionsFullScreenWrappingView_Tests.swift */; };
335335
91CC203A283C3E7F0049A146 /* URLExtensions.swift in Sources */ = {isa = PBXBuildFile; fileRef = 91CC2039283C3E7F0049A146 /* URLExtensions.swift */; };
336336
91CC203C283C4C250049A146 /* URLUtils_Tests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 91CC203B283C4C250049A146 /* URLUtils_Tests.swift */; };
337+
C14A465B284665B100EF498E /* SDKIdentifier.swift in Sources */ = {isa = PBXBuildFile; fileRef = C14A465A284665B100EF498E /* SDKIdentifier.swift */; };
337338
E3A1C01C282BAC66002D1E26 /* Sentry in Frameworks */ = {isa = PBXBuildFile; productRef = E3A1C01B282BAC66002D1E26 /* Sentry */; };
338339
/* End PBXBuildFile section */
339340

@@ -706,6 +707,7 @@
706707
91B763A5283EB39600B458A9 /* MoreChannelActionsFullScreenWrappingView_Tests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = MoreChannelActionsFullScreenWrappingView_Tests.swift; sourceTree = "<group>"; };
707708
91CC2039283C3E7F0049A146 /* URLExtensions.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = URLExtensions.swift; sourceTree = "<group>"; };
708709
91CC203B283C4C250049A146 /* URLUtils_Tests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = URLUtils_Tests.swift; sourceTree = "<group>"; };
710+
C14A465A284665B100EF498E /* SDKIdentifier.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SDKIdentifier.swift; sourceTree = "<group>"; };
709711
/* End PBXFileReference section */
710712

711713
/* Begin PBXFrameworksBuildPhase section */
@@ -902,6 +904,7 @@
902904
8465FD5D2746A95700AF091E /* README.md */,
903905
8465FD602746A95700AF091E /* StreamChatSwiftUI.h */,
904906
8465FD682746A95700AF091E /* Info.plist */,
907+
C14A465A284665B100EF498E /* SDKIdentifier.swift */,
905908
);
906909
path = StreamChatSwiftUI;
907910
sourceTree = "<group>";
@@ -1642,6 +1645,7 @@
16421645
84BB4C4C2841104700CBE004 /* MessageListDateUtils.swift in Sources */,
16431646
8465FD742746A95700AF091E /* ViewFactory.swift in Sources */,
16441647
8465FDC12746A95700AF091E /* NoChannelsView.swift in Sources */,
1648+
C14A465B284665B100EF498E /* SDKIdentifier.swift in Sources */,
16451649
8465FDA32746A95700AF091E /* ViewExtensions.swift in Sources */,
16461650
8465FDA22746A95700AF091E /* ChatChannelViewModel.swift in Sources */,
16471651
8465FD982746A95700AF091E /* ReactionsOverlayView.swift in Sources */,

0 commit comments

Comments
 (0)