Skip to content

Commit 4fe439d

Browse files
committed
Version 3.0.2
1 parent a539c28 commit 4fe439d

File tree

8 files changed

+13
-9
lines changed

8 files changed

+13
-9
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@
22

33
## 3.0.1 (2016-07-22)
44

5+
* Fixed AppStore submission issue reported in [#146](https://github.com/intercom/intercom-ios/issues/146).
6+
7+
## 3.0.1 (2016-07-22)
8+
59
* Fixed inconsistent appearance issue reported in [#145](https://github.com/intercom/intercom-ios/issues/145).
610
* Fixed crash that could occur if Intercom is incorrectly integrated in your app.
711
* Made improvements to push notification handling.

Intercom.framework.dSYM/Contents/Info.plist

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,15 +5,15 @@
55
<key>CFBundleDevelopmentRegion</key>
66
<string>English</string>
77
<key>CFBundleIdentifier</key>
8-
<string>com.apple.xcode.dsym.io.intercom.ios.</string>
8+
<string>com.apple.xcode.dsym.io.intercom.ios.Intercom</string>
99
<key>CFBundleInfoDictionaryVersion</key>
1010
<string>6.0</string>
1111
<key>CFBundlePackageType</key>
1212
<string>dSYM</string>
1313
<key>CFBundleSignature</key>
1414
<string>????</string>
1515
<key>CFBundleShortVersionString</key>
16-
<string>3.0.1</string>
16+
<string>3.0.2</string>
1717
<key>CFBundleVersion</key>
1818
<string>1</string>
1919
</dict>
0 Bytes
Binary file not shown.

Intercom.framework/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 3.0.1
3+
// Intercom for iOS - Version 3.0.2
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_8_0
13-
#error This version (3.0.1) of Intercom for iOS supports iOS 8.0 upwards.
13+
#error This version (3.0.2) of Intercom for iOS supports iOS 8.0 upwards.
1414
#endif
1515

1616
NS_ASSUME_NONNULL_BEGIN

Intercom.framework/Info.plist

8 Bytes
Binary file not shown.

Intercom.framework/Intercom

16 Bytes
Binary file not shown.

Intercom.framework/_CodeSignature/CodeResources

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,11 @@
66
<dict>
77
<key>Headers/Intercom.h</key>
88
<data>
9-
0Y0a94cxrzo0R0+98TH6DVWBLuo=
9+
wZ0JJ1etWuFMmTLQU2YDkdXsMr4=
1010
</data>
1111
<key>Info.plist</key>
1212
<data>
13-
Mw9JtdLOpiIbBEnSAIX2nf5XZ+Y=
13+
CLvK+J628n4EdyzSTdng4VdNPMY=
1414
</data>
1515
<key>Intercom.bundle/certs/intercom.icmcer</key>
1616
<data>
@@ -391,11 +391,11 @@
391391
<dict>
392392
<key>hash</key>
393393
<data>
394-
0Y0a94cxrzo0R0+98TH6DVWBLuo=
394+
wZ0JJ1etWuFMmTLQU2YDkdXsMr4=
395395
</data>
396396
<key>hash2</key>
397397
<data>
398-
66A2dFqB93FWa20Nwlox0ODDngkRJupY+DiPSNHdk50=
398+
UdwVjYukQvMaUrCE8DMjwNPILOxfhyxGeC8UpepsTY8=
399399
</data>
400400
</dict>
401401
<key>Intercom.bundle/certs/intercom.icmcer</key>

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 = '3.0.1'
3+
s.version = '3.0.2'
44
s.summary = 'The Intercom iOS SDK, for integrating Intercom into your iOS application.'
55
s.license = { :type => "Apache 2.0", :file => "LICENSE" }
66
s.authors = {"Adam McCarthy"=>"[email protected]", "Brian Boyle"=>"[email protected]", "Conor O’Donnell"=>"[email protected]", "James Treanor"=>"[email protected]"}

0 commit comments

Comments
 (0)