Skip to content

Commit

Permalink
Merge branch 'main' into raymond.jones/wip/cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
raymondjoneskustomer committed Sep 27, 2024
2 parents 3e1894a + d415f37 commit 9bf8087
Show file tree
Hide file tree
Showing 30 changed files with 79,609 additions and 78,201 deletions.
6 changes: 3 additions & 3 deletions 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.0'
s.version = '5.0.1'
s.swift_version = '5.0'
s.cocoapods_version = '>= 1.10.0'
s.authors = 'Kustomer.com'
Expand All @@ -17,6 +17,6 @@ Pod::Spec.new do |s|
s.vendored_frameworks = 'KustomerChat.xcframework'
s.dependency 'PubNubSwift', '~> 6.3.0'
s.dependency 'Down', '~> 0.11.0'
s.dependency 'SnapKit', '~> 5.0.1'
s.dependency 'ReachabilitySwift', '~> 5.0.0'
s.dependency 'SnapKit', '~> 5.7.1'
s.dependency 'ReachabilitySwift', '~> 5.2.3'
end
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 @@ -437,12 +437,6 @@ SWIFT_CLASS("_TtC12KustomerChat24SupportTabViewController")












Expand Down
Binary file not shown.
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ import QuickLook
import SafariServices
import Swift
import SwiftUI
import SystemConfiguration
import UIKit
import UserNotifications
import WebKit
Expand Down Expand Up @@ -1094,11 +1093,6 @@ public struct KUSCSATNetworkPostBody : Swift.Codable {
}
public struct AILabelConstants {
}
@available(*, unavailable, renamed: "Notification.Name.KUS_reachabilityChanged")
public let KUSReachabilityChangedNotification: Foundation.NSNotification.Name
extension Foundation.NSNotification.Name {
public static let KUSReachabilityChanged: Foundation.Notification.Name
}
public struct KUSConversation : Swift.CustomStringConvertible, Swift.Codable {
public var id: Swift.String?
public var createdAt: Foundation.Date?
Expand Down
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ import QuickLook
import SafariServices
import Swift
import SwiftUI
import SystemConfiguration
import UIKit
import UserNotifications
import WebKit
Expand Down Expand Up @@ -1094,11 +1093,6 @@ public struct KUSCSATNetworkPostBody : Swift.Codable {
}
public struct AILabelConstants {
}
@available(*, unavailable, renamed: "Notification.Name.KUS_reachabilityChanged")
public let KUSReachabilityChangedNotification: Foundation.NSNotification.Name
extension Foundation.NSNotification.Name {
public static let KUSReachabilityChanged: Foundation.Notification.Name
}
public struct KUSConversation : Swift.CustomStringConvertible, Swift.Codable {
public var id: Swift.String?
public var createdAt: Foundation.Date?
Expand Down
Loading

0 comments on commit 9bf8087

Please sign in to comment.