Skip to content

Commit

Permalink
Version 3.0.10
Browse files Browse the repository at this point in the history
  • Loading branch information
jtreanor committed Aug 15, 2016
1 parent d91f0f9 commit cc7e35f
Show file tree
Hide file tree
Showing 10 changed files with 25 additions and 17 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Intercom

## 3.0.10 (2016-08-15)

* Removed requirement for `use_frameworks!` when installing via CocoaPods.
* Added support for APNS development push notifications. This removes the requirement to test Intercom push notifications with a production/Adhoc build.
* Fixed issue where images couldn't be uploaded on iPad in landscape.
* Fixed a formatting issue when sending a reply from the messenger.

## 3.0.9 (2016-08-08)

* Fixed issue where the Intercom may not hand back the key window correctly when closed ([#160](https://github.com/intercom/intercom-ios/issues/160)).
Expand Down
2 changes: 1 addition & 1 deletion Intercom.framework.dSYM/Contents/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleShortVersionString</key>
<string>3.0.9</string>
<string>3.0.10</string>
<key>CFBundleVersion</key>
<string>1</string>
</dict>
Expand Down
Binary file modified Intercom.framework.dSYM/Contents/Resources/DWARF/Intercom
Binary file not shown.
4 changes: 2 additions & 2 deletions Intercom.framework/Headers/Intercom.h
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
//
// Intercom.h
// Intercom for iOS - Version 3.0.9
// Intercom for iOS - Version 3.0.10
//
// 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_8_0
#error This version (3.0.9) of Intercom for iOS supports iOS 8.0 upwards.
#error This version (3.0.10) of Intercom for iOS supports iOS 8.0 upwards.
#endif

NS_ASSUME_NONNULL_BEGIN
Expand Down
Binary file modified Intercom.framework/Info.plist
Binary file not shown.
Binary file modified Intercom.framework/Intercom
Binary file not shown.
2 changes: 1 addition & 1 deletion Intercom.framework/Modules/module.modulemap
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ framework module Intercom {
link framework "Foundation"
link framework "UIKit"
link framework "Accelerate"
link framework "AssetsLibrary"
link framework "Photos"
link framework "AudioToolbox"
link framework "CFNetwork"
link framework "CoreGraphics"
Expand Down
14 changes: 7 additions & 7 deletions Intercom.framework/_CodeSignature/CodeResources
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,11 @@
<dict>
<key>Headers/Intercom.h</key>
<data>
6yZL6ifyyNWod3gl+SldJ8hJ7zw=
fJCoAStfKkoTJereELuLdrlhBYc=
</data>
<key>Info.plist</key>
<data>
5+gfuq0uUW6n5sJCQ/6ympr7DCk=
KBHZAlB3NC+ZujkQJlZGqv9/b8E=
</data>
<key>Intercom.bundle/certs/intercom.icmcer</key>
<data>
Expand Down Expand Up @@ -366,7 +366,7 @@
</data>
<key>Modules/module.modulemap</key>
<data>
JPlFGakHLQ0QJkcgeitN/+/6wG4=
jak3DWVUfMcXlAofL8E0VyEuzL4=
</data>
<key>strip-frameworks.sh</key>
<data>
Expand All @@ -379,11 +379,11 @@
<dict>
<key>hash</key>
<data>
6yZL6ifyyNWod3gl+SldJ8hJ7zw=
fJCoAStfKkoTJereELuLdrlhBYc=
</data>
<key>hash2</key>
<data>
GLi/CLFawFLQ6wpFc63TgO8dbOyURjkL8TXGm/lhbK8=
26V9JaUXrC8HhGckrLz1jOkHhAsrnZIRDCMim3ecBbM=
</data>
</dict>
<key>Intercom.bundle/certs/intercom.icmcer</key>
Expand Down Expand Up @@ -1358,11 +1358,11 @@
<dict>
<key>hash</key>
<data>
JPlFGakHLQ0QJkcgeitN/+/6wG4=
jak3DWVUfMcXlAofL8E0VyEuzL4=
</data>
<key>hash2</key>
<data>
vhOWdfCphcFFNp/REdCdQu+cNaimq+K3PKOrOIibwT8=
xyBdMYI40S/N+RygCZDCaHWTOqnoyWYsAMC3St6aWnU=
</data>
</dict>
<key>strip-frameworks.sh</key>
Expand Down
11 changes: 7 additions & 4 deletions Intercom.podspec
Original file line number Diff line number Diff line change
@@ -1,15 +1,18 @@
Pod::Spec.new do |s|
s.name = 'Intercom'
s.version = '3.0.9'
s.version = '3.0.10'
s.summary = 'The Intercom iOS SDK, for integrating Intercom into your iOS application.'
s.license = { :type => "Apache 2.0", :file => "LICENSE" }
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"}
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 8 and iOS 9.'
s.frameworks = ["Foundation", "UIKit", "Accelerate", "Security", "SystemConfiguration", "MobileCoreServices", "ImageIO", "AudioToolbox", "QuartzCore", "CoreGraphics", "Photos", "Accelerate"]
s.library = "icucore", "xml2"
s.requires_arc = true
s.source = { :git => 'https://github.com/intercom/intercom-ios.git', :tag => s.version.to_s }
s.source = { :http => "https://github.com/intercom/intercom-ios/releases/download/#{s.version}/CocoaPods.zip" }
s.platform = :ios, '8.0'
s.vendored_frameworks = 'Intercom.framework'
s.preserve_paths = 'Intercom/Intercom.framework'
s.public_header_files = 'Intercom/Intercom.framework/Versions/A/Headers/Intercom.h'
s.resource = 'Intercom/Intercom.framework/Versions/A/Resources/Intercom.bundle'
s.vendored_frameworks = 'Intercom/Intercom.framework'
end
2 changes: 0 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,6 @@ Intercom for iOS supports iOS 8.x and iOS 9.x.
### CocoaPods
Add the Intercom pod into your Podfile and run `pod install`.

use_frameworks!

target :YourTargetName do
pod 'Intercom'
end
Expand Down

0 comments on commit cc7e35f

Please sign in to comment.