Skip to content

Commit

Permalink
Version 2.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
jtreanor committed Jul 20, 2015
1 parent 8a9eb4d commit 4ed8339
Show file tree
Hide file tree
Showing 36 changed files with 30 additions and 25 deletions.
7 changes: 6 additions & 1 deletion CHANGES
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
= 2.3.1 (2015-07-20)

* Fixed issue where status bar color could be incorrect.
* Made a change to improve message delivery times for apps without real time.

= 2.3.0 (2015-06-24)

* Users can now send image attachments.
Expand All @@ -7,7 +12,7 @@
* Added `IntercomDidStartNewConversationNotification` as suggested in https://github.com/intercom/intercom-ios/issues/67.
* Ensure sessions are ended when your app is backgrounded.
* Renamed certs to fix https://github.com/intercom/intercom-cordova/issues/5.
* Improved support for CocoPods Frameworks.
* Improved support for CocoaPods Frameworks.
* Added nullability modifiers to Intercom.h for improved Swift compatibility.

= 2.2.4 (2015-05-28)
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,7 +1,7 @@

//
// Intercom.h
// Intercom for iOS - Version 2.3
// Intercom for iOS - Version 2.3.1
//
// Created by Intercom on 8/01/2015.
// Copyright (c) 2014 Intercom. All rights reserved.
Expand All @@ -11,7 +11,7 @@
#import <UIKit/UIKit.h>

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

#if __has_feature(nullability)
Expand Down
Binary file modified Intercom.framework/Versions/A/Intercom
Binary file not shown.
4 changes: 2 additions & 2 deletions Intercom.podspec
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
Pod::Spec.new do |s|
s.name = 'Intercom'
s.version = '2.3.0'
s.version = '2.3.1'
s.summary = 'The Intercom iOS SDK, for integrating Intercom into your iOS application.'
s.license = { :type => "Apache license", :file => "LICENSE" }
s.authors = {"Adam McCarthy"=>"[email protected]", "James Treanor"=>"[email protected]"}
s.homepage = 'https://github.com/intercom/intercom-ios'
s.description = 'The Intercom iOS SDK, for integrating Intercom into your iOS application. The SDK supports iOS 7 and iOS 8.'
s.frameworks = ["Foundation", "UIKit", "Security", "SystemConfiguration", "MobileCoreServices", "ImageIO", "AudioToolbox", "QuartzCore", "CoreGraphics", 'AssetsLibrary']
s.frameworks = ["Foundation", "UIKit", "Security", "SystemConfiguration", "MobileCoreServices", "ImageIO", "AudioToolbox", "QuartzCore", "CoreGraphics", 'AssetsLibrary', 'CFNetwork']
s.library = "icucore"
s.requires_arc = true
s.source = { :git => 'https://github.com/intercom/intercom-ios.git', :tag => s.version.to_s }
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ Add the Intercom pod into your Podfile and run a `pod install` or `pod update`.

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

