Skip to content

Commit d37dc94

Browse files
Release 10.0.1
1 parent 84d9f0a commit d37dc94

File tree

14 files changed

+37
-29
lines changed

14 files changed

+37
-29
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
## 10.0.1
2+
###### Release Date: 22-06-2021
3+
4+
### Bug Fixes
5+
* Minor bug fixes and performance improvements.
6+
17
## 10.0.0
28
###### Release Date: 16-06-2021
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 = '10.0.0'
3+
s.version = '10.0.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]"}
0 Bytes
Binary file not shown.
16 KB
Binary file not shown.

Intercom.xcframework/ios-arm64_armv7/Intercom.framework/PrivateHeaders/ICMUtils.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@ UIKIT_EXTERN NSString *const IntercomSDKErrorDomain;
3434
#define ICMSDKDefaultHeader @"X-INTERCOM-AGENT"
3535
#define ICMSDKWrapperHeader @"X-INTERCOM-AGENT-WRAPPER"
3636
#define ICMSDKCordovaHeaderValue @"intercom-sdk-cordova"
37+
#define ICMSDKReactNativeHeaderValue @"intercom-sdk-react-native"
3738

3839
static const NSInteger kICMConversationAvatarWidth = 28;
3940

0 Bytes
Binary file not shown.
0 Bytes
Binary file not shown.

Intercom.xcframework/ios-arm64_i386_x86_64-simulator/Intercom.framework/PrivateHeaders/ICMUtils.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@ UIKIT_EXTERN NSString *const IntercomSDKErrorDomain;
3434
#define ICMSDKDefaultHeader @"X-INTERCOM-AGENT"
3535
#define ICMSDKWrapperHeader @"X-INTERCOM-AGENT-WRAPPER"
3636
#define ICMSDKCordovaHeaderValue @"intercom-sdk-cordova"
37+
#define ICMSDKReactNativeHeaderValue @"intercom-sdk-react-native"
3738

3839
static const NSInteger kICMConversationAvatarWidth = 28;
3940

0 commit comments

Comments
 (0)