Skip to content

Commit

Permalink
Update SDK v1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Sanjith committed Oct 24, 2017
1 parent bc5d84f commit df0a4d0
Show file tree
Hide file tree
Showing 52 changed files with 593 additions and 370 deletions.
4 changes: 2 additions & 2 deletions 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 = "1.0.2"
s.version = "1.1.0"
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 All @@ -17,7 +17,7 @@ Pod::Spec.new do |s|
s.preserve_paths = "FreshchatSDK/*"
s.resources = "FreshchatSDK/FCResources.bundle", "FreshchatSDK/FreshchatModels.bundle", "FreshchatSDK/FCLocalization.bundle"
s.ios.vendored_library = "FreshchatSDK/libFDFreshchatSDK.a"
s.frameworks = "Foundation", "AVFoundation", "AudioToolbox", "CoreMedia", "CoreData", "ImageIO", "SystemConfiguration", "Security"
s.frameworks = "Foundation", "AVFoundation", "AudioToolbox", "CoreMedia", "CoreData", "ImageIO", "Photos", "SystemConfiguration", "Security"
s.xcconfig = { 'LIBRARY_SEARCH_PATHS' => '"$(PODS_ROOT)/FreshchatSDK"' }
s.requires_arc = true

Expand Down
Binary file removed FreshchatSDK/.DS_Store
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,9 @@
"camera_unavailable_description"="Oopsie! Your device doesn't have a camera or the camera is not available for use";
"camera_unavailable_ok_button_text"="OK";
"camera_permission_denied" ="Camera permissions is required to capture pictures";
"photo_library_permission_denied" ="Photo library permission is required access photos";
"camera_permission_alert_cancel" ="Cancel";
"photo_library_permission_alert_cancel" ="Cancel";

/* Picture attached*/
"pic_msg_attachment_close_btn"="Back";
Expand Down
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
Loading

0 comments on commit df0a4d0

Please sign in to comment.