Skip to content

Commit b87e995

Browse files
committed
Fix - Framework error issue in macOS Mojave
1 parent ebd37d3 commit b87e995

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

54 files changed

+464
-559
lines changed

CHANGELOG.md

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

3+
### v1.0.3 (Apr 23, 2020)
4+
* Fixed - Framework error issue in macOS Mojave
5+
36
### v1.0.2 (Apr 16, 2020)
47
* Added - `setTapGestureHandler()`, `setLongTapGestureHandler()` methods for Cell on `SBUChannelViewController`
58
* Modified - Empty user name display policy
@@ -9,7 +12,6 @@
912
* Fixed - UIStatusBarStyle issue (light/dark)
1013
* Improved - Stability
1114

12-
1315
### v1.0.1 (Apr 7, 2020)
1416
* Supported - Bitcode
1517

SendBirdUIKit.framework.dSYM/Contents/Info.plist

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@
1313
<key>CFBundleSignature</key>
1414
<string>????</string>
1515
<key>CFBundleShortVersionString</key>
16-
<string>1.0.1</string>
16+
<string>1.0.3</string>
1717
<key>CFBundleVersion</key>
18-
<string>1.0</string>
18+
<string>1</string>
1919
</dict>
2020
</plist>
-85.6 KB
Binary file not shown.

SendBirdUIKit.framework/Assets.car

30 KB
Binary file not shown.

SendBirdUIKit.framework/Headers/SendBirdUIKit-Swift.h

Lines changed: 4 additions & 44 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#if 0
22
#elif defined(__arm64__) && __arm64__
3-
// Generated by Apple Swift version 5.2.2 (swiftlang-1103.0.32.6 clang-1103.0.32.51)
3+
// Generated by Apple Swift version 5.1.3 (swiftlang-1100.0.282.1 clang-1100.0.33.15)
44
#pragma clang diagnostic push
55
#pragma clang diagnostic ignored "-Wgcc-compat"
66

@@ -84,11 +84,6 @@ typedef unsigned int swift_uint4 __attribute__((__ext_vector_type__(4)));
8484
#else
8585
# define SWIFT_NOESCAPE
8686
#endif
87-
#if __has_attribute(ns_consumed)
88-
# define SWIFT_RELEASES_ARGUMENT __attribute__((ns_consumed))
89-
#else
90-
# define SWIFT_RELEASES_ARGUMENT
91-
#endif
9287
#if __has_attribute(warn_unused_result)
9388
# define SWIFT_WARN_UNUSED_RESULT __attribute__((warn_unused_result))
9489
#else
@@ -271,7 +266,6 @@ SWIFT_CLASS("_TtC13SendBirdUIKit16MessageStateView")
271266

272267

273268

274-
IB_DESIGNABLE
275269
SWIFT_CLASS("_TtC13SendBirdUIKit18SBUBaseMessageCell")
276270
@interface SBUBaseMessageCell : UITableViewCell
277271
- (nonnull instancetype)initWithStyle:(UITableViewCellStyle)style reuseIdentifier:(NSString * _Nullable)reuseIdentifier OBJC_DESIGNATED_INITIALIZER;
@@ -283,7 +277,6 @@ SWIFT_CLASS("_TtC13SendBirdUIKit18SBUBaseMessageCell")
283277
@class UILabel;
284278
@class SBDAdminMessage;
285279

286-
IB_DESIGNABLE
287280
SWIFT_CLASS("_TtC13SendBirdUIKit19SBUAdminMessageCell")
288281
@interface SBUAdminMessageCell : SBUBaseMessageCell
289282
@property (nonatomic, strong) UILabel * _Nonnull messageLabel;
@@ -812,7 +805,6 @@ enum SBUMessageReceiptState : NSInteger;
812805
@class UILongPressGestureRecognizer;
813806
@class UITapGestureRecognizer;
814807

