Skip to content

Commit

Permalink
Version 3.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
jtreanor committed Jul 22, 2016
1 parent a539c28 commit 4fe439d
Show file tree
Hide file tree
Showing 8 changed files with 13 additions and 9 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

## 3.0.1 (2016-07-22)

* Fixed AppStore submission issue reported in [#146](https://github.com/intercom/intercom-ios/issues/146).

## 3.0.1 (2016-07-22)

* Fixed inconsistent appearance issue reported in [#145](https://github.com/intercom/intercom-ios/issues/145).
* Fixed crash that could occur if Intercom is incorrectly integrated in your app.
* Made improvements to push notification handling.
Expand Down
4 changes: 2 additions & 2 deletions Intercom.framework.dSYM/Contents/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -5,15 +5,15 @@
<key>CFBundleDevelopmentRegion</key>
<string>English</string>
<key>CFBundleIdentifier</key>
<string>com.apple.xcode.dsym.io.intercom.ios.</string>
<string>com.apple.xcode.dsym.io.intercom.ios.Intercom</string>
<key>CFBundleInfoDictionaryVersion</key>
<string>6.0</string>
<key>CFBundlePackageType</key>
<string>dSYM</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleShortVersionString</key>
<string>3.0.1</string>
<string>3.0.2</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.1
// Intercom for iOS - Version 3.0.2
//
// 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.1) of Intercom for iOS supports iOS 8.0 upwards.
#error This version (3.0.2) 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.
8 changes: 4 additions & 4 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>
0Y0a94cxrzo0R0+98TH6DVWBLuo=
wZ0JJ1etWuFMmTLQU2YDkdXsMr4=
</data>
<key>Info.plist</key>
<data>
Mw9JtdLOpiIbBEnSAIX2nf5XZ+Y=
CLvK+J628n4EdyzSTdng4VdNPMY=
</data>
<key>Intercom.bundle/certs/intercom.icmcer</key>
<data>
Expand Down Expand Up @@ -391,11 +391,11 @@
<dict>
<key>hash</key>
<data>
0Y0a94cxrzo0R0+98TH6DVWBLuo=
wZ0JJ1etWuFMmTLQU2YDkdXsMr4=
</data>
<key>hash2</key>
<data>
66A2dFqB93FWa20Nwlox0ODDngkRJupY+DiPSNHdk50=
UdwVjYukQvMaUrCE8DMjwNPILOxfhyxGeC8UpepsTY8=
</data>
</dict>
<key>Intercom.bundle/certs/intercom.icmcer</key>
Expand Down
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 = '3.0.1'
s.version = '3.0.2'
s.summary = 'The Intercom iOS SDK, for integrating Intercom into your iOS application.'
s.license = { :type => "Apache 2.0", :file => "LICENSE" }
s.authors = {"Adam McCarthy"=>"[email protected]", "Brian Boyle"=>"[email protected]", "Conor O’Donnell"=>"[email protected]", "James Treanor"=>"[email protected]"}
Expand Down

0 comments on commit 4fe439d

Please sign in to comment.