Skip to content

Commit

Permalink
release version 6.8.1.836
Browse files Browse the repository at this point in the history
  • Loading branch information
David Villacis committed Jun 3, 2022
1 parent 20e6adf commit e9d3be8
Show file tree
Hide file tree
Showing 296 changed files with 953 additions and 837 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.8.0</string>
<string>6.8.1</string>
<key>CFBundleVersion</key>
<string>830</string>
<string>836</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.8.0</string>
<string>6.8.1</string>
<key>CFBundleVersion</key>
<string>830</string>
<string>836</string>
</dict>
</plist>
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -6,29 +6,29 @@
<array>
<dict>
<key>LibraryIdentifier</key>
<string>ios-arm64</string>
<string>ios-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>
<dict>
<key>LibraryIdentifier</key>
<string>ios-x86_64-simulator</string>
<string>ios-arm64</string>
<key>LibraryPath</key>
<string>LPMessagingSDK.framework</string>
<key>SupportedArchitectures</key>
<array>
<string>x86_64</string>
<string>arm64</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
Expand Up @@ -1354,6 +1354,8 @@ SWIFT_CLASS("_TtC14LPMessagingSDK8LPConfig")
@property (nonatomic) double inputTextViewCornerRadius;
/// Input TextView top border color default clear color.
@property (nonatomic, strong) UIColor * _Nonnull inputTextViewTopBorderColor;
/// Input TextView placeholder color default is nil.
@property (nonatomic, strong) UIColor * _Nullable inputTextViewPlaceholderColor;
/// Color code for the background of the remote user bubble.
@property (nonatomic, strong) UIColor * _Nonnull remoteUserBubbleBackgroundColor;
/// Color code for the outline color.
Expand Down
Loading

0 comments on commit e9d3be8

Please sign in to comment.