Skip to content

Commit e629122

Browse files
committed
Version 2.3.4
1 parent 630fece commit e629122

33 files changed

+20
-16
lines changed

CHANGES

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
= 2.3.4 (2015-09-18)
2+
3+
* Fixed issue reported in https://github.com/intercom/intercom-ios/issues/85.
4+
15
= 2.3.3 (2015-08-18)
26

37
* Fixed an issue where if you had called [Intercom setMessagesHidden], opening a push notification would do nothing (fixes https://github.com/intercom/intercom-cordova/issues/12).

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11

22
//
33
// Intercom.h
4-
// Intercom for iOS - Version 2.3.3
4+
// Intercom for iOS - Version 2.3.4
55
//
66
// Created by Intercom on 8/01/2015.
77
// Copyright (c) 2014 Intercom. All rights reserved.
@@ -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.3.3) of Intercom for iOS supports iOS 7.0 upwards.
14+
#error This version (2.3.4) of Intercom for iOS supports iOS 7.0 upwards.
1515
#endif
1616

1717
#if __has_feature(nullability)
960 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.3.3'
3+
s.version = '2.3.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]"}

io.intercom.Intercom-iOS-SDK-2.3.3.docset/Contents/Info.plist renamed to io.intercom.Intercom-iOS-SDK-2.3.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.3.3</string>
8+
<string>io.intercom.Intercom-iOS-SDK-2.3.4</string>
99
<key>CFBundleName</key>
10-
<string>Intercom iOS SDK 2.3.3 Documentation</string>
10+
<string>Intercom iOS SDK 2.3.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.3.3 Documentation</string>
20+
<string>Intercom iOS SDK 2.3.4 Documentation</string>
2121

2222
<key>DocSetMinimumXcodeVersion</key>
2323
<string>3.0</string>
Lines changed: 1 addition & 1 deletion
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.3.3 </a>
17+
<a href="../index.html">Intercom iOS SDK 2.3.4 </a>
1818
</h1>
1919

2020
<p id="developer-home">
Lines changed: 1 addition & 1 deletion
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.3.3 </a>
17+
<a href="../index.html">Intercom iOS SDK 2.3.4 </a>
1818
</h1>
1919

2020
<p id="developer-home">
Lines changed: 1 addition & 1 deletion
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.3.3 </a>
17+
<a href="../index.html">Intercom iOS SDK 2.3.4 </a>
1818
</h1>
1919

2020
<p id="developer-home">
Lines changed: 1 addition & 1 deletion
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.3.3 </a>
17+
<a href="../index.html">Intercom iOS SDK 2.3.4 </a>
1818
</h1>
1919

2020
<p id="developer-home">
File renamed without changes.

0 commit comments

Comments
 (0)