Skip to content

Commit

Permalink
Release 1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
DixaBot committed Sep 5, 2022
1 parent 5dfad46 commit ec1d391
Show file tree
Hide file tree
Showing 85 changed files with 2,485 additions and 674 deletions.
2 changes: 1 addition & 1 deletion DixaMessenger.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

Pod::Spec.new do |s|
s.name = 'DixaMessengerKit'
s.version = '1.1.0'
s.version = '1.2.0'
s.summary = 'DixaMessenger for iOS'

# This description is used to generate tags and improve search results.
Expand Down
10 changes: 5 additions & 5 deletions DixaMessenger.xcframework/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -6,30 +6,30 @@
<array>
<dict>
<key>LibraryIdentifier</key>
<string>ios-arm64_x86_64-simulator</string>
<string>ios-arm64</string>
<key>LibraryPath</key>
<string>DixaMessenger.framework</string>
<key>SupportedArchitectures</key>
<array>
<string>arm64</string>
<string>x86_64</string>
</array>
<key>SupportedPlatform</key>
<string>ios</string>
<key>SupportedPlatformVariant</key>
<string>simulator</string>
</dict>
<dict>
<key>LibraryIdentifier</key>
<string>ios-arm64</string>
<string>ios-arm64_x86_64-simulator</string>
<key>LibraryPath</key>
<string>DixaMessenger.framework</string>
<key>SupportedArchitectures</key>
<array>
<string>arm64</string>
<string>x86_64</string>
</array>
<key>SupportedPlatform</key>
<string>ios</string>
<key>SupportedPlatformVariant</key>
<string>simulator</string>
</dict>
</array>
<key>CFBundlePackageType</key>
Expand Down
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Generated by Apple Swift version 5.5.1 (swiftlang-1300.0.31.4 clang-1300.0.29.6)
// Generated by Apple Swift version 5.6.1 (swiftlang-5.6.0.323.66 clang-1316.0.20.12)
#ifndef DIXAMESSENGER_SWIFT_H
#define DIXAMESSENGER_SWIFT_H
#pragma clang diagnostic push
Expand Down Expand Up @@ -184,11 +184,21 @@ typedef unsigned int swift_uint4 __attribute__((__ext_vector_type__(4)));
#if !defined(IBSegueAction)
# define IBSegueAction
#endif
#if !defined(SWIFT_EXTERN)
# if defined(__cplusplus)
# define SWIFT_EXTERN extern "C"
# else
# define SWIFT_EXTERN extern
# endif
#endif
#if __has_feature(modules)
#if __has_warning("-Watimport-in-framework-header")
#pragma clang diagnostic ignored "-Watimport-in-framework-header"
#endif
@import CoreGraphics;
@import Foundation;
@import ObjectiveC;
@import UIKit;
#endif

#pragma clang diagnostic ignored "-Wproperty-attribute-mismatch"
Expand All @@ -206,12 +216,33 @@ typedef unsigned int swift_uint4 __attribute__((__ext_vector_type__(4)));
# pragma pop_macro("any")
#endif

@class NSCoder;
@class UITouch;
@class UIEvent;

IB_DESIGNABLE
SWIFT_CLASS("_TtC13DixaMessenger14AnimatedButton")
@interface AnimatedButton : UIButton
- (nonnull instancetype)initWithFrame:(CGRect)frame SWIFT_UNAVAILABLE;
- (nullable instancetype)initWithCoder:(NSCoder * _Nonnull)coder SWIFT_UNAVAILABLE;
- (void)layoutSubviews;
- (void)touchesBegan:(NSSet<UITouch *> * _Nonnull)touches withEvent:(UIEvent * _Nullable)event;
- (void)touchesEnded:(NSSet<UITouch *> * _Nonnull)touches withEvent:(UIEvent * _Nullable)event;
@end



@class NSString;
@class NSNumber;
@class NSBundle;

SWIFT_CLASS("_TtC13DixaMessenger23KnowledgeViewController")
@interface KnowledgeViewController : UIViewController
- (nullable instancetype)initWithCoder:(NSCoder * _Nonnull)coder SWIFT_UNAVAILABLE;
- (void)viewDidLoad;
- (nonnull instancetype)initWithNibName:(NSString * _Nullable)nibNameOrNil bundle:(NSBundle * _Nullable)nibBundleOrNil SWIFT_UNAVAILABLE;
@end