815-
IB_DESIGNABLE
816808
SWIFT_CLASS("_TtC13SendBirdUIKit18SBUFileMessageCell")
817809
@interface SBUFileMessageCell : SBUBaseMessageCell
818810
@property (nonatomic, strong) UIStackView * _Nonnull userNameStackView;
@@ -1220,7 +1212,6 @@ SWIFT_CLASS_PROPERTY(@property (nonatomic, class, readonly, strong) SBUMessageIn
12201212
@class UIButton;
12211213
@class UITextView;
12221214

1223-
IB_DESIGNABLE
12241215
SWIFT_CLASS("_TtC13SendBirdUIKit19SBUMessageInputView")
12251216
@interface SBUMessageInputView : UIView <UITextViewDelegate>
12261217
@property (nonatomic, weak) IBOutlet UIButton * _Null_unspecified addButton;
@@ -1532,7 +1523,6 @@ SWIFT_CLASS_PROPERTY(@property (nonatomic, class, readonly, strong) SBUUserListT
15321523

15331524
@class SBDUserMessage;
15341525

1535-
IB_DESIGNABLE
15361526
SWIFT_CLASS("_TtC13SendBirdUIKit18SBUUserMessageCell")
15371527
@interface SBUUserMessageCell : SBUBaseMessageCell
15381528
@property (nonatomic, strong) UIView * _Nonnull messageTextView;
@@ -1588,7 +1578,7 @@ SWIFT_CLASS("_TtC13SendBirdUIKit12UserNameView")
15881578
#pragma clang diagnostic pop
15891579

15901580
#elif defined(__ARM_ARCH_7A__) && __ARM_ARCH_7A__
1591-
// Generated by Apple Swift version 5.2.2 (swiftlang-1103.0.32.6 clang-1103.0.32.51)
1581+
// Generated by Apple Swift version 5.1.3 (swiftlang-1100.0.282.1 clang-1100.0.33.15)
15921582
#pragma clang diagnostic push
15931583
#pragma clang diagnostic ignored "-Wgcc-compat"
15941584

@@ -1672,11 +1662,6 @@ typedef unsigned int swift_uint4 __attribute__((__ext_vector_type__(4)));
16721662
#else
16731663
# define SWIFT_NOESCAPE
16741664
#endif
1675-
#if __has_attribute(ns_consumed)
1676-
# define SWIFT_RELEASES_ARGUMENT __attribute__((ns_consumed))
1677-
#else
1678-
# define SWIFT_RELEASES_ARGUMENT
1679-
#endif
16801665
#if __has_attribute(warn_unused_result)
16811666
# define SWIFT_WARN_UNUSED_RESULT __attribute__((warn_unused_result))
16821667
#else
@@ -1859,7 +1844,6 @@ SWIFT_CLASS("_TtC13SendBirdUIKit16MessageStateView")
18591844

18601845

18611846

1862-
IB_DESIGNABLE
18631847
SWIFT_CLASS("_TtC13SendBirdUIKit18SBUBaseMessageCell")
18641848
@interface SBUBaseMessageCell : UITableViewCell
18651849
- (nonnull instancetype)initWithStyle:(UITableViewCellStyle)style reuseIdentifier:(NSString * _Nullable)reuseIdentifier OBJC_DESIGNATED_INITIALIZER;
@@ -1871,7 +1855,6 @@ SWIFT_CLASS("_TtC13SendBirdUIKit18SBUBaseMessageCell")
18711855
@class UILabel;
18721856
@class SBDAdminMessage;
18731857

1874-
IB_DESIGNABLE
18751858
SWIFT_CLASS("_TtC13SendBirdUIKit19SBUAdminMessageCell")
18761859
@interface SBUAdminMessageCell : SBUBaseMessageCell
18771860
@property (nonatomic, strong) UILabel * _Nonnull messageLabel;
@@ -2400,7 +2383,6 @@ enum SBUMessageReceiptState : NSInteger;
24002383
@class UILongPressGestureRecognizer;
24012384
@class UITapGestureRecognizer;
24022385

2403-
IB_DESIGNABLE
24042386
SWIFT_CLASS("_TtC13SendBirdUIKit18SBUFileMessageCell")
24052387
@interface SBUFileMessageCell : SBUBaseMessageCell
24062388
@property (nonatomic, strong) UIStackView * _Nonnull userNameStackView;
@@ -2808,7 +2790,6 @@ SWIFT_CLASS_PROPERTY(@property (nonatomic, class, readonly, strong) SBUMessageIn
28082790
@class UIButton;
28092791
@class UITextView;
28102792

2811-
IB_DESIGNABLE
28122793
SWIFT_CLASS("_TtC13SendBirdUIKit19SBUMessageInputView")
28132794
@interface SBUMessageInputView : UIView <UITextViewDelegate>
28142795
@property (nonatomic, weak) IBOutlet UIButton * _Null_unspecified addButton;
@@ -3120,7 +3101,6 @@ SWIFT_CLASS_PROPERTY(@property (nonatomic, class, readonly, strong) SBUUserListT
31203101

31213102
@class SBDUserMessage;
31223103

3123-
IB_DESIGNABLE
31243104
SWIFT_CLASS("_TtC13SendBirdUIKit18SBUUserMessageCell")
31253105
@interface SBUUserMessageCell : SBUBaseMessageCell
31263106
@property (nonatomic, strong) UIView * _Nonnull messageTextView;
@@ -3178,7 +3158,7 @@ SWIFT_CLASS("_TtC13SendBirdUIKit12UserNameView")
31783158
#endif
31793159
#if 0
31803160
#elif defined(__x86_64__) && __x86_64__
3181-
// Generated by Apple Swift version 5.2.2 (swiftlang-1103.0.32.6 clang-1103.0.32.51)
3161+
// Generated by Apple Swift version 5.1.3 (swiftlang-1100.0.282.1 clang-1100.0.33.15)
31823162
#pragma clang diagnostic push
31833163
#pragma clang diagnostic ignored "-Wgcc-compat"
31843164

@@ -3262,11 +3242,6 @@ typedef unsigned int swift_uint4 __attribute__((__ext_vector_type__(4)));
32623242
#else
32633243
# define SWIFT_NOESCAPE
32643244
#endif
3265-
#if __has_attribute(ns_consumed)
3266-
# define SWIFT_RELEASES_ARGUMENT __attribute__((ns_consumed))
3267-
#else
3268-
# define SWIFT_RELEASES_ARGUMENT
3269-
#endif
32703245
#if __has_attribute(warn_unused_result)
32713246
# define SWIFT_WARN_UNUSED_RESULT __attribute__((warn_unused_result))
32723247
#else
@@ -3449,7 +3424,6 @@ SWIFT_CLASS("_TtC13SendBirdUIKit16MessageStateView")
34493424

34503425

34513426

3452-
IB_DESIGNABLE
34533427
SWIFT_CLASS("_TtC13SendBirdUIKit18SBUBaseMessageCell")
34543428
@interface SBUBaseMessageCell : UITableViewCell
34553429
- (nonnull instancetype)initWithStyle:(UITableViewCellStyle)style reuseIdentifier:(NSString * _Nullable)reuseIdentifier OBJC_DESIGNATED_INITIALIZER;
@@ -3461,7 +3435,6 @@ SWIFT_CLASS("_TtC13SendBirdUIKit18SBUBaseMessageCell")
34613435
@class UILabel;
34623436
@class SBDAdminMessage;
34633437

3464-
IB_DESIGNABLE
34653438
SWIFT_CLASS("_TtC13SendBirdUIKit19SBUAdminMessageCell")
34663439
@interface SBUAdminMessageCell : SBUBaseMessageCell
34673440
@property (nonatomic, strong) UILabel * _Nonnull messageLabel;
@@ -3990,7 +3963,6 @@ enum SBUMessageReceiptState : NSInteger;
39903963
@class UILongPressGestureRecognizer;
39913964
@class UITapGestureRecognizer;
39923965

3993-
IB_DESIGNABLE
39943966
SWIFT_CLASS("_TtC13SendBirdUIKit18SBUFileMessageCell")
39953967
@interface SBUFileMessageCell : SBUBaseMessageCell
39963968
@property (nonatomic, strong) UIStackView * _Nonnull userNameStackView;
@@ -4398,7 +4370,6 @@ SWIFT_CLASS_PROPERTY(@property (nonatomic, class, readonly, strong) SBUMessageIn
43984370
@class UIButton;
43994371
@class UITextView;
44004372

4401-
IB_DESIGNABLE
44024373
SWIFT_CLASS("_TtC13SendBirdUIKit19SBUMessageInputView")
44034374
@interface SBUMessageInputView : UIView <UITextViewDelegate>
44044375
@property (nonatomic, weak) IBOutlet UIButton * _Null_unspecified addButton;
@@ -4710,7 +4681,6 @@ SWIFT_CLASS_PROPERTY(@property (nonatomic, class, readonly, strong) SBUUserListT
47104681

47114682
@class SBDUserMessage;
47124683

4713-
IB_DESIGNABLE
47144684
SWIFT_CLASS("_TtC13SendBirdUIKit18SBUUserMessageCell")
47154685
@interface SBUUserMessageCell : SBUBaseMessageCell
47164686
@property (nonatomic, strong) UIView * _Nonnull messageTextView;
@@ -4766,7 +4736,7 @@ SWIFT_CLASS("_TtC13SendBirdUIKit12UserNameView")
47664736
#pragma clang diagnostic pop
47674737

47684738
#elif defined(__i386__) && __i386__
4769-
// Generated by Apple Swift version 5.2.2 (swiftlang-1103.0.32.6 clang-1103.0.32.51)
4739+
// Generated by Apple Swift version 5.1.3 (swiftlang-1100.0.282.1 clang-1100.0.33.15)
47704740
#pragma clang diagnostic push
47714741
#pragma clang diagnostic ignored "-Wgcc-compat"
47724742

@@ -4850,11 +4820,6 @@ typedef unsigned int swift_uint4 __attribute__((__ext_vector_type__(4)));
48504820
#else
48514821
# define SWIFT_NOESCAPE
48524822
#endif
4853-
#if __has_attribute(ns_consumed)
4854-
# define SWIFT_RELEASES_ARGUMENT __attribute__((ns_consumed))
4855-
#else
4856-
# define SWIFT_RELEASES_ARGUMENT
4857-
#endif
48584823
#if __has_attribute(warn_unused_result)
48594824
# define SWIFT_WARN_UNUSED_RESULT __attribute__((warn_unused_result))
48604825
#else
@@ -5037,7 +5002,6 @@ SWIFT_CLASS("_TtC13SendBirdUIKit16MessageStateView")
50375002

50385003

50395004

5040-
IB_DESIGNABLE
50415005
SWIFT_CLASS("_TtC13SendBirdUIKit18SBUBaseMessageCell")
50425006
@interface SBUBaseMessageCell : UITableViewCell
50435007
- (nonnull instancetype)initWithStyle:(UITableViewCellStyle)style reuseIdentifier:(NSString * _Nullable)reuseIdentifier OBJC_DESIGNATED_INITIALIZER;
@@ -5049,7 +5013,6 @@ SWIFT_CLASS("_TtC13SendBirdUIKit18SBUBaseMessageCell")
50495013
@class UILabel;
50505014
@class SBDAdminMessage;
50515015

5052-
IB_DESIGNABLE
50535016
SWIFT_CLASS("_TtC13SendBirdUIKit19SBUAdminMessageCell")
50545017
@interface SBUAdminMessageCell : SBUBaseMessageCell
50555018
@property (nonatomic, strong) UILabel * _Nonnull messageLabel;
@@ -5578,7 +5541,6 @@ enum SBUMessageReceiptState : NSInteger;
55785541
@class UILongPressGestureRecognizer;
55795542
@class UITapGestureRecognizer;
55805543

5581-
IB_DESIGNABLE
55825544
SWIFT_CLASS("_TtC13SendBirdUIKit18SBUFileMessageCell")
55835545
@interface SBUFileMessageCell : SBUBaseMessageCell
55845546
@property (nonatomic, strong) UIStackView * _Nonnull userNameStackView;
@@ -5986,7 +5948,6 @@ SWIFT_CLASS_PROPERTY(@property (nonatomic, class, readonly, strong) SBUMessageIn
59865948
@class UIButton;
59875949
@class UITextView;
59885950

5989-
IB_DESIGNABLE
59905951
SWIFT_CLASS("_TtC13SendBirdUIKit19SBUMessageInputView")
59915952
@interface SBUMessageInputView : UIView <UITextViewDelegate>
59925953
@property (nonatomic, weak) IBOutlet UIButton * _Null_unspecified addButton;
@@ -6298,7 +6259,6 @@ SWIFT_CLASS_PROPERTY(@property (nonatomic, class, readonly, strong) SBUUserListT
62986259

62996260
@class SBDUserMessage;
63006261

6301-
IB_DESIGNABLE
63026262
SWIFT_CLASS("_TtC13SendBirdUIKit18SBUUserMessageCell")
63036263
@interface SBUUserMessageCell : SBUBaseMessageCell
63046264
@property (nonatomic, strong) UIView * _Nonnull messageTextView;

SendBirdUIKit.framework/Info.plist

-4 Bytes
Binary file not shown.
-91.4 KB
Binary file not shown.
-91.4 KB
Binary file not shown.
-91.4 KB
Binary file not shown.
-91.4 KB
Binary file not shown.

0 commit comments

Comments
 (0)