Skip to content

Commit

Permalink
Version 5.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
kustomer-builds committed Oct 2, 2024
1 parent 38b6fef commit 2d889c3
Show file tree
Hide file tree
Showing 19 changed files with 80,428 additions and 79,598 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.1'
s.version = '5.0.2'
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_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>
<dict>
<key>BinaryPath</key>
<string>KustomerChat.framework/KustomerChat</string>
<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>
</array>
<key>CFBundlePackageType</key>
Expand Down
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -355,9 +355,6 @@ SWIFT_CLASS("_TtC12KustomerChat14KustomerClient")






/// :nodoc:
SWIFT_CLASS("_TtC12KustomerChat19NextGrowingTextView")
@interface NextGrowingTextView : UIScrollView
Expand Down Expand Up @@ -439,8 +436,6 @@ SWIFT_CLASS("_TtC12KustomerChat24SupportTabViewController")








Expand Down
Loading

0 comments on commit 2d889c3

Please # to comment.