Skip to content

Commit 51fe329

Browse files
committed
2.2.4
1 parent 3bbfc7d commit 51fe329

36 files changed

+26
-22
lines changed

CHANGES

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
= 2.2.4 (2015-05-28)
2+
3+
* Fixed an issue where opening a push might not open the Intercom message if the app is in the background in some cases.
4+
15
= 2.2.3 (2015-05-12)
26

37
* Less confusing logging. Sometimes logs showed error messages when there wasn't anything wrong.

Intercom.framework/Versions/A/Headers/Intercom.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
#import <UIKit/UIKit.h>
1212

1313
#if __IPHONE_OS_VERSION_MIN_REQUIRED < __IPHONE_7_0
14-
#error This version (2.2.3) of Intercom for iOS supports iOS 7.0 upwards.
14+
#error This version (2.2.4) of Intercom for iOS supports iOS 7.0 upwards.
1515
#endif
1616

1717
// Use these values to constrain an incoming notification view to a defined section of the window.
@@ -362,8 +362,8 @@ typedef void(^ICMCompletion)(NSError *error) __attribute((deprecated));
362362
//=========================================================================================================
363363
/*! @name Deprecated methods */
364364
//=========================================================================================================
365-
/*!
366365

366+
/*!
367367
@deprecated Use setSecureOptions: instead
368368
*/
369369
+ (void)setApiKey:(NSString *)apiKey forAppId:(NSString *)appId securityOptions:(NSDictionary*) securityOptions __attribute((deprecated("Use method 'setSecureOptions:' instead")));
224 Bytes
Binary file not shown.

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 = '2.2.3'
3+
s.version = '2.2.4'
44
s.summary = 'The Intercom iOS SDK, for integrating Intercom into your iOS application.'
55
s.license = { :type => "Apache license", :file => "LICENSE" }
66
s.authors = {"Adam McCarthy"=>"[email protected]", "James Treanor"=>"[email protected]"}
-30 KB
Binary file not shown.
-698 Bytes
Binary file not shown.
-7.15 KB
Binary file not shown.

io.intercom.Intercom-iOS-SDK-2.2.3.docset/Contents/Info.plist renamed to io.intercom.Intercom-iOS-SDK-2.2.4.docset/Contents/Info.plist

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,9 @@
55
<key>CFBundleDevelopmentRegion</key>
66
<string>en</string>
77
<key>CFBundleIdentifier</key>
8-
<string>io.intercom.Intercom-iOS-SDK-2.2.3</string>
8+
<string>io.intercom.Intercom-iOS-SDK-2.2.4</string>
99
<key>CFBundleName</key>
10-
<string>Intercom iOS SDK 2.2.3 Documentation</string>
10+
<string>Intercom iOS SDK 2.2.4 Documentation</string>
1111
<key>CFBundleShortVersionString</key>
1212
<string>1.0</string>
1313
<key>CFBundleVersion</key>
@@ -17,7 +17,7 @@
1717

1818

1919
<key>DocSetFeedName</key>
20-
<string>Intercom iOS SDK 2.2.3 Documentation</string>
20+
<string>Intercom iOS SDK 2.2.4 Documentation</string>
2121

2222
<key>DocSetMinimumXcodeVersion</key>
2323
<string>3.0</string>
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
<div class="container" class="hide-in-xcode">
1515

1616
<h1 id="library-title">
17-
<a href="../index.html">Intercom iOS SDK 2.2.3 </a>
17+
<a href="../index.html">Intercom iOS SDK 2.2.4 </a>
1818
</h1>
1919

2020
<p id="developer-home">
@@ -80,7 +80,7 @@ <h1 class="title">ICMCompletion Block Reference</h1>
8080
<footer>
8181
<div class="footer-copyright">
8282

83-
<p class="copyright">Copyright &copy; 2015 Intercom. All rights reserved. Updated: 2015-05-12</p>
83+
<p class="copyright">Copyright &copy; 2015 Intercom. All rights reserved. Updated: 2015-05-28</p>
8484

8585

8686
<p class="generator">Generated by <a href="http://appledoc.gentlebytes.com">appledoc 2.2.1 (build 1333)</a>.</p>
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
<div class="container" class="hide-in-xcode">
1515

1616
<h1 id="library-title">
17-
<a href="../index.html">Intercom iOS SDK 2.2.3 </a>
17+
<a href="../index.html">Intercom iOS SDK 2.2.4 </a>
1818
</h1>
1919

2020
<p id="developer-home">
@@ -1964,7 +1964,7 @@ <h4 class="method-subtitle">Declared In</h4>
19641964
<footer>
19651965
<div class="footer-copyright">
19661966

1967-
<p class="copyright">Copyright &copy; 2015 Intercom. All rights reserved. Updated: 2015-05-12</p>
1967+
<p class="copyright">Copyright &copy; 2015 Intercom. All rights reserved. Updated: 2015-05-28</p>
19681968

19691969

19701970
<p class="generator">Generated by <a href="http://appledoc.gentlebytes.com">appledoc 2.2.1 (build 1333)</a>.</p>

0 commit comments

Comments
 (0)