Skip to content

Commit

Permalink
Merge pull request #129 from kustomer/releases/5.0.7
Browse files Browse the repository at this point in the history
Version 5.0.7
  • Loading branch information
raymondjoneskustomer authored Jan 6, 2025
2 parents 831f645 + 817190d commit f72877f
Show file tree
Hide file tree
Showing 28 changed files with 61,171 additions and 60,931 deletions.
2 changes: 1 addition & 1 deletion KustomerChat.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = 'KustomerChat'
s.version = '5.0.6'
s.version = '5.0.7'
s.swift_version = '5.0'
s.cocoapods_version = '>= 1.10.0'
s.authors = 'Kustomer.com'
Expand Down
10 changes: 5 additions & 5 deletions KustomerChat.xcframework/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -10,34 +10,34 @@
<key>DebugSymbolsPath</key>
<string>dSYMs</string>
<key>LibraryIdentifier</key>
<string>ios-arm64</string>
<string>ios-arm64_x86_64-simulator</string>
<key>LibraryPath</key>
<string>KustomerChat.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>BinaryPath</key>
<string>KustomerChat.framework/KustomerChat</string>
<key>DebugSymbolsPath</key>
<string>dSYMs</string>
<key>LibraryIdentifier</key>
<string>ios-arm64_x86_64-simulator</string>
<string>ios-arm64</string>
<key>LibraryPath</key>
<string>KustomerChat.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
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -375,6 +375,8 @@ SWIFT_CLASS("_TtC12KustomerChat12PushProvider")
- (nonnull instancetype)init OBJC_DESIGNATED_INITIALIZER;
@end

@class UITabBar;
@class UITabBarItem;
@class UITab;
@class NSString;
@class NSBundle;
Expand All @@ -388,6 +390,7 @@ SWIFT_CLASS("_TtC12KustomerChat24SupportTabViewController")
- (void)viewDidAppear:(BOOL)animated;
- (void)viewDidLoad;
- (void)viewDidLayoutSubviews;
- (void)tabBar:(UITabBar * _Nonnull)tabBar didSelectItem:(UITabBarItem * _Nonnull)item;
/// <code>true</code> if the tab bar is currently hidden.
@property (nonatomic, getter=isTabBarHidden) BOOL tabBarHidden;
- (nonnull instancetype)initWithTabs:(NSArray<UITab *> * _Nonnull)tabs SWIFT_UNAVAILABLE;
Expand Down Expand Up @@ -430,6 +433,7 @@ SWIFT_CLASS("_TtC12KustomerChat24SupportTabViewController")






