Skip to content

Commit

Permalink
Version 2.3.11
Browse files Browse the repository at this point in the history
  • Loading branch information
jtreanor committed Oct 8, 2015
1 parent a16fba9 commit 893d0cb
Show file tree
Hide file tree
Showing 31 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.11 (2015-10-08)

* Layout changes that may help fix [#72](https://github.com/intercom/intercom-ios/issues/72).
* Several small fixes to help improve stability.

## 2.3.10 (2015-09-28)

* Fixed an issue where CPU usage could spike after closing the Intercom window.
Expand Down
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.10
// Intercom for iOS - Version 2.3.11
//
// 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.10) of Intercom for iOS supports iOS 7.0 upwards.
#error This version (2.3.11) 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.10'
s.version = '2.3.11'
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.10</string>
<string>io.intercom.Intercom-iOS-SDK-2.3.11</string>
<key>CFBundleName</key>
<string>Intercom iOS SDK 2.3.10 Documentation</string>
<string>Intercom iOS SDK 2.3.11 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.10 Documentation</string>
<string>Intercom iOS SDK 2.3.11 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.10 </a>
<a href="../index.html">Intercom iOS SDK 2.3.11 </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.10 </a>
<a href="../index.html">Intercom iOS SDK 2.3.11 </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.10 Hierarchy</title>
<title>Intercom iOS SDK 2.3.11 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.10 </a>
<a href="index.html">Intercom iOS SDK 2.3.11 </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.10 Hierarchy</h1>
<h1 class="title">Intercom iOS SDK 2.3.11 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.10 Reference</title>
<title>Intercom iOS SDK 2.3.11 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.10 </a>
<a href="index.html">Intercom iOS SDK 2.3.11 </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.10 Reference</h1>
<h1 class="title">Intercom iOS SDK 2.3.11 Reference</h1>



Expand Down

0 comments on commit 893d0cb

Please sign in to comment.