Skip to content

Commit 9fa5449

Browse files
committed
2.3.8
1 parent d9e41da commit 9fa5449

31 files changed

+19
-15
lines changed

CHANGELOG.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,17 @@
11
# Intercom
22

3+
## 2.3.8 (2015-09-23)
4+
5+
* Fix for [#97](https://github.com/intercom/intercom-ios/issues/97).
6+
37
## 2.3.7 (2015-09-22)
48

59
* Fixed duplicate symbol errors seem in [#97](https://github.com/intercom/intercom-ios/issues/98).
610

711
## 2.3.6 (2015-09-22)
812

913
* Fixed Xcode 6.x compatibility (Fixes [#98](https://github.com/intercom/intercom-ios/issues/98)).
10-
* Potential fix for [#97](https://github.com/intercom/intercom-ios/issues/98).
14+
* Potential fix for [#97](https://github.com/intercom/intercom-ios/issues/97).
1115

1216
## 2.3.5 (2015-09-21)
1317

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
//
22
// Intercom.h
3-
// Intercom for iOS - Version 2.3.7
3+
// Intercom for iOS - Version 2.3.8
44
//
55
// Created by Intercom on 8/01/2015.
66
// Copyright (c) 2014 Intercom. All rights reserved.
@@ -10,7 +10,7 @@
1010
#import <UIKit/UIKit.h>
1111

1212
#if __IPHONE_OS_VERSION_MIN_REQUIRED < __IPHONE_7_0
13-
#error This version (2.3.7) of Intercom for iOS supports iOS 7.0 upwards.
13+
#error This version (2.3.8) of Intercom for iOS supports iOS 7.0 upwards.
1414
#endif
1515

1616
NS_ASSUME_NONNULL_BEGIN
-34.5 MB
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.7'
3+
s.version = '2.3.8'
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.7.docset/Contents/Info.plist renamed to io.intercom.Intercom-iOS-SDK-2.3.8.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.7</string>
8+
<string>io.intercom.Intercom-iOS-SDK-2.3.8</string>
99
<key>CFBundleName</key>
10-
<string>Intercom iOS SDK 2.3.7 Documentation</string>
10+
<string>Intercom iOS SDK 2.3.8 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.7 Documentation</string>
20+
<string>Intercom iOS SDK 2.3.8 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.7 </a>
17+
<a href="../index.html">Intercom iOS SDK 2.3.8 </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.7 </a>
17+
<a href="../index.html">Intercom iOS SDK 2.3.8 </a>
1818
</h1>
1919

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

0 commit comments

Comments
 (0)