Skip to content

Commit

Permalink
Merge pull request #253 from intercom/dalecantwell/3.2.1
Browse files Browse the repository at this point in the history
Release 3.2.1
  • Loading branch information
DaleCantwell authored May 2, 2017
2 parents 164ae41 + 49e13a4 commit f7c117a
Show file tree
Hide file tree
Showing 45 changed files with 9 additions and 2 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.2.1 (2017-05-02)

### Bug Fixes

* Fix NSNotificationCenter deadlock [#252](https://github.com/intercom/intercom-ios/issues/252).
* Added missing translations.

## 3.2.0 (2017-04-21)

### Bug Fixes
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.2.0</string>
<string>3.2.1</string>
<key>CFBundleVersion</key>
<string>1</string>
</dict>
Expand Down
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.
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.2.0'
s.version = '3.2.1'
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"=>"[email protected]", "Brian Boyle"=>"[email protected]", "Conor O’Donnell"=>"[email protected]", "James Treanor"=>"[email protected]"}
Expand Down

0 comments on commit f7c117a

Please sign in to comment.