Skip to content

Commit 2ab56c2

Browse files
committed
v2.2.14 (Apr 28, 2023)
* Update iOS deployment target to 11.0 for Xcode 14.1+
1 parent 84280b9 commit 2ab56c2

40 files changed

+496557
-432
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
# Change Log
22

3+
### v2.2.14 (Apr 28, 2023)
4+
* Update iOS deployment target to 11.0 for Xcode 14.1+
5+
36
### v2.2.13 (Feb 28, 2023)
47
* Added `popChannel()` in `SBUBaseChannelSettingViewController`
58

Framework/SendBirdUIKit.xcframework/Info.plist

Lines changed: 5 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -8,34 +8,32 @@
88
<key>DebugSymbolsPath</key>
99
<string>dSYMs</string>
1010
<key>LibraryIdentifier</key>
11-
<string>ios-arm64_x86_64-simulator</string>
11+
<string>ios-arm64</string>
1212
<key>LibraryPath</key>
1313
<string>SendBirdUIKit.framework</string>
1414
<key>SupportedArchitectures</key>
1515
<array>
1616
<string>arm64</string>
17-
<string>x86_64</string>
1817
</array>
1918
<key>SupportedPlatform</key>
2019
<string>ios</string>
21-
<key>SupportedPlatformVariant</key>
22-
<string>simulator</string>
2320
</dict>
2421
<dict>
25-
<key>BitcodeSymbolMapsPath</key>
26-
<string>BCSymbolMaps</string>
2722
<key>DebugSymbolsPath</key>
2823
<string>dSYMs</string>
2924
<key>LibraryIdentifier</key>
30-
<string>ios-arm64</string>
25+
<string>ios-arm64_x86_64-simulator</string>
3126
<key>LibraryPath</key>
3227
<string>SendBirdUIKit.framework</string>
3328
<key>SupportedArchitectures</key>
3429
<array>
3530
<string>arm64</string>
31+
<string>x86_64</string>
3632
</array>
3733
<key>SupportedPlatform</key>
3834
<string>ios</string>
35+
<key>SupportedPlatformVariant</key>
36+
<string>simulator</string>
3937
</dict>
4038
</array>
4139
<key>CFBundlePackageType</key>
0 Bytes
Binary file not shown.

Framework/SendBirdUIKit.xcframework/ios-arm64/SendBirdUIKit.framework/Headers/SendBirdUIKit-Swift.h

Lines changed: 47 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
1-
// Generated by Apple Swift version 5.6 (swiftlang-5.6.0.323.62 clang-1316.0.20.8)
1+
#if 0
2+
#elif defined(__arm64__) && __arm64__
3+
// Generated by Apple Swift version 5.7.1 (swiftlang-5.7.1.135.3 clang-1400.0.29.51)
24
#ifndef SENDBIRDUIKIT_SWIFT_H
35
#define SENDBIRDUIKIT_SWIFT_H
46
#pragma clang diagnostic push
@@ -21,11 +23,20 @@
2123
# include <swift/objc-prologue.h>
2224
#endif
2325

26+
#pragma clang diagnostic ignored "-Wduplicate-method-match"
2427
#pragma clang diagnostic ignored "-Wauto-import"
28+
#if defined(__OBJC__)
2529
#include <Foundation/Foundation.h>
30+
#endif
31+
#if defined(__cplusplus)
32+
#include <cstdint>
33+
#include <cstddef>
34+
#include <cstdbool>
35+
#else
2636
#include <stdint.h>
2737
#include <stddef.h>
2838
#include <stdbool.h>
39+
#endif
2940

3041
#if !defined(SWIFT_TYPEDEFS)
3142
# define SWIFT_TYPEDEFS 1
@@ -181,35 +192,61 @@ typedef unsigned int swift_uint4 __attribute__((__ext_vector_type__(4)));
181192
#else
182193
# define SWIFT_DEPRECATED_OBJC(Msg) SWIFT_DEPRECATED_MSG(Msg)
183194
#endif
195+
#if defined(__OBJC__)
184196
#if !defined(IBSegueAction)
185197
# define IBSegueAction
186198
#endif
199+
#endif
187200
#if !defined(SWIFT_EXTERN)
188201
# if defined(__cplusplus)
189202
# define SWIFT_EXTERN extern "C"
190203
# else
191204
# define SWIFT_EXTERN extern
192205
# endif
193206
#endif
207+
#if !defined(SWIFT_CALL)
208+
# define SWIFT_CALL __attribute__((swiftcall))
209+
#endif
210+
#if defined(__cplusplus)
211+
#if !defined(SWIFT_NOEXCEPT)
212+
# define SWIFT_NOEXCEPT noexcept
213+
#endif
214+
#else
215+
#if !defined(SWIFT_NOEXCEPT)
216+
# define SWIFT_NOEXCEPT
217+
#endif
218+
#endif
219+
#if defined(__cplusplus)
220+
#if !defined(SWIFT_CXX_INT_DEFINED)
221+
#define SWIFT_CXX_INT_DEFINED
222+
namespace swift {
223+
using Int = ptrdiff_t;
224+
using UInt = size_t;
225+
}
226+
#endif
227+
#endif
228+
#if defined(__OBJC__)
194229
#if __has_feature(modules)
195230
#if __has_warning("-Watimport-in-framework-header")
196231
#pragma clang diagnostic ignored "-Watimport-in-framework-header"
197232
#endif
198-
@import CoreGraphics;
233+
@import CoreFoundation;
199234
@import Foundation;
200235
@import ObjectiveC;
201236
@import Photos;
202237
@import SendBirdSDK;
203238
@import UIKit;
204239
#endif
205240

241+
#endif
206242
#pragma clang diagnostic ignored "-Wproperty-attribute-mismatch"
207243
#pragma clang diagnostic ignored "-Wduplicate-method-arg"
208244
#if __has_warning("-Wpragma-clang-attribute")
209245
# pragma clang diagnostic ignored "-Wpragma-clang-attribute"
210246
#endif
211247
#pragma clang diagnostic ignored "-Wunknown-pragmas"
212248
#pragma clang diagnostic ignored "-Wnullability"
249+
#pragma clang diagnostic ignored "-Wdollar-in-identifier-extension"
213250

214251
#if __has_attribute(external_source_symbol)
215252
# pragma push_macro("any")
@@ -218,6 +255,7 @@ typedef unsigned int swift_uint4 __attribute__((__ext_vector_type__(4)));
218255
# pragma pop_macro("any")
219256
#endif
220257

258+
#if defined(__OBJC__)
221259
/// This is an enumeration used to select the channel editing type.
222260
typedef SWIFT_ENUM(NSInteger, ChannelEditType, open) {
223261
ChannelEditTypeName = 0,
@@ -6062,8 +6100,15 @@ typedef SWIFT_ENUM(NSInteger, UserListType, open) {
60626100
UserListTypeParticipants = 8,
60636101
};
60646102

6103+
#endif
6104+
#if defined(__cplusplus)
6105+
#endif
60656106
#if __has_attribute(external_source_symbol)
60666107
# pragma clang attribute pop
60676108
#endif
60686109
#pragma clang diagnostic pop
60696110
#endif
6111+
6112+
#else
6113+
#error unsupported Swift architecture
6114+
#endif
-2 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)