Skip to content

Commit b49044d

Browse files
Release 12.1.1
1 parent d844363 commit b49044d

File tree

81 files changed

+660
-143
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

81 files changed

+660
-143
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
## 12.1.1
2+
###### Release Date: 22-02-2022
3+
4+
### 🐛 Bug Fixes
5+
* Fixed an issue where a Custom Bot that was collecting data attributes would crash if the same path was displayed to users a second time.
6+
17
## 12.1.0
28
###### Release Date: 31-3-2022
39

Intercom.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Pod::Spec.new do |s|
22
s.name = 'Intercom'
3-
s.version = '12.1.0'
3+
s.version = '12.1.1'
44
s.summary = 'The Intercom iOS SDK, for integrating Intercom into your iOS application.'
55
s.license = { :type => "Apache 2.0", :file => "LICENSE" }
66
s.authors = {"Brian Boyle"=>"[email protected]", "Mike McNamara"=>"[email protected]", "Katherine Brennan"=>"[email protected]", "Himanshi Goyal"=>"[email protected]", "Niamh Coleman"=>"[email protected]"}

Intercom.xcframework/Info.plist

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,30 +6,30 @@
66
<array>
77
<dict>
88
<key>LibraryIdentifier</key>
9-
<string>ios-arm64_x86_64-simulator</string>
9+
<string>ios-arm64</string>
1010
<key>LibraryPath</key>
1111
<string>Intercom.framework</string>
1212
<key>SupportedArchitectures</key>
1313
<array>
1414
<string>arm64</string>
15-
<string>x86_64</string>
1615
</array>
1716
<key>SupportedPlatform</key>
1817
<string>ios</string>
19-
<key>SupportedPlatformVariant</key>
20-
<string>simulator</string>
2118
</dict>
2219
<dict>
2320
<key>LibraryIdentifier</key>
24-
<string>ios-arm64</string>
21+
<string>ios-arm64_x86_64-simulator</string>
2522
<key>LibraryPath</key>
2623
<string>Intercom.framework</string>
2724
<key>SupportedArchitectures</key>
2825
<array>
2926
<string>arm64</string>
27+
<string>x86_64</string>
3028
</array>
3129
<key>SupportedPlatform</key>
3230
<string>ios</string>
31+
<key>SupportedPlatformVariant</key>
32+
<string>simulator</string>
3333
</dict>
3434
</array>
3535
<key>CFBundlePackageType</key>

Intercom.xcframework/ios-arm64/Intercom.framework/Headers/ICMArticleWebViewController.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
//
88

99
#import <UIKit/UIKit.h>
10-
#import "ICMContentViewController.h"
10+
#import <Intercom/ICMContentViewController.h>
1111
@class HelpCenterMetricService;
1212

1313
@protocol ICMContentViewControllerDelegate;

Intercom.xcframework/ios-arm64/Intercom.framework/Headers/ICMAvatar.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#import <Foundation/Foundation.h>
2-
#import "ICMSafeNetworkModel.h"
2+
#import <Intercom/ICMSafeNetworkModel.h>
33

44
@interface ICMAvatar : ICMSafeNetworkModel <NSSecureCoding>
55

Intercom.xcframework/ios-arm64/Intercom.framework/Headers/ICMAvatarView.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
#import <Foundation/Foundation.h>
77
#import <UIKit/UIKit.h>
8-
#import "ICMTeammatePresenceView.h"
8+
#import <Intercom/ICMTeammatePresenceView.h>
99

1010
@interface ICMAvatarView : UIView
1111

Intercom.xcframework/ios-arm64/Intercom.framework/Headers/ICMBlockAppearance.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
//
88

99
#import <Foundation/Foundation.h>
10-
#import "ITBBlockAppearance.h"
10+
#import <Intercom/ITBBlockAppearance.h>
1111

1212
@interface ICMBlockAppearance : NSObject <ITBBlockAppearance>
1313

Intercom.xcframework/ios-arm64/Intercom.framework/Headers/ICMConfig.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#import <UIKit/UIKit.h>
2-
#import "ICMSafeNetworkModel.h"
2+
#import <Intercom/ICMSafeNetworkModel.h>
33

44
static NSString *const kICMIntercomConfigChangedNotification = @"kICMIntercomConfigChangedNotification";
55
static NSString *const kICMMessengerBackgroundImageLoadedNotification = @"kICMMessengerBackgroundImageLoadedNotification";

Intercom.xcframework/ios-arm64/Intercom.framework/Headers/ICMContentViewController.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
//
88

99
#import <Foundation/Foundation.h>
10-
#import "ICMContentViewControllerDelegate.h"
10+
#import <Intercom/ICMContentViewControllerDelegate.h>
1111

1212
NS_ASSUME_NONNULL_BEGIN
1313

Intercom.xcframework/ios-arm64/Intercom.framework/Headers/ICMCountLimitInputValidator.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
//
88

99
#import <Foundation/Foundation.h>
10-
#import "ICMValidatorProtocol.h"
10+
#import <Intercom/ICMValidatorProtocol.h>
1111

1212
NS_ASSUME_NONNULL_BEGIN
1313

0 commit comments

Comments
 (0)