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
Binary file not shown.
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -6,19 +6,19 @@
<dict>
<key>Assets.car</key>
<data>
nke+1YLvV89eZqhSYxeh/wn18wU=
v+LKviwHk854VbnXFh1eOT42jAk=
</data>
<key>Headers/KustomerChat-Swift.h</key>
<data>
wBgIM5SQTNviQ3x8HLoBl3kbnxk=
S6H/REKSFvJTh4uoZwCGY+puN1A=
</data>
<key>Headers/KustomerChat.h</key>
<data>
ShZzf/R1t68Jhx7/8zHZgum/G+o=
</data>
<key>Info.plist</key>
<data>
cVwe0mz2HnUYZkf0i/FRXjAhC9g=
wPhIU1AfHWBBs71j/w4Y5FaFzlA=
</data>
<key>Modules/KustomerChat.swiftmodule/arm64-apple-ios.abi.json</key>
<data>
Expand All @@ -38,7 +38,7 @@
</data>
<key>Modules/KustomerChat.swiftmodule/arm64-apple-ios.swiftmodule</key>
<data>
7gy2a9A72d1QyjZXiSdIMiKHgKg=
/iXZGkOEQLSgzKaVGHsSSH2Uotw=
</data>
<key>Modules/module.modulemap</key>
<data>
Expand Down Expand Up @@ -1063,14 +1063,14 @@
<dict>
<key>hash2</key>
<data>
DQ5Z9qbfOzKxKvsNXtEzWqPIfKXNypkjm88C1an3TCI=
7RNTZZ9l4ay8OWGsePneZfYUkpa/x2hcr9pWRJ1UjPU=
</data>
</dict>
<key>Headers/KustomerChat-Swift.h</key>
<dict>
<key>hash2</key>
<data>
7SnnuuQkZ1ygcT16Iyxprf73nXfBnKnzC/Wq3zI5Qlw=
axMHqTzuupB7EbqPKtNWrZgZQmkkRaoX0tQQaosJd40=
</data>
</dict>
<key>Headers/KustomerChat.h</key>
Expand Down Expand Up @@ -1112,7 +1112,7 @@
<dict>
<key>hash2</key>
<data>
TNeYaWQl6hIVVP1UjsPxhJ2NgBvWmPYydtY0Pd4byto=
k6sbWyRAYYcgmx4cfMBxtuurkuGFWojKqwWMz+EWap0=
</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.1</string>
<string>5.0.2</string>
<key>CFBundleVersion</key>
<string>2</string>
</dict>
Expand Down
Loading

0 comments on commit 2d889c3

Please sign in to comment.