diff --git a/CHANGELOG.md b/CHANGELOG.md index 420e5bc9..d1d01ba9 100755 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## 9.2.0 +###### Release Date: 27-01-2021 + +* Added support for bot intros, which allows Resolution Bot to introduce itself when your customers start a new conversation, making it clearer that they’re interacting with a bot. +* Added support for [looping bots](https://www.intercom.com/help/en/articles/4704414-enable-looping-and-let-resolution-bot-answer-multiple-questions-in-a-conversation), which allows Resolution Bot to answer multiple questions in a conversation. +* Both features can be enabled in [Operator settings](https://app.intercom.com/a/apps/_/operator/settings) in Intercom. + ## 9.1.1 ###### Release Date: 19-01-2021 diff --git a/Intercom.podspec b/Intercom.podspec index 8e8f1acf..aaac0b00 100755 --- a/Intercom.podspec +++ b/Intercom.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = 'Intercom' - s.version = '9.1.1' + s.version = '9.2.0' 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"} diff --git a/Intercom.xcframework/Info.plist b/Intercom.xcframework/Info.plist index 3805c9ab..bbe54b5d 100644 --- a/Intercom.xcframework/Info.plist +++ b/Intercom.xcframework/Info.plist @@ -6,32 +6,32 @@ LibraryIdentifier - ios-arm64_armv7 + ios-arm64_i386_x86_64-simulator LibraryPath Intercom.framework SupportedArchitectures arm64 - armv7 + i386 + x86_64 SupportedPlatform ios + SupportedPlatformVariant + simulator LibraryIdentifier - ios-arm64_i386_x86_64-simulator + ios-arm64_armv7 LibraryPath Intercom.framework SupportedArchitectures arm64 - i386 - x86_64 + armv7 SupportedPlatform ios - SupportedPlatformVariant - simulator CFBundlePackageType diff --git a/Intercom.xcframework/ios-arm64_armv7/Intercom.framework/Info.plist b/Intercom.xcframework/ios-arm64_armv7/Intercom.framework/Info.plist index b7b55622..37207f85 100644 Binary files a/Intercom.xcframework/ios-arm64_armv7/Intercom.framework/Info.plist and b/Intercom.xcframework/ios-arm64_armv7/Intercom.framework/Info.plist differ diff --git a/Intercom.xcframework/ios-arm64_armv7/Intercom.framework/Intercom b/Intercom.xcframework/ios-arm64_armv7/Intercom.framework/Intercom index fcdf62ad..61db430d 100755 Binary files a/Intercom.xcframework/ios-arm64_armv7/Intercom.framework/Intercom and b/Intercom.xcframework/ios-arm64_armv7/Intercom.framework/Intercom differ diff --git a/Intercom.xcframework/ios-arm64_armv7/Intercom.framework/Intercom.bundle/images/ask_a_question.png b/Intercom.xcframework/ios-arm64_armv7/Intercom.framework/Intercom.bundle/images/ask_a_question.png new file mode 100644 index 00000000..c755edce Binary files /dev/null and b/Intercom.xcframework/ios-arm64_armv7/Intercom.framework/Intercom.bundle/images/ask_a_question.png differ diff --git a/Intercom.xcframework/ios-arm64_armv7/Intercom.framework/Intercom.bundle/images/ask_a_question@2x.png b/Intercom.xcframework/ios-arm64_armv7/Intercom.framework/Intercom.bundle/images/ask_a_question@2x.png new file mode 100644 index 00000000..8367c4bc Binary files /dev/null and b/Intercom.xcframework/ios-arm64_armv7/Intercom.framework/Intercom.bundle/images/ask_a_question@2x.png differ diff --git a/Intercom.xcframework/ios-arm64_armv7/Intercom.framework/Intercom.bundle/images/ask_a_question@3x.png b/Intercom.xcframework/ios-arm64_armv7/Intercom.framework/Intercom.bundle/images/ask_a_question@3x.png new file mode 100644 index 00000000..11b43041 Binary files /dev/null and b/Intercom.xcframework/ios-arm64_armv7/Intercom.framework/Intercom.bundle/images/ask_a_question@3x.png differ diff --git a/Intercom.xcframework/ios-arm64_i386_x86_64-simulator/Intercom.framework/Info.plist b/Intercom.xcframework/ios-arm64_i386_x86_64-simulator/Intercom.framework/Info.plist index 090dc2d1..f8d09003 100644 Binary files a/Intercom.xcframework/ios-arm64_i386_x86_64-simulator/Intercom.framework/Info.plist and b/Intercom.xcframework/ios-arm64_i386_x86_64-simulator/Intercom.framework/Info.plist differ diff --git a/Intercom.xcframework/ios-arm64_i386_x86_64-simulator/Intercom.framework/Intercom b/Intercom.xcframework/ios-arm64_i386_x86_64-simulator/Intercom.framework/Intercom index 8f6ddb38..13b24fcd 100755 Binary files a/Intercom.xcframework/ios-arm64_i386_x86_64-simulator/Intercom.framework/Intercom and b/Intercom.xcframework/ios-arm64_i386_x86_64-simulator/Intercom.framework/Intercom differ diff --git a/Intercom.xcframework/ios-arm64_i386_x86_64-simulator/Intercom.framework/Intercom.bundle/images/ask_a_question.png b/Intercom.xcframework/ios-arm64_i386_x86_64-simulator/Intercom.framework/Intercom.bundle/images/ask_a_question.png new file mode 100644 index 00000000..c755edce Binary files /dev/null and b/Intercom.xcframework/ios-arm64_i386_x86_64-simulator/Intercom.framework/Intercom.bundle/images/ask_a_question.png differ diff --git a/Intercom.xcframework/ios-arm64_i386_x86_64-simulator/Intercom.framework/Intercom.bundle/images/ask_a_question@2x.png b/Intercom.xcframework/ios-arm64_i386_x86_64-simulator/Intercom.framework/Intercom.bundle/images/ask_a_question@2x.png new file mode 100644 index 00000000..8367c4bc Binary files /dev/null and b/Intercom.xcframework/ios-arm64_i386_x86_64-simulator/Intercom.framework/Intercom.bundle/images/ask_a_question@2x.png differ diff --git a/Intercom.xcframework/ios-arm64_i386_x86_64-simulator/Intercom.framework/Intercom.bundle/images/ask_a_question@3x.png b/Intercom.xcframework/ios-arm64_i386_x86_64-simulator/Intercom.framework/Intercom.bundle/images/ask_a_question@3x.png new file mode 100644 index 00000000..11b43041 Binary files /dev/null and b/Intercom.xcframework/ios-arm64_i386_x86_64-simulator/Intercom.framework/Intercom.bundle/images/ask_a_question@3x.png differ diff --git a/Intercom.xcframework/ios-arm64_i386_x86_64-simulator/Intercom.framework/_CodeSignature/CodeResources b/Intercom.xcframework/ios-arm64_i386_x86_64-simulator/Intercom.framework/_CodeSignature/CodeResources index a5bf56ca..8de81e89 100644 --- a/Intercom.xcframework/ios-arm64_i386_x86_64-simulator/Intercom.framework/_CodeSignature/CodeResources +++ b/Intercom.xcframework/ios-arm64_i386_x86_64-simulator/Intercom.framework/_CodeSignature/CodeResources @@ -22,7 +22,7 @@ Info.plist - 6FGJxamlc+8U+SZfyIpD2f+9Geo= + oj+waGsa2xImxh1goZ/N1aZL7a4= Intercom.bundle/data/intercom_area_codes.json @@ -88,6 +88,18 @@ P7FueqYZo9Cit5vsSIsm9JMAcwY= + Intercom.bundle/images/ask_a_question.png + + IZTYxmQK6rFA23NNyYguHqyOTRc= + + Intercom.bundle/images/ask_a_question@2x.png + + RrLlCuN7V8Xd2TBadSU7WyXwznM= + + Intercom.bundle/images/ask_a_question@3x.png + + WzEayc/hBttF841R8DrpKxhkHpw= + Intercom.bundle/images/back.png InbyO9LGRmibp4Xsi3CyBtxuuzc= @@ -995,6 +1007,39 @@ 2l2jEI0PqjqXb3Hcv87EruUeo2zzIXHj3s2kjn6cQJk= + Intercom.bundle/images/ask_a_question.png + + hash + + IZTYxmQK6rFA23NNyYguHqyOTRc= + + hash2 + + 47eiCTN2COdKmy/OOOicw0/VorAMZbUyOvqeaGF1Ns0= + + + Intercom.bundle/images/ask_a_question@2x.png + + hash + + RrLlCuN7V8Xd2TBadSU7WyXwznM= + + hash2 + + gEOcCoD731FoCSzEWeMxqzoWur4cPpTDjP2s4vZZfMA= + + + Intercom.bundle/images/ask_a_question@3x.png + + hash + + WzEayc/hBttF841R8DrpKxhkHpw= + + hash2 + + +HVtprOCJkJjS7oNbXMq8njg8oJJgZH+bRLyFx1CaGU= + + Intercom.bundle/images/back.png hash diff --git a/Package.swift b/Package.swift index f6dbba59..4974ae95 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/9.1.1/Intercom.xcframework.zip", - checksum: "8298928709857d737a284872cb3f603455d8534b93ca863e42d6902b502c813f" + url: "https://github.com/intercom/intercom-ios/releases/download/9.2.0/Intercom.xcframework.zip", + checksum: "888b21deaa6e2ef770a68e609d59badeded225ec8b6fb58dd1070675eaa73294" ), ] ) diff --git a/dSYMs/Intercom.framework.iphoneos.dSYM/Contents/Info.plist b/dSYMs/Intercom.framework.iphoneos.dSYM/Contents/Info.plist index 3d62ee6f..662bc6ec 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 - 9.1.1 + 9.2.0 CFBundleVersion - 9.1.1 + 9.2.0 diff --git a/dSYMs/Intercom.framework.iphoneos.dSYM/Contents/Resources/DWARF/Intercom b/dSYMs/Intercom.framework.iphoneos.dSYM/Contents/Resources/DWARF/Intercom index 47df8cdd..86a05c4e 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 3d62ee6f..662bc6ec 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 - 9.1.1 + 9.2.0 CFBundleVersion - 9.1.1 + 9.2.0 diff --git a/dSYMs/Intercom.framework.simulator.dSYM/Contents/Resources/DWARF/Intercom b/dSYMs/Intercom.framework.simulator.dSYM/Contents/Resources/DWARF/Intercom index 4bed8f2e..1aa96cbd 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