diff --git a/CHANGELOG.md b/CHANGELOG.md
index 71b1beba..7ca3abe6 100755
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,12 @@
# Intercom
+## 3.0.13 (2016-10-7)
+
+* Added `[Intercom presentMessageComposerWithInitialMessage:]` to allow preopulating the message composer.
+* Fixed issue where you could see multiple congratulations alerts when installing Intercom (e.g. https://github.com/intercom/intercom-cordova/issues/83).
+* Improvements to allow all Intercom methods to be called from any thread (fixes [#181](https://github.com/intercom/intercom-ios/issues/181)).
+* Various localisatio updates.
+
## 3.0.12 (2016-09-14)
* Improved iOS 10 compatibility.
diff --git a/Intercom.framework.dSYM/Contents/Info.plist b/Intercom.framework.dSYM/Contents/Info.plist
index 8a9f0027..c775970d 100644
--- a/Intercom.framework.dSYM/Contents/Info.plist
+++ b/Intercom.framework.dSYM/Contents/Info.plist
@@ -13,7 +13,7 @@
CFBundleSignature
????
CFBundleShortVersionString
- 3.0.12
+ 3.0.13
CFBundleVersion
1
diff --git a/Intercom.framework.dSYM/Contents/Resources/DWARF/Intercom b/Intercom.framework.dSYM/Contents/Resources/DWARF/Intercom
index 812c86f4..dc0c95dc 100644
Binary files a/Intercom.framework.dSYM/Contents/Resources/DWARF/Intercom and b/Intercom.framework.dSYM/Contents/Resources/DWARF/Intercom differ
diff --git a/Intercom.framework/Headers/Intercom.h b/Intercom.framework/Headers/Intercom.h
index 15c02cc7..d141b5e5 100644
--- a/Intercom.framework/Headers/Intercom.h
+++ b/Intercom.framework/Headers/Intercom.h
@@ -1,6 +1,6 @@
//
// Intercom.h
-// Intercom for iOS - Version 3.0.12
+// Intercom for iOS - Version 3.0.13
//
// Created by Intercom on 8/01/2015.
// Copyright (c) 2014 Intercom. All rights reserved.
@@ -10,7 +10,7 @@
#import
#if __IPHONE_OS_VERSION_MIN_REQUIRED < __IPHONE_8_0
-#error This version (3.0.12) of Intercom for iOS supports iOS 8.0 upwards.
+#error This version (3.0.13) of Intercom for iOS supports iOS 8.0 upwards.
#endif
NS_ASSUME_NONNULL_BEGIN
@@ -257,6 +257,11 @@ typedef NS_ENUM(NSUInteger, ICMPreviewPosition){
*/
+ (void)presentMessageComposer;
+/*!
+ Present the message composer with a message to pre-populate the composer.
+ */
++ (void)presentMessageComposerWithInitialMessage:(NSString *)message;
+
/*!
Present the conversation list.
*/
diff --git a/Intercom.framework/Info.plist b/Intercom.framework/Info.plist
index 6b0b0288..cce93259 100644
Binary files a/Intercom.framework/Info.plist and b/Intercom.framework/Info.plist differ
diff --git a/Intercom.framework/Intercom b/Intercom.framework/Intercom
index d6379dfd..6a0365dc 100755
Binary files a/Intercom.framework/Intercom and b/Intercom.framework/Intercom differ
diff --git a/Intercom.framework/Intercom.bundle/locales/ar.strings b/Intercom.framework/Intercom.bundle/locales/ar.strings
index 0515570c..a32293e8 100644
--- a/Intercom.framework/Intercom.bundle/locales/ar.strings
+++ b/Intercom.framework/Intercom.bundle/locales/ar.strings
@@ -1,48 +1,48 @@
"error.loading.conversation" = "تعذر تحميل المحادثة";
"actionsheet.message.failed.delivery" = "تعذر تسليم الرسالة";
-"message.delivered" = "تم التسليم";
-"alert.new.sdk.user.button" = "شكرًا";
+"message.delivered" = "تم تسليمها";
+"alert.new.sdk.user.button" = "شكرًا لك";
"profile.time.location.format" = "{time} في {location}";
"message.state.sending" = "إرسال";
-"message.placeholder.write.reply" = "كتابة رد";
+"message.placeholder.write.reply" = "اكتب ردًا";
"twitter.follow.us" = "تابعنا على Twitter";
-"alert.new.sdk.user.message" = "تم دمج تطبيقك على iOS مع نظام Intercom الأساسي الآن";
-"error.title" = "حدث خطأ ما";
-"error.no_conversations.message.no_app_name" = "ليس هناك أي محادثات إلى الآن";
-"facebook.like.us" = "أبد إعجابك بنا على Facebook";
+"alert.new.sdk.user.message" = "تطبيق iOS الخاص بك مدمج الآن مع نظام Intercom";
+"error.title" = "حدث خطأ";
+"error.no_conversations.message.no_app_name" = "لم يتم إجراء أي محادثات بعد";
+"facebook.like.us" = "تابعنا على Facebook";
"from.app" = "من {name}";
"error.loading.conversations.fallback" = "تعذر تحميل محادثاتك مع فريق {name}";
"message.placeholder.start.conversation" = "بدء محادثة";
"navigation.back" = "رجوع";
"admin.from.app" = "{name} من {company}";
"message.not.seen" = "لم تتم رؤيتها بعد";
-"error.no_conversations.title" = "ليس هناك أي محادثات";
-"time.difference.delivered" = "تم التسليم";
-"actionsheet.try.again" = "إعادة المحاولة";
+"error.no_conversations.title" = "لم يتم إجراء محادثات";
+"time.difference.delivered" = "تم تسليمها";
+"actionsheet.try.again" = "حاول مرة أخرى";
"alert.new.sdk.user.title" = "تهانينا";
-"app_team" = "فربق {name}";
-"navbar.title.conversations" = "المحادثات مع {name}";
+"app_team" = "فريق {name}";
+"navbar.title.conversations" = "المحادثات\nمع {name}";
"actionsheet.cancel" = "إلغاء";
"navigation.close" = "إغلاق";
"message.send" = "إرسال";
-"time.difference.format.hours.ago" = "قبل {delta} س";
-"time.difference.format.weeks.ago" = "قبل {delta} أ";
-"last_active.format.hours.ago" = "نشط قبل {hours} س";
+"time.difference.format.hours.ago" = "منذ {delta} س";
+"time.difference.format.weeks.ago" = "منذ {delta} أ";
+"last_active.format.hours.ago" = "نشط منذ {hours} س";
"actionsheet.delete" = "حذف";
"navbar.title.new.conversation" = "محادثة جديدة";
-"last_active.over_week_ago" = "نشط قبل أكثر من ساعة";
-"time.difference.just.now" = "توًا";
-"last_active.minutes.ago" = "نشط قبل {minutes} د";
-"last_active.15_minutes" = "نشط خلال آخر {minutes} د";
+"last_active.over_week_ago" = "نشط منذ أكثر من أسبوع";
+"time.difference.just.now" = "الآن";
+"last_active.minutes.ago" = "نشط منذ {minutes} د";
+"last_active.15_minutes" = "نشط في {minutes} د الأخيرة";
"message.seen" = "تمت رؤيتها";
-"last_active.format.days.ago" = "نشط قبل {days} ي";
+"last_active.format.days.ago" = "نشط منذ {days} ي";
"error.starting.conversation.fallback" = "تعذر بدء محادثة جديدة";
-"error.no_conversations.message" = "ليس هناك أي محادثات مع فريق {name} إلى الآن";
-"time.difference.format.days.ago" = "قبل {delta} ي";
+"error.no_conversations.message" = "لم يتم إجراء محادثات مع فريق {name} بعد";
+"time.difference.format.days.ago" = "منذ {delta} ي";
"error.loading.conversations.fallback.no_app_name" = "تعذر تحميل محادثاتك";
-"we.run.on.intercom" = "نحن نعمل على Intercom";
+"we.run.on.intercom" = "يتم إجراء المحادثة من Intercom";
"navbar.title.conversations.no_app_name" = "المحادثات";
-"time.difference.format.minutes.ago" = "قبل {delta} د";
+"time.difference.format.minutes.ago" = "منذ {delta} د";
"error.tap.to.retry" = "إعادة المحاولة";
-"reply_from_admin" = "{name} الرد من";
+"reply_from_admin" = "رد من {name}";
"inbox.you" = "أنت";
diff --git a/Intercom.framework/Intercom.bundle/locales/bg.strings b/Intercom.framework/Intercom.bundle/locales/bg.strings
index aa7a10d7..64e88de3 100644
--- a/Intercom.framework/Intercom.bundle/locales/bg.strings
+++ b/Intercom.framework/Intercom.bundle/locales/bg.strings
@@ -21,7 +21,7 @@
"actionsheet.try.again" = "Опитайте отново";
"alert.new.sdk.user.title" = "Поздравления";
"app_team" = "{name} Екип";
-"navbar.title.conversations" = "Разговори с {name}";
+"navbar.title.conversations" = "Разговори\nс {name}";
"actionsheet.cancel" = "Отказ";
"navigation.close" = "Затваряне";
"message.send" = "Изпращане";
diff --git a/Intercom.framework/Intercom.bundle/locales/bs.strings b/Intercom.framework/Intercom.bundle/locales/bs.strings
index 4912d67b..133c6303 100644
--- a/Intercom.framework/Intercom.bundle/locales/bs.strings
+++ b/Intercom.framework/Intercom.bundle/locales/bs.strings
@@ -21,7 +21,7 @@
"actionsheet.try.again" = "Pokušajte ponovno";
"alert.new.sdk.user.title" = "Čestitamo";
"app_team" = "{name} tim";
-"navbar.title.conversations" = "Razgovori s {name}";
+"navbar.title.conversations" = "Razgovori\ns {name}";
"actionsheet.cancel" = "Otkaži";
"navigation.close" = "Zatvori";
"message.send" = "Pošalji";
diff --git a/Intercom.framework/Intercom.bundle/locales/ca.strings b/Intercom.framework/Intercom.bundle/locales/ca.strings
index 8a67f170..d640433d 100644
--- a/Intercom.framework/Intercom.bundle/locales/ca.strings
+++ b/Intercom.framework/Intercom.bundle/locales/ca.strings
@@ -21,7 +21,7 @@
"actionsheet.try.again" = "Torna-ho a provar";
"alert.new.sdk.user.title" = "Felicitats";
"app_team" = "Equip {name}";
-"navbar.title.conversations" = "Converses amb {name}";
+"navbar.title.conversations" = "Converses\namb {name}";
"actionsheet.cancel" = "Cancel·la";
"navigation.close" = "Tanca";
"message.send" = "Envia";
diff --git a/Intercom.framework/Intercom.bundle/locales/cs.strings b/Intercom.framework/Intercom.bundle/locales/cs.strings
index af3928ed..d9b7a286 100644
--- a/Intercom.framework/Intercom.bundle/locales/cs.strings
+++ b/Intercom.framework/Intercom.bundle/locales/cs.strings
@@ -21,7 +21,7 @@
"actionsheet.try.again" = "Zkuste to znovu";
"alert.new.sdk.user.title" = "Blahopřejeme";
"app_team" = "Tým {name}";
-"navbar.title.conversations" = "Konverzace s {name}";
+"navbar.title.conversations" = "Konverzace\ns {name}";
"actionsheet.cancel" = "Zrušit";
"navigation.close" = "Zavřít";
"message.send" = "Odeslat";
diff --git a/Intercom.framework/Intercom.bundle/locales/da.strings b/Intercom.framework/Intercom.bundle/locales/da.strings
index 5c3231b9..d8b6b3b3 100644
--- a/Intercom.framework/Intercom.bundle/locales/da.strings
+++ b/Intercom.framework/Intercom.bundle/locales/da.strings
@@ -21,7 +21,7 @@
"actionsheet.try.again" = "Prøv igen";
"alert.new.sdk.user.title" = "Tillykke";
"app_team" = "Team {name}";
-"navbar.title.conversations" = "Samtaler med {name}";
+"navbar.title.conversations" = "Samtaler\nmed {name}";
"actionsheet.cancel" = "Annuller";
"navigation.close" = "Luk";
"message.send" = "Send";
diff --git a/Intercom.framework/Intercom.bundle/locales/de-form.strings b/Intercom.framework/Intercom.bundle/locales/de-form.strings
index 3e4c2039..aef8f80f 100644
--- a/Intercom.framework/Intercom.bundle/locales/de-form.strings
+++ b/Intercom.framework/Intercom.bundle/locales/de-form.strings
@@ -21,7 +21,7 @@
"actionsheet.try.again" = "Versuchen Sie es noch mal.";
"alert.new.sdk.user.title" = "Herzlichen Glückwunsch";
"app_team" = "{name} Team";
-"navbar.title.conversations" = "Unterhaltungen mit {name}";
+"navbar.title.conversations" = "Unterhaltungen\nmit {name}";
"actionsheet.cancel" = "Abbrechen";
"navigation.close" = "Schließen";
"message.send" = "Senden";
diff --git a/Intercom.framework/Intercom.bundle/locales/de.strings b/Intercom.framework/Intercom.bundle/locales/de.strings
index da0e627a..219082ed 100644
--- a/Intercom.framework/Intercom.bundle/locales/de.strings
+++ b/Intercom.framework/Intercom.bundle/locales/de.strings
@@ -21,7 +21,7 @@
"actionsheet.try.again" = "Versuch es noch mal.";
"alert.new.sdk.user.title" = "Herzlichen Glückwunsch";
"app_team" = "{name} Team";
-"navbar.title.conversations" = "Unterhaltungen mit {name}";
+"navbar.title.conversations" = "Unterhaltungen\nmit {name}";
"actionsheet.cancel" = "Abbrechen";
"navigation.close" = "Schließen";
"message.send" = "Senden";
diff --git a/Intercom.framework/Intercom.bundle/locales/el.strings b/Intercom.framework/Intercom.bundle/locales/el.strings
index abb266cb..52b517c7 100644
--- a/Intercom.framework/Intercom.bundle/locales/el.strings
+++ b/Intercom.framework/Intercom.bundle/locales/el.strings
@@ -21,7 +21,7 @@
"actionsheet.try.again" = "Προσπαθήστε ξανά";
"alert.new.sdk.user.title" = "Συγχαρητήρια";
"app_team" = "Ομάδα {name}";
-"navbar.title.conversations" = "Συζητήσεις με {name}";
+"navbar.title.conversations" = "Συζητήσεις\nμε {name}";
"actionsheet.cancel" = "Ακύρωση";
"navigation.close" = "Κλείσιμο";
"message.send" = "Αποστολή";
diff --git a/Intercom.framework/Intercom.bundle/locales/en.strings b/Intercom.framework/Intercom.bundle/locales/en.strings
index 9b193a34..be38a826 100644
--- a/Intercom.framework/Intercom.bundle/locales/en.strings
+++ b/Intercom.framework/Intercom.bundle/locales/en.strings
@@ -21,7 +21,7 @@
"actionsheet.try.again" = "Try Again";
"alert.new.sdk.user.title" = "Congratulations";
"app_team" = "{name} Team";
-"navbar.title.conversations" = "Conversations with {name}";
+"navbar.title.conversations" = "Conversations\nwith {name}";
"actionsheet.cancel" = "Cancel";
"navigation.close" = "Close";
"message.send" = "Send";
diff --git a/Intercom.framework/Intercom.bundle/locales/es.strings b/Intercom.framework/Intercom.bundle/locales/es.strings
index 5a925e16..922ce4e4 100644
--- a/Intercom.framework/Intercom.bundle/locales/es.strings
+++ b/Intercom.framework/Intercom.bundle/locales/es.strings
@@ -21,7 +21,7 @@
"actionsheet.try.again" = "Inténtalo de nuevo";
"alert.new.sdk.user.title" = "Enhorabuena";
"app_team" = "Equipo {name}";
-"navbar.title.conversations" = "Conversaciones con {name}";
+"navbar.title.conversations" = "Conversaciones\ncon {name}";
"actionsheet.cancel" = "Cancelar";
"navigation.close" = "Cerrar";
"message.send" = "Enviar";
diff --git a/Intercom.framework/Intercom.bundle/locales/et.strings b/Intercom.framework/Intercom.bundle/locales/et.strings
index a83ccdbb..9ed2f745 100644
--- a/Intercom.framework/Intercom.bundle/locales/et.strings
+++ b/Intercom.framework/Intercom.bundle/locales/et.strings
@@ -21,7 +21,7 @@
"actionsheet.try.again" = "Proovi uuesti";
"alert.new.sdk.user.title" = "Õnnitleme";
"app_team" = "{name} meeskond";
-"navbar.title.conversations" = "Vestlused kasutajaga {name}";
+"navbar.title.conversations" = "Vestlused\nkasutajaga {name}";
"actionsheet.cancel" = "Tühista";
"navigation.close" = "Sule";
"message.send" = "Saada";
diff --git a/Intercom.framework/Intercom.bundle/locales/fi.strings b/Intercom.framework/Intercom.bundle/locales/fi.strings
index 9c094b04..ef8fa623 100644
--- a/Intercom.framework/Intercom.bundle/locales/fi.strings
+++ b/Intercom.framework/Intercom.bundle/locales/fi.strings
@@ -21,7 +21,7 @@
"actionsheet.try.again" = "Yritä uudelleen";
"alert.new.sdk.user.title" = "Onnittelut";
"app_team" = "{name}-tiimi";
-"navbar.title.conversations" = "Keskustelut – {name}";
+"navbar.title.conversations" = "Keskustelut\n{name}";
"actionsheet.cancel" = "Peruuta";
"navigation.close" = "Sulje";
"message.send" = "Lähetä";
diff --git a/Intercom.framework/Intercom.bundle/locales/fr.strings b/Intercom.framework/Intercom.bundle/locales/fr.strings
index 8db28d64..9915bdc4 100644
--- a/Intercom.framework/Intercom.bundle/locales/fr.strings
+++ b/Intercom.framework/Intercom.bundle/locales/fr.strings
@@ -21,7 +21,7 @@
"actionsheet.try.again" = "Réessayer";
"alert.new.sdk.user.title" = "Félicitations";
"app_team" = "{name}";
-"navbar.title.conversations" = "Conversations avec {name}";
+"navbar.title.conversations" = "Conversations\navec {name}";
"actionsheet.cancel" = "Annuler";
"navigation.close" = "Fermer";
"message.send" = "Envoyer";
diff --git a/Intercom.framework/Intercom.bundle/locales/he.strings b/Intercom.framework/Intercom.bundle/locales/he.strings
index 7467c47e..21393cbb 100644
--- a/Intercom.framework/Intercom.bundle/locales/he.strings
+++ b/Intercom.framework/Intercom.bundle/locales/he.strings
@@ -21,7 +21,7 @@
"actionsheet.try.again" = "נסה שוב";
"alert.new.sdk.user.title" = "ברכותינו";
"app_team" = "צוות {name}";
-"navbar.title.conversations" = "שיחות עם {name}";
+"navbar.title.conversations" = "שיחות\nעם {name}";
"actionsheet.cancel" = "בטל";
"navigation.close" = "סגור";
"message.send" = "שלח";
diff --git a/Intercom.framework/Intercom.bundle/locales/hr.strings b/Intercom.framework/Intercom.bundle/locales/hr.strings
index e012c150..949f4f3a 100644
--- a/Intercom.framework/Intercom.bundle/locales/hr.strings
+++ b/Intercom.framework/Intercom.bundle/locales/hr.strings
@@ -21,7 +21,7 @@
"actionsheet.try.again" = "Pokušaj ponovno";
"alert.new.sdk.user.title" = "Čestitke";
"app_team" = "tim {name}";
-"navbar.title.conversations" = "Razgovori s {name}";
+"navbar.title.conversations" = "Razgovori\ns {name}";
"actionsheet.cancel" = "Odustani";
"navigation.close" = "Zatvori";
"message.send" = "Pošalji";
diff --git a/Intercom.framework/Intercom.bundle/locales/hu.strings b/Intercom.framework/Intercom.bundle/locales/hu.strings
index 1c7bc803..2230e1e7 100644
--- a/Intercom.framework/Intercom.bundle/locales/hu.strings
+++ b/Intercom.framework/Intercom.bundle/locales/hu.strings
@@ -21,7 +21,7 @@
"actionsheet.try.again" = "Próbáld újra";
"alert.new.sdk.user.title" = "Gratulálunk";
"app_team" = "{name} csapat";
-"navbar.title.conversations" = "Beszélgetések ({name})";
+"navbar.title.conversations" = "Beszélgetések\n{name}";
"actionsheet.cancel" = "Mégse";
"navigation.close" = "Bezárás";
"message.send" = "Küldés";
diff --git a/Intercom.framework/Intercom.bundle/locales/id.strings b/Intercom.framework/Intercom.bundle/locales/id.strings
index 32c18238..f0feb4ac 100644
--- a/Intercom.framework/Intercom.bundle/locales/id.strings
+++ b/Intercom.framework/Intercom.bundle/locales/id.strings
@@ -21,7 +21,7 @@
"actionsheet.try.again" = "Coba Lagi";
"alert.new.sdk.user.title" = "Selamat";
"app_team" = "Tim {name}";
-"navbar.title.conversations" = "Percakapan dengan {name}";
+"navbar.title.conversations" = "Percakapan\ndengan {name}";
"actionsheet.cancel" = "Batal";
"navigation.close" = "Tutup";
"message.send" = "Kirim";
diff --git a/Intercom.framework/Intercom.bundle/locales/it.strings b/Intercom.framework/Intercom.bundle/locales/it.strings
index d797788b..df7f4965 100644
--- a/Intercom.framework/Intercom.bundle/locales/it.strings
+++ b/Intercom.framework/Intercom.bundle/locales/it.strings
@@ -21,7 +21,7 @@
"actionsheet.try.again" = "Riprova";
"alert.new.sdk.user.title" = "Congratulazioni";
"app_team" = "Team {name}";
-"navbar.title.conversations" = "Conversazioni con {name}";
+"navbar.title.conversations" = "Conversazioni\ncon {name}";
"actionsheet.cancel" = "Annulla";
"navigation.close" = "Chiudi";
"message.send" = "Invia";
diff --git a/Intercom.framework/Intercom.bundle/locales/ja.strings b/Intercom.framework/Intercom.bundle/locales/ja.strings
index a5f0f60a..c8ea91de 100644
--- a/Intercom.framework/Intercom.bundle/locales/ja.strings
+++ b/Intercom.framework/Intercom.bundle/locales/ja.strings
@@ -21,7 +21,7 @@
"actionsheet.try.again" = "再度お試しください";
"alert.new.sdk.user.title" = "おめでとうございます";
"app_team" = "{name}チーム";
-"navbar.title.conversations" = "{name}との会話";
+"navbar.title.conversations" = "{name}\nとの会話";
"actionsheet.cancel" = "キャンセル";
"navigation.close" = "クローズ";
"message.send" = "送信";
diff --git a/Intercom.framework/Intercom.bundle/locales/ko.strings b/Intercom.framework/Intercom.bundle/locales/ko.strings
index b5f33050..51b2cf80 100644
--- a/Intercom.framework/Intercom.bundle/locales/ko.strings
+++ b/Intercom.framework/Intercom.bundle/locales/ko.strings
@@ -21,7 +21,7 @@
"actionsheet.try.again" = "다시 시도하기";
"alert.new.sdk.user.title" = "축하드립니다";
"app_team" = "{name} 팀";
-"navbar.title.conversations" = "{name}님과의 대화 내용";
+"navbar.title.conversations" = "대화 내용\n{name}님";
"actionsheet.cancel" = "취소하기";
"navigation.close" = "닫기";
"message.send" = "전송하기";
diff --git a/Intercom.framework/Intercom.bundle/locales/lt.strings b/Intercom.framework/Intercom.bundle/locales/lt.strings
index 097bf16f..8548ae5a 100644
--- a/Intercom.framework/Intercom.bundle/locales/lt.strings
+++ b/Intercom.framework/Intercom.bundle/locales/lt.strings
@@ -21,7 +21,7 @@
"actionsheet.try.again" = "Bandyti dar kartą";
"alert.new.sdk.user.title" = "Sveikiname";
"app_team" = "„{name}“ komanda";
-"navbar.title.conversations" = "Pokalbiai su: „{name}“";
+"navbar.title.conversations" = "Pokalbiai\nsu „{name}“";
"actionsheet.cancel" = "Atšaukti";
"navigation.close" = "Uždaryti";
"message.send" = "Siųsti";
diff --git a/Intercom.framework/Intercom.bundle/locales/lv.strings b/Intercom.framework/Intercom.bundle/locales/lv.strings
index c699891b..552032d3 100644
--- a/Intercom.framework/Intercom.bundle/locales/lv.strings
+++ b/Intercom.framework/Intercom.bundle/locales/lv.strings
@@ -21,7 +21,7 @@
"actionsheet.try.again" = "Mēģiniet vēlreiz";
"alert.new.sdk.user.title" = "Apsveicam!";
"app_team" = "Komanda {name}";
-"navbar.title.conversations" = "Sarunas ar lietotāju {name}";
+"navbar.title.conversations" = "Sarunas\nar lietotāju {name}";
"actionsheet.cancel" = "Atcelt";
"navigation.close" = "Aizvērt";
"message.send" = "Sūtīt";
diff --git a/Intercom.framework/Intercom.bundle/locales/mn.strings b/Intercom.framework/Intercom.bundle/locales/mn.strings
index b12a97da..f227386f 100644
--- a/Intercom.framework/Intercom.bundle/locales/mn.strings
+++ b/Intercom.framework/Intercom.bundle/locales/mn.strings
@@ -21,7 +21,7 @@
"actionsheet.try.again" = "Дахин оролдох";
"alert.new.sdk.user.title" = "Баяр хүргэе";
"app_team" = "{name} баг";
-"navbar.title.conversations" = "{name}-тай хийсэн чат";
+"navbar.title.conversations" = "{name} тай\nхийсэн чат";
"actionsheet.cancel" = "Цуцлах";
"navigation.close" = "Хаах";
"message.send" = "Илгээх";
diff --git a/Intercom.framework/Intercom.bundle/locales/nb.strings b/Intercom.framework/Intercom.bundle/locales/nb.strings
index f6b4ad03..253e1127 100644
--- a/Intercom.framework/Intercom.bundle/locales/nb.strings
+++ b/Intercom.framework/Intercom.bundle/locales/nb.strings
@@ -21,7 +21,7 @@
"actionsheet.try.again" = "Prøv igjen";
"alert.new.sdk.user.title" = "Gratulerer";
"app_team" = "{name}-teamet";
-"navbar.title.conversations" = "Samtaler med {name}";
+"navbar.title.conversations" = "Samtaler\nmed {name}";
"actionsheet.cancel" = "Avbryt";
"navigation.close" = "Lukk";
"message.send" = "Send";
diff --git a/Intercom.framework/Intercom.bundle/locales/nl.strings b/Intercom.framework/Intercom.bundle/locales/nl.strings
index b13a9ccf..842a0f34 100644
--- a/Intercom.framework/Intercom.bundle/locales/nl.strings
+++ b/Intercom.framework/Intercom.bundle/locales/nl.strings
@@ -21,7 +21,7 @@
"actionsheet.try.again" = "Opnieuw proberen";
"alert.new.sdk.user.title" = "Gefeliciteerd";
"app_team" = "Team van {name}";
-"navbar.title.conversations" = "Gesprekken met {name}";
+"navbar.title.conversations" = "Gesprekken\nmet {name}";
"actionsheet.cancel" = "Annuleren";
"navigation.close" = "Sluiten";
"message.send" = "Versturen";
diff --git a/Intercom.framework/Intercom.bundle/locales/pl.strings b/Intercom.framework/Intercom.bundle/locales/pl.strings
index 8480141a..e981e58e 100644
--- a/Intercom.framework/Intercom.bundle/locales/pl.strings
+++ b/Intercom.framework/Intercom.bundle/locales/pl.strings
@@ -21,7 +21,7 @@
"actionsheet.try.again" = "Spróbuj ponownie";
"alert.new.sdk.user.title" = "Gratulacje";
"app_team" = "Zespół {name}";
-"navbar.title.conversations" = "Rozmowy z {name}";
+"navbar.title.conversations" = "Rozmowy\nz {name}";
"actionsheet.cancel" = "Anuluj";
"navigation.close" = "Zamknij";
"message.send" = "Wyślij";
diff --git a/Intercom.framework/Intercom.bundle/locales/pt-br.strings b/Intercom.framework/Intercom.bundle/locales/pt-br.strings
index 794e3c86..fd223089 100644
--- a/Intercom.framework/Intercom.bundle/locales/pt-br.strings
+++ b/Intercom.framework/Intercom.bundle/locales/pt-br.strings
@@ -21,7 +21,7 @@
"actionsheet.try.again" = "Repetir";
"alert.new.sdk.user.title" = "Parabéns";
"app_team" = "Equipe {name}";
-"navbar.title.conversations" = "Conversas com {name}";
+"navbar.title.conversations" = "Conversas\ncom {name}";
"actionsheet.cancel" = "Cancelar";
"navigation.close" = "Fechar";
"message.send" = "Enviar";
diff --git a/Intercom.framework/Intercom.bundle/locales/pt-pt.strings b/Intercom.framework/Intercom.bundle/locales/pt-pt.strings
index 0935c845..9906f325 100644
--- a/Intercom.framework/Intercom.bundle/locales/pt-pt.strings
+++ b/Intercom.framework/Intercom.bundle/locales/pt-pt.strings
@@ -21,7 +21,7 @@
"actionsheet.try.again" = "Repetir";
"alert.new.sdk.user.title" = "Parabéns";
"app_team" = "Equipa {name}";
-"navbar.title.conversations" = "Conversas com {name}";
+"navbar.title.conversations" = "Conversas\ncom {name}";
"actionsheet.cancel" = "Cancelar";
"navigation.close" = "Fechar";
"message.send" = "Enviar";
diff --git a/Intercom.framework/Intercom.bundle/locales/ro.strings b/Intercom.framework/Intercom.bundle/locales/ro.strings
index b492340a..0f148be8 100644
--- a/Intercom.framework/Intercom.bundle/locales/ro.strings
+++ b/Intercom.framework/Intercom.bundle/locales/ro.strings
@@ -21,7 +21,7 @@
"actionsheet.try.again" = "Încearcă din nou";
"alert.new.sdk.user.title" = "Felicitări";
"app_team" = "Echipa {name}";
-"navbar.title.conversations" = "Conversaţii cu {name}";
+"navbar.title.conversations" = "Conversaţii\ncu {name}";
"actionsheet.cancel" = "Anulare";
"navigation.close" = "Închidere";
"message.send" = "Trimite";
diff --git a/Intercom.framework/Intercom.bundle/locales/ru.strings b/Intercom.framework/Intercom.bundle/locales/ru.strings
index ceaa897e..d85c465d 100644
--- a/Intercom.framework/Intercom.bundle/locales/ru.strings
+++ b/Intercom.framework/Intercom.bundle/locales/ru.strings
@@ -21,7 +21,7 @@
"actionsheet.try.again" = "Повторить попытку";
"alert.new.sdk.user.title" = "Поздравляем!";
"app_team" = "Команда {name}";
-"navbar.title.conversations" = "Разговоры с {name}";
+"navbar.title.conversations" = "Разговоры\nс {name}";
"actionsheet.cancel" = "Отменить";
"navigation.close" = "Закрыть";
"message.send" = "Отправить";
diff --git a/Intercom.framework/Intercom.bundle/locales/sl.strings b/Intercom.framework/Intercom.bundle/locales/sl.strings
index 583df9c5..9d8d01d9 100644
--- a/Intercom.framework/Intercom.bundle/locales/sl.strings
+++ b/Intercom.framework/Intercom.bundle/locales/sl.strings
@@ -21,7 +21,7 @@
"actionsheet.try.again" = "Poskusi znova";
"alert.new.sdk.user.title" = "Čestitamo";
"app_team" = "Ekipa {name}";
-"navbar.title.conversations" = "Pogovori z osebo {name}";
+"navbar.title.conversations" = "Pogovori\nz osebo {name}";
"actionsheet.cancel" = "Prekliči";
"navigation.close" = "Zapri";
"message.send" = "Pošlji";
diff --git a/Intercom.framework/Intercom.bundle/locales/sr.strings b/Intercom.framework/Intercom.bundle/locales/sr.strings
index 4f36b880..5a08ca24 100644
--- a/Intercom.framework/Intercom.bundle/locales/sr.strings
+++ b/Intercom.framework/Intercom.bundle/locales/sr.strings
@@ -21,7 +21,7 @@
"actionsheet.try.again" = "Pokušajte ponovo";
"alert.new.sdk.user.title" = "Čestitamo";
"app_team" = "{name} Tim";
-"navbar.title.conversations" = "Razgovori sa {name}";
+"navbar.title.conversations" = "Razgovori\nsa {name}";
"actionsheet.cancel" = "Otkaži";
"navigation.close" = "Zatvori";
"message.send" = "Pošalji";
diff --git a/Intercom.framework/Intercom.bundle/locales/sv.strings b/Intercom.framework/Intercom.bundle/locales/sv.strings
index ec8e2569..5ca69a46 100644
--- a/Intercom.framework/Intercom.bundle/locales/sv.strings
+++ b/Intercom.framework/Intercom.bundle/locales/sv.strings
@@ -21,7 +21,7 @@
"actionsheet.try.again" = "Försök igen";
"alert.new.sdk.user.title" = "Grattis";
"app_team" = "{name}-team";
-"navbar.title.conversations" = "Konversationer med {name}";
+"navbar.title.conversations" = "Konversationer\nmed {name}";
"actionsheet.cancel" = "Avbryt";
"navigation.close" = "Stäng";
"message.send" = "Skicka";
diff --git a/Intercom.framework/Intercom.bundle/locales/tr.strings b/Intercom.framework/Intercom.bundle/locales/tr.strings
index b263949c..62fa00d0 100644
--- a/Intercom.framework/Intercom.bundle/locales/tr.strings
+++ b/Intercom.framework/Intercom.bundle/locales/tr.strings
@@ -21,7 +21,7 @@
"actionsheet.try.again" = "Tekrar Dene";
"alert.new.sdk.user.title" = "Tebrikler";
"app_team" = "{name} Ekibi";
-"navbar.title.conversations" = "{name} ile sohbetler";
+"navbar.title.conversations" = "{name} ile\nsohbetler";
"actionsheet.cancel" = "İptal";
"navigation.close" = "Kapat";
"message.send" = "Gönder";
diff --git a/Intercom.framework/Intercom.bundle/locales/vi.strings b/Intercom.framework/Intercom.bundle/locales/vi.strings
index 27a47768..e206e158 100644
--- a/Intercom.framework/Intercom.bundle/locales/vi.strings
+++ b/Intercom.framework/Intercom.bundle/locales/vi.strings
@@ -21,7 +21,7 @@
"actionsheet.try.again" = "Thử lại";
"alert.new.sdk.user.title" = "Xin chúc mừng";
"app_team" = "Nhóm {name}";
-"navbar.title.conversations" = "Hội thoại với {name}";
+"navbar.title.conversations" = "Hội thoại\nvới {name}";
"actionsheet.cancel" = "Hủy";
"navigation.close" = "Đóng";
"message.send" = "Gửi";
diff --git a/Intercom.framework/Intercom.bundle/locales/zh-hans.strings b/Intercom.framework/Intercom.bundle/locales/zh-hans.strings
index 2b411dd9..ccba51bd 100644
--- a/Intercom.framework/Intercom.bundle/locales/zh-hans.strings
+++ b/Intercom.framework/Intercom.bundle/locales/zh-hans.strings
@@ -21,7 +21,7 @@
"actionsheet.try.again" = "重试";
"alert.new.sdk.user.title" = "恭喜您";
"app_team" = "{name} 团队";
-"navbar.title.conversations" = "与 {name} 对话";
+"navbar.title.conversations" = "对话\n{name}";
"actionsheet.cancel" = "取消";
"navigation.close" = "关闭";
"message.send" = "发送";
diff --git a/Intercom.framework/Intercom.bundle/locales/zh-hant.strings b/Intercom.framework/Intercom.bundle/locales/zh-hant.strings
index 11d49af8..d1926b4d 100644
--- a/Intercom.framework/Intercom.bundle/locales/zh-hant.strings
+++ b/Intercom.framework/Intercom.bundle/locales/zh-hant.strings
@@ -21,7 +21,7 @@
"actionsheet.try.again" = "再試一次";
"alert.new.sdk.user.title" = "恭喜您";
"app_team" = "{name} 團隊";
-"navbar.title.conversations" = "與 {name} 的對話";
+"navbar.title.conversations" = "對話\n{name}";
"actionsheet.cancel" = "取消";
"navigation.close" = "關閉";
"message.send" = "傳送";
diff --git a/Intercom.framework/_CodeSignature/CodeResources b/Intercom.framework/_CodeSignature/CodeResources
deleted file mode 100644
index 60ea03ab..00000000
--- a/Intercom.framework/_CodeSignature/CodeResources
+++ /dev/null
@@ -1,1476 +0,0 @@
-
-
-
-
- files
-
- Headers/Intercom.h
-
- ID3mAhwnh6sTLYYceYrK/gQC92c=
-
- Info.plist
-
- dIQzlh1+/elxbtD1FpLZqbseYPE=
-
- Intercom.bundle/certs/intercom.icmcer
-
- tfJZEo9EaYoSzX/wLjDok04Kn18=
-
- Intercom.bundle/images/back.png
-
- BOBCv+THL2DzkwQA96GhCvjusxI=
-
- Intercom.bundle/images/back@2x.png
-
- xWCNxfY9sy9DqqCs5mkwVWtigDE=
-
- Intercom.bundle/images/back@3x.png
-
- UOE9mIDVw3ZGBj9RIBdSWdofcAo=
-
- Intercom.bundle/images/chat_bubble.png
-
- cose6R8QZ73NybnulN/9Um5L1LI=
-
- Intercom.bundle/images/chat_bubble@2x.png
-
- YuNKf6t4MpkMPbkzBj8QZlUIvrE=
-
- Intercom.bundle/images/chat_bubble@3x.png
-
- Mrc87VDTTae6cDhQ/dVTZjFEduw=
-
- Intercom.bundle/images/close.png
-
- pE4dim623rsFTcOq3UZ7ImLfqhw=
-
- Intercom.bundle/images/close@2x.png
-
- Yt+aGbkZlPNdOEXuumQ6GmXBbAs=
-
- Intercom.bundle/images/close@3x.png
-
- aj4/HOhjnSmRngQlMGE9zZj/lb0=
-
- Intercom.bundle/images/close_intercom.png
-
- 3X6Xhd1xbFgNYMz6l3oOHK9dDhk=
-
- Intercom.bundle/images/close_intercom@2x.png
-
- AOJwp641nNBKigMrVHs1vomngTA=
-
- Intercom.bundle/images/close_intercom@3x.png
-
- J8+gaT69G5DgpULcm18kSlJ9nQ0=
-
- Intercom.bundle/images/close_note.png
-
- VJZk9ARMj3mBd2bMLz6LBTuaV8I=
-
- Intercom.bundle/images/close_note@2x.png
-
- YfNKWLPMJfyLrDPz9gOme3fVR3o=
-
- Intercom.bundle/images/close_note@3x.png
-
- VDsrbwpL0cRBxsPZgRTn4M7eKFU=
-
- Intercom.bundle/images/close_post.png
-
- ogwfk0OFJJfdWNq1h4eq8hzTfrI=
-
- Intercom.bundle/images/close_post@2x.png
-
- MkRTekv1xCZjs6B8MA9kqR4dtmY=
-
- Intercom.bundle/images/close_post@3x.png
-
- 73vicoCGoZ1d6R5ZiEYR1Ldjaf0=
-
- Intercom.bundle/images/intercom_logo.png
-
- uAlTlZVUJT8Mfp3v+iSy5YxgHBc=
-
- Intercom.bundle/images/intercom_logo@2x.png
-
- IzOfXg/gCEzB/bh77hyvoweN6xA=
-
- Intercom.bundle/images/intercom_logo@3x.png
-
- tYpSmVelVi+vn1JzhKDIj02coFw=
-
- Intercom.bundle/images/launcher.png
-
- EpoVXdWVozTg7Mrwa5kQ83dIze8=
-
- Intercom.bundle/images/launcher@2x.png
-
- NcSqlWdjqoDN6s/JriKNEpmWMKk=
-
- Intercom.bundle/images/launcher@3x.png
-
- Q8vSQ2pdp1ITLalZJAXVDSxn60k=
-
- Intercom.bundle/images/linkedin.png
-
- Csz0GMXl6L86K7oxdlMEpePLRjE=
-
- Intercom.bundle/images/linkedin@2x.png
-
- iKtzo+XpoWwStPPfRbYvL0YG0+g=
-
- Intercom.bundle/images/linkedin@3x.png
-
- ekEI3jwkCiRRTdA/5U2NlIOFmO8=
-
- Intercom.bundle/images/message_failed.png
-
- azBt20/t0z1AZmAiwdI0VdRVfJk=
-
- Intercom.bundle/images/message_failed@2x.png
-
- hsU2Xx67+fGMO36jjABUWAx1H0Y=
-
- Intercom.bundle/images/message_failed@3x.png
-
- R4VrYx08/BI4h8JSpe1aay/mi5I=
-
- Intercom.bundle/images/open_post_from_card.png
-
- MXBhUYNnQ2FIlrH33ElX2O0SJwE=
-
- Intercom.bundle/images/open_post_from_card@2x.png
-
- L574wvtGGHqP9lx6YsL5I4+RB2w=
-
- Intercom.bundle/images/open_post_from_card@3x.png
-
- W935cNWR9u9n/iTRaCGqp2XeWnc=
-
- Intercom.bundle/images/spinner.png
-
- 5fOz/8RL5EcY6lWjzhHTIy/7I5o=
-
- Intercom.bundle/images/spinner@2x.png
-
- K4gmNc4kwqdX7svaB4rDmfKU/A0=
-
- Intercom.bundle/images/spinner@3x.png
-
- 7eopeI4Cx53VSMc2JGqEpRP1YR0=
-
- Intercom.bundle/images/twitter.png
-
- xcNUNH1NZf2uzMaT+tk5dV3knsY=
-
- Intercom.bundle/images/twitter@2x.png
-
- g2CyQ02u/G0uRZlU4lIeIl+FPGk=
-
- Intercom.bundle/images/twitter@3x.png
-
- dM5NiqH4nN9ubL4PzwoGBWUQ7bI=
-
- Intercom.bundle/images/upload_icon.png
-
- d4tI19Gp0KlKLkT2y3WMN9skarU=
-
- Intercom.bundle/images/upload_icon@2x.png
-
- 6ODr6HwR/UG9liXa48UYaaI8loI=
-
- Intercom.bundle/images/upload_icon@3x.png
-
- m8xmpnV6Q3huy48Sl3R/54qnYA0=
-
- Intercom.bundle/images/user_participated.png
-
- WWRSIHHUU1+Ks3ga+JjHGDneF+E=
-
- Intercom.bundle/images/user_participated@2x.png
-
- h3/mHahkssibhtJjjUbEyfwHKn4=
-
- Intercom.bundle/images/user_participated@3x.png
-
- w6v/hD6KxJX3voLygqdVwvpZFHI=
-
- Intercom.bundle/locales/ar.strings
-
- JnoLbT1q6OIek4JkwuYV6jMIeTQ=
-
- Intercom.bundle/locales/bg.strings
-
- Rlhx30Wqx1W12CvuNB0kdn91tl8=
-
- Intercom.bundle/locales/bs.strings
-
- zYahtDqmcmHNDYJAW39U6Ra+mCw=
-
- Intercom.bundle/locales/ca.strings
-
- PUR/zaKEvTBmtAQAK/UyBVl414c=
-
- Intercom.bundle/locales/cs.strings
-
- Jm62lu79lS6qQ/l0/mg9VCx8T4E=
-
- Intercom.bundle/locales/da.strings
-
- US4LYYfCFFFPhokqdyoht5lU77o=
-
- Intercom.bundle/locales/de-form.strings
-
- b778P2na4valmmyCKUZcgxUwm9c=
-
- Intercom.bundle/locales/de.strings
-
- qLhBgua0LGR6ZmsaTZfiyG8APr8=
-
- Intercom.bundle/locales/el.strings
-
- cnE4RWg91kAb/HC7SQHcO7ETQ5E=
-
- Intercom.bundle/locales/en.strings
-
- 51y2LBC1hFAj/2FIPkaa47OHUG4=
-
- Intercom.bundle/locales/es.strings
-
- yxfF4XdaP0CZstQq08XBiz9ChS8=
-
- Intercom.bundle/locales/et.strings
-
- hKNJhuwGD3s7oaiuyeuP/6RlcDQ=
-
- Intercom.bundle/locales/fi.strings
-
- ec6fuHMdgZU09UcxldOLfIWlruQ=
-
- Intercom.bundle/locales/fr.strings
-
- CMjrR+U81iNfg9XnEks9mp62VQs=
-
- Intercom.bundle/locales/he.strings
-
- Z0M8G2/BMKjnI+NlVAOw7do2VJI=
-
- Intercom.bundle/locales/hr.strings
-
- INBeJMVCHSLNpuNBMYJok893TFU=
-
- Intercom.bundle/locales/hu.strings
-
- X+C+h+GWWZVX07BE8+xy7WAFpEI=
-
- Intercom.bundle/locales/id.strings
-
- 5rTDZLOQz1hFbfW3mJaJjAODBW0=
-
- Intercom.bundle/locales/it.strings
-
- GcRXRxPqhdJmakGozx83wiCoqBs=
-
- Intercom.bundle/locales/ja.strings
-
- 776EE0uO4McJBu3FqZf9y7AYheo=
-
- Intercom.bundle/locales/ko.strings
-
- JdvJJXXrO91Ca92/W5vnAp9QqCg=
-
- Intercom.bundle/locales/lt.strings
-
- vRpEPYkrDrmmPzOqGy4pmBV1liY=
-
- Intercom.bundle/locales/lv.strings
-
- RFK6uzbF6numLG7px5y8mm0akBc=
-
- Intercom.bundle/locales/mn.strings
-
- FW2vSaok2O2TMUKj3T/4opJ6qD4=
-
- Intercom.bundle/locales/nb.strings
-
- c7psRJw5dILzHJwv7QcXLQ6TaUA=
-
- Intercom.bundle/locales/nl.strings
-
- Ih1Xq/Cqd+dNiKiky1jdfovvrJw=
-
- Intercom.bundle/locales/pl.strings
-
- rIL0gcmMBxRBu92y4k3/F/Qx8+I=
-
- Intercom.bundle/locales/pt-br.strings
-
- Ks7zii0SfJnOJqaSpKvL9ZMKsIM=
-
- Intercom.bundle/locales/pt-pt.strings
-
- +eCsA1ahFc+RTmayLvkatlzvng4=
-
- Intercom.bundle/locales/ro.strings
-
- kYLzY83amxwkUakEbR/77kLVov4=
-
- Intercom.bundle/locales/ru.strings
-
- W0BqDCbf3XNogaH0H0NTQ3dm7WI=
-
- Intercom.bundle/locales/sl.strings
-
- fZXJdb9SfhCKyAwsHlI8emJFQuM=
-
- Intercom.bundle/locales/sr.strings
-
- ziLGVveChwpnrSN9fcys5Ae2HSM=
-
- Intercom.bundle/locales/sv.strings
-
- Hj4jHbcpgu8/5Ls+EzdczwBsPbE=
-
- Intercom.bundle/locales/tr.strings
-
- VAOAHf7NunnGU7iqfv7F59iBAvE=
-
- Intercom.bundle/locales/vi.strings
-
- qBQXpYnYgTBGC7EEL7RLdXorG3U=
-
- Intercom.bundle/locales/zh-hans.strings
-
- 9/7aXq0DUavCYAW8PU/E2t1Vo0c=
-
- Intercom.bundle/locales/zh-hant.strings
-
- WhC3Si3XtpYPqIvXQPdbPxp0mhQ=
-
- Intercom.bundle/sound/admin_reply_delivered.caf
-
- /QX2/STg4IkmfkitDw9sAL4UTwg=
-
- Intercom.bundle/sound/message_delivered.caf
-
- UecfM/ZjfnFfHgbyLWrkl68ICOQ=
-
- Intercom.bundle/sound/message_failed.caf
-
- 6zptEPu82MoaztSh/ofrVCGT8uA=
-
- Intercom.bundle/sound/message_sending.caf
-
- SGD5NEk58r5N5v/xaM7brmP6oMo=
-
- Modules/module.modulemap
-
- jak3DWVUfMcXlAofL8E0VyEuzL4=
-
- strip-frameworks.sh
-
- bENFeKfMHTdHyWS5AygjhdAo44Q=
-
-
- files2
-
- Headers/Intercom.h
-
- hash
-
- ID3mAhwnh6sTLYYceYrK/gQC92c=
-
- hash2
-
- 7xq6QFMz504K8MyliKTAjp/zxOniJ/Sv5FiSHKRJAbw=
-
-
- Intercom.bundle/certs/intercom.icmcer
-
- hash
-
- tfJZEo9EaYoSzX/wLjDok04Kn18=
-
- hash2
-
- h//tN4fWGnLo9MSwe5qZ2TCet67wtchEMBBd0vkFOUg=
-
-
- Intercom.bundle/images/back.png
-
- hash
-
- BOBCv+THL2DzkwQA96GhCvjusxI=
-
- hash2
-
- E76DJ1OG35qkhAWyvaD0gDx1XJdVdNsIN0oLIn5AExA=
-
-
- Intercom.bundle/images/back@2x.png
-
- hash
-
- xWCNxfY9sy9DqqCs5mkwVWtigDE=
-
- hash2
-
- bWiDgePXMniRVs0b6BnxQKUhvQONntG+Uh1lWGjgnLo=
-
-
- Intercom.bundle/images/back@3x.png
-
- hash
-
- UOE9mIDVw3ZGBj9RIBdSWdofcAo=
-
- hash2
-
- nZC/VM5vxi+I8oXHduMu55s9dDV8r/fOPTHThHMa8Nk=
-
-
- Intercom.bundle/images/chat_bubble.png
-
- hash
-
- cose6R8QZ73NybnulN/9Um5L1LI=
-
- hash2
-
- q1A39y/6jALaDKqaA7X0rbrZNtMgUE/YnyqUPKLOvYM=
-
-
- Intercom.bundle/images/chat_bubble@2x.png
-
- hash
-
- YuNKf6t4MpkMPbkzBj8QZlUIvrE=
-
- hash2
-
- eNaoxvS2v3i6VDmITXyehEanZ+pTKLjbukKyWNihi0I=
-
-
- Intercom.bundle/images/chat_bubble@3x.png
-
- hash
-
- Mrc87VDTTae6cDhQ/dVTZjFEduw=
-
- hash2
-
- 4gTy5rdI/2q6vxPlXOTnqb/CD1okazhQgQE0kRAlxgI=
-
-
- Intercom.bundle/images/close.png
-
- hash
-
- pE4dim623rsFTcOq3UZ7ImLfqhw=
-
- hash2
-
- uG8pWt0U5A0FOZTZEntejEV3XTcn2KwWzARhaiQmBWk=
-
-
- Intercom.bundle/images/close@2x.png
-
- hash
-
- Yt+aGbkZlPNdOEXuumQ6GmXBbAs=
-
- hash2
-
- Cfz3s4suAxAoaHxTeaAivByWCu19/mM7j7ruqgYUykg=
-
-
- Intercom.bundle/images/close@3x.png
-
- hash
-
- aj4/HOhjnSmRngQlMGE9zZj/lb0=
-
- hash2
-
- +HadcGl4QkIRjykBcU3tJiFZWez9QYPbJSC8+Z70cWA=
-
-
- Intercom.bundle/images/close_intercom.png
-
- hash
-
- 3X6Xhd1xbFgNYMz6l3oOHK9dDhk=
-
- hash2
-
- lH8Bnri8J3mjAXWBBKrLu/s/Ip/+vIuJ0uQejQ061cQ=
-
-
- Intercom.bundle/images/close_intercom@2x.png
-
- hash
-
- AOJwp641nNBKigMrVHs1vomngTA=
-
- hash2
-
- MX/1clOerI+l6feDKLrSvnNkcfMnD5YNL784eQCy9SI=
-
-
- Intercom.bundle/images/close_intercom@3x.png
-
- hash
-
- J8+gaT69G5DgpULcm18kSlJ9nQ0=
-
- hash2
-
- uXhlvBkJYfCt9THx5Eno+sKh4FGpMenHgvfLzqKc5Vk=
-
-
- Intercom.bundle/images/close_note.png
-
- hash
-
- VJZk9ARMj3mBd2bMLz6LBTuaV8I=
-
- hash2
-
- JyRUoTsRJ4GFZsJUvlboK3pwjBWqh+b8p6uGFovzywg=
-
-
- Intercom.bundle/images/close_note@2x.png
-
- hash
-
- YfNKWLPMJfyLrDPz9gOme3fVR3o=
-
- hash2
-
- q3HYPxhoq05EfYxC32yAnTqn7GNgVvfdDb7D9laxLp4=
-
-
- Intercom.bundle/images/close_note@3x.png
-
- hash
-
- VDsrbwpL0cRBxsPZgRTn4M7eKFU=
-
- hash2
-
- 8aJH2OEpt5I58cxaQREKzKtq6HNZvNT6k5aN8T8tYkg=
-
-
- Intercom.bundle/images/close_post.png
-
- hash
-
- ogwfk0OFJJfdWNq1h4eq8hzTfrI=
-
- hash2
-
- bqKHbp/D7taUd5cNzqK03GznTey39RWlsnZSNfqaino=
-
-
- Intercom.bundle/images/close_post@2x.png
-
- hash
-
- MkRTekv1xCZjs6B8MA9kqR4dtmY=
-
- hash2
-
- 1w/R54KNqStgvLpZRw/zx02TFS/5wMyfKw2/K81zMVc=
-
-
- Intercom.bundle/images/close_post@3x.png
-
- hash
-
- 73vicoCGoZ1d6R5ZiEYR1Ldjaf0=
-
- hash2
-
- kTYYb+l6DR7s7IoxSplNuA2gosFAwqFDb1fM+djUYVo=
-
-
- Intercom.bundle/images/intercom_logo.png
-
- hash
-
- uAlTlZVUJT8Mfp3v+iSy5YxgHBc=
-
- hash2
-
- 0y4AqR6yr3zusl3Lmxc7SzpBuha9ULQcozsBYP9W0/g=
-
-
- Intercom.bundle/images/intercom_logo@2x.png
-
- hash
-
- IzOfXg/gCEzB/bh77hyvoweN6xA=
-
- hash2
-
- LSARsgijvp8fN+OT1NNsJ45jRsjniyKdGzZiohJiNeo=
-
-
- Intercom.bundle/images/intercom_logo@3x.png
-
- hash
-
- tYpSmVelVi+vn1JzhKDIj02coFw=
-
- hash2
-
- 8li8AfXdcg5U18a5JK+xrGFMDuWHBlCzgI3bkEYWoBQ=
-
-
- Intercom.bundle/images/launcher.png
-
- hash
-
- EpoVXdWVozTg7Mrwa5kQ83dIze8=
-
- hash2
-
- fFUApPazbzCiRV6kEre2oTQAl/lPFtWLmlblqe+dzSA=
-
-
- Intercom.bundle/images/launcher@2x.png
-
- hash
-
- NcSqlWdjqoDN6s/JriKNEpmWMKk=
-
- hash2
-
- KNmtkkzWyE9sdCMIx9m6SQI9whnfjfj/XsVvJGyay/I=
-
-
- Intercom.bundle/images/launcher@3x.png
-
- hash
-
- Q8vSQ2pdp1ITLalZJAXVDSxn60k=
-
- hash2
-
- qUo6+T6awzRC9ssZH8tRhqwzSqmKV9NSWAe4ocv0YaY=
-
-
- Intercom.bundle/images/linkedin.png
-
- hash
-
- Csz0GMXl6L86K7oxdlMEpePLRjE=
-
- hash2
-
- ILeoM2wTCfxoZz+rRfF7jSeumm6YKoOZSCMUDMQGllw=
-
-
- Intercom.bundle/images/linkedin@2x.png
-
- hash
-
- iKtzo+XpoWwStPPfRbYvL0YG0+g=
-
- hash2
-
- ddh9MkNxm6Ya2QuVzZ0bLW69UfImVJBIcVVzr5DsMms=
-
-
- Intercom.bundle/images/linkedin@3x.png
-
- hash
-
- ekEI3jwkCiRRTdA/5U2NlIOFmO8=
-
- hash2
-
- sSI89ioPRu82uhVEaS5jHmJTN5q1LVYjy4NzaF5j0Bo=
-
-
- Intercom.bundle/images/message_failed.png
-
- hash
-
- azBt20/t0z1AZmAiwdI0VdRVfJk=
-
- hash2
-
- p5QusUj3kM9asc2PgcqX5ECfalynb74XUhvp6SBRGag=
-
-
- Intercom.bundle/images/message_failed@2x.png
-
- hash
-
- hsU2Xx67+fGMO36jjABUWAx1H0Y=
-
- hash2
-
- uB71WWj/xQdCDOlG2ksHDDYKkB+0xpZ/Q2UdJ3NxBNA=
-
-
- Intercom.bundle/images/message_failed@3x.png
-
- hash
-
- R4VrYx08/BI4h8JSpe1aay/mi5I=
-
- hash2
-
- Pkvvu6nwQorjwG23gm/7qoK/OekYIDPjDF5MfZ0UERE=
-
-
- Intercom.bundle/images/open_post_from_card.png
-
- hash
-
- MXBhUYNnQ2FIlrH33ElX2O0SJwE=
-
- hash2
-
- NlBK29J2kldOD2ankCsIaHatStbke9PYDJRy5NxRbUg=
-
-
- Intercom.bundle/images/open_post_from_card@2x.png
-
- hash
-
- L574wvtGGHqP9lx6YsL5I4+RB2w=
-
- hash2
-
- Ru9TcvayeEwEHPxduuabMNzWuT97qr6p3wN+xsapBpg=
-
-
- Intercom.bundle/images/open_post_from_card@3x.png
-
- hash
-
- W935cNWR9u9n/iTRaCGqp2XeWnc=
-
- hash2
-
- 4SQManLDBjZwGME0siadZmglPS5ybGDUdCARxbE4x+E=
-
-
- Intercom.bundle/images/spinner.png
-
- hash
-
- 5fOz/8RL5EcY6lWjzhHTIy/7I5o=
-
- hash2
-
- nmWv2mBka8+mdxsccoGEMdJlzpyEoYmiE0FpJUboHxI=
-
-
- Intercom.bundle/images/spinner@2x.png
-
- hash
-
- K4gmNc4kwqdX7svaB4rDmfKU/A0=
-
- hash2
-
- I+5SUzQf4rDs4grJPD+E9Q1fK3zcSQrV79iymPPxj6A=
-
-
- Intercom.bundle/images/spinner@3x.png
-
- hash
-
- 7eopeI4Cx53VSMc2JGqEpRP1YR0=
-
- hash2
-
- Vaqb+iym0egfeC3qBvPqoTqBmWaiIVf183mLJM3NMMM=
-
-
- Intercom.bundle/images/twitter.png
-
- hash
-
- xcNUNH1NZf2uzMaT+tk5dV3knsY=
-
- hash2
-
- OALq1H0UjPGG8L/oWWG+PQxaSdOqzXtkLsBWE4+3iwU=
-
-
- Intercom.bundle/images/twitter@2x.png
-
- hash
-
- g2CyQ02u/G0uRZlU4lIeIl+FPGk=
-
- hash2
-
- cGp7plOLqtvlTo8MYRCPF4w0HkwDJ2CkhcwPSjtzYIA=
-
-
- Intercom.bundle/images/twitter@3x.png
-
- hash
-
- dM5NiqH4nN9ubL4PzwoGBWUQ7bI=
-
- hash2
-
- 27TBixmgrN2136Ysk+0xV4Z34EY7tr+5xv4z70yRwTk=
-
-
- Intercom.bundle/images/upload_icon.png
-
- hash
-
- d4tI19Gp0KlKLkT2y3WMN9skarU=
-
- hash2
-
- FBOnVTxd0JBPGII+I86+0aIy/PqipKkJeuonfCgx8Ww=
-
-
- Intercom.bundle/images/upload_icon@2x.png
-
- hash
-
- 6ODr6HwR/UG9liXa48UYaaI8loI=
-
- hash2
-
- bpjhnN/0pvG5duUow6E96RUv0bSApR9PeyLjYuG9SVA=
-
-
- Intercom.bundle/images/upload_icon@3x.png
-
- hash
-
- m8xmpnV6Q3huy48Sl3R/54qnYA0=
-
- hash2
-
- nEQEIoR7/GDwdfVk0iX7+aEFtviHR5cKYC0h4SZ0KRA=
-
-
- Intercom.bundle/images/user_participated.png
-
- hash
-
- WWRSIHHUU1+Ks3ga+JjHGDneF+E=
-
- hash2
-
- AnFGcr2OwUrzHUSFldiGAliF3Ouy2mNbZjsQHEK/aas=
-
-
- Intercom.bundle/images/user_participated@2x.png
-
- hash
-
- h3/mHahkssibhtJjjUbEyfwHKn4=
-
- hash2
-
- sDbatbw+ZhRcCRDU9+ZoBA7WRj3tCCaykEBzOMzXJ0A=
-
-
- Intercom.bundle/images/user_participated@3x.png
-
- hash
-
- w6v/hD6KxJX3voLygqdVwvpZFHI=
-
- hash2
-
- ryTNdfSkpphTUDONgPVtVVnP18pveLhTlcvAaeIwIe8=
-
-
- Intercom.bundle/locales/ar.strings
-
- hash
-
- JnoLbT1q6OIek4JkwuYV6jMIeTQ=
-
- hash2
-
- QAX5MOCG+OE7UlokBCNIp4bIgLJrpq32cZ+WG5J7D3U=
-
-
- Intercom.bundle/locales/bg.strings
-
- hash
-
- Rlhx30Wqx1W12CvuNB0kdn91tl8=
-
- hash2
-
- +WK+Z4OSNBRBQ05fPT3DIi8d4OSWTTZ/KlE/pZ91OKs=
-
-
- Intercom.bundle/locales/bs.strings
-
- hash
-
- zYahtDqmcmHNDYJAW39U6Ra+mCw=
-
- hash2
-
- MB6MVtYWTuIgXPcy5dhCjk/TTXmEeR21YhTyPeourZM=
-
-
- Intercom.bundle/locales/ca.strings
-
- hash
-
- PUR/zaKEvTBmtAQAK/UyBVl414c=
-
- hash2
-
- hVL3Q808oQJWMwHOE/OdCAfyYUHY6larTfaVrn8NfDg=
-
-
- Intercom.bundle/locales/cs.strings
-
- hash
-
- Jm62lu79lS6qQ/l0/mg9VCx8T4E=
-
- hash2
-
- 27vW5Lm5O3/pMI1ZduHBS5VYBELUW/Mam/v0RBGJ8lk=
-
-
- Intercom.bundle/locales/da.strings
-
- hash
-
- US4LYYfCFFFPhokqdyoht5lU77o=
-
- hash2
-
- He41pCbBhmhA/Nl292ZpBCzTDSf+/bFhe2wSzF945fQ=
-
-
- Intercom.bundle/locales/de-form.strings
-
- hash
-
- b778P2na4valmmyCKUZcgxUwm9c=
-
- hash2
-
- 0QTUtu/IQgjaUN9Hql5dZypG1PQWRGsXtvNS/RH6LBI=
-
-
- Intercom.bundle/locales/de.strings
-
- hash
-
- qLhBgua0LGR6ZmsaTZfiyG8APr8=
-
- hash2
-
- KnN+b3kTkaWQJ+G4q45MyzqOUEwtCoH3HpQQ2PPhn3g=
-
-
- Intercom.bundle/locales/el.strings
-
- hash
-
- cnE4RWg91kAb/HC7SQHcO7ETQ5E=
-
- hash2
-
- 235IFOUTh7QdxK8d8WvaKaJXR5Qhh9V/TByerh5aeCc=
-
-
- Intercom.bundle/locales/en.strings
-
- hash
-
- 51y2LBC1hFAj/2FIPkaa47OHUG4=
-
- hash2
-
- 52LMNJVlW3ndyTxfvukOK4C8V8tOdmr0G4xYV1AVkXQ=
-
-
- Intercom.bundle/locales/es.strings
-
- hash
-
- yxfF4XdaP0CZstQq08XBiz9ChS8=
-
- hash2
-
- UFljNIptHLiX8MR/WCr0zKGtoSHccODbzv83JB8WBhE=
-
-
- Intercom.bundle/locales/et.strings
-
- hash
-
- hKNJhuwGD3s7oaiuyeuP/6RlcDQ=
-
- hash2
-
- bCM4ZvTWlecLtqDASZxJl5AZzMG9hGh2EModWinoPqs=
-
-
- Intercom.bundle/locales/fi.strings
-
- hash
-
- ec6fuHMdgZU09UcxldOLfIWlruQ=
-
- hash2
-
- 90MQuagsANUOayA3JpeCiJij2qgyylD+eE41gEF9IG4=
-
-
- Intercom.bundle/locales/fr.strings
-
- hash
-
- CMjrR+U81iNfg9XnEks9mp62VQs=
-
- hash2
-
- cZnlMJbZpTX5gCD+aGFZDVUGQWSBpCK5i2czKmyQXK0=
-
-
- Intercom.bundle/locales/he.strings
-
- hash
-
- Z0M8G2/BMKjnI+NlVAOw7do2VJI=
-
- hash2
-
- fkcNtTRZouyzyeCx2Er6dnuayhvgLiiqfSGzuF0ZsWE=
-
-
- Intercom.bundle/locales/hr.strings
-
- hash
-
- INBeJMVCHSLNpuNBMYJok893TFU=
-
- hash2
-
- FZqzD+cwaB2lBd8V3ej6b8VXVgj8yVOhgZh+pka5Kj4=
-
-
- Intercom.bundle/locales/hu.strings
-
- hash
-
- X+C+h+GWWZVX07BE8+xy7WAFpEI=
-
- hash2
-
- 0ZLiyJ6XA68FZatZCqix561Lp4CW0x/G+uXtzpThfsU=
-
-
- Intercom.bundle/locales/id.strings
-
- hash
-
- 5rTDZLOQz1hFbfW3mJaJjAODBW0=
-
- hash2
-
- 8D5p0KqvgmmvXCOk0qpFHLfVGHQRdlJs1RNtQn9xE2U=
-
-
- Intercom.bundle/locales/it.strings
-
- hash
-
- GcRXRxPqhdJmakGozx83wiCoqBs=
-
- hash2
-
- cxgV3H17dUvb0BoWT4nXHQ2xbVg/3dJAHO5I0hO8B38=
-
-
- Intercom.bundle/locales/ja.strings
-
- hash
-
- 776EE0uO4McJBu3FqZf9y7AYheo=
-
- hash2
-
- HM6A6ONwEGm5CLRwkeHHtHuPv4Uy7Iit+a5dP48gbIE=
-
-
- Intercom.bundle/locales/ko.strings
-
- hash
-
- JdvJJXXrO91Ca92/W5vnAp9QqCg=
-
- hash2
-
- a5rpg1+D8rk1GuSnhNACd0U4xrQFMTjRq6QmaeSjiAg=
-
-
- Intercom.bundle/locales/lt.strings
-
- hash
-
- vRpEPYkrDrmmPzOqGy4pmBV1liY=
-
- hash2
-
- zzTLPZW0xXdA5+lfaTDxcNI1UogXGBbXo/aUe5b4wF8=
-
-
- Intercom.bundle/locales/lv.strings
-
- hash
-
- RFK6uzbF6numLG7px5y8mm0akBc=
-
- hash2
-
- nyqew7/vWcFah40315L/IjzEciu5ufvPQdob48aUZDE=
-
-
- Intercom.bundle/locales/mn.strings
-
- hash
-
- FW2vSaok2O2TMUKj3T/4opJ6qD4=
-
- hash2
-
- /qZHHP2mgwmYFmm7AGJuzYA6q5uegmLeuNxjjiTX0FU=
-
-
- Intercom.bundle/locales/nb.strings
-
- hash
-
- c7psRJw5dILzHJwv7QcXLQ6TaUA=
-
- hash2
-
- aBrTNemliQGC3YcT7tzyK20Q7HjKlsTa/LQNSQLxdJE=
-
-
- Intercom.bundle/locales/nl.strings
-
- hash
-
- Ih1Xq/Cqd+dNiKiky1jdfovvrJw=
-
- hash2
-
- zYIV5wYp+zZelaxffN+UAHiPZ5V/7boQIl1p5J3Eo6o=
-
-
- Intercom.bundle/locales/pl.strings
-
- hash
-
- rIL0gcmMBxRBu92y4k3/F/Qx8+I=
-
- hash2
-
- AfpTGn3F5X/olKZHC3OECz3njmZlartkU9ODmGsgR4w=
-
-
- Intercom.bundle/locales/pt-br.strings
-
- hash
-
- Ks7zii0SfJnOJqaSpKvL9ZMKsIM=
-
- hash2
-
- oTlgaPhicBV18vP3+iyjBd53xkmYHiJXxrdJg9I2Uj4=
-
-
- Intercom.bundle/locales/pt-pt.strings
-
- hash
-
- +eCsA1ahFc+RTmayLvkatlzvng4=
-
- hash2
-
- 3TTMRsb56qrilpcAgXQiDlRpr+u8BxGkd6/FSXH7J40=
-
-
- Intercom.bundle/locales/ro.strings
-
- hash
-
- kYLzY83amxwkUakEbR/77kLVov4=
-
- hash2
-
- 4PLUNgw1d+KOL3lIvZ8wASFZcQYE4Zxxhk+QFs5c6Iw=
-
-
- Intercom.bundle/locales/ru.strings
-
- hash
-
- W0BqDCbf3XNogaH0H0NTQ3dm7WI=
-
- hash2
-
- CHmjA49iRcnDdQZB/EuBeXk45wv59qut59MxjaDFiBE=
-
-
- Intercom.bundle/locales/sl.strings
-
- hash
-
- fZXJdb9SfhCKyAwsHlI8emJFQuM=
-
- hash2
-
- WKOXFMa5/tfByYhLlCPbOnEQ5EYW/vviDtlV9bey47o=
-
-
- Intercom.bundle/locales/sr.strings
-
- hash
-
- ziLGVveChwpnrSN9fcys5Ae2HSM=
-
- hash2
-
- yio7A/28Nd/b7cgabCdUJP50Jx3X+DYr/UDaPn5APug=
-
-
- Intercom.bundle/locales/sv.strings
-
- hash
-
- Hj4jHbcpgu8/5Ls+EzdczwBsPbE=
-
- hash2
-
- 1gzmh3N6qe4Br+x42OEhnMFEzwtgNBq672SCuNxJBBk=
-
-
- Intercom.bundle/locales/tr.strings
-
- hash
-
- VAOAHf7NunnGU7iqfv7F59iBAvE=
-
- hash2
-
- o/sapboGezq8dcpwiHDaXvxbpag9Ly3+hy3DMWuXQK0=
-
-
- Intercom.bundle/locales/vi.strings
-
- hash
-
- qBQXpYnYgTBGC7EEL7RLdXorG3U=
-
- hash2
-
- r/woHzc3GV1stM6/x8lCfIudr/YIzTAYz9UTh0xW1Hw=
-
-
- Intercom.bundle/locales/zh-hans.strings
-
- hash
-
- 9/7aXq0DUavCYAW8PU/E2t1Vo0c=
-
- hash2
-
- ij+BLjeGqqg6NTkIHGbMWwLD66Pm/gy8EGLOyTcNorM=
-
-
- Intercom.bundle/locales/zh-hant.strings
-
- hash
-
- WhC3Si3XtpYPqIvXQPdbPxp0mhQ=
-
- hash2
-
- 0ztbvv+tfpQQQPkYV+bGyr8gjqm+TurWMyvhzhVvzPs=
-
-
- Intercom.bundle/sound/admin_reply_delivered.caf
-
- hash
-
- /QX2/STg4IkmfkitDw9sAL4UTwg=
-
- hash2
-
- xlDrd8zUhG/JXxqvPFv67vC2+2NqE6Q3kAA6wo0wGl4=
-
-
- Intercom.bundle/sound/message_delivered.caf
-
- hash
-
- UecfM/ZjfnFfHgbyLWrkl68ICOQ=
-
- hash2
-
- 3fFeMHsaHeSXrY0xNOJfzochowSz2NEcmGRYyEaEQQU=
-
-
- Intercom.bundle/sound/message_failed.caf
-
- hash
-
- 6zptEPu82MoaztSh/ofrVCGT8uA=
-
- hash2
-
- +W3S910Dj7lQf9NEMq9EjFORwe2oYZc3VfFsw2VQnD4=
-
-
- Intercom.bundle/sound/message_sending.caf
-
- hash
-
- SGD5NEk58r5N5v/xaM7brmP6oMo=
-
- hash2
-
- zKFarZINZ5civFlT7pzqeALSwth9+cjOn/qMOHNx7Ds=
-
-
- Modules/module.modulemap
-
- hash
-
- jak3DWVUfMcXlAofL8E0VyEuzL4=
-
- hash2
-
- xyBdMYI40S/N+RygCZDCaHWTOqnoyWYsAMC3St6aWnU=
-
-
- strip-frameworks.sh
-
- hash
-
- bENFeKfMHTdHyWS5AygjhdAo44Q=
-
- hash2
-
- TdoX67LzludHG3MJM/ykgPmTswRtyXdokveq/f6XloI=
-
-
-
- rules
-
- ^
-
- ^.*\.lproj/
-
- optional
-
- weight
- 1000
-
- ^.*\.lproj/locversion.plist$
-
- omit
-
- weight
- 1100
-
- ^version.plist$
-
-
- rules2
-
- .*\.dSYM($|/)
-
- weight
- 11
-
- ^
-
- weight
- 20
-
- ^(.*/)?\.DS_Store$
-
- omit
-
- weight
- 2000
-
- ^(Frameworks|SharedFrameworks|PlugIns|Plug-ins|XPCServices|Helpers|MacOS|Library/(Automator|Spotlight|LoginItems))/
-
- nested
-
- weight
- 10
-
- ^.*
-
- ^.*\.lproj/
-
- optional
-
- weight
- 1000
-
- ^.*\.lproj/locversion.plist$
-
- omit
-
- weight
- 1100
-
- ^Info\.plist$
-
- omit
-
- weight
- 20
-
- ^PkgInfo$
-
- omit
-
- weight
- 20
-
- ^[^/]+$
-
- nested
-
- weight
- 10
-
- ^embedded\.provisionprofile$
-
- weight
- 20
-
- ^version\.plist$
-
- weight
- 20
-
-
-
-
diff --git a/Intercom.podspec b/Intercom.podspec
index 2a5a4f39..6a2cbbfb 100755
--- a/Intercom.podspec
+++ b/Intercom.podspec
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = 'Intercom'
- s.version = '3.0.12'
+ s.version = '3.0.13'
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"=>"adam@intercom.io", "Brian Boyle"=>"brian.boyle@intercom.io", "Conor O’Donnell"=>"conor.odonnell@intercom.io", "James Treanor"=>"james@intercom.io"}