#endif
Expand Down
Binary file not shown.
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -1113,6 +1113,9 @@ extension KustomerChat.KustomerUI.Color {
public static var chatAvatarInitials: UIKit.UIColor
public static var chatHeaderBackground: UIKit.UIColor
public static var chatHeaderBackgroundWhenInAssistant: UIKit.UIColor
public static var chatHeaderTitle: UIKit.UIColor
public static var chatHeaderText: UIKit.UIColor
public static var chatHeaderSeparator: UIKit.UIColor
public static var chatInputBarBackground: UIKit.UIColor
public static var chatSearchBarBackground: UIKit.UIColor
public static var chatTableBackground: UIKit.UIColor
Expand All @@ -1133,6 +1136,12 @@ extension KustomerChat.KustomerUI.Color {
public static var historyNewChatButtonText: UIKit.UIColor
public static var historyRowBackground: UIKit.UIColor
public static var historyTitleColor: UIKit.UIColor
public static var historyRowTitle: UIKit.UIColor
public static var historyRowSubtitle: UIKit.UIColor
public static var historyRowDate: UIKit.UIColor
public static var historyRowIcon: UIKit.UIColor
public static var historyRowSeparator: UIKit.UIColor
public static var historyText: UIKit.UIColor
public static var incomingMessageBubble: UIKit.UIColor
public static var incomingMessageText: UIKit.UIColor
public static var loadingNavigationHeaderSeparator: UIKit.UIColor
Expand All @@ -1144,9 +1153,11 @@ extension KustomerChat.KustomerUI.Color {
public static var navigationBarButton: UIKit.UIColor
public static var outgoingMessageBubble: UIKit.UIColor
public static var outgoingMessageText: UIKit.UIColor
public static var outgoingMessageBubbleShadow: UIKit.UIColor
public static var tabBarBackground: UIKit.UIColor
public static var tabBarItemColor: UIKit.UIColor
public static var tabBarUnselectedItemColor: UIKit.UIColor
public static var tabBarUnselectedItemBorderColor: UIKit.UIColor
public static var kbBrowseBackground: UIKit.UIColor
public static var kbBrowseSeparator: UIKit.UIColor
public static var kbLoadingProgressTintColor: UIKit.UIColor
Expand All @@ -1159,7 +1170,6 @@ extension KustomerChat.KustomerUI.Color {
public static var kbBrowseIconTint: UIKit.UIColor
public static var kbHeader: UIKit.UIColor
public static var kbHeaderText: UIKit.UIColor
public static var kbHeaderTint: UIKit.UIColor
public static var chatMllMenuOpenBackdrop: UIKit.UIColor
public static var mllOptionText: UIKit.UIColor
public static var mllMenuTitleText: UIKit.UIColor
Expand Down Expand Up @@ -1600,6 +1610,7 @@ public enum PushEnvironment : Swift.String {
@_Concurrency.MainActor @preconcurrency @objc override final public func viewDidAppear(_ animated: Swift.Bool)
@_Concurrency.MainActor @preconcurrency @objc override final public func viewDidLoad()
@_Concurrency.MainActor @preconcurrency @objc override final public func viewDidLayoutSubviews()
@_Concurrency.MainActor @preconcurrency @objc override final public func tabBar(_ tabBar: UIKit.UITabBar, didSelect item: UIKit.UITabBarItem)
@_Concurrency.MainActor @preconcurrency @objc override final public var isTabBarHidden: Swift.Bool {
@objc get
@objc set
Expand Down Expand Up @@ -1733,15 +1744,6 @@ extension KustomerChat.KustomerUI.Color {
public static var systemBackground: UIKit.UIColor {
get
}
public static var secondarySystemGroupedBackground: UIKit.UIColor {
get
}
public static var systemGray5: UIKit.UIColor {
get
}
public static var tertiarySystemGroupedBackground: UIKit.UIColor {
get
}
public static var label: UIKit.UIColor {
get
}
Expand All @@ -1751,12 +1753,6 @@ extension KustomerChat.KustomerUI.Color {
public static var tertiaryLabel: UIKit.UIColor {
get
}
public static var systemGray3: UIKit.UIColor {
get
}
public static var systemFill: UIKit.UIColor {
get
}
public static func color(_ named: Swift.String) -> UIKit.UIColor
}
public struct KnowledgeBaseDomain : Swift.Decodable {
Expand Down
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -1113,6 +1113,9 @@ extension KustomerChat.KustomerUI.Color {
public static var chatAvatarInitials: UIKit.UIColor
public static var chatHeaderBackground: UIKit.UIColor
public static var chatHeaderBackgroundWhenInAssistant: UIKit.UIColor
public static var chatHeaderTitle: UIKit.UIColor
public static var chatHeaderText: UIKit.UIColor
public static var chatHeaderSeparator: UIKit.UIColor
public static var chatInputBarBackground: UIKit.UIColor
public static var chatSearchBarBackground: UIKit.UIColor
public static var chatTableBackground: UIKit.UIColor
Expand All @@ -1133,6 +1136,12 @@ extension KustomerChat.KustomerUI.Color {
public static var historyNewChatButtonText: UIKit.UIColor
public static var historyRowBackground: UIKit.UIColor
public static var historyTitleColor: UIKit.UIColor
public static var historyRowTitle: UIKit.UIColor
public static var historyRowSubtitle: UIKit.UIColor
public static var historyRowDate: UIKit.UIColor
public static var historyRowIcon: UIKit.UIColor
public static var historyRowSeparator: UIKit.UIColor
public static var historyText: UIKit.UIColor
public static var incomingMessageBubble: UIKit.UIColor
public static var incomingMessageText: UIKit.UIColor
public static var loadingNavigationHeaderSeparator: UIKit.UIColor
Expand All @@ -1144,9 +1153,11 @@ extension KustomerChat.KustomerUI.Color {
public static var navigationBarButton: UIKit.UIColor
public static var outgoingMessageBubble: UIKit.UIColor
public static var outgoingMessageText: UIKit.UIColor
public static var outgoingMessageBubbleShadow: UIKit.UIColor
public static var tabBarBackground: UIKit.UIColor
public static var tabBarItemColor: UIKit.UIColor
public static var tabBarUnselectedItemColor: UIKit.UIColor
public static var tabBarUnselectedItemBorderColor: UIKit.UIColor
public static var kbBrowseBackground: UIKit.UIColor
public static var kbBrowseSeparator: UIKit.UIColor
public static var kbLoadingProgressTintColor: UIKit.UIColor
Expand All @@ -1159,7 +1170,6 @@ extension KustomerChat.KustomerUI.Color {
public static var kbBrowseIconTint: UIKit.UIColor
public static var kbHeader: UIKit.UIColor
public static var kbHeaderText: UIKit.UIColor
public static var kbHeaderTint: UIKit.UIColor
public static var chatMllMenuOpenBackdrop: UIKit.UIColor
public static var mllOptionText: UIKit.UIColor
public static var mllMenuTitleText: UIKit.UIColor
Expand Down Expand Up @@ -1600,6 +1610,7 @@ public enum PushEnvironment : Swift.String {
@_Concurrency.MainActor @preconcurrency @objc override final public func viewDidAppear(_ animated: Swift.Bool)
@_Concurrency.MainActor @preconcurrency @objc override final public func viewDidLoad()
@_Concurrency.MainActor @preconcurrency @objc override final public func viewDidLayoutSubviews()
@_Concurrency.MainActor @preconcurrency @objc override final public func tabBar(_ tabBar: UIKit.UITabBar, didSelect item: UIKit.UITabBarItem)
@_Concurrency.MainActor @preconcurrency @objc override final public var isTabBarHidden: Swift.Bool {
@objc get
@objc set
Expand Down Expand Up @@ -1733,15 +1744,6 @@ extension KustomerChat.KustomerUI.Color {
public static var systemBackground: UIKit.UIColor {
get
}
public static var secondarySystemGroupedBackground: UIKit.UIColor {
get
}
public static var systemGray5: UIKit.UIColor {
get
}
public static var tertiarySystemGroupedBackground: UIKit.UIColor {
get
}
public static var label: UIKit.UIColor {
get
}
Expand All @@ -1751,12 +1753,6 @@ extension KustomerChat.KustomerUI.Color {
public static var tertiaryLabel: UIKit.UIColor {
get
}
public static var systemGray3: UIKit.UIColor {
get
}
public static var systemFill: UIKit.UIColor {
get
}
public static func color(_ named: Swift.String) -> UIKit.UIColor
}
public struct KnowledgeBaseDomain : Swift.Decodable {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,39 +6,39 @@
<dict>
<key>Assets.car</key>
<data>
dd3xcbQMWlRRyn/kNMoJsZQqLAU=
1+Al3sAtaClTB/IJpgBm5F9FB18=
</data>
<key>Headers/KustomerChat-Swift.h</key>
<data>
x91bhwpF4Eo1RjzKlm2do1KofW4=
lRu6XkQbQtBFoRzLc/+Iki0n0UU=
</data>
<key>Headers/KustomerChat.h</key>
<data>
ShZzf/R1t68Jhx7/8zHZgum/G+o=
</data>
<key>Info.plist</key>
<data>
21zSurY2j/9/nnjqmT85Xn+s6eM=
iSAszbmQ9+D9GCgxFRuHLAtC/JA=
</data>
<key>Modules/KustomerChat.swiftmodule/arm64-apple-ios.abi.json</key>
<data>
gcwBsH4BgyFY4sVtNt+/xOKS3vY=
</data>
<key>Modules/KustomerChat.swiftmodule/arm64-apple-ios.private.swiftinterface</key>
<data>
rwLqWS4tyoJy+jQz1eAa+dAgKHs=
CYi6bX6pdu5C1dG4Iwu1cF927GY=
</data>
<key>Modules/KustomerChat.swiftmodule/arm64-apple-ios.swiftdoc</key>
<data>
nXPL0kq0pMfp5J/mfzW7PEcG4Bw=
CkDbwuq2HyWCs+i/QEos4UIw0R4=
</data>
<key>Modules/KustomerChat.swiftmodule/arm64-apple-ios.swiftinterface</key>
<data>
rwLqWS4tyoJy+jQz1eAa+dAgKHs=
CYi6bX6pdu5C1dG4Iwu1cF927GY=
</data>
<key>Modules/KustomerChat.swiftmodule/arm64-apple-ios.swiftmodule</key>
<data>
f+w2Sh1LQHJgqZfr3vYnrZ677ts=
50+UXmLvCUuS5searmWZ23b9XJQ=
</data>
<key>Modules/module.modulemap</key>
<data>
Expand Down Expand Up @@ -1063,14 +1063,14 @@
<dict>
<key>hash2</key>
<data>
vqmVJ3g2MCgesZHOvdvNFCQoxtWFLnV/Oi+SOQ70168=
IdtUL3Je507NWj6fKTgYkqByjv3XsSyVtcAHXeGmEPk=
</data>
</dict>
<key>Headers/KustomerChat-Swift.h</key>
<dict>
<key>hash2</key>
<data>
xfEqGXxigGMxhEo8ZpYe9zEyIJNU0QtYOFUH+YY1scw=
oHppQtzB0OpyWu9n0uIeXRfJ2AwW4jRJY0HneIEUtes=
</data>
</dict>
<key>Headers/KustomerChat.h</key>
Expand All @@ -1091,28 +1091,28 @@
<dict>
<key>hash2</key>
<data>
uDya3Zsme99wRvuuOe1fi2bZ/3e+o1Es6JOm21vjKtg=
5c+69Z1KU8OuSCMxKfeh3R2oT/rqaKzTr7DBpcn9hfM=
</data>
</dict>
<key>Modules/KustomerChat.swiftmodule/arm64-apple-ios.swiftdoc</key>
<dict>
<key>hash2</key>
<data>
yHp62KCG301RjVzq7vQvhB6o2lujuwOZuAEfQ/+ye6I=
TSVhR9cSfJEObbtZi41sTOTo/gkLRDi82YWHQocEjVc=
</data>
</dict>
<key>Modules/KustomerChat.swiftmodule/arm64-apple-ios.swiftinterface</key>
<dict>
<key>hash2</key>
<data>
uDya3Zsme99wRvuuOe1fi2bZ/3e+o1Es6JOm21vjKtg=
5c+69Z1KU8OuSCMxKfeh3R2oT/rqaKzTr7DBpcn9hfM=
</data>
</dict>
<key>Modules/KustomerChat.swiftmodule/arm64-apple-ios.swiftmodule</key>
<dict>
<key>hash2</key>
<data>
UD4/nmqQYssyXN2ro9Ik2tY+2I0n+3Tm8ymWYVhkzUo=
DWoymcRmJ+T/YkfNkJGsaodyW9Xp5sRK+WnsbLphGfQ=
</data>
</dict>
<key>Modules/module.modulemap</key>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleShortVersionString</key>
<string>5.0.6</string>
<string>5.0.7</string>
<key>CFBundleVersion</key>
<string>2</string>
</dict>
Expand Down
Binary file not shown.
Loading

0 comments on commit f72877f

Please sign in to comment.