Skip to content

Commit

Permalink
SDK update v5.3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
deep-pradhan-fw committed Oct 21, 2022
1 parent e1d33b3 commit 00351f5
Show file tree
Hide file tree
Showing 29 changed files with 292 additions and 58 deletions.
2 changes: 1 addition & 1 deletion FreshchatSDK.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
Pod::Spec.new do |s|

s.name = "FreshchatSDK"
s.version = "5.3.1"
s.version = "5.3.2"
s.summary = "Freshchat iOS SDK - Modern messaging software that your sales and customer engagement teams will love."
s.description = <<-DESC
Modern messaging software that your sales and customer engagement teams will love.
Expand Down
14 changes: 7 additions & 7 deletions FreshchatSDK.xcframework/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -6,32 +6,32 @@
<array>
<dict>
<key>LibraryIdentifier</key>
<string>ios-arm64_armv7</string>
<string>ios-arm64_i386_x86_64-simulator</string>
<key>LibraryPath</key>
<string>FreshchatSDK.framework</string>
<key>SupportedArchitectures</key>
<array>
<string>arm64</string>
<string>armv7</string>
<string>i386</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-arm64_i386_x86_64-simulator</string>
<string>ios-arm64_armv7</string>
<key>LibraryPath</key>
<string>FreshchatSDK.framework</string>
<key>SupportedArchitectures</key>
<array>
<string>arm64</string>
<string>i386</string>
<string>x86_64</string>
<string>armv7</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 @@ -225,11 +225,19 @@
"placeholder_phonenumber_text" = "Enter Phone number";
"placeholder_email_text" = "Enter email";
"placeholder_number_text" = "Enter number";
"placeholder_feedback_text" = "Add your feedback here";


/*Validation Error */
"phonenumber_validationerror_text" = "Enter valid phone number";
"email_validationerror_text" = "Enter valid email";
"number_validationerror_text" = "Enter valid number";
"character_limit_validationerror_text" = "Enter character length upto 500";

/*Feedback Comment Thanks Prompt*/
"thanks_feedback_comment_text" = "Thank you for the feedback";

"submit_button_text" = "Submit";

/* File attachment*/
"send_attachment_title_only_image" = "Upload an image";
Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,58 @@
<dict>
<key>ConversationDetail</key>
<dict>
<key>FeedbackSuccessDialog</key>
<dict>
<key>dividerBackgroundColor</key>
<string>#EBEFF3</string>
<key>backgroundColor</key>
<string>#FEFFFF</string>
<key>fontName</key>
<string>SYS_DEFAULT_FONT_NAME</string>
<key>textColor</key>
<string>#475867
background: #475867;
#475867</string>
<key>textSize</key>
<string>15.0f</string>
</dict>
<key>FeedbackPollStyle</key>
<dict>
<key>dividerBackgroundColor</key>
<string>#EBEFF3</string>
<key>backgroundColor</key>
<string>#FFFFFF</string>
<key>submitButtonStyle</key>
<dict>
<key>backgroundColor</key>
<string>#12344D</string>
<key>textColor</key>
<string>#FFFFFF</string>
<key>textSize</key>
<string>17.0f</string>
<key>fontName</key>
<string>SYS_SEMI_BOLD_FONT_NAME</string>
</dict>
<key>optionButtonStyle</key>
<dict>
<key>selectedfontName</key>
<string>SYS_SEMI_BOLD_FONT_NAME</string>
<key>selectedTextColor</key>
<string>#2C5CC5</string>
<key>selectedColor</key>
<string>#E5F2FD</string>
<key>fontName</key>
<string>SYS_DEFAULT_FONT_NAME</string>
<key>textColor</key>
<string>#12344D</string>
<key>textSize</key>
<string>15.0f</string>
<key>backgroundColor</key>
<string>#EBEFF3</string>
</dict>
</dict>
<key>AttachIcon</key>
<string>FCResources.bundle/Images/freshchat_upload_icon</string>
<key>FileAttachmentSendIcon</key>
Expand Down Expand Up @@ -153,6 +205,23 @@
<key>background</key>
<string>#FEF1E1</string>
</dict>
<key>FeedbackSuccessDialog</key>
<dict>
<key>dividerBackgroundColor</key>
<string>#EBEFF3</string>
<key>backgroundColor</key>
<string>#FEFFFF</string>
<key>fontName</key>
<string>SYS_DEFAULT_FONT_NAME</string>
<key>textColor</key>
<string>#475867
#475867</string>
<key>textSize</key>
<string>15.0f</string>
</dict>
<key>FallbackMessageStyle</key>
<dict>
<key>fontName</key>
Expand Down Expand Up @@ -1306,6 +1375,8 @@
<string>FCResources.bundle/Images/freshchat_notification_cancel_icon</string>
<key>MenuQuickActionIcon</key>
<string>FCResources.bundle/Images/freshchat_menu_quick_actions</string>
<key>OpinionPollIcon</key>
<string>FCResources.bundle/Images/freshchat_opinionpoll_tick_icon</string>
<key>SearchIcon</key>
<string>FCResources.bundle/Images/freshchat_search_icon</string>
<key>ContactUsIcon</key>
Expand Down
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,8 @@ typedef enum {
FCEventFileAttachmentOpen,
FCEventFileAttachmentOpenError,
FCEventBotFileAttachmentUpload,
FCEventQuickActionSelect
FCEventQuickActionSelect,
FCEventFeedbackMessageSent
} FCEvent;

