Skip to content

Commit a25bfac

Browse files
committed
- Version 3.0.8
1 parent 44e444c commit a25bfac

File tree

8 files changed

+18
-13
lines changed

8 files changed

+18
-13
lines changed

CHANGELOG.md

Lines changed: 9 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,9 @@
11
# Intercom
2+
## 3.0.8 (2016-08-04)
3+
4+
* Fixed issues from [#154](https://github.com/intercom/intercom-ios/issues/154)
5+
* Improved in-app message layout.
6+
* Fixed issue to address an inconsistent layout of Post message when opened from the Messenger.
27

38
## 3.0.7 (2016-08-02)
49

@@ -197,8 +202,8 @@ Many issues have been fixed, including:
197202

198203
## 2.2 (2015-03-23)
199204

200-
* Now supports real-time, including real-time message delivery, support for the custom message responder,
201-
and user presence and is-typing events are sent from the SDK and visible to admins in the Intercom app.
205+
* Now supports real-time, including real-time message delivery, support for the custom message responder,
206+
and user presence and is-typing events are sent from the SDK and visible to admins in the Intercom app.
202207
Learn more at https://www.intercom.io/real-time-messaging
203208
* Fixed a display bug in the conversation list where the wrong name could be shown.
204209
* Fixed bug which could cause the wrong number to be displayed in the unread counter within a conversation.
@@ -299,13 +304,13 @@ Learn more at https://www.intercom.io/real-time-messaging
299304
* iOS 7 Support
300305
* Fix for when messages appear offset by 20 pixels (see documentation).
301306

302-
## 1.1.1 (2013-08-19)
307+
## 1.1.1 (2013-08-19)
303308

304309
* Bug fixes for iPad screen display
305310
* Improved logged so message display is clearer
306311
* Smaller under the hood bug fixes around dismissing messages on session end.
307312

308-
## 1.1 (2013-08-14)
313+
## 1.1 (2013-08-14)
309314

310315
* Include support for messaging.
311316

Intercom.framework.dSYM/Contents/Info.plist

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
<key>CFBundleSignature</key>
1414
<string>????</string>
1515
<key>CFBundleShortVersionString</key>
16-
<string>3.0.7</string>
16+
<string>3.0.8</string>
1717
<key>CFBundleVersion</key>
1818
<string>1</string>
1919
</dict>
25.7 KB
Binary file not shown.

Intercom.framework/Headers/Intercom.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
//
22
// Intercom.h
3-
// Intercom for iOS - Version 3.0.7
3+
// Intercom for iOS - Version 3.0.8
44
//
55
// Created by Intercom on 8/01/2015.
66
// Copyright (c) 2014 Intercom. All rights reserved.
@@ -10,7 +10,7 @@
1010
#import <UIKit/UIKit.h>
1111

1212
#if __IPHONE_OS_VERSION_MIN_REQUIRED < __IPHONE_8_0
13-
#error This version (3.0.7) of Intercom for iOS supports iOS 8.0 upwards.
13+
#error This version (3.0.8) of Intercom for iOS supports iOS 8.0 upwards.
1414
#endif
1515

1616
NS_ASSUME_NONNULL_BEGIN

Intercom.framework/Info.plist

0 Bytes
Binary file not shown.

Intercom.framework/Intercom

114 KB
Binary file not shown.

Intercom.framework/_CodeSignature/CodeResources

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,11 @@
66
<dict>
77
<key>Headers/Intercom.h</key>
88
<data>
9-
UQzfh0iUfqrGT8MCUT9eWrvXXlM=
9+
UOS/yfcHdLrZcD3vMUPZkiKbNGk=
1010
</data>
1111
<key>Info.plist</key>
1212
<data>
13-
mUBy3ArQu3LoV9b7Ssr7LpxclHM=
13+
idOMh+aB+mTqY5/86J0ftN/wncs=
1414
</data>
1515
<key>Intercom.bundle/certs/intercom.icmcer</key>
1616
<data>
@@ -391,11 +391,11 @@
391391
<dict>
392392
<key>hash</key>
393393
<data>
394-
UQzfh0iUfqrGT8MCUT9eWrvXXlM=
394+
UOS/yfcHdLrZcD3vMUPZkiKbNGk=
395395
</data>
396396
<key>hash2</key>
397397
<data>
398-
aZRyT0eHq2KDl8BLaEeOv2oxJMEQ2tiArK9z/NUaiEg=
398+
SEyBYBZkqj/7uiA78w679/VsqP2ixndkTEij9L3r//g=
399399
</data>
400400
</dict>
401401
<key>Intercom.bundle/certs/intercom.icmcer</key>

Intercom.podspec

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
Pod::Spec.new do |s|
22
s.name = 'Intercom'
3-
s.version = '3.0.7'
3+
s.version = '3.0.8'
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 = {"Adam McCarthy"=>"[email protected]", "Brian Boyle"=>"[email protected]", "Conor O’Donnell"=>"[email protected]", "James Treanor"=>"[email protected]"}
77
s.homepage = 'https://github.com/intercom/intercom-ios'
88
s.description = 'The Intercom iOS SDK, for integrating Intercom into your iOS application. The SDK supports iOS 8 and iOS 9.'
9-
s.frameworks = ["Foundation", "UIKit", "Accelerate", "Security", "SystemConfiguration", "MobileCoreServices", "ImageIO", "AudioToolbox", "QuartzCore", "CoreGraphics", "AssetsLibrary", "Accelerate"]
9+
s.frameworks = ["Foundation", "UIKit", "Accelerate", "Security", "SystemConfiguration", "MobileCoreServices", "ImageIO", "AudioToolbox", "QuartzCore", "CoreGraphics", "Photos", "Accelerate"]
1010
s.library = "icucore", "xml2"
1111
s.requires_arc = true
1212
s.source = { :git => 'https://github.com/intercom/intercom-ios.git', :tag => s.version.to_s }

0 commit comments

Comments
 (0)