Skip to content

Commit

Permalink
release version 6.10.0.849
Browse files Browse the repository at this point in the history
  • Loading branch information
ghasfjord committed Oct 7, 2022
1 parent 09756c9 commit ac34cbe
Show file tree
Hide file tree
Showing 303 changed files with 3,596 additions and 3,655 deletions.

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleShortVersionString</key>
<string>6.9.0</string>
<string>6.10.0</string>
<key>CFBundleVersion</key>
<string>843</string>
<string>849</string>
</dict>
</plist>
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleShortVersionString</key>
<string>6.9.0</string>
<string>6.10.0</string>
<key>CFBundleVersion</key>
<string>843</string>
<string>849</string>
</dict>
</plist>
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -6,30 +6,30 @@
<array>
<dict>
<key>LibraryIdentifier</key>
<string>ios-arm64_x86_64-simulator</string>
<string>ios-arm64</string>
<key>LibraryPath</key>
<string>LPMessagingSDK.framework</string>
<key>SupportedArchitectures</key>
<array>
<string>arm64</string>
<string>x86_64</string>
</array>
<key>SupportedPlatform</key>
<string>ios</string>
<key>SupportedPlatformVariant</key>
<string>simulator</string>
</dict>
<dict>
<key>LibraryIdentifier</key>
<string>ios-arm64</string>
<string>ios-arm64_x86_64-simulator</string>
<key>LibraryPath</key>
<string>LPMessagingSDK.framework</string>
<key>SupportedArchitectures</key>
<array>
<string>arm64</string>
<string>x86_64</string>
</array>
<key>SupportedPlatform</key>
<string>ios</string>
<key>SupportedPlatformVariant</key>
<string>simulator</string>
</dict>
</array>
<key>CFBundlePackageType</key>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Generated by Apple Swift version 5.4.2 (swiftlang-1205.0.28.2 clang-1205.0.19.57)
// Generated by Apple Swift version 5.5 (swiftlang-1300.0.31.1 clang-1300.0.29.1)
#ifndef LPMESSAGINGSDK_SWIFT_H
#define LPMESSAGINGSDK_SWIFT_H
#pragma clang diagnostic push
Expand Down Expand Up @@ -1198,6 +1198,8 @@ SWIFT_CLASS("_TtC14LPMessagingSDK8LPConfig")
@property (nonatomic) double structuredContentBubbleBorderWidth;
/// Structured Content button border width in pixels.
@property (nonatomic) CGFloat structuredContentButtonBorderWidth;
/// Structured Content button border corner radius in pixels.
@property (nonatomic) CGFloat structuredContentButtonBorderCornerRadius;
/// Structured Content bubble border color.
@property (nonatomic, strong) UIColor * _Nonnull structuredContentBubbleBorderColor;
/// Structured Content bubble top left corner radius in pixels.
Expand All @@ -1218,6 +1220,8 @@ SWIFT_CLASS("_TtC14LPMessagingSDK8LPConfig")
@property (nonatomic, strong) UIColor * _Nonnull structuredContentButtonBorderColor;
/// Used to set the text color for Structure Content elements of button type
@property (nonatomic, strong) UIColor * _Nonnull structuredContentButtonTextColor;
/// Used to set the text color for Structure Content elements of link button type
@property (nonatomic, strong) UIColor * _Nonnull structuredContentLinkButtonTextColor;
/// Used to set the text color for Structure Content elements of text type
@property (nonatomic, strong) UIColor * _Nonnull structuredContentTextColor;
/// Used to set the width constraint for Structured Constant elements of button type
Expand Down Expand Up @@ -1784,6 +1788,7 @@ typedef SWIFT_ENUM(NSInteger, LPLanguage, open) {
LPLanguageZh = 43,
LPLanguageZh_Hans = 44,
LPLanguageZh_Hant_hk = 45,
LPLanguageFil_PH = 46,
};

/// The various levels of logging. Each case encapsulates the logging above.
Expand Down Expand Up @@ -2206,6 +2211,7 @@ typedef SWIFT_ENUM(NSInteger, LPMessagingSDKFeature, open) {
LPMessagingSDKFeatureUserFileSharing = 0,
LPMessagingSDKFeatureAudioSharing = 1,
LPMessagingSDKFeatureAgentFileSharing = 2,
LPMessagingSDKFeatureBlurThumbnail = 3,
};


Expand Down Expand Up @@ -2455,6 +2461,7 @@ typedef SWIFT_ENUM(NSInteger, LPRegionCode, open) {
LPRegionCodeTW = 37,
LPRegionCodeCN = 38,
LPRegionCodeHK = 39,
LPRegionCodeFIL = 40,
};


Expand Down
Loading

0 comments on commit ac34cbe

Please sign in to comment.