diff --git a/CHANGELOG.md b/CHANGELOG.md index b0db222e..9df14a78 100755 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,19 @@ +## 14.0.3 +###### Release Date: 02-12-2022 + +### 🐛 Bug Fixes + +* Fixed an issue which caused the navigation bar to clip content on the iPad. +* Fixed an issue which caused the “Send” and “Close” button to be hidden in a white background when uploading an image or video. +* Bot quick replies were getting displayed even after a conversation was auto closed when the user has been idle. The quick replies are no longer shown in such cases. +* For Carousels with a single screen, the “completed” stats is now sent correctly. +* Fixed UI issues in the navigation bar. + +### 🚀 Enhancements + +* Added the ability to set User Attributes on `+[Intercom loginWithUserAttributes:success:failure:]`. It is no longer required to make an additional `+ +[Intercom updateUser:success:failure:]` call right after calling `login` to do this. +* Added support for Bengali, Persian, Malay and Thai. Bengali is not currently a supported language on iOS in general so will not work. If it gets added as a language on iOS later it should work without anymore changes. + ## 14.0.2 ###### Release Date: 25-11-2022 diff --git a/Intercom.podspec b/Intercom.podspec index b8c1ad42..a271897f 100755 --- a/Intercom.podspec +++ b/Intercom.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = 'Intercom' - s.version = '14.0.2' + s.version = '14.0.3' s.summary = 'The Intercom iOS SDK, for integrating Intercom into your iOS application.' s.license = { :type => "Apache 2.0", :file => "LICENSE" } s.authors = {"Brian Boyle"=>"brian.boyle@intercom.io", "Mike McNamara"=>"mike.mcnamara@intercom.io", "Katherine Brennan"=>"katherine.brennan@intercom.io", "Himanshi Goyal"=>"himanshi.goyal@intercom.io", "Niamh Coleman"=>"niamh.coleman@intercom.io"} diff --git a/Intercom.xcframework/Info.plist b/Intercom.xcframework/Info.plist index ddc03ee9..47b63d75 100644 --- a/Intercom.xcframework/Info.plist +++ b/Intercom.xcframework/Info.plist @@ -6,30 +6,30 @@ LibraryIdentifier - ios-arm64 + ios-arm64_x86_64-simulator LibraryPath Intercom.framework SupportedArchitectures arm64 + x86_64 SupportedPlatform ios + SupportedPlatformVariant + simulator LibraryIdentifier - ios-arm64_x86_64-simulator + ios-arm64 LibraryPath Intercom.framework SupportedArchitectures arm64 - x86_64 SupportedPlatform ios - SupportedPlatformVariant - simulator CFBundlePackageType diff --git a/Intercom.xcframework/ios-arm64/Intercom.framework/Info.plist b/Intercom.xcframework/ios-arm64/Intercom.framework/Info.plist index 74ccae2c..ae61ba04 100644 Binary files a/Intercom.xcframework/ios-arm64/Intercom.framework/Info.plist and b/Intercom.xcframework/ios-arm64/Intercom.framework/Info.plist differ diff --git a/Intercom.xcframework/ios-arm64/Intercom.framework/Intercom b/Intercom.xcframework/ios-arm64/Intercom.framework/Intercom index 47aee0b0..4e15174b 100755 Binary files a/Intercom.xcframework/ios-arm64/Intercom.framework/Intercom and b/Intercom.xcframework/ios-arm64/Intercom.framework/Intercom differ diff --git a/Intercom.xcframework/ios-arm64/Intercom.framework/IntercomAssets.bundle/Info.plist b/Intercom.xcframework/ios-arm64/Intercom.framework/IntercomAssets.bundle/Info.plist index 273cd0b1..43a253fa 100644 Binary files a/Intercom.xcframework/ios-arm64/Intercom.framework/IntercomAssets.bundle/Info.plist and b/Intercom.xcframework/ios-arm64/Intercom.framework/IntercomAssets.bundle/Info.plist differ diff --git a/Intercom.xcframework/ios-arm64/Intercom.framework/IntercomTranslations.bundle/Info.plist b/Intercom.xcframework/ios-arm64/Intercom.framework/IntercomTranslations.bundle/Info.plist index 93f7a84f..d79d4bcc 100644 Binary files a/Intercom.xcframework/ios-arm64/Intercom.framework/IntercomTranslations.bundle/Info.plist and b/Intercom.xcframework/ios-arm64/Intercom.framework/IntercomTranslations.bundle/Info.plist differ diff --git a/Intercom.xcframework/ios-arm64/Intercom.framework/IntercomTranslations.bundle/bn.strings b/Intercom.xcframework/ios-arm64/Intercom.framework/IntercomTranslations.bundle/bn.strings new file mode 100644 index 00000000..98598ce2 Binary files /dev/null and b/Intercom.xcframework/ios-arm64/Intercom.framework/IntercomTranslations.bundle/bn.strings differ diff --git a/Intercom.xcframework/ios-arm64/Intercom.framework/IntercomTranslations.bundle/fa-ir.strings b/Intercom.xcframework/ios-arm64/Intercom.framework/IntercomTranslations.bundle/fa-ir.strings new file mode 100644 index 00000000..e34938d2 Binary files /dev/null and b/Intercom.xcframework/ios-arm64/Intercom.framework/IntercomTranslations.bundle/fa-ir.strings differ diff --git a/Intercom.xcframework/ios-arm64/Intercom.framework/IntercomTranslations.bundle/ms.strings b/Intercom.xcframework/ios-arm64/Intercom.framework/IntercomTranslations.bundle/ms.strings new file mode 100644 index 00000000..ba96b8a6 Binary files /dev/null and b/Intercom.xcframework/ios-arm64/Intercom.framework/IntercomTranslations.bundle/ms.strings differ diff --git a/Intercom.xcframework/ios-arm64/Intercom.framework/IntercomTranslations.bundle/th.strings b/Intercom.xcframework/ios-arm64/Intercom.framework/IntercomTranslations.bundle/th.strings new file mode 100644 index 00000000..7cbb47d2 Binary files /dev/null and b/Intercom.xcframework/ios-arm64/Intercom.framework/IntercomTranslations.bundle/th.strings differ diff --git a/Intercom.xcframework/ios-arm64_x86_64-simulator/Intercom.framework/Info.plist b/Intercom.xcframework/ios-arm64_x86_64-simulator/Intercom.framework/Info.plist index 3134c554..c7baa3e9 100644 Binary files a/Intercom.xcframework/ios-arm64_x86_64-simulator/Intercom.framework/Info.plist and b/Intercom.xcframework/ios-arm64_x86_64-simulator/Intercom.framework/Info.plist differ diff --git a/Intercom.xcframework/ios-arm64_x86_64-simulator/Intercom.framework/Intercom b/Intercom.xcframework/ios-arm64_x86_64-simulator/Intercom.framework/Intercom index 3812cf19..eb716213 100755 Binary files a/Intercom.xcframework/ios-arm64_x86_64-simulator/Intercom.framework/Intercom and b/Intercom.xcframework/ios-arm64_x86_64-simulator/Intercom.framework/Intercom differ diff --git a/Intercom.xcframework/ios-arm64_x86_64-simulator/Intercom.framework/IntercomAssets.bundle/Info.plist b/Intercom.xcframework/ios-arm64_x86_64-simulator/Intercom.framework/IntercomAssets.bundle/Info.plist index 1bde7263..a1f2990f 100644 Binary files a/Intercom.xcframework/ios-arm64_x86_64-simulator/Intercom.framework/IntercomAssets.bundle/Info.plist and b/Intercom.xcframework/ios-arm64_x86_64-simulator/Intercom.framework/IntercomAssets.bundle/Info.plist differ diff --git a/Intercom.xcframework/ios-arm64_x86_64-simulator/Intercom.framework/IntercomTranslations.bundle/Info.plist b/Intercom.xcframework/ios-arm64_x86_64-simulator/Intercom.framework/IntercomTranslations.bundle/Info.plist index 12df8951..f93c5e83 100644 Binary files a/Intercom.xcframework/ios-arm64_x86_64-simulator/Intercom.framework/IntercomTranslations.bundle/Info.plist and b/Intercom.xcframework/ios-arm64_x86_64-simulator/Intercom.framework/IntercomTranslations.bundle/Info.plist differ diff --git a/Intercom.xcframework/ios-arm64_x86_64-simulator/Intercom.framework/IntercomTranslations.bundle/bn.strings b/Intercom.xcframework/ios-arm64_x86_64-simulator/Intercom.framework/IntercomTranslations.bundle/bn.strings new file mode 100644 index 00000000..98598ce2 Binary files /dev/null and b/Intercom.xcframework/ios-arm64_x86_64-simulator/Intercom.framework/IntercomTranslations.bundle/bn.strings differ diff --git a/Intercom.xcframework/ios-arm64_x86_64-simulator/Intercom.framework/IntercomTranslations.bundle/fa-ir.strings b/Intercom.xcframework/ios-arm64_x86_64-simulator/Intercom.framework/IntercomTranslations.bundle/fa-ir.strings new file mode 100644 index 00000000..e34938d2 Binary files /dev/null and b/Intercom.xcframework/ios-arm64_x86_64-simulator/Intercom.framework/IntercomTranslations.bundle/fa-ir.strings differ diff --git a/Intercom.xcframework/ios-arm64_x86_64-simulator/Intercom.framework/IntercomTranslations.bundle/ms.strings b/Intercom.xcframework/ios-arm64_x86_64-simulator/Intercom.framework/IntercomTranslations.bundle/ms.strings new file mode 100644 index 00000000..ba96b8a6 Binary files /dev/null and b/Intercom.xcframework/ios-arm64_x86_64-simulator/Intercom.framework/IntercomTranslations.bundle/ms.strings differ diff --git a/Intercom.xcframework/ios-arm64_x86_64-simulator/Intercom.framework/IntercomTranslations.bundle/th.strings b/Intercom.xcframework/ios-arm64_x86_64-simulator/Intercom.framework/IntercomTranslations.bundle/th.strings new file mode 100644 index 00000000..7cbb47d2 Binary files /dev/null and b/Intercom.xcframework/ios-arm64_x86_64-simulator/Intercom.framework/IntercomTranslations.bundle/th.strings differ diff --git a/Package.swift b/Package.swift index 05fa1217..8d520535 100644 --- a/Package.swift +++ b/Package.swift @@ -13,8 +13,8 @@ let package = Package( targets: [ .binaryTarget( name: "Intercom", - url: "https://github.com/intercom/intercom-ios/releases/download/14.0.2/Intercom.xcframework.zip", - checksum: "1daa549446acf82cb0e5aca17a303c89fa270d53c6e3554d1f85a7360a4fdc8d" + url: "https://github.com/intercom/intercom-ios/releases/download/14.0.3/Intercom.xcframework.zip", + checksum: "540d3e4e3062cacbd970b00a41bcd70921e7572472d7fe4faa9ee51e10152f61" ), ] ) diff --git a/dSYMs/Intercom.framework.iphoneos.dSYM/Contents/Info.plist b/dSYMs/Intercom.framework.iphoneos.dSYM/Contents/Info.plist index 458afe98..bf6fe0ad 100644 --- a/dSYMs/Intercom.framework.iphoneos.dSYM/Contents/Info.plist +++ b/dSYMs/Intercom.framework.iphoneos.dSYM/Contents/Info.plist @@ -13,8 +13,8 @@ CFBundleSignature ???? CFBundleShortVersionString - 14.0.2 + 14.0.3 CFBundleVersion - 14.0.2 + 14.0.3 diff --git a/dSYMs/Intercom.framework.iphoneos.dSYM/Contents/Resources/DWARF/Intercom b/dSYMs/Intercom.framework.iphoneos.dSYM/Contents/Resources/DWARF/Intercom index d21fd2e0..d5f16d7b 100644 Binary files a/dSYMs/Intercom.framework.iphoneos.dSYM/Contents/Resources/DWARF/Intercom and b/dSYMs/Intercom.framework.iphoneos.dSYM/Contents/Resources/DWARF/Intercom differ diff --git a/dSYMs/Intercom.framework.simulator.dSYM/Contents/Info.plist b/dSYMs/Intercom.framework.simulator.dSYM/Contents/Info.plist index 458afe98..bf6fe0ad 100644 --- a/dSYMs/Intercom.framework.simulator.dSYM/Contents/Info.plist +++ b/dSYMs/Intercom.framework.simulator.dSYM/Contents/Info.plist @@ -13,8 +13,8 @@ CFBundleSignature ???? CFBundleShortVersionString - 14.0.2 + 14.0.3 CFBundleVersion - 14.0.2 + 14.0.3 diff --git a/dSYMs/Intercom.framework.simulator.dSYM/Contents/Resources/DWARF/Intercom b/dSYMs/Intercom.framework.simulator.dSYM/Contents/Resources/DWARF/Intercom index 1ba1e753..e677e71e 100644 Binary files a/dSYMs/Intercom.framework.simulator.dSYM/Contents/Resources/DWARF/Intercom and b/dSYMs/Intercom.framework.simulator.dSYM/Contents/Resources/DWARF/Intercom differ