/*
Expand Down Expand Up @@ -87,7 +88,8 @@ typedef enum {
FCPropertyOption,
FCPropertyInviteId,
FCProperyQuickActionType,
FCProperyQuickActionLabel
FCProperyQuickActionLabel,
FCPropertyFeedbackType
} FCEventProperty;


Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
// swift-interface-format-version: 1.0
// swift-compiler-version: Apple Swift version 5.5.1 effective-4.1.50 (swiftlang-1300.0.31.4 clang-1300.0.29.6)
// swift-module-flags: -target armv7-apple-ios9.0 -enable-objc-interop -enable-library-evolution -swift-version 4 -enforce-exclusivity=checked -O -module-name FreshchatSDK
import CoreMedia
import Foundation
@_exported import FreshchatSDK
import Swift
import UIKit
import _Concurrency
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
// swift-interface-format-version: 1.0
// swift-compiler-version: Apple Swift version 5.5.1 effective-4.1.50 (swiftlang-1300.0.31.4 clang-1300.0.29.6)
// swift-module-flags: -target arm64-apple-ios9.0 -enable-objc-interop -enable-library-evolution -swift-version 4 -enforce-exclusivity=checked -O -module-name FreshchatSDK
import CoreMedia
import Foundation
@_exported import FreshchatSDK
import Swift
import UIKit
import _Concurrency
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
// swift-interface-format-version: 1.0
// swift-compiler-version: Apple Swift version 5.5.1 effective-4.1.50 (swiftlang-1300.0.31.4 clang-1300.0.29.6)
// swift-module-flags: -target arm64-apple-ios9.0 -enable-objc-interop -enable-library-evolution -swift-version 4 -enforce-exclusivity=checked -O -module-name FreshchatSDK
import CoreMedia
import Foundation
@_exported import FreshchatSDK
import Swift
import UIKit
import _Concurrency
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
// swift-interface-format-version: 1.0
// swift-compiler-version: Apple Swift version 5.5.1 effective-4.1.50 (swiftlang-1300.0.31.4 clang-1300.0.29.6)
// swift-module-flags: -target armv7-apple-ios9.0 -enable-objc-interop -enable-library-evolution -swift-version 4 -enforce-exclusivity=checked -O -module-name FreshchatSDK
import CoreMedia
import Foundation
@_exported import FreshchatSDK
import Swift
import UIKit
import _Concurrency
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
// swift-interface-format-version: 1.0
// swift-compiler-version: Apple Swift version 5.5.1 effective-4.1.50 (swiftlang-1300.0.31.4 clang-1300.0.29.6)
// swift-module-flags: -target armv7-apple-ios9.0 -enable-objc-interop -enable-library-evolution -swift-version 4 -enforce-exclusivity=checked -O -module-name FreshchatSDK
import CoreMedia
import Foundation
@_exported import FreshchatSDK
import Swift
import UIKit
import _Concurrency
Original file line number Diff line number Diff line change
Expand Up @@ -225,11 +225,19 @@
"placeholder_phonenumber_text" = "Enter Phone number";
"placeholder_email_text" = "Enter email";
"placeholder_number_text" = "Enter number";
"placeholder_feedback_text" = "Add your feedback here";


/*Validation Error */
"phonenumber_validationerror_text" = "Enter valid phone number";
"email_validationerror_text" = "Enter valid email";
"number_validationerror_text" = "Enter valid number";
"character_limit_validationerror_text" = "Enter character length upto 500";

/*Feedback Comment Thanks Prompt*/
"thanks_feedback_comment_text" = "Thank you for the feedback";

"submit_button_text" = "Submit";