@class NSData;
@class UIViewController;

SWIFT_CLASS("_TtC13DixaMessenger9Messenger")
@interface Messenger : NSObject
Expand Down Expand Up @@ -262,6 +293,12 @@ SWIFT_CLASS("_TtC13DixaMessenger9Messenger")












Expand Down
Binary file not shown.
Binary file not shown.
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// swift-interface-format-version: 1.0
// swift-compiler-version: Apple Swift version 5.5.1 (swiftlang-1300.0.31.4 clang-1300.0.29.6)
// swift-compiler-version: Apple Swift version 5.6.1 (swiftlang-5.6.0.323.66 clang-1316.0.20.12)
// swift-module-flags: -target arm64-apple-ios13.0 -enable-objc-interop -enable-library-evolution -swift-version 5 -enforce-exclusivity=checked -O -module-name DixaMessenger
import Combine
import CoreHaptics
Expand Down Expand Up @@ -46,6 +46,16 @@ extension UIKit.UIColor {
extension os.OSLog {
public static let application: os.OSLog
}
@objc @_inheritsConvenienceInitializers @_hasMissingDesignatedInitializers @IBDesignable @_Concurrency.MainActor(unsafe) public class AnimatedButton : UIKit.UIButton {
@_Concurrency.MainActor(unsafe) @objc override dynamic public func layoutSubviews()
@_Concurrency.MainActor(unsafe) @objc override dynamic public func touchesBegan(_ touches: Swift.Set<UIKit.UITouch>, with event: UIKit.UIEvent?)
@_Concurrency.MainActor(unsafe) @objc override dynamic public func touchesEnded(_ touches: Swift.Set<UIKit.UITouch>, with event: UIKit.UIEvent?)
@objc deinit
}
@objc @_hasMissingDesignatedInitializers @_Concurrency.MainActor(unsafe) public class KnowledgeViewController : UIKit.UIViewController {
@_Concurrency.MainActor(unsafe) @objc override dynamic public func viewDidLoad()
@objc deinit
}
public enum LogLevel : Swift.UInt, Swift.Comparable {
public static func < (lhs: DixaMessenger.LogLevel, rhs: DixaMessenger.LogLevel) -> Swift.Bool
case none
Expand Down
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -301,6 +301,8 @@
/* loco:615fe09696ea1a64d6036ad2 */
"dixa_contact_form_tell_us_everything" = "أخبرنا بكل ما نحتاج إلى معرفته";

"dixa_contact_form_send" = "إرسال";

/* loco:61641128c50d266dbc2414b2 */
"dixa_contact_form" = "اتصل بنا";

Expand Down Expand Up @@ -330,3 +332,37 @@
"dixa_continue_to_conversation" = "متابعة إلى المحادثة";
/* missing input in field */
"dixa_empty_field_error" = "يرجى ملء الحقل للمتابعة";

"dixa_frontpage_find_articles" = "البحث عن مقالات";

"dixa_knowledge_search_textfield_placeholder" = "البحث";

"dixa_knowledge_navigation_title" = "كيف يمكن أن نساعدك؟";

"dixa_knowledge_suggested_articles" = "مقالات مقترحة";

"dixa_knowledge_popular_topics" = "المواضيع الشائعة";

"dixa_knowledge_comment_title_helpful" = "هل كان هذا مفيدًا؟";

"dixa_knowledge_comment_title_contact_us" = "يرجى التواصل معنا للحصول على المزيد من المساعدة";

"dixa_knowledge_comment_title_comment" = "رائع. هل تريد ترك تعليق؟";

"dixa_knowledge_comment_title_comment_thanks" = "نشكرك على تعليقك.";

"dixa_knowledge_comment_yes" = "نعم، شكرًا";

"dixa_knowledge_comment_no" = "لا، أنا بحاجة إلى مساعدة";

"dixa_knowledge_feedback_button_add_comment" = "إضافة التعليق";

"dixa_knowledge_feedback_button_start_conversation" = "بدء محادثة";

"dixa_knowledge_feedback_your_comment" = "تعليقك";

"dixa_knowledge_search_placeholder_info" = "اكتب أي كلمة رئيسية أو جملة للعثور على المقالات ذات الصلة";

"dixa_knowledge_search_placeholder_no_results" = "لم يتم العثور على نتائج لـ";

"dixa_knowledge_search_placeholder_no_results_try_another" = "تجربة كلمة رئيسية أخرى";
Original file line number Diff line number Diff line change
Expand Up @@ -301,6 +301,8 @@
/* loco:615fe09696ea1a64d6036ad2 */
"dixa_contact_form_tell_us_everything" = "Fortæl os hvad vi bør vide";

"dixa_contact_form_send" = "Send";

/* loco:61641128c50d266dbc2414b2 */
"dixa_contact_form" = "Kontaktform";

Expand Down Expand Up @@ -330,3 +332,37 @@
"dixa_continue_to_conversation" = "Fortsæt til samtale";
/* missing input in field */
"dixa_empty_field_error" = "Udfyld feltet for at fortsætte";

"dixa_frontpage_find_articles" = "Find artikler";

"dixa_knowledge_search_textfield_placeholder" = "Søg";

"dixa_knowledge_navigation_title" = "Hvordan kan vi hjælpe dig?";

"dixa_knowledge_suggested_articles" = "Foreslåede artikler";

"dixa_knowledge_popular_topics" = "Populære emner";

"dixa_knowledge_comment_title_helpful" = "Var dette til hjælp?";

"dixa_knowledge_comment_title_contact_us" = "Kontakt os for at få mere hjælp";

"dixa_knowledge_comment_title_comment" = "Glimrende. Vil du efterlade en kommentar?";

"dixa_knowledge_comment_title_comment_thanks" = "Tak for din kommentar.";

"dixa_knowledge_comment_yes" = "Ja, tak";

"dixa_knowledge_comment_no" = "Nej, jeg behøver hjælp";

"dixa_knowledge_feedback_button_add_comment" = "Tilføj kommentaren";

"dixa_knowledge_feedback_button_start_conversation" = "Start samtale";

"dixa_knowledge_feedback_your_comment" = "Din kommentar";

"dixa_knowledge_search_placeholder_info" = "Indtast et nøgleord eller en sætning for at finde relaterede artikler";

"dixa_knowledge_search_placeholder_no_results" = "Ingen resultater fundet for";

"dixa_knowledge_search_placeholder_no_results_try_another" = "Prøv et andet nøgleord";
Original file line number Diff line number Diff line change
Expand Up @@ -303,6 +303,8 @@ versuchen, oder dich per E-Mail an unser Support-Team wenden.";
/* loco:615fe09696ea1a64d6036ad2 */
"dixa_contact_form_tell_us_everything" = "Sag uns alles, was wir wissen müssen";

"dixa_contact_form_send" = "Senden";

/* loco:61641128c50d266dbc2414b2 */
"dixa_contact_form" = "Kontaktformular";

Expand Down Expand Up @@ -332,3 +334,37 @@ versuchen, oder dich per E-Mail an unser Support-Team wenden.";
"dixa_continue_to_conversation" = "Weiter zum Gespräch";
/* missing input in field */
"dixa_empty_field_error" = "Bitte füllen Sie das Feld aus, um fortzufahren";

"dixa_frontpage_find_articles" = "Artikel finden";

"dixa_knowledge_search_textfield_placeholder" = "Suchen";

"dixa_knowledge_navigation_title" = "Wie können wir dir helfen?";

"dixa_knowledge_suggested_articles" = "Empfohlene Artikel";

"dixa_knowledge_popular_topics" = "Beliebte Themen";

"dixa_knowledge_comment_title_helpful" = "War das hilfreich?";

"dixa_knowledge_comment_title_contact_us" = "Bitte kontaktiere uns für weitere Hilfe";

"dixa_knowledge_comment_title_comment" = "Großartig. Möchtest du einen Kommentar hinterlassen?";

"dixa_knowledge_comment_title_comment_thanks" = "Vielen Dank für deinen Kommentar.";

"dixa_knowledge_comment_yes" = "Ja, vielen Dank";

"dixa_knowledge_comment_no" = "Nein, ich brauche Hilfe";

"dixa_knowledge_feedback_button_add_comment" = "Den Kommentar hinzufügen";

"dixa_knowledge_feedback_button_start_conversation" = "Gespräch beginnen";

"dixa_knowledge_feedback_your_comment" = "Dein Kommentar";

"dixa_knowledge_search_placeholder_info" = "Geben Sie ein Stichwort oder einen Satz ein, um zugehörige Artikel zu finden";

"dixa_knowledge_search_placeholder_no_results" = "Keine Ergebnisse gefunden für";

"dixa_knowledge_search_placeholder_no_results_try_another" = "Versuche es mit einem anderen Schlüsselwort";
Original file line number Diff line number Diff line change
Expand Up @@ -301,6 +301,8 @@
/* loco:615fe09696ea1a64d6036ad2 */
"dixa_contact_form_tell_us_everything" = "Tell us everything we need to know";

"dixa_contact_form_send" = "Send";

/* loco:61641128c50d266dbc2414b2 */
"dixa_contact_form" = "Contact form";

Expand Down Expand Up @@ -330,3 +332,37 @@
"dixa_continue_to_conversation" = "Continue to Conversation";
/* missing input in field */
"dixa_empty_field_error" = "Please fill out field to continue";

"dixa_frontpage_find_articles" = "Find articles";

"dixa_knowledge_search_textfield_placeholder" = "Search";

"dixa_knowledge_navigation_title" = "How can we help you?";

"dixa_knowledge_suggested_articles" = "Suggested articles";

"dixa_knowledge_popular_topics" = "Popular topics";

"dixa_knowledge_comment_title_helpful" = "Was this helpful?";

"dixa_knowledge_comment_title_contact_us" = "Please reach out for more help";

"dixa_knowledge_comment_title_comment" = "Great. Want to leave a comment?";

"dixa_knowledge_comment_title_comment_thanks" = "Thanks for your comment.";

"dixa_knowledge_comment_yes" = "Yes, thanks";

"dixa_knowledge_comment_no" = "No, I need help";

"dixa_knowledge_feedback_button_add_comment" = "Add the comment";

"dixa_knowledge_feedback_button_start_conversation" = "Start conversation";

"dixa_knowledge_feedback_your_comment" = "Your comment";

"dixa_knowledge_search_placeholder_info" = "Type any keyword or sentence to find related articles";

"dixa_knowledge_search_placeholder_no_results" = "No results found for";

"dixa_knowledge_search_placeholder_no_results_try_another" = "Try another keyword";
Original file line number Diff line number Diff line change
Expand Up @@ -303,6 +303,8 @@ o enviar un correo electrónico al equipo de asistencia.";
/* loco:615fe09696ea1a64d6036ad2 */
"dixa_contact_form_tell_us_everything" = "Dinos todo lo que necesitamos saber";

"dixa_contact_form_send" = "Enviar";

/* loco:61641128c50d266dbc2414b2 */
"dixa_contact_form" = "Formulario de contacto";

Expand Down Expand Up @@ -332,3 +334,37 @@ o enviar un correo electrónico al equipo de asistencia.";
"dixa_continue_to_conversation" = "Continuar para ir a la conversación";
/* missing input in field */
"dixa_empty_field_error" = "Complete el campo para continuar";

"dixa_frontpage_find_articles" = "Encontrar artículos";

"dixa_knowledge_search_textfield_placeholder" = "Buscar";

"dixa_knowledge_navigation_title" = "¿En qué podemos ayudarte?";

"dixa_knowledge_suggested_articles" = "Artículos sugeridos";

"dixa_knowledge_popular_topics" = "Temas populares";

"dixa_knowledge_comment_title_helpful" = "¿Te ha parecido útil?";

"dixa_knowledge_comment_title_contact_us" = "Ponte en contacto con nosotros para obtener ayuda";

"dixa_knowledge_comment_title_comment" = "Genial. ¿Quieres dejar un comentario?";

"dixa_knowledge_comment_title_comment_thanks" = "Gracias por tu comentario.";

"dixa_knowledge_comment_yes" = "Sí, gracias";

"dixa_knowledge_comment_no" = "No, necesito ayuda";

"dixa_knowledge_feedback_button_add_comment" = "Añadir el comentario";

"dixa_knowledge_feedback_button_start_conversation" = "Iniciar conversación";

"dixa_knowledge_feedback_your_comment" = "Tu comentario";

"dixa_knowledge_search_placeholder_info" = "Escriba cualquier palabra clave o frase para encontrar artículos relacionados";

"dixa_knowledge_search_placeholder_no_results" = "No se han encontrado resultados para";

"dixa_knowledge_search_placeholder_no_results_try_another" = "Prueba otra palabra clave";
Loading

0 comments on commit ec1d391

Please sign in to comment.