Skip to content

Commit 630fece

Browse files
committed
Version 2.3.3
1 parent 569291b commit 630fece

34 files changed

+24
-18
lines changed

CHANGES

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
= 2.3.3 (2015-08-18)
2+
3+
* 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).
4+
* Fixed an issue where the status bar sometimes did not respect your app's settings (fixes https://github.com/intercom/intercom-ios/issues/82).
5+
* Fixed crash reported in https://github.com/intercom/intercom-ios/issues/74.
6+
17
= 2.3.2 (2015-08-04)
28

39
* Fixed issue where cancel button in attachment picker sometimes did not work.

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.2
4+
// Intercom for iOS - Version 2.3.3
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.2) of Intercom for iOS supports iOS 7.0 upwards.
14+
#error This version (2.3.3) of Intercom for iOS supports iOS 7.0 upwards.
1515
#endif
1616

1717
#if __has_feature(nullability)
-234 KB
Binary file not shown.

Intercom.podspec

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
Pod::Spec.new do |s|
22
s.name = 'Intercom'
3-
s.version = '2.3.2'
3+
s.version = '2.3.3'
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]"}
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 7 and iOS 8.'
99
s.frameworks = ["Foundation", "UIKit", "Security", "SystemConfiguration", "MobileCoreServices", "ImageIO", "AudioToolbox", "QuartzCore", "CoreGraphics", 'AssetsLibrary', 'CFNetwork']
10-
s.library = "icucore"
10+
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 }
1313
s.platform = :ios, '7.0'

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ Add the Intercom pod into your Podfile and run a `pod install` or `pod update`.
1414

1515
2. Intercom is a framework, so be sure to import Intercom correctly using the following `#import <Intercom/Intercom.h>` statement.
1616

17-
3. Under Build Phases, Link Binary with Libraries, make sure you are linking the following: `ImageIO`, `MobileCoreServices`, `SystemConfiguration`, `AudioToolbox`, `QuartzCore`, `Security`, `CoreGraphics`, `AssetsLibrary`, `CFNetwork` and `libicucore.dylib`.
17+
3. Under Build Phases, Link Binary with Libraries, make sure you are linking the following: `ImageIO`, `MobileCoreServices`, `SystemConfiguration`, `AudioToolbox`, `QuartzCore`, `Security`, `CoreGraphics`, `AssetsLibrary`, `CFNetwork`, `libxml2.dylib` and `libicucore.dylib`.
1818

1919
4. Sometimes Xcode won't correctly add the `Intercom.bundle` so make sure to add it to your target's Copy Bundle Resources build phase. You will find the bundle in the `Intercom.framework/Versions/A/Resources` folder.
2020

io.intercom.Intercom-iOS-SDK-2.3.2.docset/Contents/Info.plist renamed to io.intercom.Intercom-iOS-SDK-2.3.3.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.2</string>
8+
<string>io.intercom.Intercom-iOS-SDK-2.3.3</string>
99
<key>CFBundleName</key>
10-
<string>Intercom iOS SDK 2.3.2 Documentation</string>
10+
<string>Intercom iOS SDK 2.3.3 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.2 Documentation</string>
20+
<string>Intercom iOS SDK 2.3.3 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.2 </a>
17+
<a href="../index.html">Intercom iOS SDK 2.3.3 </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.2 </a>
17+
<a href="../index.html">Intercom iOS SDK 2.3.3 </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.2 </a>
17+
<a href="../index.html">Intercom iOS SDK 2.3.3 </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.2 </a>
17+
<a href="../index.html">Intercom iOS SDK 2.3.3 </a>
1818
</h1>
1919

2020
<p id="developer-home">

0 commit comments

Comments
 (0)