/* File attachment*/
"send_attachment_title_only_image" = "Upload an image";
Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,58 @@
<dict>
<key>ConversationDetail</key>
<dict>
<key>FeedbackSuccessDialog</key>
<dict>
<key>dividerBackgroundColor</key>
<string>#EBEFF3</string>
<key>backgroundColor</key>
<string>#FEFFFF</string>
<key>fontName</key>
<string>SYS_DEFAULT_FONT_NAME</string>
<key>textColor</key>
<string>#475867
background: #475867;
#475867</string>
<key>textSize</key>
<string>15.0f</string>
</dict>
<key>FeedbackPollStyle</key>
<dict>
<key>dividerBackgroundColor</key>
<string>#EBEFF3</string>
<key>backgroundColor</key>
<string>#FFFFFF</string>
<key>submitButtonStyle</key>
<dict>
<key>backgroundColor</key>
<string>#12344D</string>
<key>textColor</key>
<string>#FFFFFF</string>
<key>textSize</key>
<string>17.0f</string>
<key>fontName</key>
<string>SYS_SEMI_BOLD_FONT_NAME</string>
</dict>
<key>optionButtonStyle</key>
<dict>
<key>selectedfontName</key>
<string>SYS_SEMI_BOLD_FONT_NAME</string>
<key>selectedTextColor</key>
<string>#2C5CC5</string>
<key>selectedColor</key>
<string>#E5F2FD</string>
<key>fontName</key>
<string>SYS_DEFAULT_FONT_NAME</string>
<key>textColor</key>
<string>#12344D</string>
<key>textSize</key>
<string>15.0f</string>
<key>backgroundColor</key>
<string>#EBEFF3</string>
</dict>
</dict>
<key>AttachIcon</key>
<string>FCResources.bundle/Images/freshchat_upload_icon</string>
<key>FileAttachmentSendIcon</key>
Expand Down Expand Up @@ -153,6 +205,23 @@
<key>background</key>
<string>#FEF1E1</string>
</dict>
<key>FeedbackSuccessDialog</key>
<dict>
<key>dividerBackgroundColor</key>
<string>#EBEFF3</string>
<key>backgroundColor</key>
<string>#FEFFFF</string>
<key>fontName</key>
<string>SYS_DEFAULT_FONT_NAME</string>
<key>textColor</key>
<string>#475867
#475867</string>
<key>textSize</key>
<string>15.0f</string>
</dict>
<key>FallbackMessageStyle</key>
<dict>
<key>fontName</key>
Expand Down Expand Up @@ -1306,6 +1375,8 @@
<string>FCResources.bundle/Images/freshchat_notification_cancel_icon</string>
<key>MenuQuickActionIcon</key>
<string>FCResources.bundle/Images/freshchat_menu_quick_actions</string>
<key>OpinionPollIcon</key>
<string>FCResources.bundle/Images/freshchat_opinionpoll_tick_icon</string>
<key>SearchIcon</key>
<string>FCResources.bundle/Images/freshchat_search_icon</string>
<key>ContactUsIcon</key>
Expand Down
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,8 @@ typedef enum {
FCEventFileAttachmentOpen,
FCEventFileAttachmentOpenError,
FCEventBotFileAttachmentUpload,
FCEventQuickActionSelect
FCEventQuickActionSelect,
FCEventFeedbackMessageSent
} FCEvent;

/*
Expand Down Expand Up @@ -87,7 +88,8 @@ typedef enum {
FCPropertyOption,
FCPropertyInviteId,
FCProperyQuickActionType,
FCProperyQuickActionLabel
FCProperyQuickActionLabel,
FCPropertyFeedbackType
} FCEventProperty;


Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
// swift-interface-format-version: 1.0
// swift-compiler-version: Apple Swift version 5.5.1 effective-4.1.50 (swiftlang-1300.0.31.4 clang-1300.0.29.6)
// swift-module-flags: -target arm64-apple-ios9.0-simulator -enable-objc-interop -enable-library-evolution -swift-version 4 -enforce-exclusivity=checked -O -module-name FreshchatSDK
import CoreMedia
import Foundation
@_exported import FreshchatSDK
import Swift
import UIKit
import _Concurrency
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
// swift-interface-format-version: 1.0
// swift-compiler-version: Apple Swift version 5.5.1 effective-4.1.50 (swiftlang-1300.0.31.4 clang-1300.0.29.6)
// swift-module-flags: -target arm64-apple-ios9.0-simulator -enable-objc-interop -enable-library-evolution -swift-version 4 -enforce-exclusivity=checked -O -module-name FreshchatSDK
import CoreMedia
import Foundation
@_exported import FreshchatSDK
import Swift
import UIKit
import _Concurrency
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
// swift-interface-format-version: 1.0
// swift-compiler-version: Apple Swift version 5.5.1 effective-4.1.50 (swiftlang-1300.0.31.4 clang-1300.0.29.6)
// swift-module-flags: -target i386-apple-ios9.0-simulator -enable-objc-interop -enable-library-evolution -swift-version 4 -enforce-exclusivity=checked -O -module-name FreshchatSDK
import CoreMedia
import Foundation
@_exported import FreshchatSDK
import Swift
import UIKit
import _Concurrency
Loading

0 comments on commit 00351f5

Please sign in to comment.