Skip to content

Commit

Permalink
Release 5.1.6
Browse files Browse the repository at this point in the history
  • Loading branch information
intercom-ios-release-robot committed Sep 15, 2018
1 parent 42f9da5 commit 15d9623
Show file tree
Hide file tree
Showing 45 changed files with 13 additions and 4 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
## 5.1.6
###### Release Date: 14-09-2018

### Enhancements
* This version of the Intercom iOS SDK fully supports iOS 12 and the new devices iPhone Xr, Xs & Xs Max. Recent versions of the SDK should also work, but have not been tested.
* Made some updates to colours.
* The Intercom launcher now only appears once a successful response from the server is received.
* Improved video support.

## 5.1.5
###### Release Date: 27-08-2018

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 @@ -13,8 +13,8 @@
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleShortVersionString</key>
<string>5.1.5</string>
<string>5.1.6</string>
<key>CFBundleVersion</key>
<string>5.1.5</string>
<string>5.1.6</string>
</dict>
</plist>
Binary file modified Intercom.framework.dSYM/Contents/Resources/DWARF/Intercom
Binary file not shown.
Binary file modified Intercom.framework/Info.plist
Binary file not shown.
Binary file modified Intercom.framework/Intercom
Binary file not shown.
Binary file modified Intercom.framework/IntercomTranslations.bundle/Info.plist
Binary file not shown.
Binary file modified Intercom.framework/IntercomTranslations.bundle/ar.strings
Binary file not shown.
Binary file modified Intercom.framework/IntercomTranslations.bundle/bg.strings
Binary file not shown.
Binary file modified Intercom.framework/IntercomTranslations.bundle/bs.strings
Binary file not shown.
Binary file modified Intercom.framework/IntercomTranslations.bundle/ca.strings
Binary file not shown.
Binary file modified Intercom.framework/IntercomTranslations.bundle/cs.strings
Binary file not shown.
Binary file modified Intercom.framework/IntercomTranslations.bundle/da.strings
Binary file not shown.
Binary file modified Intercom.framework/IntercomTranslations.bundle/de-form.strings
Binary file not shown.
Binary file modified Intercom.framework/IntercomTranslations.bundle/de.strings
Binary file not shown.
Binary file modified Intercom.framework/IntercomTranslations.bundle/el.strings
Binary file not shown.
Binary file modified Intercom.framework/IntercomTranslations.bundle/en.strings
Binary file not shown.
Binary file modified Intercom.framework/IntercomTranslations.bundle/es.strings
Binary file not shown.
Binary file modified Intercom.framework/IntercomTranslations.bundle/et.strings
Binary file not shown.
Binary file modified Intercom.framework/IntercomTranslations.bundle/fi.strings
Binary file not shown.
Binary file modified Intercom.framework/IntercomTranslations.bundle/fr.strings
Binary file not shown.
Binary file modified Intercom.framework/IntercomTranslations.bundle/he.strings
Binary file not shown.
Binary file modified Intercom.framework/IntercomTranslations.bundle/hr.strings
Binary file not shown.
Binary file modified Intercom.framework/IntercomTranslations.bundle/hu.strings
Binary file not shown.
Binary file modified Intercom.framework/IntercomTranslations.bundle/id.strings
Binary file not shown.
Binary file modified Intercom.framework/IntercomTranslations.bundle/it.strings
Binary file not shown.
Binary file modified Intercom.framework/IntercomTranslations.bundle/ja.strings
Binary file not shown.
Binary file modified Intercom.framework/IntercomTranslations.bundle/ko.strings
Binary file not shown.
Binary file modified Intercom.framework/IntercomTranslations.bundle/lt.strings
Binary file not shown.
Binary file modified Intercom.framework/IntercomTranslations.bundle/lv.strings
Binary file not shown.
Binary file modified Intercom.framework/IntercomTranslations.bundle/mn.strings
Binary file not shown.
Binary file modified Intercom.framework/IntercomTranslations.bundle/nb.strings
Binary file not shown.
Binary file modified Intercom.framework/IntercomTranslations.bundle/nl.strings
Binary file not shown.
Binary file modified Intercom.framework/IntercomTranslations.bundle/pl.strings
Binary file not shown.
Binary file modified Intercom.framework/IntercomTranslations.bundle/pt-br.strings
Binary file not shown.
Binary file modified Intercom.framework/IntercomTranslations.bundle/pt-pt.strings
Binary file not shown.
Binary file modified Intercom.framework/IntercomTranslations.bundle/ro.strings
Binary file not shown.
Binary file modified Intercom.framework/IntercomTranslations.bundle/ru.strings
Binary file not shown.
Binary file modified Intercom.framework/IntercomTranslations.bundle/sl.strings
Binary file not shown.
Binary file modified Intercom.framework/IntercomTranslations.bundle/sr.strings
Binary file not shown.
Binary file modified Intercom.framework/IntercomTranslations.bundle/sv.strings
Binary file not shown.
Binary file modified Intercom.framework/IntercomTranslations.bundle/tr.strings
Binary file not shown.
Binary file modified Intercom.framework/IntercomTranslations.bundle/vi.strings
Binary file not shown.
Binary file modified Intercom.framework/IntercomTranslations.bundle/zh-hans.strings
Binary file not shown.
Binary file modified Intercom.framework/IntercomTranslations.bundle/zh-hant.strings
Binary file not shown.
4 changes: 2 additions & 2 deletions Intercom.podspec
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
Pod::Spec.new do |s|
s.name = 'Intercom'
s.version = '5.1.5'
s.version = '5.1.6'
s.summary = 'The Intercom iOS SDK, for integrating Intercom into your iOS application.'
s.license = { :type => "Apache 2.0", :file => "Intercom/LICENSE" }
s.authors = {"Brian Boyle"=>"[email protected]", "Dale Cantwell"=>"[email protected]", "Michael Isaakidis"=>"[email protected]"}
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, iOS 9, iOS 10 and iOS 11'
s.description = 'The Intercom iOS SDK, for integrating Intercom into your iOS application. The SDK supports iOS 8, 9, 10, 11 & 12.'
s.frameworks = ["Foundation", "UIKit", "Accelerate", "Security", "SystemConfiguration", "MobileCoreServices", "ImageIO", "AudioToolbox", "QuartzCore", "CoreGraphics", "Photos", "Accelerate", "WebKit"]
s.library = "icucore", "xml2"
s.requires_arc = true
Expand Down

0 comments on commit 15d9623

Please sign in to comment.