3. Under Build Phases, Link Binary with Libraries, make sure you are linking the following: `ImageIO`, `MobileCoreServices`, `SystemConfiguration`, `AudioToolbox`, `QuartzCore`, `Security`, `CoreGraphics`, `AssetsLibrary` and `libicucore.dylib`.
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`.

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.

Expand Down
Binary file not shown.
Binary file not shown.
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.0</string>
<string>io.intercom.Intercom-iOS-SDK-2.3.1</string>
<key>CFBundleName</key>
<string>Intercom iOS SDK 2.3.0 Documentation</string>
<string>Intercom iOS SDK 2.3.1 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.0 Documentation</string>
<string>Intercom iOS SDK 2.3.1 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.0 </a>
<a href="../index.html">Intercom iOS SDK 2.3.1 </a>
</h1>

<p id="developer-home">
Expand Down Expand Up @@ -80,7 +80,7 @@ <h1 class="title">ICMCompletion Block Reference</h1>
<footer>
<div class="footer-copyright">

<p class="copyright">Copyright &copy; 2015 Intercom. All rights reserved. Updated: 2015-06-24</p>
<p class="copyright">Copyright &copy; 2015 Intercom. All rights reserved. Updated: 2015-07-20</p>


<p class="generator">Generated by <a href="http://appledoc.gentlebytes.com">appledoc 2.2.1 (build 1333)</a>.</p>
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.0 </a>
<a href="../index.html">Intercom iOS SDK 2.3.1 </a>
</h1>

<p id="developer-home">
Expand Down Expand Up @@ -2024,7 +2024,7 @@ <h4 class="method-subtitle">Declared In</h4>
<footer>
<div class="footer-copyright">

<p class="copyright">Copyright &copy; 2015 Intercom. All rights reserved. Updated: 2015-06-24</p>
<p class="copyright">Copyright &copy; 2015 Intercom. All rights reserved. Updated: 2015-07-20</p>


<p class="generator">Generated by <a href="http://appledoc.gentlebytes.com">appledoc 2.2.1 (build 1333)</a>.</p>
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.0 </a>
<a href="../index.html">Intercom iOS SDK 2.3.1 </a>
</h1>

<p id="developer-home">
Expand Down Expand Up @@ -150,7 +150,7 @@ <h4 class="method-subtitle">Constants</h4>
<footer>
<div class="footer-copyright">

<p class="copyright">Copyright &copy; 2015 Intercom. All rights reserved. Updated: 2015-06-24</p>
<p class="copyright">Copyright &copy; 2015 Intercom. All rights reserved. Updated: 2015-07-20</p>


<p class="generator">Generated by <a href="http://appledoc.gentlebytes.com">appledoc 2.2.1 (build 1333)</a>.</p>
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.0 </a>
<a href="../index.html">Intercom iOS SDK 2.3.1 </a>
</h1>

<p id="developer-home">
Expand Down Expand Up @@ -150,7 +150,7 @@ <h4 class="method-subtitle">Constants</h4>
<footer>
<div class="footer-copyright">

<p class="copyright">Copyright &copy; 2015 Intercom. All rights reserved. Updated: 2015-06-24</p>
<p class="copyright">Copyright &copy; 2015 Intercom. All rights reserved. Updated: 2015-07-20</p>


<p class="generator">Generated by <a href="http://appledoc.gentlebytes.com">appledoc 2.2.1 (build 1333)</a>.</p>
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.0 Hierarchy</title>
<title>Intercom iOS SDK 2.3.1 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.0 </a>
<a href="index.html">Intercom iOS SDK 2.3.1 </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.0 Hierarchy</h1>
<h1 class="title">Intercom iOS SDK 2.3.1 Hierarchy</h1>


<div class="index-column hierarchy-column">
Expand Down Expand Up @@ -79,7 +79,7 @@ <h2 class="index-title">Constant References</h2>
<footer>
<div class="footer-copyright">

<p class="copyright">Copyright &copy; 2015 Intercom. All rights reserved. Updated: 2015-06-24</p>
<p class="copyright">Copyright &copy; 2015 Intercom. All rights reserved. Updated: 2015-07-20</p>


<p class="generator">Generated by <a href="http://appledoc.gentlebytes.com">appledoc 2.2.1 (build 1333)</a>.</p>
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.0 Reference</title>
<title>Intercom iOS SDK 2.3.1 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.0 </a>
<a href="index.html">Intercom iOS SDK 2.3.1 </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.0 Reference</h1>
<h1 class="title">Intercom iOS SDK 2.3.1 Reference</h1>



Expand Down Expand Up @@ -79,7 +79,7 @@ <h2 class="index-title">Constant References</h2>
<footer>
<div class="footer-copyright">

<p class="copyright">Copyright &copy; 2015 Intercom. All rights reserved. Updated: 2015-06-24</p>
<p class="copyright">Copyright &copy; 2015 Intercom. All rights reserved. Updated: 2015-07-20</p>


<p class="generator">Generated by <a href="http://appledoc.gentlebytes.com">appledoc 2.2.1 (build 1333)</a>.</p>
Expand Down
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.

0 comments on commit 4ed8339

Please sign in to comment.