Skip to content

Commit 8646a15

Browse files
committed
Version 3.0.13
1 parent cc2d563 commit 8646a15

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

46 files changed

+78
-1542
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Intercom
22

3+
## 3.0.13 (2016-10-7)
4+
5+
* Added `[Intercom presentMessageComposerWithInitialMessage:]` to allow preopulating the message composer.
6+
* Fixed issue where you could see multiple congratulations alerts when installing Intercom (e.g. https://github.com/intercom/intercom-cordova/issues/83).
7+
* Improvements to allow all Intercom methods to be called from any thread (fixes [#181](https://github.com/intercom/intercom-ios/issues/181)).
8+
* Various localisatio updates.
9+
310
## 3.0.12 (2016-09-14)
411

512
* Improved iOS 10 compatibility.

Intercom.framework.dSYM/Contents/Info.plist

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
<key>CFBundleSignature</key>
1414
<string>????</string>
1515
<key>CFBundleShortVersionString</key>
16-
<string>3.0.12</string>
16+
<string>3.0.13</string>
1717
<key>CFBundleVersion</key>
1818
<string>1</string>
1919
</dict>
-1.37 MB
Binary file not shown.

Intercom.framework/Headers/Intercom.h

Lines changed: 7 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.12
3+
// Intercom for iOS - Version 3.0.13
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.12) of Intercom for iOS supports iOS 8.0 upwards.
13+
#error This version (3.0.13) of Intercom for iOS supports iOS 8.0 upwards.
1414
#endif
1515

1616
NS_ASSUME_NONNULL_BEGIN
@@ -257,6 +257,11 @@ typedef NS_ENUM(NSUInteger, ICMPreviewPosition){
257257
*/
258258
+ (void)presentMessageComposer;
259259

260+
/*!
261+
Present the message composer with a message to pre-populate the composer.
262+
*/
263+
+ (void)presentMessageComposerWithInitialMessage:(NSString *)message;
264+
260265
/*!
261266
Present the conversation list.
262267
*/

Intercom.framework/Info.plist

5 Bytes
Binary file not shown.

Intercom.framework/Intercom

-197 KB
Binary file not shown.
Lines changed: 25 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -1,48 +1,48 @@
11
"error.loading.conversation" = "تعذر تحميل المحادثة";
22
"actionsheet.message.failed.delivery" = "تعذر تسليم الرسالة";
3-
"message.delivered" = "تم التسليم";
4-
"alert.new.sdk.user.button" = "شكرًا";
3+
"message.delivered" = "تم تسليمها";
4+
"alert.new.sdk.user.button" = "شكرًا لك";
55
"profile.time.location.format" = "{time} في {location}";
66
"message.state.sending" = "إرسال";
7-
"message.placeholder.write.reply" = "كتابة رد";
7+
"message.placeholder.write.reply" = "اكتب ردًا";
88
"twitter.follow.us" = "تابعنا على Twitter";
9-
"alert.new.sdk.user.message" = "تم دمج تطبيقك على iOS مع نظام Intercom الأساسي الآن";
10-
"error.title" = "حدث خطأ ما";
11-
"error.no_conversations.message.no_app_name" = "ليس هناك أي محادثات إلى الآن";
12-
"facebook.like.us" = "أبد إعجابك بنا على Facebook";
9+
"alert.new.sdk.user.message" = "تطبيق iOS الخاص بك مدمج الآن مع نظام Intercom";
10+
"error.title" = "حدث خطأ";
11+
"error.no_conversations.message.no_app_name" = "لم يتم إجراء أي محادثات بعد";
12+
"facebook.like.us" = "تابعنا على Facebook";
1313
"from.app" = "من {name}";
1414
"error.loading.conversations.fallback" = "تعذر تحميل محادثاتك مع فريق {name}";
1515
"message.placeholder.start.conversation" = "بدء محادثة";
1616
"navigation.back" = "رجوع";
1717
"admin.from.app" = "{name} من {company}";
1818
"message.not.seen" = "لم تتم رؤيتها بعد";
19-
"error.no_conversations.title" = "ليس هناك أي محادثات";
20-
"time.difference.delivered" = "تم التسليم";
21-
"actionsheet.try.again" = "إعادة المحاولة";
19+
"error.no_conversations.title" = "لم يتم إجراء محادثات";
20+
"time.difference.delivered" = "تم تسليمها";
21+
"actionsheet.try.again" = "حاول مرة أخرى";
2222
"alert.new.sdk.user.title" = "تهانينا";
23-
"app_team" = "فربق {name}";
24-
"navbar.title.conversations" = "المحادثات مع {name}";
23+
"app_team" = "فريق {name}";
24+
"navbar.title.conversations" = "المحادثات\nمع {name}";
2525
"actionsheet.cancel" = "إلغاء";
2626
"navigation.close" = "إغلاق";
2727
"message.send" = "إرسال";
28-
"time.difference.format.hours.ago" = "قبل {delta} س";
29-
"time.difference.format.weeks.ago" = "قبل {delta} أ";
30-
"last_active.format.hours.ago" = "نشط قبل {hours} س";
28+
"time.difference.format.hours.ago" = "منذ {delta} س";
29+
"time.difference.format.weeks.ago" = "منذ {delta} أ";
30+
"last_active.format.hours.ago" = "نشط منذ {hours} س";
3131
"actionsheet.delete" = "حذف";
3232
"navbar.title.new.conversation" = "محادثة جديدة";
33-
"last_active.over_week_ago" = "نشط قبل أكثر من ساعة";
34-
"time.difference.just.now" = "توًا";
35-
"last_active.minutes.ago" = "نشط قبل {minutes} د";
36-
"last_active.15_minutes" = "نشط خلال آخر {minutes} د";
33+
"last_active.over_week_ago" = "نشط منذ أكثر من أسبوع";
34+
"time.difference.just.now" = "الآن";
35+
"last_active.minutes.ago" = "نشط منذ {minutes} د";
36+
"last_active.15_minutes" = "نشط في {minutes} د الأخيرة";
3737
"message.seen" = "تمت رؤيتها";
38-
"last_active.format.days.ago" = "نشط قبل {days} ي";
38+
"last_active.format.days.ago" = "نشط منذ {days} ي";
3939
"error.starting.conversation.fallback" = "تعذر بدء محادثة جديدة";
40-
"error.no_conversations.message" = "ليس هناك أي محادثات مع فريق {name} إلى الآن";
41-
"time.difference.format.days.ago" = "قبل {delta} ي";
40+
"error.no_conversations.message" = "لم يتم إجراء محادثات مع فريق {name} بعد";
41+
"time.difference.format.days.ago" = "منذ {delta} ي";
4242
"error.loading.conversations.fallback.no_app_name" = "تعذر تحميل محادثاتك";
43-
"we.run.on.intercom" = "نحن نعمل على Intercom";
43+
"we.run.on.intercom" = "يتم إجراء المحادثة من Intercom";
4444
"navbar.title.conversations.no_app_name" = "المحادثات";
45-
"time.difference.format.minutes.ago" = "قبل {delta} د";
45+
"time.difference.format.minutes.ago" = "منذ {delta} د";
4646
"error.tap.to.retry" = "إعادة المحاولة";
47-
"reply_from_admin" = "{name} الرد من";
47+
"reply_from_admin" = "رد من {name}";
4848
"inbox.you" = "أنت";

Intercom.framework/Intercom.bundle/locales/bg.strings

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
"actionsheet.try.again" = "Опитайте отново";
2222
"alert.new.sdk.user.title" = "Поздравления";
2323
"app_team" = "{name} Екип";
24-
"navbar.title.conversations" = "Разговори с {name}";
24+
"navbar.title.conversations" = "Разговори\nс {name}";
2525
"actionsheet.cancel" = "Отказ";
2626
"navigation.close" = "Затваряне";
2727
"message.send" = "Изпращане";

Intercom.framework/Intercom.bundle/locales/bs.strings

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
"actionsheet.try.again" = "Pokušajte ponovno";
2222
"alert.new.sdk.user.title" = "Čestitamo";
2323
"app_team" = "{name} tim";
24-
"navbar.title.conversations" = "Razgovori s {name}";
24+
"navbar.title.conversations" = "Razgovori\ns {name}";
2525
"actionsheet.cancel" = "Otkaži";
2626
"navigation.close" = "Zatvori";
2727
"message.send" = "Pošalji";

Intercom.framework/Intercom.bundle/locales/ca.strings

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
"actionsheet.try.again" = "Torna-ho a provar";
2222
"alert.new.sdk.user.title" = "Felicitats";
2323
"app_team" = "Equip {name}";
24-
"navbar.title.conversations" = "Converses amb {name}";
24+
"navbar.title.conversations" = "Converses\namb {name}";
2525
"actionsheet.cancel" = "Cancel·la";
2626
"navigation.close" = "Tanca";
2727
"message.send" = "Envia";

0 commit comments

Comments
 (0)