Skip to content

Commit

Permalink
2.3.19
Browse files Browse the repository at this point in the history
  • Loading branch information
jtreanor committed Jan 28, 2016
1 parent 3ea2bf4 commit f082f60
Show file tree
Hide file tree
Showing 34 changed files with 19 additions and 14 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Intercom

## 2.3.19 (2016-01-28)

* Added workaround for iOS issue outlined in [#117](https://github.com/intercom/intercom-ios/issues/117).
* Fixed issue where "Error loading conversation" could be shown when coming from background.

## 2.3.18 (2015-12-21)

* Added workaround for apps with incorrectly sized windows on iOS 9.
Expand Down
Binary file modified Intercom.bundle/images/intercom_logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified Intercom.bundle/images/intercom_logo@2x.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified Intercom.bundle/images/intercom_logo@3x.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 2 additions & 2 deletions Intercom.framework/Versions/A/Headers/Intercom.h
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
//
// Intercom.h
// Intercom for iOS - Version 2.3.18
// Intercom for iOS - Version 2.3.19
//
// Created by Intercom on 8/01/2015.
// Copyright (c) 2014 Intercom. All rights reserved.
Expand All @@ -10,7 +10,7 @@
#import <UIKit/UIKit.h>

#if __IPHONE_OS_VERSION_MIN_REQUIRED < __IPHONE_7_0
#error This version (2.3.18) of Intercom for iOS supports iOS 7.0 upwards.
#error This version (2.3.19) of Intercom for iOS supports iOS 7.0 upwards.
#endif

NS_ASSUME_NONNULL_BEGIN
Expand Down
Binary file modified Intercom.framework/Versions/A/Intercom
Binary file not shown.
2 changes: 1 addition & 1 deletion Intercom.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = 'Intercom'
s.version = '2.3.18'
s.version = '2.3.19'
s.summary = 'The Intercom iOS SDK, for integrating Intercom into your iOS application.'
s.license = { :type => "Apache license", :file => "LICENSE" }
s.authors = {"Adam McCarthy"=>"adam@intercom.io", "James Treanor"=>"james@intercom.io"}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@
<key>CFBundleDevelopmentRegion</key>
<string>en</string>
<key>CFBundleIdentifier</key>
<string>io.intercom.Intercom-iOS-SDK-2.3.18</string>
<string>io.intercom.Intercom-iOS-SDK-2.3.19</string>
<key>CFBundleName</key>
<string>Intercom iOS SDK 2.3.18 Documentation</string>
<string>Intercom iOS SDK 2.3.19 Documentation</string>
<key>CFBundleShortVersionString</key>
<string>1.0</string>
<key>CFBundleVersion</key>
Expand All @@ -17,7 +17,7 @@


<key>DocSetFeedName</key>
<string>Intercom iOS SDK 2.3.18 Documentation</string>
<string>Intercom iOS SDK 2.3.19 Documentation</string>

<key>DocSetMinimumXcodeVersion</key>
<string>3.0</string>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
<div class="container" class="hide-in-xcode">

<h1 id="library-title">
<a href="../index.html">Intercom iOS SDK 2.3.18 </a>
<a href="../index.html">Intercom iOS SDK 2.3.19 </a>
</h1>

<p id="developer-home">
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
<div class="container" class="hide-in-xcode">

<h1 id="library-title">
<a href="../index.html">Intercom iOS SDK 2.3.18 </a>
<a href="../index.html">Intercom iOS SDK 2.3.19 </a>
</h1>

<p id="developer-home">
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<head>
<meta charset="utf-8">

<title>Intercom iOS SDK 2.3.18 Hierarchy</title>
<title>Intercom iOS SDK 2.3.19 Hierarchy</title>

<link rel="stylesheet" href="css/style.css">
<meta name="viewport" content="initial-scale=1, maximum-scale=1.4">
Expand All @@ -14,7 +14,7 @@
<div class="container" class="hide-in-xcode">

<h1 id="library-title">
<a href="index.html">Intercom iOS SDK 2.3.18 </a>
<a href="index.html">Intercom iOS SDK 2.3.19 </a>
</h1>

<p id="developer-home">
Expand All @@ -38,7 +38,7 @@ <h1 id="library-title">
<div id="overview-contents" class="container">
<div id="content">
<main role="main">
<h1 class="title">Intercom iOS SDK 2.3.18 Hierarchy</h1>
<h1 class="title">Intercom iOS SDK 2.3.19 Hierarchy</h1>


<div class="index-column hierarchy-column">
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<head>
<meta charset="utf-8">

<title>Intercom iOS SDK 2.3.18 Reference</title>
<title>Intercom iOS SDK 2.3.19 Reference</title>

<link rel="stylesheet" href="css/style.css">
<meta name="viewport" content="initial-scale=1, maximum-scale=1.4">
Expand All @@ -14,7 +14,7 @@
<div class="container" class="hide-in-xcode">

<h1 id="library-title">
<a href="index.html">Intercom iOS SDK 2.3.18 </a>
<a href="index.html">Intercom iOS SDK 2.3.19 </a>
</h1>

<p id="developer-home">
Expand All @@ -38,7 +38,7 @@ <h1 id="library-title">
<div id="overview-contents" class="container">
<div id="content">
<main role="main">
<h1 class="title">Intercom iOS SDK 2.3.18 Reference</h1>
<h1 class="title">Intercom iOS SDK 2.3.19 Reference</h1>



Expand Down

0 comments on commit f082f60

Please sign in to comment.