diff --git a/CHANGELOG.md b/CHANGELOG.md index e8a9c3ce..d4234e43 100755 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # Intercom +## 3.0.15 (2016-10-14) + +* Rolled back some changes from 3.0.14 to ensure compatibility with iOS 8 & iOS 9. + ## 3.0.14 (2016-10-14) * Improved compatibility with the new `UserNotifications` framework for iOS 10 push notifications (fixes [#184](https://github.com/intercom/intercom-ios/issues/184)). diff --git a/Intercom.framework.dSYM/Contents/Info.plist b/Intercom.framework.dSYM/Contents/Info.plist index f94beed3..b11e4e74 100644 --- a/Intercom.framework.dSYM/Contents/Info.plist +++ b/Intercom.framework.dSYM/Contents/Info.plist @@ -13,7 +13,7 @@ CFBundleSignature ???? CFBundleShortVersionString - 3.0.14 + 3.0.15 CFBundleVersion 1 diff --git a/Intercom.framework.dSYM/Contents/Resources/DWARF/Intercom b/Intercom.framework.dSYM/Contents/Resources/DWARF/Intercom index af73797c..268c07cc 100644 Binary files a/Intercom.framework.dSYM/Contents/Resources/DWARF/Intercom and b/Intercom.framework.dSYM/Contents/Resources/DWARF/Intercom differ diff --git a/Intercom.framework/Headers/Intercom.h b/Intercom.framework/Headers/Intercom.h index d97efaf9..ff3b9749 100644 --- a/Intercom.framework/Headers/Intercom.h +++ b/Intercom.framework/Headers/Intercom.h @@ -1,6 +1,6 @@ // // Intercom.h -// Intercom for iOS - Version 3.0.14 +// Intercom for iOS - Version 3.0.15 // // Created by Intercom on 8/01/2015. // Copyright (c) 2014 Intercom. All rights reserved. @@ -10,7 +10,7 @@ #import #if __IPHONE_OS_VERSION_MIN_REQUIRED < __IPHONE_8_0 -#error This version (3.0.14) of Intercom for iOS supports iOS 8.0 upwards. +#error This version (3.0.15) of Intercom for iOS supports iOS 8.0 upwards. #endif NS_ASSUME_NONNULL_BEGIN diff --git a/Intercom.framework/Info.plist b/Intercom.framework/Info.plist index 8a76abd8..d0371f8f 100644 Binary files a/Intercom.framework/Info.plist and b/Intercom.framework/Info.plist differ diff --git a/Intercom.framework/Intercom b/Intercom.framework/Intercom index eb48491f..b459a945 100755 Binary files a/Intercom.framework/Intercom and b/Intercom.framework/Intercom differ diff --git a/Intercom.framework/Modules/module.modulemap b/Intercom.framework/Modules/module.modulemap index 1f536600..2082af98 100644 --- a/Intercom.framework/Modules/module.modulemap +++ b/Intercom.framework/Modules/module.modulemap @@ -19,5 +19,4 @@ framework module Intercom { link framework "QuartzCore" link framework "Security" link framework "SystemConfiguration" - link framework "UserNotifications" } diff --git a/Intercom.podspec b/Intercom.podspec index 1df4b762..694a6f99 100755 --- a/Intercom.podspec +++ b/Intercom.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = 'Intercom' - s.version = '3.0.14' + s.version = '3.0.15' s.summary = 'The Intercom iOS SDK, for integrating Intercom into your iOS application.' s.license = { :type => "Apache 2.0", :file => "Intercom/LICENSE" } s.authors = {"Adam McCarthy"=>"adam@intercom.io", "Brian Boyle"=>"brian.boyle@intercom.io", "Conor O’Donnell"=>"conor.odonnell@intercom.io", "James Treanor"=>"james@intercom.io"}