diff --git a/CHANGELOG.md b/CHANGELOG.md index 854fb44c..2a1fbf7e 100755 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,40 @@ +## 12.0.0 +###### Release Date: 23-03-2022 + +### 🚀 Enhancements + +**In v12.0.0 of the Intercom mobile SDK, we’re introducing Intercom Surveys — beautiful native in-product surveys to bring all your customer communication to one platform!!** + +![Intercom Surveys Introduction](https://user-images.githubusercontent.com/6392766/159682454-25995724-68f7-4201-a6c2-5b1bffe11ed1.png) + +**📱 New feature: Intercom Surveys** + +👋🏼 Meet Intercom Surveys - Don’t just ask their opinion, act on it. Now, you can seamlessly capture and act on customer feedback and needs, all within Intercom. Intercom Surveys makes it quick and easy to create and send highly targeted, easily customisable in-product native survey - across web and mobile. + +* Choose the relevant question type from multitude of question types available like rating scales (NPS, emoji, star), multiple-choice, dropdown and more +* Customise the color of your survey’s background and buttons +* Target the right survey to the right audience at the right time +* Save survey responses as user attributes to drive follow up actions +* Add a customisable intro and thank you message +* Decide whether or not users should be able to dismiss the survey +* Encourage further user actions by inserting a call-to-action button in the thank you message with a link (external URL or deep link) +* Leverage email and mobile push as fallback channels if in-product doesn’t get you a response +* Many more ways to customise your survey — show or hide avatar of survey sender, format survey text and insert user or company attributes in text +* Use the power of Intercom platform — A/B testing and control groups, goal tracking, orchestrating surveys as a part of series, analysing and exporting results as CSV + +| | | +| ------------- | ------------- | +| ![surveys gif 1](https://user-images.githubusercontent.com/6392766/159681904-bc615b34-68c5-40e3-a8a0-4e358cdc3ccd.gif) | ![surveys gif 2](https://user-images.githubusercontent.com/6392766/159681933-19ee9e09-a957-481e-99cd-a0df1a5b811d.gif) | + +👉 You will need to start a 14 day free trial or purchase the Surveys Add-On starting from $49 per month in order to set a survey live +👉 Upgrade to the latest version of the mobile SDK today to use the feature on mobile. No additional integration work required. + +[Learn more about Intercom Surveys](https://www.intercom.com/surveys) + +https://user-images.githubusercontent.com/3718984/159649798-a255ab7a-df79-4015-875c-399872e6186c.mp4 + +https://user-images.githubusercontent.com/6392766/159682983-e13d3080-8025-4f90-9a75-14f41b81a5bc.mp4 + ## 11.2.0 ###### Release Date: 04-03-2022 diff --git a/Intercom.podspec b/Intercom.podspec index 31766244..75929cbd 100755 --- a/Intercom.podspec +++ b/Intercom.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = 'Intercom' - s.version = '11.2.0' + s.version = '12.0.0' s.summary = 'The Intercom iOS SDK, for integrating Intercom into your iOS application.' s.license = { :type => "Apache 2.0", :file => "LICENSE" } s.authors = {"Brian Boyle"=>"brian.boyle@intercom.io", "Mike McNamara"=>"mike.mcnamara@intercom.io", "Katherine Brennan"=>"katherine.brennan@intercom.io", "Himanshi Goyal"=>"himanshi.goyal@intercom.io", "Niamh Coleman"=>"niamh.coleman@intercom.io"} diff --git a/Intercom.xcframework/Info.plist b/Intercom.xcframework/Info.plist index ddc03ee9..47b63d75 100644 --- a/Intercom.xcframework/Info.plist +++ b/Intercom.xcframework/Info.plist @@ -6,30 +6,30 @@ LibraryIdentifier - ios-arm64 + ios-arm64_x86_64-simulator LibraryPath Intercom.framework SupportedArchitectures arm64 + x86_64 SupportedPlatform ios + SupportedPlatformVariant + simulator LibraryIdentifier - ios-arm64_x86_64-simulator + ios-arm64 LibraryPath Intercom.framework SupportedArchitectures arm64 - x86_64 SupportedPlatform ios - SupportedPlatformVariant - simulator CFBundlePackageType diff --git a/Intercom.xcframework/ios-arm64/Intercom.framework/Headers/ICMActiveAdminsAvatarView.h b/Intercom.xcframework/ios-arm64/Intercom.framework/Headers/ICMActiveAdminsAvatarView.h new file mode 100644 index 00000000..b793f183 --- /dev/null +++ b/Intercom.xcframework/ios-arm64/Intercom.framework/Headers/ICMActiveAdminsAvatarView.h @@ -0,0 +1,19 @@ +// +// ICMActiveAdminsAvatarView.h +// IntercomSDK-Dynamic +// +// Created by Michael Isaakidis on 17/05/2018. +// Copyright © 2018 Intercom. All rights reserved. +// + +#import + +@interface ICMActiveAdminsAvatarView : UIView + +- (instancetype)initWithHeight:(CGFloat)avatarHeight + overlap:(CGFloat) avatarOverlap + maxCount:(NSInteger) maxAvatarCount; +- (NSUInteger)numberOfAvatarsDisplayed; +- (void)updateVisibleAvatars; + +@end diff --git a/Intercom.xcframework/ios-arm64/Intercom.framework/Headers/ICMAdminBlockAppearance.h b/Intercom.xcframework/ios-arm64/Intercom.framework/Headers/ICMAdminBlockAppearance.h new file mode 100644 index 00000000..bb4a435b --- /dev/null +++ b/Intercom.xcframework/ios-arm64/Intercom.framework/Headers/ICMAdminBlockAppearance.h @@ -0,0 +1,13 @@ +// +// ICMSDKBlocksRenderer.h +// IntercomSDK +// +// Created by James Treanor on 09/09/2014. +// Copyright (c) 2014 Intercom. All rights reserved. +// + +#import + +@interface ICMAdminBlockAppearance : ICMBlockAppearance + +@end diff --git a/Intercom.xcframework/ios-arm64/Intercom.framework/Headers/ICMArticleWebViewController.h b/Intercom.xcframework/ios-arm64/Intercom.framework/Headers/ICMArticleWebViewController.h new file mode 100644 index 00000000..f403b383 --- /dev/null +++ b/Intercom.xcframework/ios-arm64/Intercom.framework/Headers/ICMArticleWebViewController.h @@ -0,0 +1,20 @@ +// +// ICMArticleWebViewController.m +// IntercomSDK-Dynamic +// +// Created by Katherine Brennan on 02/10/2020. +// Copyright © 2020 Intercom. All rights reserved. +// + +#import +#import "ICMContentViewController.h" +@class HelpCenterMetricService; + +@protocol ICMContentViewControllerDelegate; + +@interface ICMArticleWebViewController : UIViewController + +@property (nonatomic, weak) id contentDelegate; +- (instancetype)initWithId:(NSString *)articleId metricService:(id)metricService; + +@end diff --git a/Intercom.xcframework/ios-arm64/Intercom.framework/Headers/ICMAssets.h b/Intercom.xcframework/ios-arm64/Intercom.framework/Headers/ICMAssets.h new file mode 100644 index 00000000..0763b7f7 --- /dev/null +++ b/Intercom.xcframework/ios-arm64/Intercom.framework/Headers/ICMAssets.h @@ -0,0 +1,107 @@ +// +// Created by Ignacio Delgado on 17/04/2014. +// Copyright (c) 2014 Intercom. All rights reserved. +// + +#import +#import + +@interface ICMAssets : NSObject + ++ (UIImage *)intercomLogoImage; + ++ (UIImage *)openPostFromCardImage; + ++ (UIImage *)spinnerImage; + ++ (UIImage *)defaultAvatarImageWithInitials:(NSString *)userInitials diameter:(CGFloat)diameter; // if there are initials, show them; if not, fall back to image ++ (UIImage *)warningImage; ++ (UIImage *)infoIcon; + ++ (UIImage *)backButtonImage; ++ (UIImage *)submitButtonBackgroundImage; ++ (UIImage *)submitButtonBackgroundImageClear; ++ (UIImage *)submitImage; ++ (UIImage *)pickerSelector; ++ (UIImage *)dateSelector; ++ (UIImage *)greenCheckImage; ++ (UIImage *)buttonLoadingImage; ++ (UIImage *)textFieldBackgroundImage; ++ (UIImage *)textFieldErrorBackgroundImage; ++ (UIImage *)booleanButtonLeftImage; ++ (UIImage *)booleanButtonLeftImageSelected; ++ (UIImage *)booleanButtonRightImage; ++ (UIImage *)booleanButtonRightImageSelected; + ++ (UIImage *)closeImage; + ++ (UIImage *)startConversationImage; ++ (UIImage *)askAQuestion; + ++ (UIImage *)messageFailedImage; + ++ (UIImage *)uploadButtonImage; ++ (UIImage *)chatBubbleImage; + ++ (UIImage *)launcherImage; + ++ (UIImage *)twitterIcon; ++ (UIImage *)linkedinIcon; + ++ (UIImage *)snoozeIcon; + ++ (UIImage *)sendIcon; ++ (UIImage *)undoIcon; + ++ (UIImage *)homescreenFailedImage; ++ (UIImage *)searchIcon; + ++ (UIImage *)replyTimeIcon; + +// Help Center ++ (UIImage *)helpCenterLoadingImage; ++ (UIImage *)helpCenterChevron; + +// Carousel ++ (UIImage *)screenActionCheckmark; ++ (UIImage *)carouselLoadingImage; + +// Articles ++ (UIImage *)articleLoadingImage; + +// Teammate Profile ++ (UIImage *)teammateTimeIcon; ++ (UIImage *)teammateRoleIcon; ++ (UIImage *)teammateIntroIcon; + +//Text Input ++ (UIImage *)textInputIcon; ++ (UIImage *)textInputSelectedIcon; + +//Photo Input ++ (UIImage *)photoInputIcon; ++ (UIImage *)photoInputSelectedIcon; ++ (UIImage *)expandPhotosIcon; + +//GIF Input ++ (UIImage *)gifInputIcon; ++ (UIImage *)gifInputSelectedIcon; + ++ (UIImage *)footerLinkIcon; + +// Sounds ++ (NSURL *)soundForMessageSending; ++ (NSURL *)soundForMessageSendingFailure; ++ (NSURL *)soundForIncomingAdminMessage; ++ (NSURL *)soundForIncomingOperatorMessage; + +// Surveys ++ (UIImage *)starFillImage; ++ (UIImage *)starUnselectedImage; ++ (UIImage *)starSelectedImage; ++ (UIImage *)externalLinkIcon; ++ (UIImage *)surveyLoadingImage; + ++ (UIImage *)playIcon; + +@end diff --git a/Intercom.xcframework/ios-arm64/Intercom.framework/Headers/ICMAutoLayout.h b/Intercom.xcframework/ios-arm64/Intercom.framework/Headers/ICMAutoLayout.h new file mode 100644 index 00000000..9e5669cf --- /dev/null +++ b/Intercom.xcframework/ios-arm64/Intercom.framework/Headers/ICMAutoLayout.h @@ -0,0 +1,193 @@ +// +// ICMAutoLayout.h +// Pods +// +// Created by James Treanor on 16/04/2015. +// +// + +#import + +typedef NS_OPTIONS(NSUInteger, ICM_JRTViewPinEdges) +{ + /// Pins the top edge of an item. + ICM_JRTViewPinTopEdge = 1 << 0, + + /// Pins the right edge of an item. + ICM_JRTViewPinRightEdge = 1 << 1, + + /// Pins the bottom edge of an item. + ICM_JRTViewPinBottomEdge = 1 << 2, + + /// Pins the left edge of an item. + ICM_JRTViewPinLeftEdge = 1 << 3, + + /// Pins all edges of an item. + ICM_JRTViewPinAllEdges = ~0UL +}; + +@interface ICMAutoLayout : NSObject + +/** + * @name Centering Views + */ + +/** + * Centers the receiver in the superview on a specified axis. + * + * @param axis The axis of the superview you wish to center the receiver in. This parameter accepts `NSLayoutAttributeCenterX` or `NSLayoutAttributeCenterY`. + * + * @return The `NSLayoutConstraint` generated by this method. + */ ++(NSLayoutConstraint *)centerView:(UIView *)primaryView inContainerOnAxis:(NSLayoutAttribute)axis; + +/** + * Centers the receiver in the superview on a specified axis. + * + * @param axis The axis of the superview you wish to center the receiver in. This parameter accepts `NSLayoutAttributeCenterX` or `NSLayoutAttributeCenterY`. + * @param constant Constraint constant value. + * + * @return The `NSLayoutConstraint` generated by this method. +*/ + ++ (NSLayoutConstraint *)centerView:(UIView *)primaryView inContainerOnAxis:(NSLayoutAttribute)axis withConstant:(CGFloat)constant; + +/** + * Centers the receiver in the superview on a specified axis. + * + * @param axis The axis of the superview you wish to center the receiver in. This parameter accepts `NSLayoutAttributeCenterX` or `NSLayoutAttributeCenterY`. + * @param constant Constraint constant value. + * @param priority Constraint priority value. + * + * @return The `NSLayoutConstraint` generated by this method. +*/ + ++ (NSLayoutConstraint *)centerView:(UIView *)primaryView inContainerOnAxis:(NSLayoutAttribute)axis withConstant:(CGFloat)constant withPriority:(UILayoutPriority)priority; + +/** + * @name Constraining to a fixed size + */ + +/** + * Constrains the receiver to a fixed size. + * @warning Setting an axis to 0.0 will result in no constraint being applied to that axis. + * + * @param size The size to constrain the receiver to. + * + * @return An array of `NSLayoutConstraint` objects generated by this method. + */ ++(NSArray *)constrainView:(UIView *)primaryView toSize:(CGSize)size; + +/** + * Constrains the receiver to a fixed width. + * + * @param width The width to constrain the receiver to + * + * @return The `NSLayoutConstraint` generated by this method. + */ ++(NSLayoutConstraint *)constrainView:(UIView *)primaryView toWidth:(CGFloat)width; + +/** + * Constrains the receiver to a fixed width. + * + * @param width The width to constrain the receiver to + * @param priority The UILayoutPriority of the constraint + * + * @return The `NSLayoutConstraint` generated by this method. +*/ + ++(NSLayoutConstraint *)constrainView:(UIView *)primaryView toWidth:(CGFloat)width withPriority:(UILayoutPriority)priority; + +/** + * Constrains the receiver to a fixed height. + * + * @param height The height to constrain the receiver to + * + * @return The `NSLayoutConstraint` generated by this method. + */ ++(NSLayoutConstraint *)constrainView:(UIView *)primaryView toHeight:(CGFloat)height; + +/** + * Constrains the receiver to a fixed height. + * + * @param height The height to constrain the receiver to + * @param priority The UILayoutPriority of the constraint + * + * @return The `NSLayoutConstraint` generated by this method. +*/ ++ (NSLayoutConstraint *)constrainView:(UIView *)primaryView toHeight:(CGFloat)height withPriority:(UILayoutPriority)priority; + +/** + * @name Pinning to other items + */ + +/** + * Pins an attribute to any valid attribute of the peer item. The item may be the layout guide of a view controller. + * + * @param attribute The attribute of the receiver that you want to pin. + * @param toAttribute The attribute of the `peerView` that you want to pin. + * @param peerItem The item that you want to pin the receiver to. (either `UIView` or `UILayoutSupport`). + * + * @return The `NSLayoutConstraint` generated by this method. + */ ++(NSLayoutConstraint *)pinView:(UIView *)primaryView attribute:(NSLayoutAttribute)attribute toAttribute:(NSLayoutAttribute)toAttribute ofItem:(id)peerItem; + +/** + * Pins an attribute to any valid attribute of the peer item. The item may be the layout guide of a view controller. Provide a constant for offset/inset. + * + * @param attribute The attribute of the receiver that you want to pin. + * @param toAttribute The attribute of the `peerView` that you want to pin. + * @param peerItem The item that you want to pin the receiver to. (either `UIView` or `UILayoutSupport`). + * @param constant The constant that you want to apply to the constraint. + * + * @return The `NSLayoutConstraint` generated by this method. + */ ++(NSLayoutConstraint *)pinView:(UIView *)primaryView attribute:(NSLayoutAttribute)attribute toAttribute:(NSLayoutAttribute)toAttribute ofItem:(id)peerItem withConstant:(CGFloat)constant; + +/** + * Pins an attribute to any valid attribute of the peer item. The item may be the layout guide of a view controller. Provide a constant for offset/inset along with a relation. + * + * @param attribute The attribute of the receiver that you want to pin. + * @param toAttribute The attribute of the `peerView` that you want to pin. + * @param peerItem The item that you want to pin the receiver to. (either `UIView` or `UILayoutSupport`). + * @param constant The constant that you want to apply to the constraint. + * @param relation The relation that you wish to apply to the constraint. + * + * @return The `NSLayoutConstraint` generated by this method. + */ ++(NSLayoutConstraint *)pinView:(UIView *)primaryView attribute:(NSLayoutAttribute)attribute toAttribute:(NSLayoutAttribute)toAttribute ofItem:(id)peerItem withConstant:(CGFloat)constant relation:(NSLayoutRelation)relation; + +/** + * Pins the receivers edge(s) to another views edge(s). Both views must be in the same view hierarchy. + * + * @param edges The edges that should be pinned to the peerView's edges. + * @param peerView The view that the receiver is being pinned to. + * + * @return An array of `NSLayoutConstraint` objects generated by this method. + */ ++(NSArray *)pinView:(UIView *)primaryView edges:(ICM_JRTViewPinEdges)edges toSameEdgesOfView:(UIView *)peerView; + +/** + * Pins the receivers edge(s) to another views edge(s). Both views must be in the same view hierarchy. + * + * @param edges The edges that should be pinned to the peerView's edges. + * @param peerView The view that the receiver is being pinned to. + * @param inset The inset that is applied to the attributes. + * + * @return An array of `NSLayoutConstraint` objects generated by this method. + */ ++(NSArray *)pinView:(UIView *)primaryView edges:(ICM_JRTViewPinEdges)edges toSameEdgesOfView:(UIView *)peerView inset:(CGFloat)inset; + +/** + * Pins the receivers edge(s) to another views edge(s). Both views must be in the same view hierarchy. + * + * @param edges The edges that should be pinned to the peerView's edges. + * @param peerView The view that the receiver is being pinned to. + * @param inset The inset that is applied to the attributes. + * @param priority The resulting constraints' priorities. + * + * @return An array of `NSLayoutConstraint` objects generated by this method. +*/ ++ (NSArray *)pinView:(UIView *)primaryView edges:(ICM_JRTViewPinEdges)edges toSameEdgesOfView:(UIView *)peerView inset:(CGFloat)inset withPriority:(UILayoutPriority)priority; + +@end diff --git a/Intercom.xcframework/ios-arm64/Intercom.framework/Headers/ICMAvatar.h b/Intercom.xcframework/ios-arm64/Intercom.framework/Headers/ICMAvatar.h new file mode 100644 index 00000000..380e9f48 --- /dev/null +++ b/Intercom.xcframework/ios-arm64/Intercom.framework/Headers/ICMAvatar.h @@ -0,0 +1,11 @@ +#import +#import "ICMSafeNetworkModel.h" + +@interface ICMAvatar : ICMSafeNetworkModel + +@property (nonatomic, copy, readonly) NSString *imageUrl; + ++ (instancetype)instanceFromDictionary:(NSDictionary *)aDictionary; +- (BOOL)isEqualToAvatar:(ICMAvatar *)other; +- (NSString *)chatHeadURL; +@end diff --git a/Intercom.xcframework/ios-arm64/Intercom.framework/Headers/ICMAvatarView.h b/Intercom.xcframework/ios-arm64/Intercom.framework/Headers/ICMAvatarView.h new file mode 100644 index 00000000..8aab0c43 --- /dev/null +++ b/Intercom.xcframework/ios-arm64/Intercom.framework/Headers/ICMAvatarView.h @@ -0,0 +1,25 @@ +// +// Created by Roland Gropmair on 25/04/2014. +// Copyright (c) 2014 Intercom. All rights reserved. +// + +#import +#import +#import "ICMTeammatePresenceView.h" + +@interface ICMAvatarView : UIView + +- (instancetype)initWithDiameter:(CGFloat)diameter showTeammatePresence:(BOOL)showTeammatePresence; + +@property (nonatomic, assign, readonly) CGFloat diameter; +@property (nonatomic, strong) UIColor *borderColor; +@property (nonatomic, assign) CGFloat borderWidth; +@property (nonatomic, strong) ICMTeammatePresenceView *teammatePresenceView; + +- (void)loadAvatarWithURLString:(NSString *)urlString userName:(NSString *)userName; +- (void)cancelImageLoad; +- (NSString *)firstInitialOfName:(NSString *)fullName; +- (void)hideUserPresenceView; +- (void)setTeamPresenceBorderColor:(UIColor *)color; + +@end diff --git a/Intercom.xcframework/ios-arm64/Intercom.framework/Headers/ICMBlockAppearance.h b/Intercom.xcframework/ios-arm64/Intercom.framework/Headers/ICMBlockAppearance.h new file mode 100644 index 00000000..285a07a4 --- /dev/null +++ b/Intercom.xcframework/ios-arm64/Intercom.framework/Headers/ICMBlockAppearance.h @@ -0,0 +1,16 @@ +// +// ICMBlockAppearance.h +// Pods +// +// Created by Brian Boyle on 22/06/2016. +// +// + +#import +#import "ITBBlockAppearance.h" + +@interface ICMBlockAppearance : NSObject + ++ (instancetype)sharedInstance; + +@end diff --git a/Intercom.xcframework/ios-arm64/Intercom.framework/Headers/ICMBlockLoader.h b/Intercom.xcframework/ios-arm64/Intercom.framework/Headers/ICMBlockLoader.h new file mode 100644 index 00000000..da109e14 --- /dev/null +++ b/Intercom.xcframework/ios-arm64/Intercom.framework/Headers/ICMBlockLoader.h @@ -0,0 +1,17 @@ +// +// ICMBlockLoader.h +// IntercomSDK +// +// Created by Brian Boyle on 18/09/2018. +// Copyright © 2018 Intercom. All rights reserved. +// + +#import +@protocol ITBBlockAppearance; +@class ITBBlock; + +@interface ICMBlockLoader : NSObject + ++ (ITBBlock *)blockFromDictionary:(NSDictionary *)dictionary appearance:(id)appearance; + +@end diff --git a/Intercom.xcframework/ios-arm64/Intercom.framework/Headers/ICMButton.h b/Intercom.xcframework/ios-arm64/Intercom.framework/Headers/ICMButton.h new file mode 100644 index 00000000..2097a5cd --- /dev/null +++ b/Intercom.xcframework/ios-arm64/Intercom.framework/Headers/ICMButton.h @@ -0,0 +1,47 @@ +// +// ICMButton.h +// IntercomSDK +// +// Created by Brian Boyle on 03/07/2019. +// Copyright © 2019 Intercom. All rights reserved. +// + +#import + +NS_ASSUME_NONNULL_BEGIN + +typedef NS_ENUM(NSInteger, ICMButtonStyle) { + ICMButtonStyleFilled, + ICMButtonStyleColorFade, +}; + +@interface ICMButton : UIButton + +@property (nonatomic, assign) CGFloat cornerRadius; + +/** + * Create a standard Intercom button. This button will adopt the apps primary colour. + * + * @param title The button title. + * @param style The button style. + * @return A new Intercom button instance. +*/ +- (instancetype)initWithTitle:(NSString *)title style:(ICMButtonStyle)style; + +/** + * Create a standard Intercom button. This button will adopt colors derived from `backgroundColor`. + * + * @param title The button title. + * @param style The button style. + * @param backgroundColor Set the main color of the button. + * @return A new Intercom button instance. +*/ +- (instancetype)initWithTitle:(NSString *)title style:(ICMButtonStyle)style backgroundColor:(UIColor *)backgroundColor; + +/// Computes `text` and `border` color from the backgroundColor and applies all 3 colors to the button. +/// @param backgroundColor Set the main color of the button. +- (void)configureForFilledStyleBackgroundColor:(UIColor *)backgroundColor; + +@end + +NS_ASSUME_NONNULL_END diff --git a/Intercom.xcframework/ios-arm64/Intercom.framework/Headers/ICMCarouselBlockAppearance.h b/Intercom.xcframework/ios-arm64/Intercom.framework/Headers/ICMCarouselBlockAppearance.h new file mode 100644 index 00000000..4aa51709 --- /dev/null +++ b/Intercom.xcframework/ios-arm64/Intercom.framework/Headers/ICMCarouselBlockAppearance.h @@ -0,0 +1,18 @@ +// +// ICMCarouselBlockAppearance.h +// IntercomSDK +// +// Created by Brian Boyle on 24/02/2020. +// Copyright © 2020 Intercom. All rights reserved. +// + +#import +#import + +NS_ASSUME_NONNULL_BEGIN + +@interface ICMCarouselBlockAppearance : ICMAdminBlockAppearance + +@end + +NS_ASSUME_NONNULL_END diff --git a/Intercom.xcframework/ios-arm64/Intercom.framework/Headers/ICMColor.h b/Intercom.xcframework/ios-arm64/Intercom.framework/Headers/ICMColor.h new file mode 100644 index 00000000..d5dd3ddf --- /dev/null +++ b/Intercom.xcframework/ios-arm64/Intercom.framework/Headers/ICMColor.h @@ -0,0 +1,103 @@ +#import +#import + +@interface ICMColor : NSObject + ++ (UIColor *)primaryColor; + ++ (UIColor *)darkPrimaryColor; ++ (UIColor *)primaryTextColor; ++ (UIColor *)primaryColorVariant; ++ (UIColor *)primaryOrDarkColor; ++ (UIColor *)whiteOrDarkForPrimaryColor; ++ (UIColor *)secondaryColor; ++ (UIColor *)darkSecondaryColor; ++ (UIColor *)lightSecondaryColor; ++ (UIColor *)secondaryTextColor; ++ (UIColor *)secondaryColorVariant; ++ (UIColor *)helpCenterThemeColor; ++ (UIColor *)helpCenterTextColor; ++ (UIColor *)helpCenterSearchPlaceholderColor; ++ (UIColor *)helpCenterSearchBarBackgroundColor; ++ (UIColor *)bubbleTextColorUser; ++ (UIColor *)bubbleFillColorUser; ++ (UIColor *)launcherImageColor; ++ (UIColor *)intercomLinkColor; ++ (UIColor *)composerSeparatorColor; + + +#pragma mark - Colour Palette + ++ (UIColor *)ghostWhite; ++ (UIColor *)dark; ++ (UIColor *)charcoalGrey; ++ (UIColor *)silver; ++ (UIColor *)intercomBlue; ++ (UIColor *)errorColor; ++ (UIColor *)closeButtonDarkColorWithAlpha:(CGFloat)alpha; ++ (UIColor *)closeButtonLightColor; ++ (UIColor *)closeButtonLightColorWithAlpha:(CGFloat)alpha; + + +#pragma mark - Active/Away States + ++ (UIColor *)activeColour; ++ (UIColor *)awayColour; + + +#pragma mark - Button colors + +/** + * Calculates and returns a darker version of the passed in color. This should be used as the text color of an ICMButton. + * + * @param color The original color. + * @return The darker color to be used as the text color of an ICMButton. +*/ ++ (UIColor *)buttonTextColorVarient:(UIColor *)color; + +/** + * Calculates and returns a lighter version of the passed in color. This should be used as the background of an ICMButton. + * + * @param color The original color. + * @return The lighter color to be used as the background of an ICMButton. +*/ ++ (UIColor *)buttonBackgroundColorVarient:(UIColor *)color; + +/** + * Calculates and returns a darker version of the passed in colour. This should be used as the background color of an ICMButton while it is being tapped. + * + * @param color The original color. + * @return The darker color to be used as the background of am ICMButton while it is being tapped. +*/ ++ (UIColor *)buttonHighlightColor:(UIColor *)color; + +/// Calculates and returns either white or black color based on the lightness of the passed in color so that the text is visible. +/// @param backgroundColor The background color. +/// @return White if the background color is dark, black if the background color is light. ++ (UIColor *)textColorForBackgroundColor:(UIColor *)backgroundColor; + +/// Calculates and returns a color based on the lightness of the passed in color such that the resulting color, when used on a border of a view, could essentially differentiate the view from it's background, even in the case where both the view and it's background have the exact same color. +/// @param backgroundColor The background color. ++ (UIColor *)borderColorForBackgroundColor:(UIColor *)backgroundColor; + + +#pragma mark - Colour Utils + ++ (UIColor *)colorWithR:(int)r g:(int)g b:(int)b; ++ (UIColor *)colorWithR:(int)r g:(int)g b:(int)b alpha:(CGFloat)alpha; ++ (UIColor *)colorWithHexString:(NSString *)hexString; + +/** + * Fades between firstColor and secondColor at the specified ratio: + * + * @ ratio 0.0 - fully firstColor + * @ ratio 0.5 - halfway between firstColor and secondColor + * @ ratio 1.0 - fully secondColor + * + */ + ++ (UIColor *)colorForFadeBetweenFirstColor:(UIColor *)firstColor + secondColor:(UIColor *)secondColor + atRatio:(CGFloat)ratio; + +@end diff --git a/Intercom.xcframework/ios-arm64/Intercom.framework/Headers/ICMConfig.h b/Intercom.xcframework/ios-arm64/Intercom.framework/Headers/ICMConfig.h new file mode 100644 index 00000000..64a69f59 --- /dev/null +++ b/Intercom.xcframework/ios-arm64/Intercom.framework/Headers/ICMConfig.h @@ -0,0 +1,83 @@ +#import +#import "ICMSafeNetworkModel.h" + +static NSString *const kICMIntercomConfigChangedNotification = @"kICMIntercomConfigChangedNotification"; +static NSString *const kICMMessengerBackgroundImageLoadedNotification = @"kICMMessengerBackgroundImageLoadedNotification"; +static NSString *const kICMMessengerLogoImageLoadedNotification = @"kICMMessengerLogoImageLoadedNotification"; +static NSString *const kICMLauncherCustomLogoImageLoadedNotification = @"kICMLauncherCustomLogoImageLoadedNotification"; + +@protocol ICMConfigProtocol +@property (readonly) BOOL inboundMessages; +@property (readonly) BOOL accessToTeammateEnabled; +@property (readonly) BOOL helpCenterRequireSearch; +@property (nonatomic, copy) NSString *appName; +@end + +@interface ICMConfig : ICMSafeNetworkModel + +@property (nonatomic, copy) NSString *primaryColorString; +@property (nonatomic, copy) NSString *secondaryColorString; +@property (nonatomic, copy) NSString *appName; +@property (nonatomic, copy) NSString *teamIntro; +@property (nonatomic, copy) NSString *messengerBackgroundImageUrlString; +@property (nonatomic, copy) NSString *messengerLogoUrlString; +@property (nonatomic, copy) NSString *teamGreeting; +@property (nonatomic, copy) NSString *launcherAlignment; +@property (nonatomic, copy) NSString *temporaryExpectationsMessage; +@property (nonatomic, assign) NSInteger launcherBottomPadding; +@property (nonatomic, copy) NSString *launcherCustomLogoURLString; +@property (nonatomic, assign) NSInteger uploadSizeLimit; + +@property (nonatomic, assign) BOOL inboundMessages; +@property (nonatomic, assign) BOOL attachmentsEnabled; +@property (nonatomic, assign) BOOL gifsEnabled; +@property (nonatomic, assign) BOOL showIntercomLink; +@property (nonatomic, assign) BOOL audioEnabled; +@property (nonatomic, assign) BOOL metricsEnabled; +@property (nonatomic, assign) BOOL backgroundRequestsEnabled; +@property (nonatomic, assign) BOOL shouldDisplayDarkPrimaryColor; +@property (nonatomic, assign) BOOL shouldDisplayDarkSecondaryColor; +@property (nonatomic, assign) BOOL shouldDisplayDarkHelpCenterColor; +@property (nonatomic, assign) BOOL identityVerificationEnabled; +@property (nonatomic, assign) BOOL accessToTeammateEnabled; +@property (nonatomic, assign) BOOL helpCenterRequireSearch; +@property (nonatomic, assign) BOOL preventMultipleInboundConversations; + +@property (nonatomic, assign) NSTimeInterval userUpdateDupCacheMaxAge; +@property (nonatomic, assign) NSTimeInterval newSessionThreshold; +@property (nonatomic, assign) NSTimeInterval batchUserUpdatePeriod; +@property (nonatomic, assign) NSTimeInterval softResetTimeout; +@property (nonatomic, assign) NSTimeInterval pingDelay; + +@property (nonatomic, assign) NSTimeInterval rateLimitPeriod; +@property (nonatomic, assign) NSUInteger rateLimit; + +@property (nonatomic, copy) NSString *helpCenterUrlString; +@property (nonatomic, copy) NSArray *helpCenterUrlStrings; +@property (nonatomic, copy) NSString *helpCenterBaseColorString; + +@property (nonatomic, strong) NSLocale *intercomLocale; +@property (nonatomic, strong) NSLocale *helpCenterLocale; +@property (nonatomic, strong) NSSet *features; + ++ (instancetype)instanceFromDictionary:(NSDictionary *)aDictionary; + ++ (void)updateSharedInstanceFromDictionary:(NSDictionary *)aDictionary; + ++ (instancetype)sharedConfig; ++ (void)deleteSharedConfig; + +- (BOOL)isEqualToConfig:(ICMConfig *)other; +- (void)saveIfNeeded; +- (void)save; +- (UIImage *)messengerBackgroundImage; +- (UIImage *)messengerLogoImage; +- (UIImage *)customLauncherImage; +- (UIColor *)primaryColor; +- (UIColor *)secondaryColor; +- (UIColor *)helpCenterBaseColor; +- (BOOL)hasFeature:(NSString *)feature; +- (BOOL)receivedFromServer; +- (BOOL)useDefaultLauncherAlignment; + +@end diff --git a/Intercom.xcframework/ios-arm64/Intercom.framework/Headers/ICMContentStackView.h b/Intercom.xcframework/ios-arm64/Intercom.framework/Headers/ICMContentStackView.h new file mode 100644 index 00000000..12b48c08 --- /dev/null +++ b/Intercom.xcframework/ios-arm64/Intercom.framework/Headers/ICMContentStackView.h @@ -0,0 +1,29 @@ +// +// ICMContentStackView.h +// IntercomSDK +// +// Created by Brian Boyle on 16/01/2020. +// Copyright © 2020 Intercom. All rights reserved. +// + +#import + +@class ITBBlock; +@class ICMBlockAppearance; + +NS_ASSUME_NONNULL_BEGIN + +typedef NS_ENUM(NSInteger, ICMContentStackViewContext) { + ICMContentStackViewContextCarousel, + ICMContentStackViewContextSurvey +}; + +@interface ICMContentStackView : UIStackView + +- (instancetype)initWithBlocks:(NSArray *)blocks context:(ICMContentStackViewContext)context; +- (void)renderContent; +- (void)updateFirstBlockWithAppearance:(ICMBlockAppearance *)appearance; + +@end + +NS_ASSUME_NONNULL_END diff --git a/Intercom.xcframework/ios-arm64/Intercom.framework/Headers/ICMContentViewController.h b/Intercom.xcframework/ios-arm64/Intercom.framework/Headers/ICMContentViewController.h new file mode 100644 index 00000000..7ea8b0b1 --- /dev/null +++ b/Intercom.xcframework/ios-arm64/Intercom.framework/Headers/ICMContentViewController.h @@ -0,0 +1,25 @@ +// +// ICMContentViewController.h +// IntercomSDK +// +// Created by Michael McNamara on 05/10/2020. +// Copyright © 2020 Intercom. All rights reserved. +// + +#import +#import "ICMContentViewControllerDelegate.h" + +NS_ASSUME_NONNULL_BEGIN + +@protocol ICMContentViewController + +@property (nonatomic, weak) id contentDelegate; + +@required +- (void)reload; +- (void)closeButtonTapped; +- (void)viewDidDismissBySwipe; + +@end + +NS_ASSUME_NONNULL_END diff --git a/Intercom.xcframework/ios-arm64/Intercom.framework/Headers/ICMContentViewControllerDelegate.h b/Intercom.xcframework/ios-arm64/Intercom.framework/Headers/ICMContentViewControllerDelegate.h new file mode 100644 index 00000000..18e2e201 --- /dev/null +++ b/Intercom.xcframework/ios-arm64/Intercom.framework/Headers/ICMContentViewControllerDelegate.h @@ -0,0 +1,33 @@ +// +// ICMContentViewControllerDelegate.h +// IntercomSDK +// +// Created by Michael McNamara on 30/03/2021. +// Copyright © 2021 Intercom. All rights reserved. +// + +#import + +NS_ASSUME_NONNULL_BEGIN + +@protocol ICMContentViewControllerDelegate + +@required +- (void)contentDidLoadWithDismissEnabled:(BOOL)dismissEnabled; +- (void)contentDidLoadWithDismissEnabled:(BOOL)dismissEnabled + swipeDismissalRequiresConfirmation:(BOOL)requiresConfirmation + didAttemptDismiss:(void (^_Nullable)(void))didAttemptDismissBlock; +- (void)showLoadingViewWithImage:(UIImage *)image; +- (void)contentLoadingDidFail:(NSString *)errorMessage + showActionButton:(BOOL)showActionButton + actionButtonTitle:(NSString * _Nullable)actionButtonTitle; +- (void)configureCloseButtonForBackgroundColor:(UIColor *)backgroundColor; +- (void)closeContentModal; +- (void)configureDismissEnabled:(BOOL)dismissEnabled; +- (void)configureDismissEnabled:(BOOL)dismissEnabled +swipeDismissalRequiresConfirmation:(BOOL)requiresConfirmation + didAttemptDismiss:(void (^_Nullable)(void))didAttemptDismissBlock; + +@end + +NS_ASSUME_NONNULL_END diff --git a/Intercom.xcframework/ios-arm64/Intercom.framework/Headers/ICMCountLimitInputValidator.h b/Intercom.xcframework/ios-arm64/Intercom.framework/Headers/ICMCountLimitInputValidator.h new file mode 100644 index 00000000..cdee1906 --- /dev/null +++ b/Intercom.xcframework/ios-arm64/Intercom.framework/Headers/ICMCountLimitInputValidator.h @@ -0,0 +1,20 @@ +// +// ICMCountLimitInputValidator.h +// IntercomSDK-Dynamic +// +// Created by Michael McNamara on 18/11/2021. +// Copyright © 2021 Intercom. All rights reserved. +// + +#import +#import "ICMValidatorProtocol.h" + +NS_ASSUME_NONNULL_BEGIN + +@interface ICMCountLimitInputValidator : NSObject + +- (instancetype)initWithMinimumCount:(NSInteger)minimumCount maximumCount:(NSInteger)maximumCount; + +@end + +NS_ASSUME_NONNULL_END diff --git a/Intercom.xcframework/ios-arm64/Intercom.framework/Headers/ICMDataManager.h b/Intercom.xcframework/ios-arm64/Intercom.framework/Headers/ICMDataManager.h new file mode 100644 index 00000000..c0e56f58 --- /dev/null +++ b/Intercom.xcframework/ios-arm64/Intercom.framework/Headers/ICMDataManager.h @@ -0,0 +1,38 @@ +// +// ICMDataManager.h +// IntercomSDK +// +// Created by Dale Cantwell on 28/04/2014. +// Copyright (c) 2014 Intercom. All rights reserved. +// + +#import +#import +#import "ICMUnreadManager.h" +#import "ICMDataManagerProtocol.h" + +@class ICMConversation; + +@interface ICMDataManager : NSObject +@property (nonatomic, readonly) NSMutableArray *conversations; +@property (nonatomic, strong) NSString *conversationToMark; +@property (nonatomic, strong) ICMUnreadManager *unreadManager; +@property (nonatomic, strong) ICMConversation *lastViewedConversation; +@property (nonatomic, assign) BOOL morePagesAvailable; +@property (nonatomic, assign) BOOL hasReceivedConversationsResponse; + ++ (instancetype)sharedManager; +- (void)updateConversationsBefore:(NSDate *)before success:(void (^)(NSArray *conversations, BOOL newElementsAdded))success failure:(void (^)(NSError *error))failure; +- (void)updateConversationsWithSuccess:(void (^)(NSArray *conversations))success failure:(void (^)(NSError *error))failure; +- (void)updateWithConversation:(ICMConversation *)conversation; +- (void)getUnreadConversationsIfNeeded; +- (NSArray *)getRecentConversations; +- (NSArray *)getPreviousConversations; +- (void)clearConversations; +- (BOOL)hasRecentConversations; +- (BOOL)hasPreviousConversations; +- (NSInteger)recentConversationCount; +- (BOOL)hasConversations; +- (BOOL)hasOpenInboundConversation; + +@end diff --git a/Intercom.xcframework/ios-arm64/Intercom.framework/Headers/ICMDataManagerProtocol.h b/Intercom.xcframework/ios-arm64/Intercom.framework/Headers/ICMDataManagerProtocol.h new file mode 100644 index 00000000..98b4d60b --- /dev/null +++ b/Intercom.xcframework/ios-arm64/Intercom.framework/Headers/ICMDataManagerProtocol.h @@ -0,0 +1,24 @@ +// +// ICMDataManagerProtocol.h +// IntercomSDK +// +// Created by Michael McNamara on 14/09/2021. +// Copyright © 2021 Intercom. All rights reserved. +// + +#ifndef ICMDataManagerProtocol_h +#define ICMDataManagerProtocol_h + +NS_ASSUME_NONNULL_BEGIN + +@protocol ICMDataManagerProtocol + +- (BOOL)hasRecentConversations; +- (BOOL)hasPreviousConversations; +- (int)recentConversationCount; + +@end + +NS_ASSUME_NONNULL_END + +#endif /* ICMDataManagerProtocol_h */ diff --git a/Intercom.xcframework/ios-arm64/Intercom.framework/Headers/ICMEmailTextField.h b/Intercom.xcframework/ios-arm64/Intercom.framework/Headers/ICMEmailTextField.h new file mode 100644 index 00000000..ba89b656 --- /dev/null +++ b/Intercom.xcframework/ios-arm64/Intercom.framework/Headers/ICMEmailTextField.h @@ -0,0 +1,17 @@ +// +// ICMEmailTextField.h +// IntercomSDK +// +// Created by Brian Boyle on 03/03/2019. +// Copyright © 2019 Intercom. All rights reserved. +// + +#import "ICMTextField.h" + +NS_ASSUME_NONNULL_BEGIN + +@interface ICMEmailTextField : ICMTextField + +@end + +NS_ASSUME_NONNULL_END diff --git a/Intercom.xcframework/ios-arm64/Intercom.framework/Headers/ICMEmptyInputValidator.h b/Intercom.xcframework/ios-arm64/Intercom.framework/Headers/ICMEmptyInputValidator.h new file mode 100644 index 00000000..b13cae09 --- /dev/null +++ b/Intercom.xcframework/ios-arm64/Intercom.framework/Headers/ICMEmptyInputValidator.h @@ -0,0 +1,18 @@ +// +// ICMEmptyInputValidator.h +// IntercomSDK +// +// Created by Brian Boyle on 07/03/2019. +// Copyright © 2019 Intercom. All rights reserved. +// + +#import +#import "ICMValidatorProtocol.h" + +NS_ASSUME_NONNULL_BEGIN + +@interface ICMEmptyInputValidator : NSObject + +@end + +NS_ASSUME_NONNULL_END diff --git a/Intercom.xcframework/ios-arm64/Intercom.framework/Headers/ICMEngine.h b/Intercom.xcframework/ios-arm64/Intercom.framework/Headers/ICMEngine.h new file mode 100644 index 00000000..ff013fe4 --- /dev/null +++ b/Intercom.xcframework/ios-arm64/Intercom.framework/Headers/ICMEngine.h @@ -0,0 +1,20 @@ +// +// ICMEngine.h +// Intercom +// +// Created by Brian Boyle on 16/08/2016. +// +// + +@protocol ICMFileUploadConfig; + +typedef void (^ICMHTTPEmptySuccess)(void); +typedef void (^ICMHTTPClientError) (NSError *error); +typedef void (^ICMHTTPClientProgress) (double progress); + +@interface ICMEngine : NSObject + +- (void)requestWithoutRedirects:(NSURLRequest *)request success:(ICMHTTPEmptySuccess)success failure:(ICMHTTPClientError)failure; +- (NSURLSessionUploadTask *)uploadFileWithFileName:(NSString *)filename data:(NSData *)data uploadConfig:(id)uploadConfig success:(ICMHTTPEmptySuccess)success progress:(ICMHTTPClientProgress)progress failure:(ICMHTTPClientError)failure; + +@end diff --git a/Intercom.xcframework/ios-arm64/Intercom.framework/Headers/ICMErrorViewController.h b/Intercom.xcframework/ios-arm64/Intercom.framework/Headers/ICMErrorViewController.h new file mode 100644 index 00000000..a4cc1b5b --- /dev/null +++ b/Intercom.xcframework/ios-arm64/Intercom.framework/Headers/ICMErrorViewController.h @@ -0,0 +1,25 @@ +// +// ICMErrorViewController.h +// IntercomSDK +// +// Created by Roland Gropmair on 12/11/2014. +// Copyright (c) 2014 Intercom. All rights reserved. +// + +#import +#import + +NS_ASSUME_NONNULL_BEGIN + +@protocol ICMErrorViewDelegate; + +@interface ICMErrorViewController : UIViewController + +@property (nonatomic, weak) id errorDelegate; + +- (instancetype)initWithTitle:(NSString *)title showActionButton:(BOOL)showRetryButton actionButtonTitle:(NSString * _Nullable)retryButtonTitle; +- (void)configureForBackgroundColor:(UIColor *)backgroundColor buttonColor:(UIColor *)buttonColor; + +@end + +NS_ASSUME_NONNULL_END diff --git a/Intercom.xcframework/ios-arm64/Intercom.framework/Headers/ICMErrorViewDelegate.h b/Intercom.xcframework/ios-arm64/Intercom.framework/Headers/ICMErrorViewDelegate.h new file mode 100644 index 00000000..ec703d62 --- /dev/null +++ b/Intercom.xcframework/ios-arm64/Intercom.framework/Headers/ICMErrorViewDelegate.h @@ -0,0 +1,20 @@ +// +// ICMErrorViewDelegate.h +// IntercomSDK-Dynamic +// +// Created by Brian Boyle on 29/03/2021. +// Copyright © 2021 Intercom. All rights reserved. +// + +#import + +NS_ASSUME_NONNULL_BEGIN + +@protocol ICMErrorViewDelegate + +@optional +- (void) didSelectErrorAction; + +@end + +NS_ASSUME_NONNULL_END diff --git a/Intercom.xcframework/ios-arm64/Intercom.framework/Headers/ICMFeedbackGenerator.h b/Intercom.xcframework/ios-arm64/Intercom.framework/Headers/ICMFeedbackGenerator.h new file mode 100644 index 00000000..3548df4a --- /dev/null +++ b/Intercom.xcframework/ios-arm64/Intercom.framework/Headers/ICMFeedbackGenerator.h @@ -0,0 +1,22 @@ +// +// ICMFeedbackGenerator.h +// IntercomSDK +// +// Created by Michael Isaakidis on 31/08/2018. +// Copyright © 2018 Intercom. All rights reserved. +// + +#import + +typedef NS_ENUM(NSUInteger, ICMFeedbackGeneratorType) { + ICMFeedbackGeneratorTypeSelection, + ICMFeedbackGeneratorTypeError, + ICMFeedbackGeneratorTypeSuccess, + ICMFeedbackGeneratorTypeWarning, +}; + +@interface ICMFeedbackGenerator : NSObject + ++ (void)feedbackWithType:(ICMFeedbackGeneratorType)type; + +@end diff --git a/Intercom.xcframework/ios-arm64/Intercom.framework/Headers/ICMHTTPClient.h b/Intercom.xcframework/ios-arm64/Intercom.framework/Headers/ICMHTTPClient.h new file mode 100644 index 00000000..123de0d9 --- /dev/null +++ b/Intercom.xcframework/ios-arm64/Intercom.framework/Headers/ICMHTTPClient.h @@ -0,0 +1,195 @@ +// +// Created by Ignacio Delgado on 15/04/2014. +// Copyright (c) 2014 Intercom. All rights reserved. +// + +#import +#import "ICMHTTPClientProtocol.h" + +@class ArticleMetaData; + +@interface ICMHTTPClient : NSObject + +#pragma mark - User Updates + ++ (void)updateUserWithUserAttributes:(NSDictionary *)attributes + newSession:(BOOL)newSession + sentFromBackground:(BOOL)sentFromBackground + carouselVisible:(BOOL)carouselCurrentlyPresented + success:(ICMHTTPBaseSuccess)success + error:(ICMHTTPClientError)failure; + + +#pragma mark - Push Notification Tokens + ++ (void)submitDeviceToken; ++ (void)deleteDeviceToken:(NSString *)deviceTokenString + forUserIdentity:(ICMUserIdentity *)userIdentity + completion:(ICMHTTPEmptyBlock)completion; + + +#pragma mark - Events + ++ (void)logEventWithName:(NSString *)name + metadata:(NSDictionary *)metadata + sentFromBackground:(BOOL)sentFromBackground + carouselVisible:(BOOL)carouselCurrentlyPresented + success:(ICMHTTPBaseSuccess)success + error:(ICMHTTPClientError)failure; + + +#pragma mark - Conversations + ++ (void)markConversationAsRead:(NSString *)conversationId success:(ICMHTTPBaseSuccess)success error:(ICMHTTPClientError)failure; ++ (void)markConversationAsDismissed:(NSString *)conversationId success:(ICMHTTPEmptySuccess)success error:(ICMHTTPClientError)failure; ++ (void)recordInteractions:(NSString *)conversationId + interactions:(NSArray *)interactions; ++ (void)unreadConversations:(NSInteger)pageSize success:(ICMHTTPBaseSuccess)success error:(ICMHTTPClientError)failure; ++ (void)conversationsBefore:(NSDate *)beforeTimestamp pageSize:(NSInteger)pageSize success:(ICMHTTPConversationsSuccess)success error:(ICMHTTPClientError)failure; + +/// Create a new conversation. +/// @param blocks The blocks. +/// @param articleMetaData If a conversation is started from an article, the articleId should be passed through. This allows teammates know what article a conversation was started from. The articleSource will also be included when Help Center when opened from the Search/Browse card +/// @param success Success completion block. +/// @param failure Failure completion block. ++ (void)createConversationWithBlocks:(NSArray *)blocks + articleMetaData:(ArticleMetaData *)articleMetaData + success:(ICMHTTPConversationSuccess)success + error:(ICMHTTPClientError)failure; ++ (void)replyToConversation:(NSString *)conversationId + withBlocks:(NSArray *)blocks + success:(ICMHTTPReplyConversationSuccess)success + error:(ICMHTTPClientError)failure; + ++ (void)reactToConversation:(NSString *)conversationId withReactionIndex:(NSUInteger)index; ++ (void)conversationDetail:(NSString *)conversationId success:(ICMHTTPConversationSuccess)success error:(ICMHTTPClientError)failure; + + +#pragma mark - Conversation Ratings + ++ (void)rateConversation:(NSString *)conversationId withRatingIndex:(NSUInteger)ratingIndex; ++ (void)addConversationRatingRemarkForConversation:(NSString *)conversationId remark:(NSString *)remark; + + +#pragma mark - Articles + ++ (void)article:(NSString *)articleId success:(ICMHTTPArticleSuccess)success error:(ICMHTTPClientError)failure; ++ (void)reactToArticle:(NSString *)articleId articleContentId:(NSString *)articleContentId withReactionIndex:(NSUInteger)index allowAutoResponses:(BOOL)allowAutoResponses articleSource:(NSString *)articleSource; + + +#pragma mark - GIFs + ++ (void)loadGIFs:(NSString *)searchQuery + success:(ICMHTTPGIFSuccess)success + error:(ICMHTTPClientError)failure; + + +#pragma mark - Metrics + ++ (void)submitMetrics:(NSArray *> *)metrics + opsMetrics:(NSArray *> *)opsMetrics + success:(ICMHTTPEmptySuccess)success + error:(ICMHTTPClientError)failure; + + +#pragma mark - Uploads + ++ (void)createUploadWithUpload:(ITBUpload *)upload success:(ICMHTTPUploadCreateSuccess)success progress:(ICMHTTPClientProgress)progress error:(ICMHTTPClientError)failure; + + +#pragma mark - URL Tracker + ++ (void)trackURL:(NSString *)url; + + +#pragma mark - Operator + ++ (void)operatorConditionSatisfied:(NSString *)transitionId + converstionId:(NSString *)conversationId + error:(ICMHTTPClientError)failure; + + +#pragma mark - Sheets + ++ (void)fetchMessengerSheetData:(NSDictionary *)sheetParams success:(ICMHTTPSheetSuccess)success failure:(ICMHTTPClientError)failure; ++ (void)submitMessengerSheet:(NSDictionary *)sheetPayload uri:(NSString *)uri success:(ICMHTTPEmptyBlock)success failure:(ICMHTTPClientError)failure; + + +#pragma mark - Homescreen + ++ (void)fetchHomescreenWithSuccess:(ICMHTTPHomescreenSuccess)success failure:(ICMHTTPClientError)failure; + + +#pragma mark - Quick Reply + ++ (void)quickReplyToConversation:(NSString *)conversationId + withPartId:(NSString *)quickReplyPartId + withOptionUUID:(NSString *)uuid + success:(ICMHTTPReplyConversationSuccess)success + error:(ICMHTTPClientError)failure; + + +#pragma mark - Attribute Collector + ++ (void)submitFormParams:(NSDictionary *)formParams + forConversation:(NSString *)conversationId + success:(ICMHTTPSubmitFormSuccess)success + error:(ICMHTTPClientError)failure; + + +#pragma mark - Inbound Custom Bots + ++ (void)triggerInboundBotWithOptionUUID:(NSString *)uuid + success:(ICMHTTPConversationSuccess)success + error:(ICMHTTPClientError)failure; + + +#pragma mark - Stats System + ++ (void)recordStatistic:(NSString *)statToRecord withInstanceId:(NSString *)instanceId statsMetadata:(NSDictionary *)statsMetadata success:(ICMHTTPBaseSuccess)success error:(ICMHTTPClientError)failure; + + +#pragma mark - Carousels + ++ (void)getCarouselWithId:(NSString*)carouselId + success:(ICMHTTPCarouselSuccess)success + error:(ICMHTTPClientError)failure; + ++ (void)getCarouselWithInstanceId:(NSString*)carouselInstanceId + success:(ICMHTTPCarouselSuccess)success + error:(ICMHTTPClientError)failure; + +#pragma mark - Help Center + ++ (void)getHelpCenterCollections:(ICMHTTPArraySuccess)success + error:(ICMHTTPClientError)failure; + ++ (void)getHelpCenterCollection:(NSString*)collectionId + success:(ICMHTTPDictionarySuccess)success + error:(ICMHTTPClientError)failure; + ++ (void)getHelpCenterSearchResults:(NSString*)searchText + source:(NSString*)source + success:(ICMHTTPArraySuccess)success + error:(ICMHTTPClientError)failure; + +#pragma mark - Surveys + ++ (void)submitSurvey:(Survey *)survey + success:(ICMHTTPDictionarySuccess)success + error:(ICMHTTPClientError)failure; + + ++ (void)dismissSurvey:(Survey *)survey + success:(ICMHTTPEmptyBlock)success + error:(ICMHTTPClientError)failure; + + +#pragma mark - Composer suggestions + + ++ (void)openMessenger:(ICMHTTPBaseSuccess)success + error:(ICMHTTPClientError)failure; + +@end + diff --git a/Intercom.xcframework/ios-arm64/Intercom.framework/Headers/ICMHTTPClientProtocol.h b/Intercom.xcframework/ios-arm64/Intercom.framework/Headers/ICMHTTPClientProtocol.h new file mode 100644 index 00000000..8ba9627d --- /dev/null +++ b/Intercom.xcframework/ios-arm64/Intercom.framework/Headers/ICMHTTPClientProtocol.h @@ -0,0 +1,93 @@ +// +// ICMHTTPClientProtocol.h +// IntercomSDK +// +// Created by Michael McNamara on 14/04/2021. +// Copyright © 2021 Intercom. All rights reserved. +// + +#ifndef ICMHTTPClientProtocol_h +#define ICMHTTPClientProtocol_h + +#import "ICMEngine.h" + +@class ITBUpload; +@class ICMConversationsResponse; +@class ICMConversation; +@class ICMConversationPart; +@class ICMArticle; +@class ICMGIFResponse; +@class ICMSheet; +@class ICMHomescreen; +@class ICMBaseResponse; +@class ICMCarousel; +@class ICMUserIdentity; +@class Survey; +@class ICMComposerSuggestions; + +static const NSInteger kICMHTTPClientDefaultPageSize = 10; +static const NSInteger kNewContentEventTypeCarousel = 44; + +NS_ASSUME_NONNULL_BEGIN + +typedef void (^ICMHTTPBaseSuccess)(ICMBaseResponse *response); +typedef void (^ICMHTTPConversationsSuccess)(ICMConversationsResponse *response); +typedef void (^ICMHTTPConversationSuccess)(ICMConversation *response); +typedef void (^ICMHTTPReplyConversationSuccess)(ICMConversationPart *response); +typedef void (^ICMHTTPUploadCreateSuccess)(NSString * _Nullable publicUrl); +typedef void (^ICMHTTPArticleSuccess)(ICMArticle *article); +typedef void (^ICMHTTPGIFSuccess)(ICMGIFResponse *gifResponse); +typedef void (^ICMHTTPSheetSuccess)(ICMSheet *sheet); +typedef void (^ICMHTTPHomescreenSuccess)(ICMHomescreen *sheet); +typedef void (^ICMHTTPEmptyBlock) (void); +typedef void (^ICMHTTPSubmitFormSuccess)(ICMConversation *response); +typedef void (^ICMHTTPCarouselSuccess)(ICMCarousel *carousel); +typedef void (^ICMHTTPArraySuccess)(NSArray *array); +typedef void (^ICMHTTPDictionarySuccess)(NSDictionary *object); +typedef void (^ICMHTTPComposerSuggestionsSuccess)(ICMComposerSuggestions *composerSuggestions); + +@protocol ICMHTTPClientProtocol + +#pragma mark - Help Center + ++ (void)getHelpCenterCollections:(nullable ICMHTTPArraySuccess)success + error:(nullable ICMHTTPClientError)failure; + ++ (void)getHelpCenterCollection:(nullable NSString*)collectionId + success:(nullable ICMHTTPDictionarySuccess)success + error:(nullable ICMHTTPClientError)failure; + ++ (void)getHelpCenterSearchResults:(NSString*)searchText + source:(nullable NSString*)source + success:(nullable ICMHTTPArraySuccess)success + error:(nullable ICMHTTPClientError)failure; + +#pragma mark - Surveys + ++ (void)submitSurvey:(Survey *)survey + success:(nullable ICMHTTPDictionarySuccess)success + error:(nullable ICMHTTPClientError)failure; + ++ (void)dismissSurvey:(Survey *)survey + success:(nullable ICMHTTPEmptyBlock)success + error:(nullable ICMHTTPClientError)failure; + ++ (void)failSurvey:(NSString *)surveyId + progressId:(NSInteger)progressId + success:(nullable ICMHTTPEmptyBlock)success + error:(nullable ICMHTTPClientError)failure; + ++ (void)actionButtonClicked:(Survey *)survey + stepId:(NSString *)stepId + success:(nullable ICMHTTPEmptyBlock)success + error:(nullable ICMHTTPClientError)failure; + + + + +@end + +NS_ASSUME_NONNULL_END + + +#endif /* ICMHTTPClientProtocol_h */ diff --git a/Intercom.xcframework/ios-arm64/Intercom.framework/Headers/ICMHelpCenterTranslationManager.h b/Intercom.xcframework/ios-arm64/Intercom.framework/Headers/ICMHelpCenterTranslationManager.h new file mode 100644 index 00000000..1d4e5c16 --- /dev/null +++ b/Intercom.xcframework/ios-arm64/Intercom.framework/Headers/ICMHelpCenterTranslationManager.h @@ -0,0 +1,19 @@ +// +// ICMHelpCenterTranslationManager.h +// IntercomSDK-Dynamic +// +// Created by Michael McNamara on 16/06/2021. +// Copyright © 2021 Intercom. All rights reserved. +// + +#import + +NS_ASSUME_NONNULL_BEGIN + +/// A `ICMTranslationManager` subclass that uses our `help_center_locale` instead of the standard Intercom locale. +/// This should be used to translate any strings in our native Help Center. +@interface ICMHelpCenterTranslationManager : ICMTranslationManager + +@end + +NS_ASSUME_NONNULL_END diff --git a/Intercom.xcframework/ios-arm64/Intercom.framework/Headers/ICMInAppsViewController.h b/Intercom.xcframework/ios-arm64/Intercom.framework/Headers/ICMInAppsViewController.h new file mode 100644 index 00000000..d85336d2 --- /dev/null +++ b/Intercom.xcframework/ios-arm64/Intercom.framework/Headers/ICMInAppsViewController.h @@ -0,0 +1,68 @@ +// +// ICMInAppsViewController.h +// Pods +// +// Created by James Treanor on 07/12/2015. +// +// + +#import + +NS_ASSUME_NONNULL_BEGIN + +@class ICMConversation; +@class ICMHostAppState; + +typedef NS_ENUM(NSUInteger, ICMInAppsViewControllerState){ + ICMInAppsViewControllerStateEmpty = 0, + ICMInAppsViewControllerStateSnippet = 1, + ICMInAppsViewControllerStateMultipleSnippets = 2, + ICMInAppsViewControllerStateFull = 3, +}; + +@protocol ICMInAppsDelegate +- (void)presentConversation:(ICMConversation *)conversation fromFull:(BOOL)fromFull; +- (void)dismissConversation:(ICMConversation *)conversation fromFull:(BOOL)fromFull; +- (void)hideInApp:(UIViewController *)inApp; +- (void)showInbox; +@optional +- (void)conversationShown:(ICMConversation *)conversation asFull:(BOOL)asFull; +- (BOOL)isMessengerPresented; +- (BOOL)shouldShowLauncher; +- (void)launcherTapped; +- (void)didShowFullScreenInApp; +- (void)didHideFullScreenInApp; +- (void)didHideInApps; +@end + +@protocol ICMInAppUpdateProtocol +- (void)conversationMarkedAsRead:(NSString *)conversationId; +@end + +@protocol ICMInAppsAnimationProtocol +- (void)animateOutWithCompletion:(void (^ __nullable)(void))completion; +@end + +@protocol ICMFullScreenInAppProtocol +- (ICMConversation *)conversation; +@end + +@interface ICMInAppsViewController : UIViewController + +- (instancetype)initWithConversations:(NSArray *)conversations delegate:(id )delegate hostAppState:(ICMHostAppState *)state; +- (BOOL)shouldHandleTouchOnView:(UIView *)view; +- (BOOL)isShowingLauncherOrInApp; +- (void)tearDownInApps; +- (void)tearDown; +- (void)updateLauncherVisibility; +- (void)setConversations:(NSArray *)conversations completion:(void (^ __nullable)(void))completion; +- (void)hideLauncherWithAnimation; +- (void)bottomPaddingUpdated; +- (ICMInAppsViewControllerState)state; + +@property (nonatomic, strong) NSArray *conversations; +@property (nonatomic, strong) ICMHostAppState *hostAppState; + +@end + +NS_ASSUME_NONNULL_END diff --git a/Intercom.xcframework/ios-arm64/Intercom.framework/Headers/ICMInputViewProtocol.h b/Intercom.xcframework/ios-arm64/Intercom.framework/Headers/ICMInputViewProtocol.h new file mode 100644 index 00000000..9ffbef39 --- /dev/null +++ b/Intercom.xcframework/ios-arm64/Intercom.framework/Headers/ICMInputViewProtocol.h @@ -0,0 +1,33 @@ +// +// ICMInputViewProtocol.h +// IntercomSDK +// +// Created by Brian Boyle on 09/04/2019. +// Copyright © 2019 Intercom. All rights reserved. +// + +#import + +NS_ASSUME_NONNULL_BEGIN + +@protocol ICMInputViewProtocol + +@property (nonatomic) BOOL isRequired; +- (BOOL)isUserInputValid:(NSError * __autoreleasing *)error; +- (nullable id)inputValue; +- (void)configureErrorState; +- (void)configureDefaultState; +@end + +@protocol ICMSubmittableInputViewProtocol +- (void)configureSuccessState; +- (void)configureLoadingState; +@end + +@protocol ICMInputViewDelegate +- (void)entryCompleteButtonTapped; +- (void)cancelButtonTapped; +- (void)valueUpdated:(nullable id)value; +@end + +NS_ASSUME_NONNULL_END diff --git a/Intercom.xcframework/ios-arm64/Intercom.framework/Headers/ICMIntegerTextField.h b/Intercom.xcframework/ios-arm64/Intercom.framework/Headers/ICMIntegerTextField.h new file mode 100644 index 00000000..df629165 --- /dev/null +++ b/Intercom.xcframework/ios-arm64/Intercom.framework/Headers/ICMIntegerTextField.h @@ -0,0 +1,17 @@ +// +// ICMIntegerTextField.h +// IntercomSDK +// +// Created by Brian Boyle on 03/03/2019. +// Copyright © 2019 Intercom. All rights reserved. +// + +#import + +NS_ASSUME_NONNULL_BEGIN + +@interface ICMIntegerTextField : ICMTextField + +@end + +NS_ASSUME_NONNULL_END diff --git a/Intercom.xcframework/ios-arm64/Intercom.framework/Headers/ICMLinkOpener.h b/Intercom.xcframework/ios-arm64/Intercom.framework/Headers/ICMLinkOpener.h new file mode 100644 index 00000000..96a7b29e --- /dev/null +++ b/Intercom.xcframework/ios-arm64/Intercom.framework/Headers/ICMLinkOpener.h @@ -0,0 +1,20 @@ +// +// Created by Ignacio Delgado on 18/11/2014. +// Copyright (c) 2014 Intercom. All rights reserved. +// + +#import + +@protocol ICMLinkOpenerProtocol ++ (BOOL)isExternalLink:(NSURL *)url; +@end + +@interface ICMLinkOpener : NSObject + ++ (void)openLink:(NSURL *)url; ++ (BOOL)isCustomSchemeURL:(NSURL *)urlToCheck; ++ (BOOL)isUniversalLink:(NSURL *)urlToCheck; ++ (BOOL)isHelpCenterLink:(NSURL *)url; ++ (BOOL)isExternalLink:(NSURL *)url; + +@end diff --git a/Intercom.xcframework/ios-arm64/Intercom.framework/Headers/ICMLoadingViewController.h b/Intercom.xcframework/ios-arm64/Intercom.framework/Headers/ICMLoadingViewController.h new file mode 100644 index 00000000..002c2730 --- /dev/null +++ b/Intercom.xcframework/ios-arm64/Intercom.framework/Headers/ICMLoadingViewController.h @@ -0,0 +1,10 @@ + +#import +#import + +@interface ICMLoadingViewController : UIViewController + +- (instancetype)initWithImage:(UIImage *)loadingImage accessibilityText:(NSString *)accessibilityText; +- (void)hideLoadingSpinner; + +@end diff --git a/Intercom.xcframework/ios-arm64/Intercom.framework/Headers/ICMMetric.h b/Intercom.xcframework/ios-arm64/Intercom.framework/Headers/ICMMetric.h new file mode 100644 index 00000000..71edd4b9 --- /dev/null +++ b/Intercom.xcframework/ios-arm64/Intercom.framework/Headers/ICMMetric.h @@ -0,0 +1,28 @@ +// +// ICMMetric.h +// Pods +// +// Created by James Treanor on 07/08/2015. +// +// + +#import +#import "ICMMetricEvent.h" +@class ICMOpsMetricEvent; + +@protocol ICMMetricProtocol +- (void)addEvent:(ICMMetricEvent *)event NS_SWIFT_NAME(addEvent(_:)); +@end + +@interface ICMMetric : NSObject + ++ (instancetype)sharedInstance; + +- (void)addEvent:(ICMMetricEvent *)event NS_SWIFT_NAME(addEvent(_:)); +- (void)addOpsEvent:(ICMOpsMetricEvent *)opsEvent; +- (NSSet *)events; +- (NSSet *)opsEvents; +- (void)clearAllEvents; +- (void)clearEvents:(NSSet *)events opsEvents:(NSSet *)opsEvents; + +@end diff --git a/Intercom.xcframework/ios-arm64/Intercom.framework/Headers/ICMMetricEvent.h b/Intercom.xcframework/ios-arm64/Intercom.framework/Headers/ICMMetricEvent.h new file mode 100644 index 00000000..a1543ee9 --- /dev/null +++ b/Intercom.xcframework/ios-arm64/Intercom.framework/Headers/ICMMetricEvent.h @@ -0,0 +1,226 @@ +// +// ICMMetricEvent.h +// Pods +// +// Created by James Treanor on 15/03/2016. +// +// + +#import + +typedef NS_ENUM(NSUInteger, ICMMetricEventType) { + ICMMetricEventTypeMessenger = 0, + ICMMetricEventTypeEducate = 1, + ICMMetricEventTypeCarousel = 2, + ICMMetricEventTypeSearchBrowse = 3, + ICMMetricEventTypeSurvey = 4 +}; + +NS_ASSUME_NONNULL_BEGIN + +#pragma mark - Actions +static NSString *const ICMMetricEventActionOpened = @"opened"; +static NSString *const ICMMetricEventActionClosed = @"closed"; +static NSString *const ICMMetricEventActionReceived = @"received"; +static NSString *const ICMMetricEventActionDismissed = @"dismissed"; +static NSString *const ICMMetricEventActionViewed = @"viewed"; +static NSString *const ICMMetricEventActionSent = @"sent"; +static NSString *const ICMMetricEventActionTyped = @"typed"; +static NSString *const ICMMetricEventActionClicked = @"clicked"; +static NSString *const ICMMetricEventActionSearched = @"searched"; +static NSString *const ICMMetricEventActionCompleted = @"completed"; +static NSString *const ICMMetricEventActionStarted = @"started"; +static NSString *const ICMMetricEventActionFailed = @"failed"; +static NSString *const ICMMetricEventActionRequested = @"requested"; + +#pragma mark - Objects +static NSString *const ICMMetricEventObjectConversation = @"conversation"; +static NSString *const ICMMetricEventObjectNewConversation = @"new_conversation"; +static NSString *const ICMMetricEventObjectMessenger = @"messenger"; +static NSString *const ICMMetricEventObjectMessage = @"message"; +static NSString *const ICMMetricEventObjectReply = @"reply"; +static NSString *const ICMMetricEventObjectQuickReplies = @"quick_replies"; +static NSString *const ICMMetricEventObjectQuickReply = @"quick_reply"; +static NSString *const ICMMetricEventObjectReaction = @"reaction"; +static NSString *const ICMMetricEventObjectBadge = @"badge"; +static NSString *const ICMMetricEventObjectTeamProfile = @"team_profile"; +static NSString *const ICMMetricEventObjectTeammateProfile = @"teammate_profile"; +static NSString *const ICMMetricEventObjectArticle = @"article"; +static NSString *const ICMMetricEventObjectArticlePreload = @"article_preload"; +static NSString *const ICMMetricEventObjectHelpCenter = @"help_center"; +static NSString *const ICMMetricEventObjectGIFInput = @"gif_input"; +static NSString *const ICMMetricEventObjectTextInput = @"text_input"; +static NSString *const ICMMetricEventObjectImageInput = @"image_input"; +static NSString *const ICMMetricEventObjectExpandedImageInput = @"expanded_image_input"; +static NSString *const ICMMetricEventObjectExpandedGIFInput = @"expanded_gif_input"; +static NSString *const ICMMetricEventObjectMessengerSheet = @"messenger_sheet"; +static NSString *const ICMMetricEventObjectHomescreen = @"home_screen"; +static NSString *const ICMMetricEventObjectHelpCenterData = @"help_center_data"; +static NSString *const ICMMetricEventObjectArticleReaction = @"article_reaction"; +static NSString *const ICMMetricEventObjectSearchBrowse = @"search_browse_card"; +static NSString *const ICMMetricEventObjectSearchBrowseInput = @"search_browse_card_input"; +static NSString *const ICMMetricEventObjectSurvey = @"survey"; +static NSString *const ICMMetricEventObjectSurveyPreload = @"survey_preload"; +static NSString *const ICMMetricEventObjectStepLoad = @"step_load"; +static NSString *const ICMMetricEventObjectStepError = @"step_error"; + + +#pragma mark Carousel +static NSString *const ICMMetricEventObjectCarouselMessage = @"carousel_message"; +static NSString *const ICMMetricEventObjectCarouselMessagePreload = @"carousel_message_preload"; +static NSString *const ICMMetricEventObjectCarouselPermissionSkipped = @"carousel_permission_skipped"; +static NSString *const ICMMetricEventObjectCarouselPermissionDialog = @"carousel_permission_dialog"; +static NSString *const ICMMetricEventObjectCarouselPermissionSettings = @"carousel_permission_settings"; + + +#pragma mark - Place +static NSString *const ICMMetricEventPlaceMessenger = @"messenger"; +static NSString *const ICMMetricEventPlaceMessengerHomeApp = @"messenger_home_app"; +static NSString *const ICMMetricEventPlaceConversation = @"conversation"; +static NSString *const ICMMetricEventPlaceInApp = @"in_app"; +static NSString *const ICMMetricEventPlaceCarouselMessage = @"carousel_message"; +static NSString *const ICMMetricEventPlaceWebview = @"webview"; +static NSString *const ICMMetricEventPlaceHelpCenterCollectionList = @"collection_list"; +static NSString *const ICMMetricEventPlaceHelpCenterArticleList = @"article_list"; +static NSString *const ICMMetricEventPlaceHelpCenterSearchResults = @"search_results"; +static NSString *const ICMMetricEventPlaceHelpCenterArticle = @"article"; +static NSString *const ICMMetricEventPlaceAPI = @"api"; +static NSString *const ICMMetricEventPlaceLegacyArticleSearchApp = @"legacy_article_search_app"; +static NSString *const ICMMetricEventPlacePushNotification = @"push"; +static NSString *const ICMMetricEventPlaceHomeScreen = @"home-screen"; +static NSString *const ICMMetricEventPlaceSearchBrowse = @"search_browse"; +static NSString *const ICMMetricEventPlaceSurvey = @"survey"; + + +#pragma mark - Context +static NSString *const ICMMetricEventContextNoContext = @"no_context"; +static NSString *const ICMMetricEventContextFromDefaultLauncher = @"from_launcher"; +static NSString *const ICMMetricEventContextFromCustomLauncher = @"from_custom_launcher"; +static NSString *const ICMMetricEventContextFromCloseButton = @"from_close_button"; +static NSString *const ICMMetricEventContextFromBadge = @"from_badge"; +static NSString *const ICMMetricEventContextFromSnippet = @"from_snippet"; +static NSString *const ICMMetricEventContextFromFull = @"from_full"; +static NSString *const ICMMetricEventContextFromConversationList = @"from_conversation_list"; +static NSString *const ICMMetricEventContextInConversation = @"in_conversation"; +static NSString *const ICMMetricEventContextInNewConversation = @"in_new_conversation"; +static NSString *const ICMMetricEventContextFromConversation = @"from_conversation"; +static NSString *const ICMMetricEventContextFromNewConversation = @"from_new_conversation"; +static NSString *const ICMMetricEventContextFromClosedConversation = @"from_closed_conversation"; +static NSString *const ICMMetricEventContextInFollowUpConversation = @"in_followup_conversation"; +static NSString *const ICMMetricEventContextFromClicking = @"from_clicking"; +static NSString *const ICMMetricEventContextFromScrolling = @"from_scrolling"; +static NSString *const ICMMetricEventContextFromAuto = @"from_auto"; +static NSString *const ICMMetricEventContextFromPush = @"from_push"; +static NSString *const ICMMetricEventContextOnArticle = @"on_article"; +static NSString *const ICMMetricEventContextFromHelpCenterWebView = @"from_help_center_webview"; +static NSString *const ICMMetricEventContextFromArticleOnButton = @"from_article_on_button"; +static NSString *const ICMMetricEventContextHomescreen = @"home_screen"; +static NSString *const ICMMetricEventContextConversation = @"conversation"; +static NSString *const ICMMetricEventContextFromCarousel = @"from_carousel"; +static NSString *const ICMMetricEventContextFromRetry = @"from_retry"; +static NSString *const ICMMetricEventContextFromSwipe = @"from_swipe"; +static NSString *const ICMMetricEventContextFromCTA = @"from_cta"; +static NSString *const ICMMetricEventContextFromPermission = @"from_permission"; +static NSString *const ICMMetricEventContextFromPermissionSkipped = @"from_permission_skipped"; +static NSString *const ICMMetricEventContextReactionHappy = @"reaction_happy"; +static NSString *const ICMMetricEventContextReactionNeutral = @"reaction_neutral"; +static NSString *const ICMMetricEventContextReactionSad = @"reaction_sad"; +static NSString *const ICMMetricEventContextHumanStyle = @"style_human"; +static NSString *const ICMMetricEventContextBotStyle = @"style_bot"; +static NSString *const ICMMetricEventContextArticle = @"article"; +static NSString *const ICMMetricEventContextMessenger = @"messenger"; +static NSString *const ICMMetricEventContextProgrammatic = @"from_programmatic"; +static NSString *const ICMMetricEventContextAutomatic = @"from_automatic"; +static NSString *const ICMMetricEventContextFromExternalLink = @"from_onward_external_link"; +static NSString *const ICMMetricEventContextFromDeepLink = @"from_onward_deep_link"; + +#pragma mark Carousel Permissions +static NSString *const ICMMetricEventContextPushNotification = @"push_notifications_permission"; +static NSString *const ICMMetricEventContextLocation = @"location_permission"; +static NSString *const ICMMetricEventContextCamera = @"camera_permission"; +static NSString *const ICMMetricEventContextPhotoGallery = @"photos_permission"; +static NSString *const ICMMetricEventContextMicrophone = @"microphone_permission"; + +#pragma mark - Info Keys +static NSString *const kICMMetricEventInfoConversationId = @"conversation_id"; +static NSString *const kICMMetricEventInfoClosedConversationId = @"closed_conversation_id"; +static NSString *const kICMMetricEventInfoConversation = @"conversation"; +static NSString *const kICMMetricEventInfoPushInstanceId = @"instance_id"; +static NSString *const kICMMetricEventInfoConversationPart = @"conversation_part"; +static NSString *const kICMMetricEventInfoMessageText = @"message_text"; +static NSString *const kICMMetricEventInfoIsAttachment = @"is_attachment"; +static NSString *const kICMMetricEventInfoIsAnnotated = @"is_annotated"; +static NSString *const kICMMetricEventInfoIsSticker = @"is_sticker"; +static NSString *const kICMMetricEventInfoHasArticleCard = @"has_article_card"; +static NSString *const kICMMetricEventInfoLauncherState = @"state"; +static NSString *const kICMMetricEventInfoPushType = @"push_type"; +static NSString *const kICMMetricEventInfoMessageType = @"message_type"; +static NSString *const kICMMetricEventInfoBadgeValue = @"badge_value"; +static NSString *const kICMMetricEventInfoArticleId = @"article_id"; +static NSString *const kICMMetricEventInfoIsGIF = @"is_gif"; +static NSString *const kICMMetricEventInfoGIFSearchQuery = @"search_query"; +static NSString *const kICMMetricEventInfoTeamMateStatus = @"teammate_status"; +static NSString *const kICMMetricEventInfoTimeSinceLastActive = @"time_since_last_active"; +static NSString *const kICMMetricEventInfoWithinOfficeHours = @"within_office_hours"; +static NSString *const kICMMetricEventInfoURL = @"url"; +static NSString *const kICMMetricEventInfoQuickReplyId = @"quick_reply_id"; +static NSString *const kICMMetricEventInfoScreensInMessage = @"screens_in_message"; +static NSString *const kICMMetricEventInfoScreensShown = @"screens_shown"; +static NSString *const kICMMetricEventInfoScreensSeen = @"screens_seen"; +static NSString *const kICMMetricEventInfoPermissionGranted = @"permission_granted"; +static NSString *const kICMMetricEventInfoCarouselInstanceId = @"instance_id"; +static NSString *const kICMMetricEventInfoRequestedInstanceId = @"requested_instance_id"; +static NSString *const kICMMetricEventInfoRequestedContentId = @"requested_content_id"; +static NSString *const kICMMetricEventInfoSource = @"source"; +static NSString *const kICMMetricEventInfoErrorCode = @"error_code"; +static NSString *const kICMMetricEventInfoSuggestedArticlesShown = @"articles_shown"; +static NSString *const kICMMetricEventInfoSuggestedArticlesCount = @"articles_count"; +static NSString *const kICMMetricEventInfoConversationShown = @"conversation_shown"; +static NSString *const kICMMetricEventInfoFiltered = @"filtered"; +static NSString *const kICMMetricEventInfoHomeScreenIndex = @"home_screen_index"; +static NSString *const kICMMetricEventInfoSurveyId = @"survey_id"; +static NSString *const kICMMetricEventInfoStepsComplete = @"steps_complete"; +static NSString *const kICMMetricEventInfoQuestionsSeen = @"questions_seen"; +static NSString *const kICMMetricEventInfoFormat = @"format"; +static NSString *const kICMMetricEventInfoMaxSteps = @"max_steps"; + + +#pragma mark - Info Values +static NSString *const kICMMetricEventInfoLauncherStateEmpty = @"empty"; +static NSString *const kICMMetricEventInfoLauncherStateBadge = @"badge"; +static NSString *const kICMMetricEventInfoLauncherStateSnippet = @"snippet"; +static NSString *const kICMMetricEventInfoLauncherStateFull = @"full"; +static NSString *const kICMMetricEventInfoLauncherStateMultipleSnippets = @"multiple snippets"; +static NSString *const kICMMetricEventInfoPushTypeMessage = @"message"; +static NSString *const kICMMetricEventInfoPushTypeNotification = @"notification"; +static NSString *const kICMMetricEventInfoMessageTypeNote = @"note"; +static NSString *const kICMMetricEventInfoMessageTypePost = @"post"; +static NSString *const kICMMetricEventInfoMessageTypeChat = @"chat"; +static NSString *const kICMMetricEventInfoTeamMateActive = @"active"; +static NSString *const kICMMetricEventInfoTeamMateAway = @"away"; +static NSString *const kICMMetricEventInfoProgrammatic = @"programmatic"; +static NSString *const kICMMetricEventInfoAutomatic = @"automatic"; +static NSString *const kICMMetricEventInfoSmallFullScreen = @"small_full_screen"; +static NSString *const kICMMetricEventInfoLargeFullScreen = @"large_full_screen"; + + +@interface ICMMetricEvent : NSObject + ++ (instancetype)eventWithAction:(NSString *)action + object:(NSString *)object + place:(nullable NSString *)place + context:(nullable NSString *)context; + ++ (instancetype)eventWithAction:(NSString *)action + object:(NSString *)object + place:(nullable NSString *)place + context:(nullable NSString *)context + additionalInfo:(nullable NSDictionary *)info; + +- (NSDictionary *)eventDictionary; + +@property (nonatomic, assign) ICMMetricEventType eventType; + +@end + +NS_ASSUME_NONNULL_END diff --git a/Intercom.xcframework/ios-arm64/Intercom.framework/Headers/ICMMultipleAvatarView.h b/Intercom.xcframework/ios-arm64/Intercom.framework/Headers/ICMMultipleAvatarView.h new file mode 100644 index 00000000..2a39cf79 --- /dev/null +++ b/Intercom.xcframework/ios-arm64/Intercom.framework/Headers/ICMMultipleAvatarView.h @@ -0,0 +1,15 @@ +#import + +@class ICMParticipant; + +@interface ICMMultipleAvatarView : UIView + +@property (nonatomic, strong) UIColor *avatarBorderColor; + +- (id)initWithWidth:(CGFloat)width; + +- (void)bindAdmins:(NSArray *)admins; + +- (void)cancelImageLoad; +- (void)keepUserPresenceViewBackgroundColor; +@end diff --git a/Intercom.xcframework/ios-arm64/Intercom.framework/Headers/ICMNavigationBarCloseButton.h b/Intercom.xcframework/ios-arm64/Intercom.framework/Headers/ICMNavigationBarCloseButton.h new file mode 100644 index 00000000..12506407 --- /dev/null +++ b/Intercom.xcframework/ios-arm64/Intercom.framework/Headers/ICMNavigationBarCloseButton.h @@ -0,0 +1,25 @@ +// +// ICMCloseBarButtonItem.h +// IntercomSDK +// +// Created by Michael Isaakidis on 28/06/2018. +// Copyright © 2018 Intercom. All rights reserved. +// + +#import + +typedef NS_ENUM(NSInteger, ICMNavigationBarCloseButtonStyle) { + ICMNavigationBarCloseButtonStyleLight, + ICMNavigationBarCloseButtonStyleDark, + ICMNavigationBarCloseButtonStyleText +}; + +extern const CGFloat kICMContentHolderDismissButtonBackgroundAlpha; + +@interface ICMNavigationBarCloseButton : UIButton + +@property (nonatomic, assign) CGFloat backgroundViewAlpha; +@property (nonatomic) ICMNavigationBarCloseButtonStyle style; +- (instancetype)initWithFrame:(CGRect)frame style:(ICMNavigationBarCloseButtonStyle)style; + +@end diff --git a/Intercom.xcframework/ios-arm64/Intercom.framework/Headers/ICMNavigationController.h b/Intercom.xcframework/ios-arm64/Intercom.framework/Headers/ICMNavigationController.h new file mode 100644 index 00000000..73b3d04b --- /dev/null +++ b/Intercom.xcframework/ios-arm64/Intercom.framework/Headers/ICMNavigationController.h @@ -0,0 +1,33 @@ +#import +#import + +typedef enum : NSUInteger { + Messenger, + HelpCenter, + ContentModal, + Sheet +} IntercomPresentationContext; + +@class ICMHostAppState; +@class ICMNavigationBarCloseButton; + +@protocol ICMCloseIntercomModalDelegate +- (void)closeIntercomModal; +@end + +@interface ICMNavigationController : UINavigationController + +- (instancetype)initWithHostAppState:(ICMHostAppState *)hostAppState + closeIntercomModalDelegate:(id)closeIntercomModalDelegate + presentationContext:(IntercomPresentationContext)presentationContext; + +- (void)setWallpaperHeight:(CGFloat)height; +- (void)displayCloseButton; +- (void)removeCloseButton; +- (void)addBackButton; +- (void)closeIntercomModal; + +@property (nonatomic, strong) ICMNavigationBarCloseButton *closeButton; +@property (nonatomic, assign) IntercomPresentationContext presentationContext; + +@end diff --git a/Intercom.xcframework/ios-arm64/Intercom.framework/Headers/ICMParticipant.h b/Intercom.xcframework/ios-arm64/Intercom.framework/Headers/ICMParticipant.h new file mode 100644 index 00000000..c1522543 --- /dev/null +++ b/Intercom.xcframework/ios-arm64/Intercom.framework/Headers/ICMParticipant.h @@ -0,0 +1,21 @@ +#import +#import "ICMSafeNetworkModel.h" +#import "ICMAvatar.h" + +@interface ICMParticipant : ICMSafeNetworkModel + +@property (nonatomic, strong) ICMAvatar *avatar; +@property (nonatomic, copy) NSString *email; +@property (nonatomic, copy) NSString *participantId; +@property (nonatomic, copy) NSString *name; +@property (nonatomic, copy) NSString *firstName; +@property (nonatomic, copy) NSString *type; +@property (nonatomic, assign) BOOL isBot; + ++ (instancetype)instanceFromDictionary:(NSDictionary *)aDictionary; +- (BOOL)isEqualToParticipant:(ICMParticipant *)other; +- (NSString *)firstName; +- (BOOL)isAdmin; +- (NSAttributedString *)adminAppNameTitle:(NSDictionary *)styleAttributes; + +@end diff --git a/Intercom.xcframework/ios-arm64/Intercom.framework/Headers/ICMParticipatingAdmin.h b/Intercom.xcframework/ios-arm64/Intercom.framework/Headers/ICMParticipatingAdmin.h new file mode 100644 index 00000000..1f5986b9 --- /dev/null +++ b/Intercom.xcframework/ios-arm64/Intercom.framework/Headers/ICMParticipatingAdmin.h @@ -0,0 +1,22 @@ +// +// ICMParticipatingAdmin.h +// Pods +// +// Created by James Treanor on 10/03/2016. +// +// + +#import "ICMParticipant.h" +@class ICMSocialAccount; + +@interface ICMParticipatingAdmin : ICMParticipant + +@property (nonatomic, copy) NSDate *lastActive; +@property (nonatomic, assign) BOOL isActive; +@property (nonatomic, copy) NSString *intro; +@property (nonatomic, copy) NSString *jobTitle; +@property (nonatomic, copy) NSString *locationString; +@property (nonatomic, copy) NSNumber *timezoneOffset; +@property (nonatomic, strong) NSArray *socialAccounts; + +@end diff --git a/Intercom.xcframework/ios-arm64/Intercom.framework/Headers/ICMPhoneTextField.h b/Intercom.xcframework/ios-arm64/Intercom.framework/Headers/ICMPhoneTextField.h new file mode 100644 index 00000000..18e62ae1 --- /dev/null +++ b/Intercom.xcframework/ios-arm64/Intercom.framework/Headers/ICMPhoneTextField.h @@ -0,0 +1,17 @@ +// +// ICMPhoneTextField.h +// IntercomSDK +// +// Created by Dale Cantwell on 25/03/2019. +// Copyright © 2019 Intercom. All rights reserved. +// + +#import "ICMTextField.h" + +NS_ASSUME_NONNULL_BEGIN + +@interface ICMPhoneTextField : ICMTextField + +@end + +NS_ASSUME_NONNULL_END diff --git a/Intercom.xcframework/ios-arm64/Intercom.framework/Headers/ICMPickerTextField.h b/Intercom.xcframework/ios-arm64/Intercom.framework/Headers/ICMPickerTextField.h new file mode 100644 index 00000000..6bbdaba6 --- /dev/null +++ b/Intercom.xcframework/ios-arm64/Intercom.framework/Headers/ICMPickerTextField.h @@ -0,0 +1,18 @@ +// +// ICMListTextField.h +// IntercomSDK +// +// Created by Dale Cantwell on 05/04/2019. +// Copyright © 2019 Intercom. All rights reserved. +// + +#import "ICMTextField.h" + +NS_ASSUME_NONNULL_BEGIN + +@interface ICMPickerTextField : ICMTextField +- (instancetype)initWithValue:(nullable id)value options:(NSArray *)options allowSubmission:(BOOL)allowSubmission delegate:(id)delegate; +- (void)configureForEditingStateBackgroundColor:(UIColor *)backgroundColor; +@end + +NS_ASSUME_NONNULL_END diff --git a/Intercom.xcframework/ios-arm64/Intercom.framework/Headers/ICMPresentationManager.h b/Intercom.xcframework/ios-arm64/Intercom.framework/Headers/ICMPresentationManager.h new file mode 100644 index 00000000..93feac5a --- /dev/null +++ b/Intercom.xcframework/ios-arm64/Intercom.framework/Headers/ICMPresentationManager.h @@ -0,0 +1,55 @@ +// +// Created by Ignacio Delgado on 17/04/2014. +// Copyright (c) 2014 Intercom. All rights reserved. +// + +#import +#import + +NS_ASSUME_NONNULL_BEGIN + +@class ICMConversation; +@class ICMCarousel; +@class ICMMessengerSheetViewController; +@class Survey; + +@interface ICMPresentationManager : NSObject + +@property (nonatomic, assign) CGFloat inAppBottomPadding; +@property (nonatomic, assign) BOOL launcherVisible; +@property (nonatomic, assign) BOOL inAppMessagesVisible; +@property (nonatomic, assign) BOOL manualInAppBottomPaddingSet; + ++ (instancetype) sharedInstance; ++ (void)observeSceneWillEnterForeground; + +- (void)setUnreadConversations:(NSArray *)conversations completion:(void (^ __nullable)(void))completion; +- (void)presentCarousel:(ICMCarousel *)carousel; +- (void)presentSurvey:(Survey *)survey; +- (void)presentMessenger; +- (void)presentMessageComposerWithInitialMessage:(nullable NSString *)message; +- (void)presentHomescreen; +- (void)presentSheet:(ICMMessengerSheetViewController *)sheetVC; + +#pragma mark - Help Center Presentation +- (void)presentHelpCenter; +- (void)presentHelpCenterFromSearchBrowse; +- (void)presentHelpCenterCollections:(NSArray *)collectionIds; +- (void)presentHelpCenterCollection:(NSString *)collectionId; +- (void)presentArticle:(NSString *)articleId; + +- (void)showLauncherOrInAppsIfNeeded; +- (void)hideIntercomUI; +- (void)userChanged; + +- (void)presentConversation:(ICMConversation *)conversation; + +- (void)setNeedsHostAppStatusBarAppearanceUpdate; +- (BOOL)isMessengerPresented; +- (void)dismissAllIntercomViews; +- (void)sceneWillEnterForeground:(NSNotification *)notification; +- (BOOL)isContentCurrentlyPresented; + +@end + +NS_ASSUME_NONNULL_END diff --git a/Intercom.xcframework/ios-arm64/Intercom.framework/Headers/ICMRecentConversationsViewController.h b/Intercom.xcframework/ios-arm64/Intercom.framework/Headers/ICMRecentConversationsViewController.h new file mode 100644 index 00000000..80d29fce --- /dev/null +++ b/Intercom.xcframework/ios-arm64/Intercom.framework/Headers/ICMRecentConversationsViewController.h @@ -0,0 +1,23 @@ +// +// ICMRecentConversationsViewController.h +// IntercomSDK-Dynamic +// +// Created by Brian Boyle on 11/09/2021. +// Copyright © 2021 Intercom. All rights reserved. +// + +#import + +NS_ASSUME_NONNULL_BEGIN + +@protocol ICMRecentConversationsViewControllerDelegate +- (void)reloadConversationHistoryCard; +- (void)navigateToViewController:(UIViewController *)viewController NS_SWIFT_NAME(navigate(toViewController:)); +@end + +@interface ICMRecentConversationsViewController : UIViewController +@property (nonatomic, weak) id delegate; +- (void)reloadTableView; +@end + +NS_ASSUME_NONNULL_END diff --git a/Intercom.xcframework/ios-arm64/Intercom.framework/Headers/ICMRootViewController.h b/Intercom.xcframework/ios-arm64/Intercom.framework/Headers/ICMRootViewController.h new file mode 100644 index 00000000..e4353dcc --- /dev/null +++ b/Intercom.xcframework/ios-arm64/Intercom.framework/Headers/ICMRootViewController.h @@ -0,0 +1,70 @@ +#import +#import +@class ICMBaseViewController; +#import "ICMInAppsViewController.h" +#import "ICMWindowProvider.h" +#import "ICMNavigationController.h" + +NS_ASSUME_NONNULL_BEGIN + +@class ICMHostAppState; +@class ICMCarousel; +@class ICMMessengerSheetViewController; +@class Survey; + +@protocol ICMRootViewControllerDelegate +- (void)hideIntercomWindow; +- (void)setWindowIsFullScreen:(BOOL)fullscreen; +- (BOOL)shouldShowInApps; +- (BOOL)shouldShowLauncher; +@end + +static NSString *const kICMRootViewControllerDidDismissPresentedController = @"IntercomRootViewControllerDidDismissPresentedController"; + +@interface ICMRootViewController : UIViewController + +@property(nonatomic, weak, nullable) id delegate; +@property (nonatomic) BOOL contentModalPresented; + +// This gives a snapshot of the state of the host app when Intercom was presented +// Useful for rotation, status bar styles etc. +@property (nonatomic, strong) ICMHostAppState *hostAppState; + +- (instancetype)initWithWindowScene:(UIWindowScene *)windowScene; +- (void)tearDown; +- (void)presentCarousel:(ICMCarousel *)carousel; +- (void)presentSurvey:(Survey *)survey; +- (void)presentMessenger; +- (void)presentMessageComposerWithInitialMessage:(NSString *)message; +- (void)presentHomescreen; +- (void)presentConversation:(ICMConversation *)conversation; +- (void)dismissAllIntercomViews; +- (void)presentSheet:(ICMMessengerSheetViewController *)sheetVC; + +#pragma mark - Help Center Presentation + +- (void)presentHelpCenter; +- (void)presentHelpCenterFromSearchBrowse; +- (void)presentHelpCenterCollections:(NSArray *)collectionIds; +- (void)presentHelpCenterCollection:(NSString *)collectionId; +- (void)presentArticle:(NSString *)articleId; +- (BOOL)isHelpCenterPresented; + +- (void)updateUnreadConversations:(NSArray *)conversations completion:(void (^ __nullable)(void))completion; + +- (void)tearDownInApps; +- (void)updateLauncherVisibility; + +- (BOOL)isShowingMessenger; + +- (BOOL)shouldHandleTouchOnView:(UIView *)view; + +- (void)updateHostAppState; + +- (void)addLauncherOpenedMetricForObject:(NSString *)metricObject isCustomLauncher:(BOOL)isCustomLauncher; + +- (void) bottomPaddingUpdated; + +@end + +NS_ASSUME_NONNULL_END diff --git a/Intercom.xcframework/ios-arm64/Intercom.framework/Headers/ICMSafeNetworkModel.h b/Intercom.xcframework/ios-arm64/Intercom.framework/Headers/ICMSafeNetworkModel.h new file mode 100644 index 00000000..eeaa4e01 --- /dev/null +++ b/Intercom.xcframework/ios-arm64/Intercom.framework/Headers/ICMSafeNetworkModel.h @@ -0,0 +1,13 @@ +// +// ICMSafeNetworkModel.h +// Pods +// +// Created by James Treanor on 23/02/2015. +// +// + +#import + +@interface ICMSafeNetworkModel : NSObject + +@end diff --git a/Intercom.xcframework/ios-arm64/Intercom.framework/Headers/ICMStartConversationButton.h b/Intercom.xcframework/ios-arm64/Intercom.framework/Headers/ICMStartConversationButton.h new file mode 100644 index 00000000..d7a8f064 --- /dev/null +++ b/Intercom.xcframework/ios-arm64/Intercom.framework/Headers/ICMStartConversationButton.h @@ -0,0 +1,20 @@ +// +// ICMStartConversationButton.h +// IntercomSDK +// +// Created by Michael Isaakidis on 29/05/2018. +// Copyright © 2018 Intercom. All rights reserved. +// + +typedef NS_ENUM(NSUInteger, ICMStartConversationButtonStyle) { + ICMStartConversationButtonStyleFilled, + ICMStartConversationButtonStyleBordered, +}; + +static const CGFloat kStartConversationButtonHeight = 40.f; + +@interface ICMStartConversationButton : UIButton + +- (void)configureWithStyle:(ICMStartConversationButtonStyle)style; + +@end diff --git a/Intercom.xcframework/ios-arm64/Intercom.framework/Headers/ICMSurveyQuestionBlockAppearance.h b/Intercom.xcframework/ios-arm64/Intercom.framework/Headers/ICMSurveyQuestionBlockAppearance.h new file mode 100644 index 00000000..f6aca02c --- /dev/null +++ b/Intercom.xcframework/ios-arm64/Intercom.framework/Headers/ICMSurveyQuestionBlockAppearance.h @@ -0,0 +1,19 @@ +// +// ICMSurveyQuestionBlockAppearance.h +// IntercomSDK-Dynamic +// +// Created by Michael McNamara on 22/10/2021. +// Copyright © 2021 Intercom. All rights reserved. +// + +#import + +NS_ASSUME_NONNULL_BEGIN + +@interface ICMSurveyQuestionBlockAppearance : ICMAdminBlockAppearance + +- (instancetype)initWithRequiredIndicatorColor:(UIColor *)color; + +@end + +NS_ASSUME_NONNULL_END diff --git a/Intercom.xcframework/ios-arm64/Intercom.framework/Headers/ICMSurveyStepBlockAppearance.h b/Intercom.xcframework/ios-arm64/Intercom.framework/Headers/ICMSurveyStepBlockAppearance.h new file mode 100644 index 00000000..80dce8c0 --- /dev/null +++ b/Intercom.xcframework/ios-arm64/Intercom.framework/Headers/ICMSurveyStepBlockAppearance.h @@ -0,0 +1,19 @@ +// +// ICMSurveyStepBlockAppearance.h +// IntercomSDK-Dynamic +// +// Created by Michael McNamara on 05/10/2021. +// Copyright © 2021 Intercom. All rights reserved. +// + +#import + +NS_ASSUME_NONNULL_BEGIN + +@interface ICMSurveyStepBlockAppearance : ICMAdminBlockAppearance + +- (instancetype)initForBackgroundColor:(nullable UIColor *)backgroundColor; + +@end + +NS_ASSUME_NONNULL_END diff --git a/Intercom.xcframework/ios-arm64/Intercom.framework/Headers/ICMTeamPresence.h b/Intercom.xcframework/ios-arm64/Intercom.framework/Headers/ICMTeamPresence.h new file mode 100644 index 00000000..996ba66c --- /dev/null +++ b/Intercom.xcframework/ios-arm64/Intercom.framework/Headers/ICMTeamPresence.h @@ -0,0 +1,31 @@ +// +// ICMTeamPresence.h +// +// +// Created by Adam McCarthy on 19/01/2016. +// Copyright (c) 2016 Intercom. All rights reserved. +// + +#import +#import "ICMSafeNetworkModel.h" + +@class ICMParticipant; + +static NSString *const kICMTeamPresenceUpdated = @"ICMTeamPresenceUpdated"; + +@interface ICMTeamPresence : ICMSafeNetworkModel + +@property (nonatomic, copy) NSArray *activeAdmins; +@property (nonatomic, strong) NSDate *lastActive; +@property (nonatomic, copy) NSString *officeHours; +@property (nonatomic, copy) NSString *responseDelayFull; +@property (nonatomic, copy) NSString *responseDelayDescription; +@property (nonatomic, copy) NSString *responseDelayTimePeriod; + ++ (void)updateSharedInstanceWithDictionary:(NSDictionary *)aDictionary; + +- (void)setAttributesFromDictionary:(NSDictionary *)aDictionary; + ++ (instancetype)sharedInstance; + +@end diff --git a/Intercom.xcframework/ios-arm64/Intercom.framework/Headers/ICMTeammatePresenceView.h b/Intercom.xcframework/ios-arm64/Intercom.framework/Headers/ICMTeammatePresenceView.h new file mode 100644 index 00000000..6530529a --- /dev/null +++ b/Intercom.xcframework/ios-arm64/Intercom.framework/Headers/ICMTeammatePresenceView.h @@ -0,0 +1,17 @@ +// +// Created by Karim Frenn on 08/03/2017. +// Copyright (c) 2017 Intercom. All rights reserved. +// + +#import +#import + +@interface ICMTeammatePresenceView : UIView + +@property (nonatomic, assign, getter=isActive) BOOL active; +@property (nonatomic, copy) UIColor *borderColor; + +- (instancetype)initWithDiameter:(CGFloat)diameter; +- (void)setActive:(BOOL)active; + +@end diff --git a/Intercom.xcframework/ios-arm64/Intercom.framework/Headers/ICMTextField.h b/Intercom.xcframework/ios-arm64/Intercom.framework/Headers/ICMTextField.h new file mode 100644 index 00000000..06d14d1a --- /dev/null +++ b/Intercom.xcframework/ios-arm64/Intercom.framework/Headers/ICMTextField.h @@ -0,0 +1,36 @@ +// +// ICMTextField.h +// IntercomSDK +// +// Created by Brian Boyle on 28/02/2019. +// Copyright © 2019 Intercom. All rights reserved. +// + +#import +#import +@protocol ICMValidatorProtocol; +@class ICMSubmitButton; + +NS_ASSUME_NONNULL_BEGIN + +static const NSUInteger kDefaultCursorInset = 10; + +@interface ICMTextField : UITextField +@property (nonatomic) BOOL isRequired; +@property (nonatomic) NSInteger characterLimit; +@property (nonatomic, assign) NSUInteger cursorInset; +@property (nonatomic, strong) ICMSubmitButton *submitButton; +@property (nonatomic, readonly) BOOL allowSubmission; +@property (nonatomic, weak) id inputViewDelegate; + +- (instancetype)initWithValue:(nullable id)value + allowSubmission:(BOOL)allowSubmission + delegate:(nullable id)delegate; +- (BOOL)isUserInputValid:(NSError * __autoreleasing *)error; +- (BOOL)notRequiredAndEmpty; +- (void)configureDefaults; +- (NSArray> *)validators; + +@end + +NS_ASSUME_NONNULL_END diff --git a/Intercom.xcframework/ios-arm64/Intercom.framework/Headers/ICMTimestampCalculator.h b/Intercom.xcframework/ios-arm64/Intercom.framework/Headers/ICMTimestampCalculator.h new file mode 100644 index 00000000..ce32dfcb --- /dev/null +++ b/Intercom.xcframework/ios-arm64/Intercom.framework/Headers/ICMTimestampCalculator.h @@ -0,0 +1,39 @@ +#import + +@class ICMConversationPart; + +typedef NS_ENUM(NSUInteger, ICMTimestampCalculatorRecentTimeMessage) { + ICMTimestampCalculatorRecentTimeMessageJustNow, + ICMTimestampCalculatorRecentTimeMessageDelivered +}; + +typedef NS_ENUM(NSUInteger, ICMTimestampCalculatorTimeAgoFormat) { + ICMTimestampCalculatorTimeAgoFormatShort, + ICMTimestampCalculatorTimeAgoFormatLong +}; + +@interface ICMTimestampCalculator : NSObject + ++ (instancetype)sharedInstance; + +- (NSString *)timestampTextForDate:(NSDate *)date format:(enum ICMTimestampCalculatorTimeAgoFormat)format recentTimeMessage:(enum ICMTimestampCalculatorRecentTimeMessage)recentTimeMessage; + +- (NSString *)textForLastActiveDate:(NSDate *)date; + +- (NSString *)lastActiveMinutesAgo:(NSDate *)date; + +- (NSTimeInterval)secondsUntilTimestampExpiresForDate:(NSDate *)date; + +- (BOOL)part:(ICMConversationPart *)firstPart isFromDifferentDayAsPart:(ICMConversationPart *)secondPart; + +- (NSString *)appendSeenStateToTimestampText:(NSString *)timestampText forPart:(ICMConversationPart *)part; + +- (NSString *)dayTextForPart:(ICMConversationPart *)part; + +- (NSString *)absoluteTimeTextForPart:(ICMConversationPart *)part; + +- (NSString *)timestampTextForUpdatedDate:(NSDate *)date; + +- (NSString *)timestampTextForDate:(NSDate *)date timeZone:(NSTimeZone *)timeZone; + +@end diff --git a/Intercom.xcframework/ios-arm64/Intercom.framework/Headers/ICMTranslationKeys.h b/Intercom.xcframework/ios-arm64/Intercom.framework/Headers/ICMTranslationKeys.h new file mode 100644 index 00000000..ada396f7 --- /dev/null +++ b/Intercom.xcframework/ios-arm64/Intercom.framework/Headers/ICMTranslationKeys.h @@ -0,0 +1,184 @@ +// +// ICMTranslationKeys.h +// IntercomSDK +// +// Created by Ignacio Delgado on 21/08/2014. +// Copyright (c) 2014 Intercom. All rights reserved. +// + +#ifndef IntercomSDK_ICMTranslationKeys_h +#define IntercomSDK_ICMTranslationKeys_h + +#pragma mark - Strings +static NSString *const kICMTKNavBarTitleConversations = @"conversations_with_app_two_lines"; +static NSString *const kICMTKNavBarTitleConversationsNoAppName = @"conversations"; +static NSString *const kICMTKActionSheetMessageFailDelivery = @"failed_delivery"; +static NSString *const kICMTKActionSheetCancel = @"cancel"; +static NSString *const kICMTKActionSheetDelete = @"delete"; +static NSString *const kICMTKMessageStateSending = @"message_state_sending"; +static NSString *const kICMTKFacebookLikeUs = @"facebook_like"; +static NSString *const kICMTKTwitterFollowUs = @"twitter_follow"; +static NSString *const kICMTKSendUsAMessage = @"send_us_a_message"; +static NSString *const kICMTKNavBarTitleNewConversation = @"new_conversation"; +static NSString *const kICMTKConversationHasEnded = @"conversation_has_ended"; +static NSString *const kICMTKErrorLoadingConversation = @"error_loading_conversation"; +static NSString *const kICMTKErrorNoConversationsTitle = @"no_conversations"; +static NSString *const kICMTKErrorNoConversationsMessage = @"empty_conversations"; +static NSString *const kICMTKErrorNoConversationsMessageNoAppName = @"error_no_conversations_message_no_app_name"; +static NSString *const kICMTKErrorTitle = @"inbox_error_state_title"; +static NSString *const kICMTKErrorLoadingConversationsFallback = @"failed_to_load_conversation_with_admin"; +static NSString *const kICMTKErrorLoadingConversationsFallbackNoAppName = @"failed_to_load_conversation"; +static NSString *const kICMTKErrorStartingConversationFallback = @"start_conversation_error"; +static NSString *const kICMTKErrorTapToRetry = @"retry"; +static NSString *const kICMTKMessageViewPlaceholderWriteAReply = @"reply_to_conversation"; +static NSString *const kICMTKMessageViewPlaceholderStartAConversation = @"start_conversation"; +static NSString *const kICMTKMessageViewSend = @"send"; +static NSString *const kICMTKWeRunOnIntercom = @"we_run_on_intercom"; +static NSString *const kICMTKTimeDifferenceJustNow = @"time_just_now"; +static NSString *const kICMTKAlertNewSDKUserTitle = @"congratulations"; +static NSString *const kICMTKAlertNewSDKUserMessage = @"alert_new_sdk_user_message"; +static NSString *const kICMTKThankYou = @"thank_you"; +static NSString *const kICMTKLastActiveLast15Minutes = @"active_15m_ago"; +static NSString *const kICMTKLastActiveLastXMinutes = @"active_minute_ago"; +static NSString *const kICMTKLastActiveOver1WeekAgo = @"active_week_ago"; +static NSString *const kICMTKAdminActive = @"active_state"; +static NSString *const kICMTKAdminAway = @"away_state"; +static NSString *const kICMTKBack = @"navigation_back"; +static NSString *const kICMTKClose = @"close"; +static NSString *const kICMTKTryAgain = @"try_again"; +static NSString *const kICMTKTimeLocationFormat = @"profile_location"; +static NSString *const kICMTKDelivered = @"delivered"; +static NSString *const kICMTKMessageSeen = @"message_seen"; +static NSString *const kICMTKMessageNotSeen = @"message_unseen"; +static NSString *const kICMTKInboxYou = @"you"; +static NSString *const kICMTKCameraRoll = @"camera_roll"; +static NSString *const kICMTKPlustMore = @"plus_x_more"; +static NSString *const kICMTKNameAnd1Other = @"name_and_1_other"; +static NSString *const kICMTKNameAndXOthers = @"name_and_x_others"; +static NSString *const kICMTKAlsoInThisConversation = @"also_in_this_conversation"; +static NSString *const kICMTKRateYourConversation = @"rate_your_conversation"; +static NSString *const kICMTKTellUsMore = @"tell_us_more"; +static NSString *const kICMTKYouRatedTheConversation = @"you_rated_the_conversation"; +static NSString *const kICMTKThanksForLettingUsKnow = @"thanks_for_letting_us_know"; +static NSString *const kICMTKOkay = @"ok_description"; +static NSString *const kICMTKCouldntLoadContent = @"couldnt_load_content"; +static NSString *const kICMTKGiveItAnotherTry = @"give_it_another_try"; +static NSString *const kICMTKReload = @"reload"; +static NSString *const lICMCouldntCompleteAction = @"couldnt_complete_action"; +static NSString *const kICMYourConversations = @"your_conversations"; +static NSString *const kICMStartAConversation = @"start_a_conversation"; +static NSString *const kICMStartAnotherConversation = @"start_another_conversation"; +static NSString *const kICMSeePastConversations = @"see_past_conversations"; +static NSString *const kICMSeeAll = @"see_all"; +static NSString *const kICMTKAskAQuestion = @"ask_a_question"; +static NSString *const kICMTKHowCanWeHelp = @"how_can_we_help"; +static NSString *const kICMTKTellUsWhatYouNeed = @"tell_us_what_you_need"; +static NSString *const kICMSeeAllYourConversations = @"see_all_conversations"; + + +#pragma mark - Formats +static NSString *const kICMTKParticipantFromAppFormat = @"teammate_from_company"; +static NSString *const kICMTKReplyFromParticipantFormat = @"reply_from_admin"; +static NSString *const kICMTKTimeDifferenceFormatWeeksAgo = @"time_week_ago"; +static NSString *const kICMTKTimeDifferenceFormatDaysAgo = @"time_day_ago"; +static NSString *const kICMTKTimeDifferenceFormatHoursAgo = @"time_hour_ago"; +static NSString *const kICMTKTimeDifferenceFormatMinutesAgo = @"time_minute_ago"; +static NSString *const kICMTKLastActiveFormatHoursAgo = @"active_hour_ago"; +static NSString *const kICMTKLastActiveFormatDaysAgo = @"active_day_ago"; + +static NSString *const kICMTKArticleQuestion = @"article_question"; +static NSString *const kICMTKArticleReaction = @"article_response"; +static NSString *const kICMTKAskedAbout = @"asked_about"; +static NSString *const kICMTKErrorLoadingArticle = @"article_load_error"; + +static NSString *const kICMTKHelpCenter = @"help_center"; +static NSString *const kICMTTeamCanHelp = @"the_team_can_help_if_needed"; +static NSString *const kICMTKBotExpectation = @"bot_expectation_text"; +static NSString *const kICMTKLoading = @"loading"; +static NSString *const kICMTKSearchHelpArticles = @"search_help_articles"; +static NSString *const kICMTKArticleSearchHint = @"article_search_hint_text"; +static NSString *const kICMTKSearchBrowseEmptyState = @"search_browse_empty_state_text"; +static NSString *const kICMTKGetHelp = @"get_help"; +static NSString *const kICMTKGrinningFaceBigEyesEmoji = @"grinning_face_with_big_eyes_emoji"; +static NSString *const kICMTKNeutralFaceEmoji = @"neutral_face_emoji"; +static NSString *const kICMTKDisappointedFaceEmoji = @"disappointed_face_emoji"; +static NSString *const kICMTKBrowseAllHelpTopics = @"browse_all_help_topics"; +static NSString *const kICMTKSearchForHelp = @"search_for_help"; + +#pragma mark - Photos +static NSString *const kICMTKNoPhotos = @"no_photos"; +static NSString *const kICMTKNoPhotosOnDevice = @"no_photos_on_device"; +static NSString *const kICMTKAccessPhotos = @"access_photos"; +static NSString *const kICMTKPermissionSettings = @"access_device_settings"; +static NSString *const kICMTKEnablePermissions = @"go_to_settings"; + +#pragma mark - GIFs +static NSString *const kICMTKSearchGIFs = @"search_gif"; +static NSString *const kICMTKNoGIFsFoundTitle = @"no_gifs_found"; +static NSString *const kICMTKNoGIFsFoundMessage = @"no_gifs_matching_query"; +static NSString *const kICMTKImageAttribution = @"gif_attribution"; +static NSString *const kICMTKGIFErrorTitle = @"gifs_load_error"; +static NSString *const kICMTKGIFErrorDescription = @"try_again_minute"; + +#pragma mark - Attribute Collector Picker submit +static NSString *const kICMAttributeColelctorSubmitButton = @"submit"; + +#pragma mark - Input placeholders +static NSString *const kICMTKListPlaceholder = @"choose_one"; +static NSString *const kICMTKDatePlaceholder = @"choose_the_date"; + +#pragma mark - Input Validation +static NSString *const kICMTKInvalidEmail = @"that_email_address_doesnt_look_quite_right"; +static NSString *const kICMTKInvalidNumber = @"that_number_doesnt_look_quite_right"; +static NSString *const kICMTKInvalidString = @"string_is_incorrect"; +static NSString *const kICMTKSomethingWentWrongTryAgain = @"something_went_wrong_try_again"; + +static NSString *const kICMTKInvalidCountryCode = @"that_country_code_doesnt_look_quite_right"; +static NSString *const kICMTKInvalidNumberTooManyDigits = @"that_number_has_too_many_digits"; +static NSString *const kICMTKInvalidNumberMissingDigits = @"that_number_is_missing_a_few_digits"; +static NSString *const kICMTKInvalidMissingPrefix = @"that_number_needs_a_prefix"; + +#pragma mark - Attribute Collector +static NSString *const kICMTKYes = @"attribute_collector_positive"; +static NSString *const kICMTKNo = @"attribute_collector_negative"; + +#pragma mark - In Apps Quick Replies +static NSString *const kICMTKReply = @"reply"; + +#pragma mark - Carousels/Articles On Buttons +static NSString *const kICMTKPageNotFound = @"page_not_found"; + + +#pragma mark - Homescreen +static NSString *const kICMTKContinueConversation = @"continue_the_conversation"; +static NSString *const kICMTKNothingToSeeHereYet = @"nothing_to_see_here_yet"; +static NSString *const kICMTKNoMessagesFromTeam = @"no_messages_from_the_team"; +static NSString *const kSuggestedArticles = @"suggested_articles"; + +#pragma mark - Surveys +static NSString *const kICMTKNext = @"surveys_next_button"; +static NSString *const kICMTKDone = @"surveys_done_button"; +static NSString *const kICMTKMultiSelectOtherOptionPleaseSpecify = @"surveys_multiselect_other_option"; +static NSString *const kICMTKMultiSelectPleaseSpecifyOther = @"surveys_multiselect_other_option_input_label"; +static NSString *const kICMTKStartTypingPlaceholder = @"surveys_multiselect_other_option_input_placeholder"; +static NSString *const kICMTKOther = @"surveys_multiselect_other_option_value"; +static NSString *const kICMTKSurveysTextInputQuestionPlaceholder = @"surveys_text_input_question_placeholder"; +static NSString *const kICMTKSurveysRequiredResponse = @"surveys_required_response"; +static NSString *const kICMTKSurveysResponseTooLong = @"surveys_response_too_long"; +static NSString *const kICMTKSurveysResponseTooShort = @"surveys_response_too_short"; +static NSString *const kICMTKSurveysMultiSelectTooManyResponses = @"surveys_multi_select_too_many_responses"; +static NSString *const kICMTKSurveysMultiSelectTooFewResponses = @"surveys_multi_select_too_few_responses"; +static NSString *const kICMTKSurveysDismissConfirmation = @"dismiss_survey_confirmation"; +static NSString *const kICMTKSurveysContinue = @"surveys_continue"; +static NSString *const kICMTKSurveysDismiss = @"surveys_dismiss"; + +// Accessibility +static NSString *const kICMTKSurveysFromTeammate = @"surveys_from_teammate"; +static NSString *const kICMTKSurveysFromCompany = @"surveys_from_company"; +static NSString *const kICMTKSurveysQuestions = @"surveys_questions"; +static NSString *const kICMTKSurveysRequiredQuestion = @"surveys_required_question"; +static NSString *const kICMTKSurveysQuestioniOfn = @"surveys_question_question_number_of_question_count"; +static NSString *const kICMTKStarRatingQuestionOneStar = @"surveys_one_star_rating"; +static NSString *const kICMTKStarRatingQuestionManyStars = @"surveys_multi_star_rating"; + +#endif diff --git a/Intercom.xcframework/ios-arm64/Intercom.framework/Headers/ICMTranslationManager.h b/Intercom.xcframework/ios-arm64/Intercom.framework/Headers/ICMTranslationManager.h new file mode 100644 index 00000000..4e48db14 --- /dev/null +++ b/Intercom.xcframework/ios-arm64/Intercom.framework/Headers/ICMTranslationManager.h @@ -0,0 +1,16 @@ +// +// Created by Ignacio Delgado on 22/08/2014. +// Copyright (c) 2014 Intercom. All rights reserved. +// + +#import +#import + +@interface ICMTranslationManager : NSObject + ++ (NSLocale *)translationLocale; ++ (NSString *)translationForKey:(NSString *)key; ++ (NSString *)translationForKey:(NSString *)key params:(NSDictionary *)params; ++ (NSArray *)supportedLocales; + +@end diff --git a/Intercom.xcframework/ios-arm64/Intercom.framework/Headers/ICMUnreadManager.h b/Intercom.xcframework/ios-arm64/Intercom.framework/Headers/ICMUnreadManager.h new file mode 100644 index 00000000..d54cd01a --- /dev/null +++ b/Intercom.xcframework/ios-arm64/Intercom.framework/Headers/ICMUnreadManager.h @@ -0,0 +1,23 @@ +// +// ICMUnreadManager.h +// IntercomSDK +// +// Created by Gavin Rooney on 31/07/2014. +// Copyright (c) 2014 Intercom. All rights reserved. +// + +#import + +NS_ASSUME_NONNULL_BEGIN + +static NSString *const kICMConversationMarkedAsReadNotification = @"ICMConversationMarkedAsReadNotification"; + +@interface ICMUnreadManager : NSObject + +@property (nonatomic, strong) NSOrderedSet *unreadConversationIds; + +- (void)conversationIdRead:(NSString *)conversationId; + +@end + +NS_ASSUME_NONNULL_END diff --git a/Intercom.xcframework/ios-arm64/Intercom.framework/Headers/ICMUtils.h b/Intercom.xcframework/ios-arm64/Intercom.framework/Headers/ICMUtils.h new file mode 100644 index 00000000..f6a59b1d --- /dev/null +++ b/Intercom.xcframework/ios-arm64/Intercom.framework/Headers/ICMUtils.h @@ -0,0 +1,115 @@ +// +// ICMUtils.h +// IntercomSDK +// +// Created by Gavin Rooney on 24/04/2014. +// Copyright (c) 2014 Intercom. All rights reserved. +// + +#import +#import + +@class ICMConversationPart; + +#ifdef DEBUG +# define InterLog(fmt, ...) NSLog((@"[Intercom] " fmt), ##__VA_ARGS__); +# define InterLogDebug(fmt, ...) ([ICMUtils debugLoggingEnabled] ? NSLog((@"[Intercom] " fmt), ##__VA_ARGS__) : YES); +# define InterLogPrivate(fmt, ...) NSLog((@"[Intercom] %s [Line %d] " fmt), __PRETTY_FUNCTION__, __LINE__, ##__VA_ARGS__); +#else +# define InterLog(fmt, ...) NSLog((@"[Intercom] " fmt), ##__VA_ARGS__); +# define InterLogDebug(fmt, ...) ([ICMUtils debugLoggingEnabled] ? NSLog((@"[Intercom] " fmt), ##__VA_ARGS__) : YES); +# define InterLogPrivate(...) +#endif + +#define run_or_dispatch_main(block) if ([NSThread isMainThread]) { block(); } else { dispatch_async(dispatch_get_main_queue(), block); } + +#define WEAK_TYPE(x) __weak __typeof(x) +#define STRONG_TYPE(x) __strong __typeof(x) + +UIKIT_EXTERN NSString *const IntercomSDKErrorDomain; + +//------------------------------------------------------------------------------------------------------------------------------ +// result: X-INTERCOM-AGENT: intercom-ios-sdk/x.x.x +#define ICMSDKHeaderValue @"intercom-ios-sdk" +#define ICMSDKDefaultHeader @"X-INTERCOM-AGENT" +#define ICMSDKWrapperHeader @"X-INTERCOM-AGENT-WRAPPER" +#define ICMSDKCordovaHeaderValue @"intercom-sdk-cordova" +#define ICMSDKReactNativeHeaderValue @"intercom-sdk-react-native" + +static const NSInteger kICMConversationAvatarWidth = 28; + +static NSString *const kIntercomSDKVersionIdentifier = @"intercom-sdk-version"; +static NSString *const kIntercomSDKComposerPersistedString = @"intercom-sdk-composer-persisted-string"; +static NSString *const kIntercomSDKComposerPersistedNewKey = @"NewConversation"; // when we want to persist the string in the message composer but don't have a conversationId (i.e. user composes new message) + +static NSString *const kIntercomSDKInboxUpdated = @"intercom-sdk-inbox-updated"; +static NSString *const kICMIntercomDeepLinkNotification = @"kICMIntercomDeepLinkNotification"; +static NSString *const kICMIntercomDidTypeInComposer = @"kICMIntercomDidTypeInComposer"; +static NSString *const kICMIntercomDidChangeComposerInput = @"kICMIntercomDidChangeComposerInput"; +static NSString *const kICMIntercomHelpCenterArticleViewed = @"kICMIntercomHelpCenterArticleViewed"; + +typedef NS_ENUM(NSUInteger, ICMFontWeight){ + ICMFontWeightRegular = 0, + ICMFontWeightBold = 1, + ICMFontWeightMedium = 2, + ICMFontWeightLight = 3, + ICMFontWeightThin = 4, + ICMFontWeightSemibold = 5 +}; + +typedef NS_ENUM(NSInteger, ICMUserIdentityType) { + ICMUserIdentityEmail, + ICMUserIdentityUserId, + ICMUserIdentityIntercomId +}; + +@interface ICMUtils : NSObject + ++ (NSString *)intercomAgent; + ++ (NSString *)intercomVersion; + ++ (NSString *)appVersion; + ++ (NSString *)applicationName; + ++ (NSString *)bundleIdentifier; + ++ (NSString *)minimumOSVersion; + ++ (BOOL)debugLoggingEnabled; + ++ (void)setDebugLoggingEnabled:(BOOL)loggingEnabled; + ++ (void)checkIntegration; + ++ (BOOL)photoUsageDescriptionPresent; + ++ (BOOL)autoIntegratePushNotifications; + ++ (NSBundle *)intercomBundle; ++ (NSBundle *)translationsBundle; + ++ (NSBundle *)loadIntercomAssetsBundle; + ++ (NSString *)intercomDocumentsDirectory; + ++ (NSString *)intercomCachesDirectory; + ++ (UIFont *)fontOfSize:(CGFloat)fontSize weight:(ICMFontWeight)weight; + ++ (NSArray *)jsonArrayFromLocalFile:(NSString *)path error:(NSError * __autoreleasing *)error; + ++ (BOOL)sceneManifestPresent; + ++ (BOOL)shouldShowPhotoUsagePListError; + ++ (NSString *)extractArticleIdFromSheetParams:(NSDictionary *)params; + ++ (BOOL)contentSizeCategoryIsAccessibilityCategory; + ++ (void)enableRTLSupportForContainerClass:(Class )containerClass; + ++ (CGFloat)scaleToAccessibilitySizing:(CGFloat)pointSize; + +@end diff --git a/Intercom.xcframework/ios-arm64/Intercom.framework/Headers/ICMValidator.h b/Intercom.xcframework/ios-arm64/Intercom.framework/Headers/ICMValidator.h new file mode 100644 index 00000000..1c8f7597 --- /dev/null +++ b/Intercom.xcframework/ios-arm64/Intercom.framework/Headers/ICMValidator.h @@ -0,0 +1,22 @@ +// +// ICMValidator.h +// IntercomSDK +// +// Created by Brian Boyle on 05/03/2019. +// Copyright © 2019 Intercom. All rights reserved. +// + +#import +@protocol ICMValidatorProtocol; + +NS_ASSUME_NONNULL_BEGIN + +@interface ICMValidator : NSObject + ++ (BOOL)validateText:(nullable NSString *)text validators:(NSArray> *)validators error:(NSError * __autoreleasing *)error; ++ (BOOL)validateArray:(nullable NSArray *)array validators:(NSArray> *)validators error:(NSError * __autoreleasing *)error; ++ (BOOL)validateNumber:(nullable NSNumber *)number validators:(NSArray> *)validators error:(NSError * __autoreleasing *)error; + +@end + +NS_ASSUME_NONNULL_END diff --git a/Intercom.xcframework/ios-arm64/Intercom.framework/Headers/ICMValidatorProtocol.h b/Intercom.xcframework/ios-arm64/Intercom.framework/Headers/ICMValidatorProtocol.h new file mode 100644 index 00000000..520a572a --- /dev/null +++ b/Intercom.xcframework/ios-arm64/Intercom.framework/Headers/ICMValidatorProtocol.h @@ -0,0 +1,21 @@ +// +// ICMValidatorProtocol.h +// IntercomSDK +// +// Created by Brian Boyle on 04/03/2019. +// Copyright © 2019 Intercom. All rights reserved. +// + +#import + +NS_ASSUME_NONNULL_BEGIN + +@protocol ICMValidatorProtocol + +- (BOOL)validateText:(nullable NSString *)text error:(NSError * __autoreleasing *)error; +- (BOOL)validateArray:(nullable NSArray *)array error:(NSError * __autoreleasing *)error; +- (BOOL)validateNumber:(nullable NSNumber *)number error:(NSError * __autoreleasing *)error; + +@end + +NS_ASSUME_NONNULL_END diff --git a/Intercom.xcframework/ios-arm64/Intercom.framework/Headers/ICMWindow.h b/Intercom.xcframework/ios-arm64/Intercom.framework/Headers/ICMWindow.h new file mode 100644 index 00000000..118b608c --- /dev/null +++ b/Intercom.xcframework/ios-arm64/Intercom.framework/Headers/ICMWindow.h @@ -0,0 +1,11 @@ +#import +#import "ICMRootViewController.h" + +@interface ICMWindow : UIWindow + +- (void)tearDown; + +@property (nonatomic, assign) BOOL fullscreen; +@property (nonatomic, strong) ICMRootViewController *rootViewController; + +@end diff --git a/Intercom.xcframework/ios-arm64/Intercom.framework/Headers/ICMWindowProvider.h b/Intercom.xcframework/ios-arm64/Intercom.framework/Headers/ICMWindowProvider.h new file mode 100644 index 00000000..2f1f1871 --- /dev/null +++ b/Intercom.xcframework/ios-arm64/Intercom.framework/Headers/ICMWindowProvider.h @@ -0,0 +1,10 @@ +#import +#import + +@protocol ICMWindowProvider + +- (UIWindow *)hostAppWindow; + +- (UIWindow *)intercomWindow; + +@end diff --git a/Intercom.xcframework/ios-arm64/Intercom.framework/Headers/ITBBlock.h b/Intercom.xcframework/ios-arm64/Intercom.framework/Headers/ITBBlock.h new file mode 100644 index 00000000..32ee09f6 --- /dev/null +++ b/Intercom.xcframework/ios-arm64/Intercom.framework/Headers/ITBBlock.h @@ -0,0 +1,117 @@ +// +// ITBBaseBlock.h +// Pods +// +// Created by James Treanor on 19/11/2015. +// +// + +#import +#import "ITBBlockAppearance.h" + +NS_ASSUME_NONNULL_BEGIN + +typedef NS_ENUM(NSInteger, ITBBlockDisplayMode){ + ITBBlockDisplayModeInline = 0, + ITBBlockDisplayModeSingle = 1 +}; + +typedef NS_ENUM(NSInteger, ITBBlockType){ + ITBBlockTypeUnknown = -1, + ITBBlockTypeParagraph = 0, + ITBBlockTypeHeading = 1, + ITBBlockTypeSubheading = 2, + ITBBlockTypeUnorderedList = 3, + ITBBlockTypeOrderedList = 4, + ITBBlockTypeImage = 5, + ITBBlockTypeButton = 6, + ITBBlockTypeTwitter = 7, + ITBBlockTypeFacebook = 8, + ITBBlockTypeCode = 9, + ITBBlockTypeVideo = 10, + ITBBlockTypeAttachmentList = 11, + ITBBlockTypeLink = 12, + ITBBlockTypeNotificationCard = 13, + ITBBlockTypeAttachment = 14, + ITBBlockTypeConversationRating = 15, + ITBBlockTypeTyping = 16, + ITBBlockTypeLinkList = 17, + ITBBlockTypeMessengerCardFallback = 18, + ITBBlockTypeVideoFile = 19, + ITBBlockTypeImageText = 20, + ITBBlockTypeTagList = 21 +}; + +static NSString *const kITBBlockType = @"type"; +static NSString *const kITBHeadingBlockType = @"heading"; +static NSString *const kITBParagraphBlockType = @"paragraph"; +static NSString *const kITBSubheadingBlockType = @"subheading"; +static NSString *const kITBUnorderedListBlockType = @"unorderedList"; +static NSString *const kITBOrderedListBlockType = @"orderedList"; +static NSString *const kITBImageBlockType = @"image"; +static NSString *const kITBButtonBlockType = @"button"; +static NSString *const kITBTwitterBlockType = @"twitterFollowButton"; +static NSString *const kITBFacebookBlockType = @"facebookLikeButton"; +static NSString *const kITBCodeBlockType = @"code"; +static NSString *const kITBVideoBlockType = @"video"; +static NSString *const kITBAttachmentListBlockType = @"attachmentList"; +static NSString *const kITBTypingBlockType = @"internal_typing"; +static NSString *const kITBAttachmentBlockType = @"internal_attachment"; +static NSString *const kITBLinkBlockType = @"link"; +static NSString *const kITBNotificationCardBlockType = @"notificationChannelsCard"; +static NSString *const kITBLinkListType = @"linkList"; +static NSString *const kITBMessengerCardType = @"messengerCard"; +static NSString *const kITBVideoFileType = @"videoFile"; + +static NSString *const kITBVideoViewInvalidateVideoBoundsNotification = @"kITBVideoViewInvalidateVideoBoundsNotification"; + +@protocol ITBBlockViewProtocol; + +@interface ITBBlock : NSObject + +#pragma mark - Network + +@property (nonatomic, copy, nonnull) NSString *text; +@property (nonatomic, copy, nonnull) NSString *align; + +- (instancetype)init __attribute__((unavailable("init is not the designated initializer"))); ++ (instancetype)new __attribute__((unavailable("new is not the designated initializer"))); + +/** + This is the designated initializer for blocks. + + Note: nil will be returned if the dictionary does not have all valid keys or appearance is nil + **/ +- (instancetype)initWithDictionary:(NSDictionary *)aDictionary appearance:(id)appearance NS_DESIGNATED_INITIALIZER; + +/** + Preload any nessesary content for use. + */ +- (void)prepare:(void (^)(void))completion; + +- (void)updateAppearance:(id )appearance; + +#pragma mark - UI + +@property (nonatomic, assign) CGSize estimatedSize; +@property (nonatomic, assign) ITBBlockDisplayMode displayMode; //defaults to ITBBlockDisplayModeInline +@property (nonatomic) BOOL isRequired; + +- (ITBBlockType)type; + +- (Class)viewClass; + +// This is used in for view reuse. It can safely be nil +- (NSString *)blockUniqueIdentifier; + +// Returns the plain text contents of a block where available. +- (nullable NSString *)plainTextRepresentation; + +#pragma mark - Block Validation + ++ (BOOL)validateBlockDictionary:(NSDictionary *)dictionary; ++ (BOOL)isNonEmptyString:(NSString *)string; + +@end + +NS_ASSUME_NONNULL_END diff --git a/Intercom.xcframework/ios-arm64/Intercom.framework/Headers/ITBBlockAppearance.h b/Intercom.xcframework/ios-arm64/Intercom.framework/Headers/ITBBlockAppearance.h new file mode 100644 index 00000000..7cb96cac --- /dev/null +++ b/Intercom.xcframework/ios-arm64/Intercom.framework/Headers/ITBBlockAppearance.h @@ -0,0 +1,86 @@ +// +// ITBBlockAppearance.h +// Pods +// +// Created by James Treanor on 13/12/2015. +// +// + +#import +#import +#import "ITBLoadingView.h" + +@protocol ITBBlockAppearance + +#pragma mark - Colors + +@property (nonatomic, strong) UIColor *linkTextColor; +@property (nonatomic, strong) UIColor *textColor; +@property (nonatomic, strong) UIColor *headingTextColor; +@property (nonatomic, strong) UIColor *subHeadingTextColor; +@property (nonatomic, strong) UIColor *buttonBackgroundColor; +@property (nonatomic, strong) UIColor *buttonTextColor; +@property (nonatomic, strong) UIColor *codeBackgroundColor; +@property (nonatomic, strong) UIColor *codeTextColor; +@property (nonatomic, strong) UIColor *typingDotColor; +@property (nonatomic, strong) UIColor *separatorColor; +@property (nonatomic, strong) UIColor *appPrimaryColor; +@property (nonatomic, strong) UIColor *requiredIndicatorColor; + +#pragma mark - Fonts + +@property (nonatomic, strong) UIFont *paragraphFont; +@property (nonatomic, strong) UIFont *codeFont; +@property (nonatomic, strong) UIFont *headingFont; +@property (nonatomic, strong) UIFont *subheadingFont; +@property (nonatomic, strong) UIFont *buttonFont; + +#pragma mark - Sizing + +@property (nonatomic, assign) UIEdgeInsets textInsets; +@property (nonatomic, assign) UIEdgeInsets codeInsets; +@property (nonatomic, assign) UIEdgeInsets linkInsets; + +#pragma mark - Images +@property (nonatomic, assign) ITBLoadingViewColorType loadingViewColorType; +@property (nonatomic, assign) CGFloat inlineImagePadding; +@property (nonatomic, assign) CGFloat singleImagePadding; + +@property (nonatomic, assign) CGFloat inlineImageCornerRadius; +@property (nonatomic, assign) CGFloat singleImageCornerRadius; + +#pragma mark - Strings + +@property (nonatomic, strong) NSString *twitterFollowString; +@property (nonatomic, strong) NSString *facebookFollowString; + +#pragma mark - Text + +@property (nonatomic, assign) BOOL isTextSelectable; + +@optional +@property (nonatomic, assign) CGFloat avatarRadius; + + +#pragma mark - Link List +@property (nonatomic, strong) UIImage *linkFooterImage; +@property (nonatomic, assign) CGSize linkFooterImageSize; +@property (nonatomic, assign) UIEdgeInsets linkFooterInsets; +@property (nonatomic, assign) CGFloat maxLinkHeight; +@property (nonatomic, assign) CGFloat defaultLinkHeight; + +- (UIImage *)linkAuthorInitialsImageForName:(NSString *)name diameter:(CGFloat)diameter; +- (NSAttributedString *)linkUpdatedAtAttributedStringForDate:(NSDate *)date; +- (NSAttributedString *)linkWrittenByAttributedStringForName:(NSString *)name; + + +#pragma mark - Loading Indicator +@property (nonatomic, strong) UIColor *activityIndicatorColor; +@property (nonatomic, strong) UIImage *activityIndicatorImage; + + +#pragma mark - Messenger App Cards +@property (nonatomic, assign) UIEdgeInsets messengerCardInsets; +@property (nonatomic, assign) BOOL showMessengerAppBorder; + +@end diff --git a/Intercom.xcframework/ios-arm64/Intercom.framework/Headers/ITBImageLoader.h b/Intercom.xcframework/ios-arm64/Intercom.framework/Headers/ITBImageLoader.h new file mode 100644 index 00000000..abb83d52 --- /dev/null +++ b/Intercom.xcframework/ios-arm64/Intercom.framework/Headers/ITBImageLoader.h @@ -0,0 +1,23 @@ +// +// ITBImageLoader.h +// Pods +// +// Created by Brian Boyle on 30/03/2017. +// +// + +#import + +@interface ITBImageLoader : NSObject + ++ (instancetype)defaultLoader; ++ (instancetype)longTermLoader; ++ (void)clearCache; + +- (NSUUID *)loadImageWithURLString:(NSString *)urlString completion:(void (^)(id image))completion; +- (id)cachedImageForURL:(NSURL *)url; +- (id)cachedImageForKey:(NSString *)cacheKey; +- (void)cacheImage:(UIImage *)image ForKey:(NSString *)key; +- (UIImage *)imageForKey:(NSString *)key withGenerationBlock:(UIImage *(^)(void))block; + +@end diff --git a/Intercom.xcframework/ios-arm64/Intercom.framework/Headers/ITBLoadingView.h b/Intercom.xcframework/ios-arm64/Intercom.framework/Headers/ITBLoadingView.h new file mode 100644 index 00000000..ab533df5 --- /dev/null +++ b/Intercom.xcframework/ios-arm64/Intercom.framework/Headers/ITBLoadingView.h @@ -0,0 +1,26 @@ +// +// ITBLoadingView.h +// IntercomBlocks +// +// Created by Brian Boyle on 23/04/2020. +// + +#import + +NS_ASSUME_NONNULL_BEGIN + +typedef enum : NSUInteger { + ITBLoadingViewDarkColor, + ITBLoadingViewLightColor, +} ITBLoadingViewColorType; + +@interface ITBLoadingView : UIView +@property (nonatomic, assign, setter=isLoading:) BOOL loading; + +- (void)setShimmerSpeedForImageWidth:(CGFloat)imageWidth; +- (void)handleLoadingFailure; +- (void)setLoadingViewColorType:(ITBLoadingViewColorType)colorType; +- (void)cleanup; +@end + +NS_ASSUME_NONNULL_END diff --git a/Intercom.xcframework/ios-arm64/Intercom.framework/Headers/Intercom-Swift.h b/Intercom.xcframework/ios-arm64/Intercom.framework/Headers/Intercom-Swift.h new file mode 100644 index 00000000..6b3f11d8 --- /dev/null +++ b/Intercom.xcframework/ios-arm64/Intercom.framework/Headers/Intercom-Swift.h @@ -0,0 +1,608 @@ +// Generated by Apple Swift version 5.6 (swiftlang-5.6.0.323.62 clang-1316.0.20.8) +#ifndef INTERCOM_SWIFT_H +#define INTERCOM_SWIFT_H +#pragma clang diagnostic push +#pragma clang diagnostic ignored "-Wgcc-compat" + +#if !defined(__has_include) +# define __has_include(x) 0 +#endif +#if !defined(__has_attribute) +# define __has_attribute(x) 0 +#endif +#if !defined(__has_feature) +# define __has_feature(x) 0 +#endif +#if !defined(__has_warning) +# define __has_warning(x) 0 +#endif + +#if __has_include() +# include +#endif + +#pragma clang diagnostic ignored "-Wauto-import" +#include +#include +#include +#include + +#if !defined(SWIFT_TYPEDEFS) +# define SWIFT_TYPEDEFS 1 +# if __has_include() +# include +# elif !defined(__cplusplus) +typedef uint_least16_t char16_t; +typedef uint_least32_t char32_t; +# endif +typedef float swift_float2 __attribute__((__ext_vector_type__(2))); +typedef float swift_float3 __attribute__((__ext_vector_type__(3))); +typedef float swift_float4 __attribute__((__ext_vector_type__(4))); +typedef double swift_double2 __attribute__((__ext_vector_type__(2))); +typedef double swift_double3 __attribute__((__ext_vector_type__(3))); +typedef double swift_double4 __attribute__((__ext_vector_type__(4))); +typedef int swift_int2 __attribute__((__ext_vector_type__(2))); +typedef int swift_int3 __attribute__((__ext_vector_type__(3))); +typedef int swift_int4 __attribute__((__ext_vector_type__(4))); +typedef unsigned int swift_uint2 __attribute__((__ext_vector_type__(2))); +typedef unsigned int swift_uint3 __attribute__((__ext_vector_type__(3))); +typedef unsigned int swift_uint4 __attribute__((__ext_vector_type__(4))); +#endif + +#if !defined(SWIFT_PASTE) +# define SWIFT_PASTE_HELPER(x, y) x##y +# define SWIFT_PASTE(x, y) SWIFT_PASTE_HELPER(x, y) +#endif +#if !defined(SWIFT_METATYPE) +# define SWIFT_METATYPE(X) Class +#endif +#if !defined(SWIFT_CLASS_PROPERTY) +# if __has_feature(objc_class_property) +# define SWIFT_CLASS_PROPERTY(...) __VA_ARGS__ +# else +# define SWIFT_CLASS_PROPERTY(...) +# endif +#endif + +#if __has_attribute(objc_runtime_name) +# define SWIFT_RUNTIME_NAME(X) __attribute__((objc_runtime_name(X))) +#else +# define SWIFT_RUNTIME_NAME(X) +#endif +#if __has_attribute(swift_name) +# define SWIFT_COMPILE_NAME(X) __attribute__((swift_name(X))) +#else +# define SWIFT_COMPILE_NAME(X) +#endif +#if __has_attribute(objc_method_family) +# define SWIFT_METHOD_FAMILY(X) __attribute__((objc_method_family(X))) +#else +# define SWIFT_METHOD_FAMILY(X) +#endif +#if __has_attribute(noescape) +# define SWIFT_NOESCAPE __attribute__((noescape)) +#else +# define SWIFT_NOESCAPE +#endif +#if __has_attribute(ns_consumed) +# define SWIFT_RELEASES_ARGUMENT __attribute__((ns_consumed)) +#else +# define SWIFT_RELEASES_ARGUMENT +#endif +#if __has_attribute(warn_unused_result) +# define SWIFT_WARN_UNUSED_RESULT __attribute__((warn_unused_result)) +#else +# define SWIFT_WARN_UNUSED_RESULT +#endif +#if __has_attribute(noreturn) +# define SWIFT_NORETURN __attribute__((noreturn)) +#else +# define SWIFT_NORETURN +#endif +#if !defined(SWIFT_CLASS_EXTRA) +# define SWIFT_CLASS_EXTRA +#endif +#if !defined(SWIFT_PROTOCOL_EXTRA) +# define SWIFT_PROTOCOL_EXTRA +#endif +#if !defined(SWIFT_ENUM_EXTRA) +# define SWIFT_ENUM_EXTRA +#endif +#if !defined(SWIFT_CLASS) +# if __has_attribute(objc_subclassing_restricted) +# define SWIFT_CLASS(SWIFT_NAME) SWIFT_RUNTIME_NAME(SWIFT_NAME) __attribute__((objc_subclassing_restricted)) SWIFT_CLASS_EXTRA +# define SWIFT_CLASS_NAMED(SWIFT_NAME) __attribute__((objc_subclassing_restricted)) SWIFT_COMPILE_NAME(SWIFT_NAME) SWIFT_CLASS_EXTRA +# else +# define SWIFT_CLASS(SWIFT_NAME) SWIFT_RUNTIME_NAME(SWIFT_NAME) SWIFT_CLASS_EXTRA +# define SWIFT_CLASS_NAMED(SWIFT_NAME) SWIFT_COMPILE_NAME(SWIFT_NAME) SWIFT_CLASS_EXTRA +# endif +#endif +#if !defined(SWIFT_RESILIENT_CLASS) +# if __has_attribute(objc_class_stub) +# define SWIFT_RESILIENT_CLASS(SWIFT_NAME) SWIFT_CLASS(SWIFT_NAME) __attribute__((objc_class_stub)) +# define SWIFT_RESILIENT_CLASS_NAMED(SWIFT_NAME) __attribute__((objc_class_stub)) SWIFT_CLASS_NAMED(SWIFT_NAME) +# else +# define SWIFT_RESILIENT_CLASS(SWIFT_NAME) SWIFT_CLASS(SWIFT_NAME) +# define SWIFT_RESILIENT_CLASS_NAMED(SWIFT_NAME) SWIFT_CLASS_NAMED(SWIFT_NAME) +# endif +#endif + +#if !defined(SWIFT_PROTOCOL) +# define SWIFT_PROTOCOL(SWIFT_NAME) SWIFT_RUNTIME_NAME(SWIFT_NAME) SWIFT_PROTOCOL_EXTRA +# define SWIFT_PROTOCOL_NAMED(SWIFT_NAME) SWIFT_COMPILE_NAME(SWIFT_NAME) SWIFT_PROTOCOL_EXTRA +#endif + +#if !defined(SWIFT_EXTENSION) +# define SWIFT_EXTENSION(M) SWIFT_PASTE(M##_Swift_, __LINE__) +#endif + +#if !defined(OBJC_DESIGNATED_INITIALIZER) +# if __has_attribute(objc_designated_initializer) +# define OBJC_DESIGNATED_INITIALIZER __attribute__((objc_designated_initializer)) +# else +# define OBJC_DESIGNATED_INITIALIZER +# endif +#endif +#if !defined(SWIFT_ENUM_ATTR) +# if defined(__has_attribute) && __has_attribute(enum_extensibility) +# define SWIFT_ENUM_ATTR(_extensibility) __attribute__((enum_extensibility(_extensibility))) +# else +# define SWIFT_ENUM_ATTR(_extensibility) +# endif +#endif +#if !defined(SWIFT_ENUM) +# define SWIFT_ENUM(_type, _name, _extensibility) enum _name : _type _name; enum SWIFT_ENUM_ATTR(_extensibility) SWIFT_ENUM_EXTRA _name : _type +# if __has_feature(generalized_swift_name) +# define SWIFT_ENUM_NAMED(_type, _name, SWIFT_NAME, _extensibility) enum _name : _type _name SWIFT_COMPILE_NAME(SWIFT_NAME); enum SWIFT_COMPILE_NAME(SWIFT_NAME) SWIFT_ENUM_ATTR(_extensibility) SWIFT_ENUM_EXTRA _name : _type +# else +# define SWIFT_ENUM_NAMED(_type, _name, SWIFT_NAME, _extensibility) SWIFT_ENUM(_type, _name, _extensibility) +# endif +#endif +#if !defined(SWIFT_UNAVAILABLE) +# define SWIFT_UNAVAILABLE __attribute__((unavailable)) +#endif +#if !defined(SWIFT_UNAVAILABLE_MSG) +# define SWIFT_UNAVAILABLE_MSG(msg) __attribute__((unavailable(msg))) +#endif +#if !defined(SWIFT_AVAILABILITY) +# define SWIFT_AVAILABILITY(plat, ...) __attribute__((availability(plat, __VA_ARGS__))) +#endif +#if !defined(SWIFT_WEAK_IMPORT) +# define SWIFT_WEAK_IMPORT __attribute__((weak_import)) +#endif +#if !defined(SWIFT_DEPRECATED) +# define SWIFT_DEPRECATED __attribute__((deprecated)) +#endif +#if !defined(SWIFT_DEPRECATED_MSG) +# define SWIFT_DEPRECATED_MSG(...) __attribute__((deprecated(__VA_ARGS__))) +#endif +#if __has_feature(attribute_diagnose_if_objc) +# define SWIFT_DEPRECATED_OBJC(Msg) __attribute__((diagnose_if(1, Msg, "warning"))) +#else +# define SWIFT_DEPRECATED_OBJC(Msg) SWIFT_DEPRECATED_MSG(Msg) +#endif +#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 + +#import + +#pragma clang diagnostic ignored "-Wproperty-attribute-mismatch" +#pragma clang diagnostic ignored "-Wduplicate-method-arg" +#if __has_warning("-Wpragma-clang-attribute") +# pragma clang diagnostic ignored "-Wpragma-clang-attribute" +#endif +#pragma clang diagnostic ignored "-Wunknown-pragmas" +#pragma clang diagnostic ignored "-Wnullability" + +#if __has_attribute(external_source_symbol) +# pragma push_macro("any") +# undef any +# pragma clang attribute push(__attribute__((external_source_symbol(language="Swift", defined_in="Intercom",generated_declaration))), apply_to=any(function,enum,objc_interface,objc_category,objc_protocol)) +# pragma pop_macro("any") +#endif + +@class NSString; + +SWIFT_CLASS("_TtC8Intercom15ArticleMetaData") +@interface ArticleMetaData : NSObject +SWIFT_CLASS_PROPERTY(@property (nonatomic, class, readonly, copy) NSString * _Nonnull searchBrowseSource;) ++ (NSString * _Nonnull)searchBrowseSource SWIFT_WARN_UNUSED_RESULT; +@property (nonatomic, copy) NSString * _Nullable articleId; +@property (nonatomic, copy) NSString * _Nullable articleSource; +- (nonnull instancetype)initWithId:(NSString * _Nullable)id source:(NSString * _Nullable)source OBJC_DESIGNATED_INITIALIZER; +- (nonnull instancetype)init SWIFT_UNAVAILABLE; ++ (nonnull instancetype)new SWIFT_UNAVAILABLE_MSG("-init is unavailable"); +@end + +@class NSCoder; + +SWIFT_CLASS("_TtC8Intercom22AvailableTeammatesView") +@interface AvailableTeammatesView : UIStackView +- (nonnull instancetype)init SWIFT_UNAVAILABLE; ++ (nonnull instancetype)new SWIFT_UNAVAILABLE_MSG("-init is unavailable"); +- (nonnull instancetype)initWithCoder:(NSCoder * _Nonnull)coder SWIFT_UNAVAILABLE; +- (nonnull instancetype)initWithFrame:(CGRect)frame SWIFT_UNAVAILABLE; +@end + +@protocol ConversationCardInfoProtocol; +@protocol ConversationCardDelegate; +@class UITraitCollection; + +SWIFT_CLASS("_TtC8Intercom16ConversationCard") +@interface ConversationCard : UIView +SWIFT_CLASS_PROPERTY(@property (nonatomic, class, readonly) NSInteger maxRecentConversationsCount;) ++ (NSInteger)maxRecentConversationsCount SWIFT_WARN_UNUSED_RESULT; +SWIFT_CLASS_PROPERTY(@property (nonatomic, class, readonly) CGFloat viewPadding;) ++ (CGFloat)viewPadding SWIFT_WARN_UNUSED_RESULT; +- (nullable instancetype)initWithCoder:(NSCoder * _Nonnull)coder SWIFT_UNAVAILABLE; +- (nonnull instancetype)initWithCardInfo:(id _Nonnull)cardInfo delegate:(id _Nonnull)delegate OBJC_DESIGNATED_INITIALIZER; +- (CGFloat)heightForCardWithWidth:(CGFloat)width SWIFT_WARN_UNUSED_RESULT; +- (void)traitCollectionDidChange:(UITraitCollection * _Nullable)previousTraitCollection; +- (nonnull instancetype)initWithFrame:(CGRect)frame SWIFT_UNAVAILABLE; +@end + + +SWIFT_PROTOCOL("_TtP8Intercom31SeeAllConversationsViewDelegate_") +@protocol SeeAllConversationsViewDelegate +- (void)viewPreviousConversations; +@end + + +@interface ConversationCard (SWIFT_EXTENSION(Intercom)) +- (void)viewPreviousConversations; +@end + +@class UIViewController; + +SWIFT_PROTOCOL("_TtP8Intercom24ConversationCardDelegate_") +@protocol ConversationCardDelegate +- (void)startNewConversation; +- (void)viewPreviousConversations; +- (void)reloadConversationHistoryCard; +- (void)navigateToViewController:(UIViewController * _Nonnull)viewController; +@end + + +SWIFT_PROTOCOL("_TtP8Intercom28ConversationCardInfoProtocol_") +@protocol ConversationCardInfoProtocol +@property (nonatomic, readonly) BOOL prominantStyling; +@property (nonatomic, readonly) BOOL accessToTeammateEnabled; +@property (nonatomic, readonly) BOOL hasRecentConversations; +@property (nonatomic, readonly) BOOL hasOtherConversations; +@property (nonatomic, readonly) BOOL startConversationCardDisplayed; +@end + +@protocol ICMConfigProtocol; +@protocol ICMDataManagerProtocol; + +SWIFT_CLASS("_TtC8Intercom20ConversationCardInfo") +@interface ConversationCardInfo : NSObject +@property (nonatomic, readonly) BOOL prominantStyling; +@property (nonatomic) BOOL startConversationCardDisplayed; +@property (nonatomic, readonly) BOOL accessToTeammateEnabled; +@property (nonatomic, readonly) BOOL hasRecentConversations; +@property (nonatomic, readonly) BOOL hasOtherConversations; +- (nonnull instancetype)initWithProminantStyling:(BOOL)prominantStyling config:(id _Nonnull)config dataManager:(id _Nonnull)dataManager OBJC_DESIGNATED_INITIALIZER; +- (nonnull instancetype)init SWIFT_UNAVAILABLE; ++ (nonnull instancetype)new SWIFT_UNAVAILABLE_MSG("-init is unavailable"); +@end + + +@class ICMRecentConversationsViewController; + +SWIFT_CLASS("_TtC8Intercom23ConversationHistoryCard") +@interface ConversationHistoryCard : ConversationCard +@property (nonatomic, strong) ICMRecentConversationsViewController * _Nonnull recentConversationsVC; +- (void)reloadConversationHistoryCard; +- (void)navigateToViewController:(UIViewController * _Nonnull)viewController; +- (nonnull instancetype)initWithCardInfo:(id _Nonnull)cardInfo delegate:(id _Nonnull)delegate OBJC_DESIGNATED_INITIALIZER; +@end + + +SWIFT_CLASS("_TtC8Intercom11EmojiButton") +@interface EmojiButton : UIButton +- (nullable instancetype)initWithCoder:(NSCoder * _Nonnull)coder SWIFT_UNAVAILABLE; +- (nonnull instancetype)initWithFrame:(CGRect)frame SWIFT_UNAVAILABLE; +@end + + +SWIFT_CLASS("_TtC8Intercom16EmojiImageButton") +@interface EmojiImageButton : UIButton +- (nullable instancetype)initWithCoder:(NSCoder * _Nonnull)coder SWIFT_UNAVAILABLE; +- (nonnull instancetype)initWithFrame:(CGRect)frame SWIFT_UNAVAILABLE; +@end + + +SWIFT_CLASS("_TtC8Intercom26HelpCenterArticle_Internal") +@interface HelpCenterArticle_Internal : NSObject +@property (nonatomic, copy) NSString * _Nonnull id; +@property (nonatomic, copy) NSString * _Nonnull title; +- (nullable instancetype)initWithDictionary:(NSDictionary * _Nonnull)dictionary OBJC_DESIGNATED_INITIALIZER; +- (nonnull instancetype)initWithId:(NSString * _Nonnull)id title:(NSString * _Nonnull)title OBJC_DESIGNATED_INITIALIZER; +@property (nonatomic, readonly, copy) NSString * _Nonnull description; +- (BOOL)isEqual:(id _Nullable)object SWIFT_WARN_UNUSED_RESULT; +- (nonnull instancetype)init SWIFT_UNAVAILABLE; ++ (nonnull instancetype)new SWIFT_UNAVAILABLE_MSG("-init is unavailable"); +@end + +@class NSBundle; + +SWIFT_CLASS("_TtC8Intercom33HelpCenterContainerViewController") +@interface HelpCenterContainerViewController : UIViewController +- (nonnull instancetype)initWithCollections:(NSArray * _Nonnull)collectionIds; +- (nonnull instancetype)initWithCollection:(NSString * _Nonnull)collectionId; +- (nonnull instancetype)init OBJC_DESIGNATED_INITIALIZER; +- (nonnull instancetype)initFromSearchBrowse:(BOOL)fromSearchBrowse; +- (nullable instancetype)initWithCoder:(NSCoder * _Nonnull)coder SWIFT_UNAVAILABLE; +- (void)viewDidLoad; +- (void)viewDidLayoutSubviews; +- (nonnull instancetype)initWithNibName:(NSString * _Nullable)nibNameOrNil bundle:(NSBundle * _Nullable)nibBundleOrNil SWIFT_UNAVAILABLE; +@end + + +@interface HelpCenterContainerViewController (SWIFT_EXTENSION(Intercom)) +- (void)didSelectErrorAction; +@end + + +@class ICMHelpCenterCollection; +@class ICMHelpCenterCollectionContent; +@class ICMHelpCenterArticleSearchResult; + +SWIFT_CLASS("_TtC8Intercom21HelpCenterDataService") +@interface HelpCenterDataService : NSObject +- (nonnull instancetype)init OBJC_DESIGNATED_INITIALIZER; +- (void)fetchCollectionsWithCompletion:(void (^ _Nonnull)(NSArray * _Nullable, NSError * _Nullable))completion; +- (void)fetchCollectionWithCollectionId:(NSString * _Nonnull)collectionId completion:(void (^ _Nonnull)(ICMHelpCenterCollectionContent * _Nullable, NSError * _Nullable))completion; +- (void)searchResultsFor:(NSString * _Nonnull)searchTerm completion:(void (^ _Nonnull)(NSArray * _Nullable, NSError * _Nullable))completion; +@end + +@class NSNumber; + +SWIFT_CLASS("_TtC8Intercom23HelpCenterMetricService") +@interface HelpCenterMetricService : NSObject +@property (nonatomic) BOOL contextIsSearchBrowse; ++ (void)addSearchBrowseViewedEventWithHomeScreenIndex:(NSInteger)homeScreenIndex; ++ (void)addOpenedFromAPIEvent; ++ (void)addOpenedArticleFromAPIEvent; ++ (void)addOpenedFromConversationEvent; ++ (void)addOpenedFromInAppEvent; ++ (void)addOpenedFromLegacySearchAppEvent; ++ (void)addOpenedFromMessengerHomeAppEvent; ++ (void)addOpenedFromCarousel; ++ (void)addOpenedFromPushNotification; ++ (void)addOpenedFromSurvey; +- (void)addArticleViewedEvent; +- (void)addArticleFailedEventWithErrorCode:(NSNumber * _Nonnull)errorCode; +- (void)addHappyReactionEvent; +- (void)addNeutralReactionEvent; +- (void)addSadReactionEventWithConversationOptionShown:(BOOL)conversationOptionShown; +- (void)addNewConversationFromArticleEventWithAccessToTeammate:(BOOL)accessToTeammate; +- (nonnull instancetype)init OBJC_DESIGNATED_INITIALIZER; +@end + +@protocol HelpCenterStartConversationViewDelegate; + +SWIFT_CLASS("_TtC8Intercom31HelpCenterStartConversationView") +@interface HelpCenterStartConversationView : UIView +@property (nonatomic, weak) id _Nullable startConversationDelegate; +- (nonnull instancetype)initWithFrame:(CGRect)frame SWIFT_UNAVAILABLE; +- (nullable instancetype)initWithCoder:(NSCoder * _Nonnull)coder SWIFT_UNAVAILABLE; +@end + + +SWIFT_PROTOCOL("_TtP8Intercom39HelpCenterStartConversationViewDelegate_") +@protocol HelpCenterStartConversationViewDelegate +- (void)didSelectStartConversation; +@end + +@class UIColor; + +@interface ICMColor (SWIFT_EXTENSION(Intercom)) ++ (BOOL)isLightColor:(UIColor * _Nullable)color SWIFT_WARN_UNUSED_RESULT; +@end + +@class NSDate; +@class ICMParticipant; + +SWIFT_CLASS("_TtC8Intercom9InboxCell") +@interface InboxCell : UITableViewCell +- (nonnull instancetype)initWithStyle:(UITableViewCellStyle)style reuseIdentifier:(NSString * _Nullable)reuseIdentifier SWIFT_UNAVAILABLE; +- (nullable instancetype)initWithCoder:(NSCoder * _Nonnull)coder SWIFT_UNAVAILABLE; +- (void)configureWithName:(NSString * _Nonnull)name sentTime:(NSDate * _Nonnull)sentTime summary:(NSString * _Nonnull)summary adminsToShow:(NSArray * _Nonnull)adminsToShow unread:(BOOL)unread showDividerLine:(BOOL)showDividerLine; +- (void)traitCollectionDidChange:(UITraitCollection * _Nullable)previousTraitCollection; +@end + + +@protocol NativeArticleReactionsViewDelegate; + +SWIFT_CLASS("_TtC8Intercom26NativeArticleReactionsView") +@interface NativeArticleReactionsView : UIView +SWIFT_CLASS_PROPERTY(@property (nonatomic, class, readonly) NSInteger sadReactionIndex;) ++ (NSInteger)sadReactionIndex SWIFT_WARN_UNUSED_RESULT; +SWIFT_CLASS_PROPERTY(@property (nonatomic, class, readonly) NSInteger neutralReactionIndex;) ++ (NSInteger)neutralReactionIndex SWIFT_WARN_UNUSED_RESULT; +SWIFT_CLASS_PROPERTY(@property (nonatomic, class, readonly) NSInteger happyReactionIndex;) ++ (NSInteger)happyReactionIndex SWIFT_WARN_UNUSED_RESULT; +@property (nonatomic, weak) id _Nullable articleDelegate; +- (nonnull instancetype)initWithFrame:(CGRect)frame SWIFT_UNAVAILABLE; +- (nullable instancetype)initWithCoder:(NSCoder * _Nonnull)coder SWIFT_UNAVAILABLE; +@end + + +SWIFT_PROTOCOL("_TtP8Intercom34NativeArticleReactionsViewDelegate_") +@protocol NativeArticleReactionsViewDelegate +- (void)selectedReactionIndex:(NSInteger)reactionIdex; +@end + + +SWIFT_CLASS_NAMED("SearchBrowseView") +@interface ICMSearchBrowseView : UIView +- (nonnull instancetype)initWithSuggestedArticles:(NSArray * _Nonnull)suggestedArticles; +- (nonnull instancetype)initWithCoder:(NSCoder * _Nonnull)aDecoder SWIFT_UNAVAILABLE; +- (void)traitCollectionDidChange:(UITraitCollection * _Nullable)previousTraitCollection; +- (void)searchHelpArticlesAction; +- (CGFloat)heightForCardWithWidth:(CGFloat)width SWIFT_WARN_UNUSED_RESULT; +- (nonnull instancetype)initWithFrame:(CGRect)frame SWIFT_UNAVAILABLE; +@end + + + +SWIFT_CLASS("_TtC8Intercom21StartConversationCard") +@interface StartConversationCard : ConversationCard +- (nonnull instancetype)initWithCardInfo:(id _Nonnull)cardInfo delegate:(id _Nonnull)delegate OBJC_DESIGNATED_INITIALIZER; +@end + +enum SurveyFormat : NSInteger; +@class SurveyStep; +@class SurveyCustomizationOptions; + +SWIFT_CLASS("_TtC8Intercom6Survey") +@interface Survey : NSObject +@property (nonatomic, readonly, copy) NSString * _Nonnull surveyId; +@property (nonatomic, readonly) NSInteger progressId; +@property (nonatomic, readonly, copy) NSString * _Nullable lastStepId; +- (nonnull instancetype)initWithId:(NSString * _Nonnull)id format:(enum SurveyFormat)format steps:(NSArray * _Nonnull)steps progressId:(NSInteger)progressId customizationOptions:(SurveyCustomizationOptions * _Nullable)customizationOptions stepCount:(NSInteger)stepCount OBJC_DESIGNATED_INITIALIZER; +- (nullable instancetype)initWithDictionary:(NSDictionary * _Nonnull)dictionary OBJC_DESIGNATED_INITIALIZER; +- (nonnull instancetype)init SWIFT_UNAVAILABLE; ++ (nonnull instancetype)new SWIFT_UNAVAILABLE_MSG("-init is unavailable"); +@end + + +@interface Survey (SWIFT_EXTENSION(Intercom)) +- (NSArray *> * _Nonnull)allResponses SWIFT_WARN_UNUSED_RESULT; +@end + + +SWIFT_CLASS("_TtC8Intercom26SurveyCustomizationOptions") +@interface SurveyCustomizationOptions : NSObject +@property (nonatomic, readonly, strong) UIColor * _Nonnull backgroundColor; +@property (nonatomic, readonly, strong) UIColor * _Nonnull buttonColor; +- (nonnull instancetype)initWithBackgroundColor:(UIColor * _Nonnull)backgroundColor buttonColor:(UIColor * _Nonnull)buttonColor OBJC_DESIGNATED_INITIALIZER; +- (nonnull instancetype)init SWIFT_UNAVAILABLE; ++ (nonnull instancetype)new SWIFT_UNAVAILABLE_MSG("-init is unavailable"); +@end + + +typedef SWIFT_ENUM(NSInteger, SurveyFormat, open) { + SurveyFormatSmall = 0, + SurveyFormatLarge = 1, +}; + + +SWIFT_CLASS("_TtC8Intercom13SurveyService") +@interface SurveyService : NSObject +SWIFT_CLASS_PROPERTY(@property (nonatomic, class) BOOL currentlyDisplayingSurvey;) ++ (BOOL)currentlyDisplayingSurvey SWIFT_WARN_UNUSED_RESULT; ++ (void)setCurrentlyDisplayingSurvey:(BOOL)value; ++ (void)presentSurvey:(Survey * _Nonnull)survey; +- (nonnull instancetype)init SWIFT_UNAVAILABLE; ++ (nonnull instancetype)new SWIFT_UNAVAILABLE_MSG("-init is unavailable"); +@end + + +SWIFT_CLASS("_TtC8Intercom10SurveyStep") +@interface SurveyStep : NSObject +- (nonnull instancetype)initWithId:(NSString * _Nonnull)id OBJC_DESIGNATED_INITIALIZER; +- (nonnull instancetype)init SWIFT_UNAVAILABLE; ++ (nonnull instancetype)new SWIFT_UNAVAILABLE_MSG("-init is unavailable"); +@end + + +@protocol ICMContentViewControllerDelegate; + +SWIFT_CLASS("_TtC8Intercom20SurveyViewController") +@interface SurveyViewController : UIViewController +@property (nonatomic, weak) id _Nullable contentDelegate; +- (nonnull instancetype)initWith:(Survey * _Nonnull)survey OBJC_DESIGNATED_INITIALIZER; +- (void)viewDidLoad; +- (void)viewDidLayoutSubviews; +- (nullable instancetype)initWithCoder:(NSCoder * _Nonnull)coder SWIFT_UNAVAILABLE; +- (nonnull instancetype)initWithNibName:(NSString * _Nullable)nibNameOrNil bundle:(NSBundle * _Nullable)nibBundleOrNil SWIFT_UNAVAILABLE; +@end + + + +@interface SurveyViewController (SWIFT_EXTENSION(Intercom)) +- (void)didSelectErrorAction; +@end + + + +@interface SurveyViewController (SWIFT_EXTENSION(Intercom)) +- (void)reload; +- (void)closeButtonTapped; +- (void)viewDidDismissBySwipe; +@end + +@class UIEvent; +@class UICollectionViewLayout; + +SWIFT_CLASS("_TtC8Intercom30TouchTransparentCollectionView") +@interface TouchTransparentCollectionView : UICollectionView +- (BOOL)pointInside:(CGPoint)point withEvent:(UIEvent * _Nullable)event SWIFT_WARN_UNUSED_RESULT; +- (nonnull instancetype)initWithFrame:(CGRect)frame collectionViewLayout:(UICollectionViewLayout * _Nonnull)layout OBJC_DESIGNATED_INITIALIZER; +- (nullable instancetype)initWithCoder:(NSCoder * _Nonnull)coder OBJC_DESIGNATED_INITIALIZER; +@end + + + + +@interface UIColor (SWIFT_EXTENSION(Intercom)) +/// Returns true if the color is white, or almost white. +@property (nonatomic, readonly) BOOL isWhite; +/// Returns true if the color is black, or almost black. +@property (nonatomic, readonly) BOOL isBlack; +@end + + +@interface UIColor (SWIFT_EXTENSION(Intercom)) +SWIFT_CLASS_PROPERTY(@property (nonatomic, class, readonly, strong) UIColor * _Nullable intercomGrey;) ++ (UIColor * _Nullable)intercomGrey SWIFT_WARN_UNUSED_RESULT; +SWIFT_CLASS_PROPERTY(@property (nonatomic, class, readonly, strong) UIColor * _Nullable intercomBlack;) ++ (UIColor * _Nullable)intercomBlack SWIFT_WARN_UNUSED_RESULT; +SWIFT_CLASS_PROPERTY(@property (nonatomic, class, readonly, strong) UIColor * _Nullable intercomBlack5;) ++ (UIColor * _Nullable)intercomBlack5 SWIFT_WARN_UNUSED_RESULT; +SWIFT_CLASS_PROPERTY(@property (nonatomic, class, readonly, strong) UIColor * _Nullable intercomBlack20;) ++ (UIColor * _Nullable)intercomBlack20 SWIFT_WARN_UNUSED_RESULT; +SWIFT_CLASS_PROPERTY(@property (nonatomic, class, readonly, strong) UIColor * _Nullable intercomLightGrey;) ++ (UIColor * _Nullable)intercomLightGrey SWIFT_WARN_UNUSED_RESULT; +SWIFT_CLASS_PROPERTY(@property (nonatomic, class, readonly, strong) UIColor * _Nullable backButtonBackgroundLight;) ++ (UIColor * _Nullable)backButtonBackgroundLight SWIFT_WARN_UNUSED_RESULT; +SWIFT_CLASS_PROPERTY(@property (nonatomic, class, readonly, strong) UIColor * _Nullable backButtonBackgroundDark;) ++ (UIColor * _Nullable)backButtonBackgroundDark SWIFT_WARN_UNUSED_RESULT; +SWIFT_CLASS_PROPERTY(@property (nonatomic, class, readonly, strong) UIColor * _Nullable coolGray1;) ++ (UIColor * _Nullable)coolGray1 SWIFT_WARN_UNUSED_RESULT; +@end + + +@interface UIFont (SWIFT_EXTENSION(Intercom)) ++ (UIFont * _Nonnull)preferredFontForTextStyle:(UIFontTextStyle _Nonnull)style weight:(UIFontWeight)weight SWIFT_WARN_UNUSED_RESULT; +@end + + + + + +#if __has_attribute(external_source_symbol) +# pragma clang attribute pop +#endif +#pragma clang diagnostic pop +#endif diff --git a/Intercom.xcframework/ios-arm64/Intercom.framework/Headers/Intercom.h b/Intercom.xcframework/ios-arm64/Intercom.framework/Headers/Intercom.h index fba61d94..f71e6158 100644 --- a/Intercom.xcframework/ios-arm64/Intercom.framework/Headers/Intercom.h +++ b/Intercom.xcframework/ios-arm64/Intercom.framework/Headers/Intercom.h @@ -15,6 +15,72 @@ #import #import #import +#import +#import +#import +#import +#import +#import +#import +#import +#import +#import +#import +#import +#import +#import +#import +#import +#import +#import +#import +#import +#import +#import +#import +#import +#import +#import +#import +#import +#import +#import +#import +#import +#import +#import +#import +#import +#import +#import +#import +#import +#import +#import +#import +#import +#import +#import +#import +#import +#import +#import +#import +#import +#import +#import +#import +#import +#import +#import +#import +#import +#import +#import +#import +#import +#import +#import NS_ASSUME_NONNULL_BEGIN diff --git a/Intercom.xcframework/ios-arm64/Intercom.framework/Headers/UIImage+ICMImageUtils.h b/Intercom.xcframework/ios-arm64/Intercom.framework/Headers/UIImage+ICMImageUtils.h new file mode 100644 index 00000000..12cb994c --- /dev/null +++ b/Intercom.xcframework/ios-arm64/Intercom.framework/Headers/UIImage+ICMImageUtils.h @@ -0,0 +1,15 @@ +// +// UIImage+ICMGrayscale.h +// Pods +// +// Created by Brian Boyle on 19/01/2017. +// +// + +#import + +@interface UIImage (ICMImageUtils) + +- (UIImage *)icm_grayscale; +- (UIImage *)icm_resizeImageToSize:(CGSize)newSize; +@end diff --git a/Intercom.xcframework/ios-arm64/Intercom.framework/Info.plist b/Intercom.xcframework/ios-arm64/Intercom.framework/Info.plist index d8989eee..421c2a38 100644 Binary files a/Intercom.xcframework/ios-arm64/Intercom.framework/Info.plist and b/Intercom.xcframework/ios-arm64/Intercom.framework/Info.plist differ diff --git a/Intercom.xcframework/ios-arm64/Intercom.framework/Intercom b/Intercom.xcframework/ios-arm64/Intercom.framework/Intercom index 7037565f..5ad2e13b 100755 Binary files a/Intercom.xcframework/ios-arm64/Intercom.framework/Intercom and b/Intercom.xcframework/ios-arm64/Intercom.framework/Intercom differ diff --git a/Intercom.xcframework/ios-arm64/Intercom.framework/Intercom.bundle/images/external_link_icon.png b/Intercom.xcframework/ios-arm64/Intercom.framework/Intercom.bundle/images/external_link_icon.png new file mode 100644 index 00000000..13f8dd05 Binary files /dev/null and b/Intercom.xcframework/ios-arm64/Intercom.framework/Intercom.bundle/images/external_link_icon.png differ diff --git a/Intercom.xcframework/ios-arm64/Intercom.framework/Intercom.bundle/images/external_link_icon@2x.png b/Intercom.xcframework/ios-arm64/Intercom.framework/Intercom.bundle/images/external_link_icon@2x.png new file mode 100644 index 00000000..a8c1a711 Binary files /dev/null and b/Intercom.xcframework/ios-arm64/Intercom.framework/Intercom.bundle/images/external_link_icon@2x.png differ diff --git a/Intercom.xcframework/ios-arm64/Intercom.framework/Intercom.bundle/images/external_link_icon@3x.png b/Intercom.xcframework/ios-arm64/Intercom.framework/Intercom.bundle/images/external_link_icon@3x.png new file mode 100644 index 00000000..e713e8a5 Binary files /dev/null and b/Intercom.xcframework/ios-arm64/Intercom.framework/Intercom.bundle/images/external_link_icon@3x.png differ diff --git a/Intercom.xcframework/ios-arm64/Intercom.framework/Intercom.bundle/images/info_icon.png b/Intercom.xcframework/ios-arm64/Intercom.framework/Intercom.bundle/images/info_icon.png new file mode 100644 index 00000000..d678f5ee Binary files /dev/null and b/Intercom.xcframework/ios-arm64/Intercom.framework/Intercom.bundle/images/info_icon.png differ diff --git a/Intercom.xcframework/ios-arm64/Intercom.framework/Intercom.bundle/images/info_icon@2x.png b/Intercom.xcframework/ios-arm64/Intercom.framework/Intercom.bundle/images/info_icon@2x.png new file mode 100644 index 00000000..7d99db53 Binary files /dev/null and b/Intercom.xcframework/ios-arm64/Intercom.framework/Intercom.bundle/images/info_icon@2x.png differ diff --git a/Intercom.xcframework/ios-arm64/Intercom.framework/Intercom.bundle/images/info_icon@3x.png b/Intercom.xcframework/ios-arm64/Intercom.framework/Intercom.bundle/images/info_icon@3x.png new file mode 100644 index 00000000..934a4219 Binary files /dev/null and b/Intercom.xcframework/ios-arm64/Intercom.framework/Intercom.bundle/images/info_icon@3x.png differ diff --git a/Intercom.xcframework/ios-arm64/Intercom.framework/Intercom.bundle/images/star_fill.png b/Intercom.xcframework/ios-arm64/Intercom.framework/Intercom.bundle/images/star_fill.png new file mode 100644 index 00000000..5de4dc6b Binary files /dev/null and b/Intercom.xcframework/ios-arm64/Intercom.framework/Intercom.bundle/images/star_fill.png differ diff --git a/Intercom.xcframework/ios-arm64/Intercom.framework/Intercom.bundle/images/star_fill@2x.png b/Intercom.xcframework/ios-arm64/Intercom.framework/Intercom.bundle/images/star_fill@2x.png new file mode 100644 index 00000000..a9639426 Binary files /dev/null and b/Intercom.xcframework/ios-arm64/Intercom.framework/Intercom.bundle/images/star_fill@2x.png differ diff --git a/Intercom.xcframework/ios-arm64/Intercom.framework/Intercom.bundle/images/star_fill@3x.png b/Intercom.xcframework/ios-arm64/Intercom.framework/Intercom.bundle/images/star_fill@3x.png new file mode 100644 index 00000000..e748a3eb Binary files /dev/null and b/Intercom.xcframework/ios-arm64/Intercom.framework/Intercom.bundle/images/star_fill@3x.png differ diff --git a/Intercom.xcframework/ios-arm64/Intercom.framework/Intercom.bundle/images/star_selected_border.png b/Intercom.xcframework/ios-arm64/Intercom.framework/Intercom.bundle/images/star_selected_border.png new file mode 100644 index 00000000..a948c603 Binary files /dev/null and b/Intercom.xcframework/ios-arm64/Intercom.framework/Intercom.bundle/images/star_selected_border.png differ diff --git a/Intercom.xcframework/ios-arm64/Intercom.framework/Intercom.bundle/images/star_selected_border@2x.png b/Intercom.xcframework/ios-arm64/Intercom.framework/Intercom.bundle/images/star_selected_border@2x.png new file mode 100644 index 00000000..a68bdc72 Binary files /dev/null and b/Intercom.xcframework/ios-arm64/Intercom.framework/Intercom.bundle/images/star_selected_border@2x.png differ diff --git a/Intercom.xcframework/ios-arm64/Intercom.framework/Intercom.bundle/images/star_selected_border@3x.png b/Intercom.xcframework/ios-arm64/Intercom.framework/Intercom.bundle/images/star_selected_border@3x.png new file mode 100644 index 00000000..a7e47318 Binary files /dev/null and b/Intercom.xcframework/ios-arm64/Intercom.framework/Intercom.bundle/images/star_selected_border@3x.png differ diff --git a/Intercom.xcframework/ios-arm64/Intercom.framework/Intercom.bundle/images/star_unselected_border.png b/Intercom.xcframework/ios-arm64/Intercom.framework/Intercom.bundle/images/star_unselected_border.png new file mode 100644 index 00000000..f9e345c6 Binary files /dev/null and b/Intercom.xcframework/ios-arm64/Intercom.framework/Intercom.bundle/images/star_unselected_border.png differ diff --git a/Intercom.xcframework/ios-arm64/Intercom.framework/Intercom.bundle/images/star_unselected_border@2x.png b/Intercom.xcframework/ios-arm64/Intercom.framework/Intercom.bundle/images/star_unselected_border@2x.png new file mode 100644 index 00000000..1d3def3d Binary files /dev/null and b/Intercom.xcframework/ios-arm64/Intercom.framework/Intercom.bundle/images/star_unselected_border@2x.png differ diff --git a/Intercom.xcframework/ios-arm64/Intercom.framework/Intercom.bundle/images/star_unselected_border@3x.png b/Intercom.xcframework/ios-arm64/Intercom.framework/Intercom.bundle/images/star_unselected_border@3x.png new file mode 100644 index 00000000..987c3a98 Binary files /dev/null and b/Intercom.xcframework/ios-arm64/Intercom.framework/Intercom.bundle/images/star_unselected_border@3x.png differ diff --git a/Intercom.xcframework/ios-arm64/Intercom.framework/Intercom.bundle/images/survey_loading_state.png b/Intercom.xcframework/ios-arm64/Intercom.framework/Intercom.bundle/images/survey_loading_state.png new file mode 100644 index 00000000..b375c517 Binary files /dev/null and b/Intercom.xcframework/ios-arm64/Intercom.framework/Intercom.bundle/images/survey_loading_state.png differ diff --git a/Intercom.xcframework/ios-arm64/Intercom.framework/Intercom.bundle/images/survey_loading_state@2x.png b/Intercom.xcframework/ios-arm64/Intercom.framework/Intercom.bundle/images/survey_loading_state@2x.png new file mode 100644 index 00000000..bb2b4ca1 Binary files /dev/null and b/Intercom.xcframework/ios-arm64/Intercom.framework/Intercom.bundle/images/survey_loading_state@2x.png differ diff --git a/Intercom.xcframework/ios-arm64/Intercom.framework/Intercom.bundle/images/survey_loading_state@3x.png b/Intercom.xcframework/ios-arm64/Intercom.framework/Intercom.bundle/images/survey_loading_state@3x.png new file mode 100644 index 00000000..5b5f47e7 Binary files /dev/null and b/Intercom.xcframework/ios-arm64/Intercom.framework/Intercom.bundle/images/survey_loading_state@3x.png differ diff --git a/Intercom.xcframework/ios-arm64/Intercom.framework/IntercomAssets.bundle/Assets.car b/Intercom.xcframework/ios-arm64/Intercom.framework/IntercomAssets.bundle/Assets.car index e56890b1..f7800a64 100644 Binary files a/Intercom.xcframework/ios-arm64/Intercom.framework/IntercomAssets.bundle/Assets.car and b/Intercom.xcframework/ios-arm64/Intercom.framework/IntercomAssets.bundle/Assets.car differ diff --git a/Intercom.xcframework/ios-arm64/Intercom.framework/IntercomAssets.bundle/Info.plist b/Intercom.xcframework/ios-arm64/Intercom.framework/IntercomAssets.bundle/Info.plist index 5eb9cbee..fe2b71c1 100644 Binary files a/Intercom.xcframework/ios-arm64/Intercom.framework/IntercomAssets.bundle/Info.plist and b/Intercom.xcframework/ios-arm64/Intercom.framework/IntercomAssets.bundle/Info.plist differ diff --git a/Intercom.xcframework/ios-arm64/Intercom.framework/IntercomTranslations.bundle/Info.plist b/Intercom.xcframework/ios-arm64/Intercom.framework/IntercomTranslations.bundle/Info.plist index 6eede13d..9d5b0e2a 100644 Binary files a/Intercom.xcframework/ios-arm64/Intercom.framework/IntercomTranslations.bundle/Info.plist and b/Intercom.xcframework/ios-arm64/Intercom.framework/IntercomTranslations.bundle/Info.plist differ diff --git a/Intercom.xcframework/ios-arm64/Intercom.framework/IntercomTranslations.bundle/ar.strings b/Intercom.xcframework/ios-arm64/Intercom.framework/IntercomTranslations.bundle/ar.strings index 1aa9b49e..fcd98b16 100644 Binary files a/Intercom.xcframework/ios-arm64/Intercom.framework/IntercomTranslations.bundle/ar.strings and b/Intercom.xcframework/ios-arm64/Intercom.framework/IntercomTranslations.bundle/ar.strings differ diff --git a/Intercom.xcframework/ios-arm64/Intercom.framework/IntercomTranslations.bundle/bg.strings b/Intercom.xcframework/ios-arm64/Intercom.framework/IntercomTranslations.bundle/bg.strings index 3d2aeeeb..1f3b5a19 100644 Binary files a/Intercom.xcframework/ios-arm64/Intercom.framework/IntercomTranslations.bundle/bg.strings and b/Intercom.xcframework/ios-arm64/Intercom.framework/IntercomTranslations.bundle/bg.strings differ diff --git a/Intercom.xcframework/ios-arm64/Intercom.framework/IntercomTranslations.bundle/bs.strings b/Intercom.xcframework/ios-arm64/Intercom.framework/IntercomTranslations.bundle/bs.strings index ce8e1ca4..22fe98df 100644 Binary files a/Intercom.xcframework/ios-arm64/Intercom.framework/IntercomTranslations.bundle/bs.strings and b/Intercom.xcframework/ios-arm64/Intercom.framework/IntercomTranslations.bundle/bs.strings differ diff --git a/Intercom.xcframework/ios-arm64/Intercom.framework/IntercomTranslations.bundle/ca.strings b/Intercom.xcframework/ios-arm64/Intercom.framework/IntercomTranslations.bundle/ca.strings index 80171aa6..94bc24e7 100644 Binary files a/Intercom.xcframework/ios-arm64/Intercom.framework/IntercomTranslations.bundle/ca.strings and b/Intercom.xcframework/ios-arm64/Intercom.framework/IntercomTranslations.bundle/ca.strings differ diff --git a/Intercom.xcframework/ios-arm64/Intercom.framework/IntercomTranslations.bundle/cs.strings b/Intercom.xcframework/ios-arm64/Intercom.framework/IntercomTranslations.bundle/cs.strings index 941e9d5b..0001d1bc 100644 Binary files a/Intercom.xcframework/ios-arm64/Intercom.framework/IntercomTranslations.bundle/cs.strings and b/Intercom.xcframework/ios-arm64/Intercom.framework/IntercomTranslations.bundle/cs.strings differ diff --git a/Intercom.xcframework/ios-arm64/Intercom.framework/IntercomTranslations.bundle/da.strings b/Intercom.xcframework/ios-arm64/Intercom.framework/IntercomTranslations.bundle/da.strings index f24e59a7..75b4d8b7 100644 Binary files a/Intercom.xcframework/ios-arm64/Intercom.framework/IntercomTranslations.bundle/da.strings and b/Intercom.xcframework/ios-arm64/Intercom.framework/IntercomTranslations.bundle/da.strings differ diff --git a/Intercom.xcframework/ios-arm64/Intercom.framework/IntercomTranslations.bundle/de-form.strings b/Intercom.xcframework/ios-arm64/Intercom.framework/IntercomTranslations.bundle/de-form.strings index c2d528da..dab3595e 100644 Binary files a/Intercom.xcframework/ios-arm64/Intercom.framework/IntercomTranslations.bundle/de-form.strings and b/Intercom.xcframework/ios-arm64/Intercom.framework/IntercomTranslations.bundle/de-form.strings differ diff --git a/Intercom.xcframework/ios-arm64/Intercom.framework/IntercomTranslations.bundle/de.strings b/Intercom.xcframework/ios-arm64/Intercom.framework/IntercomTranslations.bundle/de.strings index d43142a7..b1be00f2 100644 Binary files a/Intercom.xcframework/ios-arm64/Intercom.framework/IntercomTranslations.bundle/de.strings and b/Intercom.xcframework/ios-arm64/Intercom.framework/IntercomTranslations.bundle/de.strings differ diff --git a/Intercom.xcframework/ios-arm64/Intercom.framework/IntercomTranslations.bundle/el.strings b/Intercom.xcframework/ios-arm64/Intercom.framework/IntercomTranslations.bundle/el.strings index 1bb342b2..0c850a18 100644 Binary files a/Intercom.xcframework/ios-arm64/Intercom.framework/IntercomTranslations.bundle/el.strings and b/Intercom.xcframework/ios-arm64/Intercom.framework/IntercomTranslations.bundle/el.strings differ diff --git a/Intercom.xcframework/ios-arm64/Intercom.framework/IntercomTranslations.bundle/en.strings b/Intercom.xcframework/ios-arm64/Intercom.framework/IntercomTranslations.bundle/en.strings index 9680b917..6e21c841 100644 Binary files a/Intercom.xcframework/ios-arm64/Intercom.framework/IntercomTranslations.bundle/en.strings and b/Intercom.xcframework/ios-arm64/Intercom.framework/IntercomTranslations.bundle/en.strings differ diff --git a/Intercom.xcframework/ios-arm64/Intercom.framework/IntercomTranslations.bundle/es.strings b/Intercom.xcframework/ios-arm64/Intercom.framework/IntercomTranslations.bundle/es.strings index cc5552aa..549206ca 100644 Binary files a/Intercom.xcframework/ios-arm64/Intercom.framework/IntercomTranslations.bundle/es.strings and b/Intercom.xcframework/ios-arm64/Intercom.framework/IntercomTranslations.bundle/es.strings differ diff --git a/Intercom.xcframework/ios-arm64/Intercom.framework/IntercomTranslations.bundle/et.strings b/Intercom.xcframework/ios-arm64/Intercom.framework/IntercomTranslations.bundle/et.strings index befd82ab..22eaabc4 100644 Binary files a/Intercom.xcframework/ios-arm64/Intercom.framework/IntercomTranslations.bundle/et.strings and b/Intercom.xcframework/ios-arm64/Intercom.framework/IntercomTranslations.bundle/et.strings differ diff --git a/Intercom.xcframework/ios-arm64/Intercom.framework/IntercomTranslations.bundle/fi.strings b/Intercom.xcframework/ios-arm64/Intercom.framework/IntercomTranslations.bundle/fi.strings index 9d7d546e..8dae0067 100644 Binary files a/Intercom.xcframework/ios-arm64/Intercom.framework/IntercomTranslations.bundle/fi.strings and b/Intercom.xcframework/ios-arm64/Intercom.framework/IntercomTranslations.bundle/fi.strings differ diff --git a/Intercom.xcframework/ios-arm64/Intercom.framework/IntercomTranslations.bundle/fr.strings b/Intercom.xcframework/ios-arm64/Intercom.framework/IntercomTranslations.bundle/fr.strings index 918b1793..9646a640 100644 Binary files a/Intercom.xcframework/ios-arm64/Intercom.framework/IntercomTranslations.bundle/fr.strings and b/Intercom.xcframework/ios-arm64/Intercom.framework/IntercomTranslations.bundle/fr.strings differ diff --git a/Intercom.xcframework/ios-arm64/Intercom.framework/IntercomTranslations.bundle/he.strings b/Intercom.xcframework/ios-arm64/Intercom.framework/IntercomTranslations.bundle/he.strings index fff08653..342dc4e1 100644 Binary files a/Intercom.xcframework/ios-arm64/Intercom.framework/IntercomTranslations.bundle/he.strings and b/Intercom.xcframework/ios-arm64/Intercom.framework/IntercomTranslations.bundle/he.strings differ diff --git a/Intercom.xcframework/ios-arm64/Intercom.framework/IntercomTranslations.bundle/hr.strings b/Intercom.xcframework/ios-arm64/Intercom.framework/IntercomTranslations.bundle/hr.strings index f2b51b04..74276f57 100644 Binary files a/Intercom.xcframework/ios-arm64/Intercom.framework/IntercomTranslations.bundle/hr.strings and b/Intercom.xcframework/ios-arm64/Intercom.framework/IntercomTranslations.bundle/hr.strings differ diff --git a/Intercom.xcframework/ios-arm64/Intercom.framework/IntercomTranslations.bundle/hu.strings b/Intercom.xcframework/ios-arm64/Intercom.framework/IntercomTranslations.bundle/hu.strings index 4d1bf921..834cf3a2 100644 Binary files a/Intercom.xcframework/ios-arm64/Intercom.framework/IntercomTranslations.bundle/hu.strings and b/Intercom.xcframework/ios-arm64/Intercom.framework/IntercomTranslations.bundle/hu.strings differ diff --git a/Intercom.xcframework/ios-arm64/Intercom.framework/IntercomTranslations.bundle/id.strings b/Intercom.xcframework/ios-arm64/Intercom.framework/IntercomTranslations.bundle/id.strings index 292b1eb9..ac7ef331 100644 Binary files a/Intercom.xcframework/ios-arm64/Intercom.framework/IntercomTranslations.bundle/id.strings and b/Intercom.xcframework/ios-arm64/Intercom.framework/IntercomTranslations.bundle/id.strings differ diff --git a/Intercom.xcframework/ios-arm64/Intercom.framework/IntercomTranslations.bundle/it.strings b/Intercom.xcframework/ios-arm64/Intercom.framework/IntercomTranslations.bundle/it.strings index 90b16e72..818c5026 100644 Binary files a/Intercom.xcframework/ios-arm64/Intercom.framework/IntercomTranslations.bundle/it.strings and b/Intercom.xcframework/ios-arm64/Intercom.framework/IntercomTranslations.bundle/it.strings differ diff --git a/Intercom.xcframework/ios-arm64/Intercom.framework/IntercomTranslations.bundle/ja.strings b/Intercom.xcframework/ios-arm64/Intercom.framework/IntercomTranslations.bundle/ja.strings index 833959e8..7ba90dcd 100644 Binary files a/Intercom.xcframework/ios-arm64/Intercom.framework/IntercomTranslations.bundle/ja.strings and b/Intercom.xcframework/ios-arm64/Intercom.framework/IntercomTranslations.bundle/ja.strings differ diff --git a/Intercom.xcframework/ios-arm64/Intercom.framework/IntercomTranslations.bundle/ko.strings b/Intercom.xcframework/ios-arm64/Intercom.framework/IntercomTranslations.bundle/ko.strings index 03637a36..5eab7391 100644 Binary files a/Intercom.xcframework/ios-arm64/Intercom.framework/IntercomTranslations.bundle/ko.strings and b/Intercom.xcframework/ios-arm64/Intercom.framework/IntercomTranslations.bundle/ko.strings differ diff --git a/Intercom.xcframework/ios-arm64/Intercom.framework/IntercomTranslations.bundle/lt.strings b/Intercom.xcframework/ios-arm64/Intercom.framework/IntercomTranslations.bundle/lt.strings index e91d241d..3cd0588b 100644 Binary files a/Intercom.xcframework/ios-arm64/Intercom.framework/IntercomTranslations.bundle/lt.strings and b/Intercom.xcframework/ios-arm64/Intercom.framework/IntercomTranslations.bundle/lt.strings differ diff --git a/Intercom.xcframework/ios-arm64/Intercom.framework/IntercomTranslations.bundle/lv.strings b/Intercom.xcframework/ios-arm64/Intercom.framework/IntercomTranslations.bundle/lv.strings index 3bf9dfeb..61d56880 100644 Binary files a/Intercom.xcframework/ios-arm64/Intercom.framework/IntercomTranslations.bundle/lv.strings and b/Intercom.xcframework/ios-arm64/Intercom.framework/IntercomTranslations.bundle/lv.strings differ diff --git a/Intercom.xcframework/ios-arm64/Intercom.framework/IntercomTranslations.bundle/mn.strings b/Intercom.xcframework/ios-arm64/Intercom.framework/IntercomTranslations.bundle/mn.strings index fc553b5b..1ba27424 100644 Binary files a/Intercom.xcframework/ios-arm64/Intercom.framework/IntercomTranslations.bundle/mn.strings and b/Intercom.xcframework/ios-arm64/Intercom.framework/IntercomTranslations.bundle/mn.strings differ diff --git a/Intercom.xcframework/ios-arm64/Intercom.framework/IntercomTranslations.bundle/nb.strings b/Intercom.xcframework/ios-arm64/Intercom.framework/IntercomTranslations.bundle/nb.strings index 003f9f8a..afcb85a4 100644 Binary files a/Intercom.xcframework/ios-arm64/Intercom.framework/IntercomTranslations.bundle/nb.strings and b/Intercom.xcframework/ios-arm64/Intercom.framework/IntercomTranslations.bundle/nb.strings differ diff --git a/Intercom.xcframework/ios-arm64/Intercom.framework/IntercomTranslations.bundle/nl.strings b/Intercom.xcframework/ios-arm64/Intercom.framework/IntercomTranslations.bundle/nl.strings index ad98896f..9a946b4a 100644 Binary files a/Intercom.xcframework/ios-arm64/Intercom.framework/IntercomTranslations.bundle/nl.strings and b/Intercom.xcframework/ios-arm64/Intercom.framework/IntercomTranslations.bundle/nl.strings differ diff --git a/Intercom.xcframework/ios-arm64/Intercom.framework/IntercomTranslations.bundle/pl.strings b/Intercom.xcframework/ios-arm64/Intercom.framework/IntercomTranslations.bundle/pl.strings index 01d76b72..54a3359a 100644 Binary files a/Intercom.xcframework/ios-arm64/Intercom.framework/IntercomTranslations.bundle/pl.strings and b/Intercom.xcframework/ios-arm64/Intercom.framework/IntercomTranslations.bundle/pl.strings differ diff --git a/Intercom.xcframework/ios-arm64/Intercom.framework/IntercomTranslations.bundle/pt-br.strings b/Intercom.xcframework/ios-arm64/Intercom.framework/IntercomTranslations.bundle/pt-br.strings index 69c85cc9..db718fc2 100644 Binary files a/Intercom.xcframework/ios-arm64/Intercom.framework/IntercomTranslations.bundle/pt-br.strings and b/Intercom.xcframework/ios-arm64/Intercom.framework/IntercomTranslations.bundle/pt-br.strings differ diff --git a/Intercom.xcframework/ios-arm64/Intercom.framework/IntercomTranslations.bundle/pt-pt.strings b/Intercom.xcframework/ios-arm64/Intercom.framework/IntercomTranslations.bundle/pt-pt.strings index dfbaa087..b5c85e56 100644 Binary files a/Intercom.xcframework/ios-arm64/Intercom.framework/IntercomTranslations.bundle/pt-pt.strings and b/Intercom.xcframework/ios-arm64/Intercom.framework/IntercomTranslations.bundle/pt-pt.strings differ diff --git a/Intercom.xcframework/ios-arm64/Intercom.framework/IntercomTranslations.bundle/ro.strings b/Intercom.xcframework/ios-arm64/Intercom.framework/IntercomTranslations.bundle/ro.strings index 66f8543a..02b0883c 100644 Binary files a/Intercom.xcframework/ios-arm64/Intercom.framework/IntercomTranslations.bundle/ro.strings and b/Intercom.xcframework/ios-arm64/Intercom.framework/IntercomTranslations.bundle/ro.strings differ diff --git a/Intercom.xcframework/ios-arm64/Intercom.framework/IntercomTranslations.bundle/ru.strings b/Intercom.xcframework/ios-arm64/Intercom.framework/IntercomTranslations.bundle/ru.strings index 3f3fb26a..ce6f7326 100644 Binary files a/Intercom.xcframework/ios-arm64/Intercom.framework/IntercomTranslations.bundle/ru.strings and b/Intercom.xcframework/ios-arm64/Intercom.framework/IntercomTranslations.bundle/ru.strings differ diff --git a/Intercom.xcframework/ios-arm64/Intercom.framework/IntercomTranslations.bundle/sl.strings b/Intercom.xcframework/ios-arm64/Intercom.framework/IntercomTranslations.bundle/sl.strings index 050bc4c5..2435a375 100644 Binary files a/Intercom.xcframework/ios-arm64/Intercom.framework/IntercomTranslations.bundle/sl.strings and b/Intercom.xcframework/ios-arm64/Intercom.framework/IntercomTranslations.bundle/sl.strings differ diff --git a/Intercom.xcframework/ios-arm64/Intercom.framework/IntercomTranslations.bundle/sr.strings b/Intercom.xcframework/ios-arm64/Intercom.framework/IntercomTranslations.bundle/sr.strings index 1d1308e6..9d28c594 100644 Binary files a/Intercom.xcframework/ios-arm64/Intercom.framework/IntercomTranslations.bundle/sr.strings and b/Intercom.xcframework/ios-arm64/Intercom.framework/IntercomTranslations.bundle/sr.strings differ diff --git a/Intercom.xcframework/ios-arm64/Intercom.framework/IntercomTranslations.bundle/sv.strings b/Intercom.xcframework/ios-arm64/Intercom.framework/IntercomTranslations.bundle/sv.strings index 664ec652..f4d2b8ca 100644 Binary files a/Intercom.xcframework/ios-arm64/Intercom.framework/IntercomTranslations.bundle/sv.strings and b/Intercom.xcframework/ios-arm64/Intercom.framework/IntercomTranslations.bundle/sv.strings differ diff --git a/Intercom.xcframework/ios-arm64/Intercom.framework/IntercomTranslations.bundle/tr.strings b/Intercom.xcframework/ios-arm64/Intercom.framework/IntercomTranslations.bundle/tr.strings index fef40626..64e42e60 100644 Binary files a/Intercom.xcframework/ios-arm64/Intercom.framework/IntercomTranslations.bundle/tr.strings and b/Intercom.xcframework/ios-arm64/Intercom.framework/IntercomTranslations.bundle/tr.strings differ diff --git a/Intercom.xcframework/ios-arm64/Intercom.framework/IntercomTranslations.bundle/uk.strings b/Intercom.xcframework/ios-arm64/Intercom.framework/IntercomTranslations.bundle/uk.strings new file mode 100644 index 00000000..d9c33cad Binary files /dev/null and b/Intercom.xcframework/ios-arm64/Intercom.framework/IntercomTranslations.bundle/uk.strings differ diff --git a/Intercom.xcframework/ios-arm64/Intercom.framework/IntercomTranslations.bundle/vi.strings b/Intercom.xcframework/ios-arm64/Intercom.framework/IntercomTranslations.bundle/vi.strings index ae95d12c..81a1d303 100644 Binary files a/Intercom.xcframework/ios-arm64/Intercom.framework/IntercomTranslations.bundle/vi.strings and b/Intercom.xcframework/ios-arm64/Intercom.framework/IntercomTranslations.bundle/vi.strings differ diff --git a/Intercom.xcframework/ios-arm64/Intercom.framework/IntercomTranslations.bundle/zh-hans.strings b/Intercom.xcframework/ios-arm64/Intercom.framework/IntercomTranslations.bundle/zh-hans.strings index 8913fb51..3e511ce4 100644 Binary files a/Intercom.xcframework/ios-arm64/Intercom.framework/IntercomTranslations.bundle/zh-hans.strings and b/Intercom.xcframework/ios-arm64/Intercom.framework/IntercomTranslations.bundle/zh-hans.strings differ diff --git a/Intercom.xcframework/ios-arm64/Intercom.framework/IntercomTranslations.bundle/zh-hant.strings b/Intercom.xcframework/ios-arm64/Intercom.framework/IntercomTranslations.bundle/zh-hant.strings index 613f68bf..0d737461 100644 Binary files a/Intercom.xcframework/ios-arm64/Intercom.framework/IntercomTranslations.bundle/zh-hant.strings and b/Intercom.xcframework/ios-arm64/Intercom.framework/IntercomTranslations.bundle/zh-hant.strings differ diff --git a/Intercom.xcframework/ios-arm64/Intercom.framework/Modules/Intercom.swiftmodule/arm64-apple-ios.swiftdoc b/Intercom.xcframework/ios-arm64/Intercom.framework/Modules/Intercom.swiftmodule/arm64-apple-ios.swiftdoc index af6eaa63..cb79781c 100644 Binary files a/Intercom.xcframework/ios-arm64/Intercom.framework/Modules/Intercom.swiftmodule/arm64-apple-ios.swiftdoc and b/Intercom.xcframework/ios-arm64/Intercom.framework/Modules/Intercom.swiftmodule/arm64-apple-ios.swiftdoc differ diff --git a/Intercom.xcframework/ios-arm64/Intercom.framework/Modules/Intercom.swiftmodule/arm64-apple-ios.swiftinterface b/Intercom.xcframework/ios-arm64/Intercom.framework/Modules/Intercom.swiftmodule/arm64-apple-ios.swiftinterface index f76d2613..5acf9086 100644 --- a/Intercom.xcframework/ios-arm64/Intercom.framework/Modules/Intercom.swiftmodule/arm64-apple-ios.swiftinterface +++ b/Intercom.xcframework/ios-arm64/Intercom.framework/Modules/Intercom.swiftmodule/arm64-apple-ios.swiftinterface @@ -1,14 +1,16 @@ // swift-interface-format-version: 1.0 -// swift-compiler-version: Apple Swift version 5.5.2 (swiftlang-1300.0.47.5 clang-1300.0.29.30) +// swift-compiler-version: Apple Swift version 5.6 (swiftlang-5.6.0.323.62 clang-1316.0.20.8) // swift-module-flags: -target arm64-apple-ios13.0 -enable-objc-interop -enable-library-evolution -swift-version 5 -enforce-exclusivity=checked -O -module-name Intercom import Foundation @_exported import Intercom -import Intercom_Private import Swift import UIKit import _Concurrency import os.log import os +@objc @_hasMissingDesignatedInitializers @_Concurrency.MainActor(unsafe) final public class EmojiImageButton : UIKit.UIButton { + @objc deinit +} @objc public protocol HelpCenterStartConversationViewDelegate { @objc func didSelectStartConversation() } @@ -22,14 +24,14 @@ import os } @_hasMissingDesignatedInitializers @objc(ICMSearchBrowseView) @_Concurrency.MainActor(unsafe) final public class SearchBrowseView : UIKit.UIView { @objc @_Concurrency.MainActor(unsafe) convenience public init(suggestedArticles: Swift.Array = []) - @_Concurrency.MainActor(unsafe) public init(_ suggestedArticles: Swift.Array, _ config: Intercom_Private.ICMConfigProtocol = ICMConfig.shared()) + @_Concurrency.MainActor(unsafe) public init(_ suggestedArticles: Swift.Array, _ config: ICMConfigProtocol = ICMConfig.shared()) @_Concurrency.MainActor(unsafe) @objc override final public func traitCollectionDidChange(_ previousTraitCollection: UIKit.UITraitCollection?) @objc @_Concurrency.MainActor(unsafe) final public func searchHelpArticlesAction() @objc @_Concurrency.MainActor(unsafe) final public func heightForCard(width: CoreGraphics.CGFloat) -> CoreGraphics.CGFloat @objc deinit } @_inheritsConvenienceInitializers @_hasMissingDesignatedInitializers @objc @_Concurrency.MainActor(unsafe) final public class InboxCell : UIKit.UITableViewCell { - @objc @_Concurrency.MainActor(unsafe) final public func configure(name: Swift.String, sentTime: Foundation.Date, summary: Swift.String, adminsToShow: [Intercom_Private.ICMParticipant], unread: Swift.Bool, showDividerLine: Swift.Bool) + @objc @_Concurrency.MainActor(unsafe) final public func configure(name: Swift.String, sentTime: Foundation.Date, summary: Swift.String, adminsToShow: [ICMParticipant], unread: Swift.Bool, showDividerLine: Swift.Bool) @_Concurrency.MainActor(unsafe) @objc override final public func traitCollectionDidChange(_ previousTraitCollection: UIKit.UITraitCollection?) @objc deinit } @@ -40,6 +42,9 @@ extension UIKit.UIColor { @objc public static var intercomBlack: UIKit.UIColor? { @objc get } + @objc public static var intercomBlack5: UIKit.UIColor? { + @objc get + } @objc public static var intercomBlack20: UIKit.UIColor? { @objc get } @@ -52,6 +57,13 @@ extension UIKit.UIColor { @objc public static var backButtonBackgroundDark: UIKit.UIColor? { @objc get } + @objc public static var coolGray1: UIKit.UIColor? { + @objc get + } +} +@_hasMissingDesignatedInitializers @objc final public class SurveyStep : ObjectiveC.NSObject { + @objc public init(id: Swift.String) + @objc deinit } @_inheritsConvenienceInitializers @objc @_Concurrency.MainActor(unsafe) final public class TouchTransparentCollectionView : UIKit.UICollectionView { @_Concurrency.MainActor(unsafe) @objc override final public func point(inside point: CoreGraphics.CGPoint, with event: UIKit.UIEvent?) -> Swift.Bool @@ -66,6 +78,9 @@ extension UIKit.UIColor { @objc final public func searchResults(for searchTerm: Swift.String, completion: @escaping ([HelpCenterArticleSearchResult]?, Swift.Error?) -> Swift.Void) @objc deinit } +extension ICMColor { + @objc public static func isLightColor(_ color: UIKit.UIColor?) -> Swift.Bool +} @objc public class HelpCenterArticle_Internal : ObjectiveC.NSObject { @objc public var id: Swift.String @objc public var title: Swift.String @@ -77,6 +92,11 @@ extension UIKit.UIColor { @objc override dynamic public func isEqual(_ object: Any?) -> Swift.Bool @objc deinit } +@_hasMissingDesignatedInitializers @objc final public class SurveyService : ObjectiveC.NSObject { + @objc public static var currentlyDisplayingSurvey: Swift.Bool + @objc public static func presentSurvey(_ survey: Survey) + @objc deinit +} @objc @objcMembers final public class ArticleMetaData : ObjectiveC.NSObject { @objc public static let searchBrowseSource: Swift.String @objc final public var articleId: Swift.String? @@ -95,6 +115,7 @@ extension UIKit.UIColor { @objc public static func addOpenedFromMessengerHomeAppEvent() @objc public static func addOpenedFromCarousel() @objc public static func addOpenedFromPushNotification() + @objc public static func addOpenedFromSurvey() @objc final public func addArticleViewedEvent() final public func addSuggestedArticlesPresentedToUserEvent(articlesShown: [Swift.String], numberOfArticles: Swift.Int) @objc final public func addArticleFailedEvent(errorCode: Foundation.NSNumber) @@ -118,6 +139,37 @@ extension UIKit.UIColor { @objc @_Concurrency.MainActor(unsafe) weak final public var articleDelegate: NativeArticleReactionsViewDelegate? @objc deinit } +@objc public enum SurveyFormat : Swift.Int { + case small = 0 + case large = 1 + public init?(rawValue: Swift.Int) + public typealias RawValue = Swift.Int + public var rawValue: Swift.Int { + get + } +} +public struct SurveySender : Swift.Equatable { + public static func == (a: SurveySender, b: SurveySender) -> Swift.Bool +} +@_hasMissingDesignatedInitializers @objc final public class SurveyCustomizationOptions : ObjectiveC.NSObject { + @objc final public let backgroundColor: UIKit.UIColor + @objc final public let buttonColor: UIKit.UIColor + @objc public init(backgroundColor: UIKit.UIColor, buttonColor: UIKit.UIColor) + @objc deinit +} +@objc final public class Survey : ObjectiveC.NSObject { + @objc(surveyId) final public let id: Swift.String + @objc final public let progressId: Swift.Int + @objc final public var lastStepId: Swift.String? { + @objc get + } + @objc public init(id: Swift.String, format: SurveyFormat, steps: [SurveyStep], progressId: Swift.Int, customizationOptions: SurveyCustomizationOptions?, stepCount: Swift.Int) + @objc required public init?(withDictionary dictionary: [Swift.String : Any]) + @objc deinit +} +extension Survey { + @objc final public func allResponses() -> [[Swift.String : Any]] +} extension Intercom { public class func fetchHelpCenterCollections(completion: @escaping (Swift.Result<[HelpCenterCollection], ICMHelpCenterDataError>) -> Swift.Void) public class func fetchHelpCenterCollection(_ collectionId: Swift.String, completion: @escaping (Swift.Result) -> Swift.Void) @@ -145,16 +197,31 @@ extension UIKit.UIFont { @objc final public var hasOtherConversations: Swift.Bool { @objc get } - @objc public init(prominantStyling: Swift.Bool = false, config: Intercom_Private.ICMConfigProtocol = ICMConfig.shared(), dataManager: Intercom_Private.ICMDataManagerProtocol = ICMDataManager.shared()) + @objc public init(prominantStyling: Swift.Bool = false, config: ICMConfigProtocol = ICMConfig.shared(), dataManager: ICMDataManagerProtocol = ICMDataManager.shared()) @objc deinit } -@_inheritsConvenienceInitializers @_hasMissingDesignatedInitializers @objc @_Concurrency.MainActor(unsafe) final public class ConversationHistoryCard : ConversationCard, Intercom_Private.ICMRecentConversationsViewControllerDelegate { - @objc @_Concurrency.MainActor(unsafe) final public var recentConversationsVC: Intercom_Private.ICMRecentConversationsViewController +@_inheritsConvenienceInitializers @_hasMissingDesignatedInitializers @objc @_Concurrency.MainActor(unsafe) final public class ConversationHistoryCard : ConversationCard, ICMRecentConversationsViewControllerDelegate { + @objc @_Concurrency.MainActor(unsafe) final public var recentConversationsVC: ICMRecentConversationsViewController @_Concurrency.MainActor(unsafe) @objc final public func reloadConversationHistoryCard() @_Concurrency.MainActor(unsafe) @objc final public func navigate(toViewController viewController: UIKit.UIViewController) @_Concurrency.MainActor(unsafe) @objc override public init(cardInfo: ConversationCardInfoProtocol, delegate: ConversationCardDelegate) @objc deinit } +@_hasMissingDesignatedInitializers @objc @_Concurrency.MainActor(unsafe) final public class SurveyViewController : UIKit.UIViewController { + @_Concurrency.MainActor(unsafe) @objc weak final public var contentDelegate: ICMContentViewControllerDelegate? + @objc @_Concurrency.MainActor(unsafe) public init(with survey: Survey) + @_Concurrency.MainActor(unsafe) @objc override final public func viewDidLoad() + @_Concurrency.MainActor(unsafe) @objc override final public func viewDidLayoutSubviews() + @objc deinit +} +extension SurveyViewController : ICMContentViewController { + @_Concurrency.MainActor(unsafe) @objc final public func reload() + @_Concurrency.MainActor(unsafe) @objc final public func closeButtonTapped() + @_Concurrency.MainActor(unsafe) @objc final public func viewDidDismissBySwipe() +} +extension SurveyViewController : ICMErrorViewDelegate { + @_Concurrency.MainActor(unsafe) @objc final public func didSelectErrorAction() +} @objc public protocol ConversationCardDelegate { @objc func startNewConversation() @objc func viewPreviousConversations() @@ -172,6 +239,9 @@ extension UIKit.UIFont { extension ConversationCard : SeeAllConversationsViewDelegate { @_Concurrency.MainActor(unsafe) @objc dynamic public func viewPreviousConversations() } +@objc @_hasMissingDesignatedInitializers @_Concurrency.MainActor(unsafe) final public class EmojiButton : UIKit.UIButton { + @objc deinit +} @_hasMissingDesignatedInitializers @objc @_Concurrency.MainActor(unsafe) final public class HelpCenterContainerViewController : UIKit.UIViewController { @objc @_Concurrency.MainActor(unsafe) convenience public init(withCollections collectionIds: [Swift.String]) @objc @_Concurrency.MainActor(unsafe) convenience public init(withCollection collectionId: Swift.String) @@ -181,9 +251,25 @@ extension ConversationCard : SeeAllConversationsViewDelegate { @_Concurrency.MainActor(unsafe) @objc override final public func viewDidLayoutSubviews() @objc deinit } -extension HelpCenterContainerViewController : Intercom_Private.ICMErrorViewDelegate { +extension HelpCenterContainerViewController : ICMErrorViewDelegate { @_Concurrency.MainActor(unsafe) @objc final public func didSelectErrorAction() } +extension UIKit.UIColor { + @objc dynamic public var isWhite: Swift.Bool { + @objc get + } + @objc dynamic public var isBlack: Swift.Bool { + @objc get + } +} +extension UIKit.UIResponder { + @_Concurrency.MainActor(unsafe) public static var currentFirstResponder: UIKit.UIResponder? { + get + } +} @objc public protocol SeeAllConversationsViewDelegate { @objc func viewPreviousConversations() } +extension SurveyFormat : Swift.Equatable {} +extension SurveyFormat : Swift.Hashable {} +extension SurveyFormat : Swift.RawRepresentable {} diff --git a/Intercom.xcframework/ios-arm64/Intercom.framework/Modules/module.modulemap b/Intercom.xcframework/ios-arm64/Intercom.framework/Modules/module.modulemap index 4c58a732..5ef1f47a 100644 --- a/Intercom.xcframework/ios-arm64/Intercom.framework/Modules/module.modulemap +++ b/Intercom.xcframework/ios-arm64/Intercom.framework/Modules/module.modulemap @@ -31,3 +31,8 @@ framework module Intercom { link framework "SystemConfiguration" link framework "WebKit" } + +module Intercom.Swift { + header "Intercom-Swift.h" + requires objc +} diff --git a/Intercom.xcframework/ios-arm64/Intercom.framework/config.yml b/Intercom.xcframework/ios-arm64/Intercom.framework/config.yml index 830d263a..a418cd99 100644 --- a/Intercom.xcframework/ios-arm64/Intercom.framework/config.yml +++ b/Intercom.xcframework/ios-arm64/Intercom.framework/config.yml @@ -1,15 +1,15 @@ parameters: iphone_large: type: string - default: "platform=iOS Simulator,name=iPhone 11 Pro,OS=15.2" + default: "platform=iOS Simulator,name=iPhone 11 Pro,OS=15.4" iphone_small: type: string - default: "platform=iOS Simulator,name=iPhone 8,OS=15.2" + default: "platform=iOS Simulator,name=iPhone 8,OS=15.4" # Default VM config to be used for macOS builds macos_config: &macos_config macos: - xcode: 13.2.1 + xcode: 13.3.0 resource_class: macos.x86.medium.gen2 shell: /bin/bash --login -eo pipefail @@ -422,34 +422,34 @@ jobs: - TEST_PLAN: "Snapshot" - CONFIGURATION: "AX2" - # UI tests for iPhone 8 (15.2) devices. One test for each test bucket. + # UI tests for iPhone 8 (15.4) devices. One test for each test bucket. UI_1_iphone_8: <<: *macos_config <<: *ui_tests environment: - - DEVICE_TARGET: "iPhone 8 (15.2)" + - DEVICE_TARGET: "iPhone 8 (15.4)" - TEST_BUCKET: "@test_bucket_1" UI_2_iphone_8: <<: *macos_config <<: *ui_tests environment: - - DEVICE_TARGET: "iPhone 8 (15.2)" + - DEVICE_TARGET: "iPhone 8 (15.4)" - TEST_BUCKET: "@test_bucket_2" UI_3_iphone_8: <<: *macos_config <<: *ui_tests environment: - - DEVICE_TARGET: "iPhone 8 (15.2)" + - DEVICE_TARGET: "iPhone 8 (15.4)" - TEST_BUCKET: "@test_bucket_3" UI_4_iphone_8: <<: *macos_config <<: *ui_tests environment: - - DEVICE_TARGET: "iPhone 8 (15.2)" + - DEVICE_TARGET: "iPhone 8 (15.4)" - TEST_BUCKET: "@test_bucket_4" XCUI_1_iphone_8: @@ -464,34 +464,34 @@ jobs: - DESTINATION: << pipeline.parameters.iphone_small >> - TEST_GROUP: "Group2" - # UI tests for iPhone 11 Pro (15.2) devices. One test for each test bucket. + # UI tests for iPhone 11 Pro (15.4) devices. One test for each test bucket. UI_1_iphone_11_pro: <<: *macos_config <<: *ui_tests environment: - - DEVICE_TARGET: "iPhone 11 Pro (15.2)" + - DEVICE_TARGET: "iPhone 11 Pro (15.4)" - TEST_BUCKET: "@test_bucket_1" UI_2_iphone_11_pro: <<: *macos_config <<: *ui_tests environment: - - DEVICE_TARGET: "iPhone 11 Pro (15.2)" + - DEVICE_TARGET: "iPhone 11 Pro (15.4)" - TEST_BUCKET: "@test_bucket_2" UI_3_iphone_11_pro: <<: *macos_config <<: *ui_tests environment: - - DEVICE_TARGET: "iPhone 11 Pro (15.2)" + - DEVICE_TARGET: "iPhone 11 Pro (15.4)" - TEST_BUCKET: "@test_bucket_3" UI_4_iphone_11_pro: <<: *macos_config <<: *ui_tests environment: - - DEVICE_TARGET: "iPhone 11 Pro (15.2)" + - DEVICE_TARGET: "iPhone 11 Pro (15.4)" - TEST_BUCKET: "@test_bucket_4" XCUI_1_iphone_11_pro: diff --git a/Intercom.xcframework/ios-arm64_x86_64-simulator/Intercom.framework/Headers/ICMActiveAdminsAvatarView.h b/Intercom.xcframework/ios-arm64_x86_64-simulator/Intercom.framework/Headers/ICMActiveAdminsAvatarView.h new file mode 100644 index 00000000..b793f183 --- /dev/null +++ b/Intercom.xcframework/ios-arm64_x86_64-simulator/Intercom.framework/Headers/ICMActiveAdminsAvatarView.h @@ -0,0 +1,19 @@ +// +// ICMActiveAdminsAvatarView.h +// IntercomSDK-Dynamic +// +// Created by Michael Isaakidis on 17/05/2018. +// Copyright © 2018 Intercom. All rights reserved. +// + +#import + +@interface ICMActiveAdminsAvatarView : UIView + +- (instancetype)initWithHeight:(CGFloat)avatarHeight + overlap:(CGFloat) avatarOverlap + maxCount:(NSInteger) maxAvatarCount; +- (NSUInteger)numberOfAvatarsDisplayed; +- (void)updateVisibleAvatars; + +@end diff --git a/Intercom.xcframework/ios-arm64_x86_64-simulator/Intercom.framework/Headers/ICMAdminBlockAppearance.h b/Intercom.xcframework/ios-arm64_x86_64-simulator/Intercom.framework/Headers/ICMAdminBlockAppearance.h new file mode 100644 index 00000000..bb4a435b --- /dev/null +++ b/Intercom.xcframework/ios-arm64_x86_64-simulator/Intercom.framework/Headers/ICMAdminBlockAppearance.h @@ -0,0 +1,13 @@ +// +// ICMSDKBlocksRenderer.h +// IntercomSDK +// +// Created by James Treanor on 09/09/2014. +// Copyright (c) 2014 Intercom. All rights reserved. +// + +#import + +@interface ICMAdminBlockAppearance : ICMBlockAppearance + +@end diff --git a/Intercom.xcframework/ios-arm64_x86_64-simulator/Intercom.framework/Headers/ICMArticleWebViewController.h b/Intercom.xcframework/ios-arm64_x86_64-simulator/Intercom.framework/Headers/ICMArticleWebViewController.h new file mode 100644 index 00000000..f403b383 --- /dev/null +++ b/Intercom.xcframework/ios-arm64_x86_64-simulator/Intercom.framework/Headers/ICMArticleWebViewController.h @@ -0,0 +1,20 @@ +// +// ICMArticleWebViewController.m +// IntercomSDK-Dynamic +// +// Created by Katherine Brennan on 02/10/2020. +// Copyright © 2020 Intercom. All rights reserved. +// + +#import +#import "ICMContentViewController.h" +@class HelpCenterMetricService; + +@protocol ICMContentViewControllerDelegate; + +@interface ICMArticleWebViewController : UIViewController + +@property (nonatomic, weak) id contentDelegate; +- (instancetype)initWithId:(NSString *)articleId metricService:(id)metricService; + +@end diff --git a/Intercom.xcframework/ios-arm64_x86_64-simulator/Intercom.framework/Headers/ICMAssets.h b/Intercom.xcframework/ios-arm64_x86_64-simulator/Intercom.framework/Headers/ICMAssets.h new file mode 100644 index 00000000..0763b7f7 --- /dev/null +++ b/Intercom.xcframework/ios-arm64_x86_64-simulator/Intercom.framework/Headers/ICMAssets.h @@ -0,0 +1,107 @@ +// +// Created by Ignacio Delgado on 17/04/2014. +// Copyright (c) 2014 Intercom. All rights reserved. +// + +#import +#import + +@interface ICMAssets : NSObject + ++ (UIImage *)intercomLogoImage; + ++ (UIImage *)openPostFromCardImage; + ++ (UIImage *)spinnerImage; + ++ (UIImage *)defaultAvatarImageWithInitials:(NSString *)userInitials diameter:(CGFloat)diameter; // if there are initials, show them; if not, fall back to image ++ (UIImage *)warningImage; ++ (UIImage *)infoIcon; + ++ (UIImage *)backButtonImage; ++ (UIImage *)submitButtonBackgroundImage; ++ (UIImage *)submitButtonBackgroundImageClear; ++ (UIImage *)submitImage; ++ (UIImage *)pickerSelector; ++ (UIImage *)dateSelector; ++ (UIImage *)greenCheckImage; ++ (UIImage *)buttonLoadingImage; ++ (UIImage *)textFieldBackgroundImage; ++ (UIImage *)textFieldErrorBackgroundImage; ++ (UIImage *)booleanButtonLeftImage; ++ (UIImage *)booleanButtonLeftImageSelected; ++ (UIImage *)booleanButtonRightImage; ++ (UIImage *)booleanButtonRightImageSelected; + ++ (UIImage *)closeImage; + ++ (UIImage *)startConversationImage; ++ (UIImage *)askAQuestion; + ++ (UIImage *)messageFailedImage; + ++ (UIImage *)uploadButtonImage; ++ (UIImage *)chatBubbleImage; + ++ (UIImage *)launcherImage; + ++ (UIImage *)twitterIcon; ++ (UIImage *)linkedinIcon; + ++ (UIImage *)snoozeIcon; + ++ (UIImage *)sendIcon; ++ (UIImage *)undoIcon; + ++ (UIImage *)homescreenFailedImage; ++ (UIImage *)searchIcon; + ++ (UIImage *)replyTimeIcon; + +// Help Center ++ (UIImage *)helpCenterLoadingImage; ++ (UIImage *)helpCenterChevron; + +// Carousel ++ (UIImage *)screenActionCheckmark; ++ (UIImage *)carouselLoadingImage; + +// Articles ++ (UIImage *)articleLoadingImage; + +// Teammate Profile ++ (UIImage *)teammateTimeIcon; ++ (UIImage *)teammateRoleIcon; ++ (UIImage *)teammateIntroIcon; + +//Text Input ++ (UIImage *)textInputIcon; ++ (UIImage *)textInputSelectedIcon; + +//Photo Input ++ (UIImage *)photoInputIcon; ++ (UIImage *)photoInputSelectedIcon; ++ (UIImage *)expandPhotosIcon; + +//GIF Input ++ (UIImage *)gifInputIcon; ++ (UIImage *)gifInputSelectedIcon; + ++ (UIImage *)footerLinkIcon; + +// Sounds ++ (NSURL *)soundForMessageSending; ++ (NSURL *)soundForMessageSendingFailure; ++ (NSURL *)soundForIncomingAdminMessage; ++ (NSURL *)soundForIncomingOperatorMessage; + +// Surveys ++ (UIImage *)starFillImage; ++ (UIImage *)starUnselectedImage; ++ (UIImage *)starSelectedImage; ++ (UIImage *)externalLinkIcon; ++ (UIImage *)surveyLoadingImage; + ++ (UIImage *)playIcon; + +@end diff --git a/Intercom.xcframework/ios-arm64_x86_64-simulator/Intercom.framework/Headers/ICMAutoLayout.h b/Intercom.xcframework/ios-arm64_x86_64-simulator/Intercom.framework/Headers/ICMAutoLayout.h new file mode 100644 index 00000000..9e5669cf --- /dev/null +++ b/Intercom.xcframework/ios-arm64_x86_64-simulator/Intercom.framework/Headers/ICMAutoLayout.h @@ -0,0 +1,193 @@ +// +// ICMAutoLayout.h +// Pods +// +// Created by James Treanor on 16/04/2015. +// +// + +#import + +typedef NS_OPTIONS(NSUInteger, ICM_JRTViewPinEdges) +{ + /// Pins the top edge of an item. + ICM_JRTViewPinTopEdge = 1 << 0, + + /// Pins the right edge of an item. + ICM_JRTViewPinRightEdge = 1 << 1, + + /// Pins the bottom edge of an item. + ICM_JRTViewPinBottomEdge = 1 << 2, + + /// Pins the left edge of an item. + ICM_JRTViewPinLeftEdge = 1 << 3, + + /// Pins all edges of an item. + ICM_JRTViewPinAllEdges = ~0UL +}; + +@interface ICMAutoLayout : NSObject + +/** + * @name Centering Views + */ + +/** + * Centers the receiver in the superview on a specified axis. + * + * @param axis The axis of the superview you wish to center the receiver in. This parameter accepts `NSLayoutAttributeCenterX` or `NSLayoutAttributeCenterY`. + * + * @return The `NSLayoutConstraint` generated by this method. + */ ++(NSLayoutConstraint *)centerView:(UIView *)primaryView inContainerOnAxis:(NSLayoutAttribute)axis; + +/** + * Centers the receiver in the superview on a specified axis. + * + * @param axis The axis of the superview you wish to center the receiver in. This parameter accepts `NSLayoutAttributeCenterX` or `NSLayoutAttributeCenterY`. + * @param constant Constraint constant value. + * + * @return The `NSLayoutConstraint` generated by this method. +*/ + ++ (NSLayoutConstraint *)centerView:(UIView *)primaryView inContainerOnAxis:(NSLayoutAttribute)axis withConstant:(CGFloat)constant; + +/** + * Centers the receiver in the superview on a specified axis. + * + * @param axis The axis of the superview you wish to center the receiver in. This parameter accepts `NSLayoutAttributeCenterX` or `NSLayoutAttributeCenterY`. + * @param constant Constraint constant value. + * @param priority Constraint priority value. + * + * @return The `NSLayoutConstraint` generated by this method. +*/ + ++ (NSLayoutConstraint *)centerView:(UIView *)primaryView inContainerOnAxis:(NSLayoutAttribute)axis withConstant:(CGFloat)constant withPriority:(UILayoutPriority)priority; + +/** + * @name Constraining to a fixed size + */ + +/** + * Constrains the receiver to a fixed size. + * @warning Setting an axis to 0.0 will result in no constraint being applied to that axis. + * + * @param size The size to constrain the receiver to. + * + * @return An array of `NSLayoutConstraint` objects generated by this method. + */ ++(NSArray *)constrainView:(UIView *)primaryView toSize:(CGSize)size; + +/** + * Constrains the receiver to a fixed width. + * + * @param width The width to constrain the receiver to + * + * @return The `NSLayoutConstraint` generated by this method. + */ ++(NSLayoutConstraint *)constrainView:(UIView *)primaryView toWidth:(CGFloat)width; + +/** + * Constrains the receiver to a fixed width. + * + * @param width The width to constrain the receiver to + * @param priority The UILayoutPriority of the constraint + * + * @return The `NSLayoutConstraint` generated by this method. +*/ + ++(NSLayoutConstraint *)constrainView:(UIView *)primaryView toWidth:(CGFloat)width withPriority:(UILayoutPriority)priority; + +/** + * Constrains the receiver to a fixed height. + * + * @param height The height to constrain the receiver to + * + * @return The `NSLayoutConstraint` generated by this method. + */ ++(NSLayoutConstraint *)constrainView:(UIView *)primaryView toHeight:(CGFloat)height; + +/** + * Constrains the receiver to a fixed height. + * + * @param height The height to constrain the receiver to + * @param priority The UILayoutPriority of the constraint + * + * @return The `NSLayoutConstraint` generated by this method. +*/ ++ (NSLayoutConstraint *)constrainView:(UIView *)primaryView toHeight:(CGFloat)height withPriority:(UILayoutPriority)priority; + +/** + * @name Pinning to other items + */ + +/** + * Pins an attribute to any valid attribute of the peer item. The item may be the layout guide of a view controller. + * + * @param attribute The attribute of the receiver that you want to pin. + * @param toAttribute The attribute of the `peerView` that you want to pin. + * @param peerItem The item that you want to pin the receiver to. (either `UIView` or `UILayoutSupport`). + * + * @return The `NSLayoutConstraint` generated by this method. + */ ++(NSLayoutConstraint *)pinView:(UIView *)primaryView attribute:(NSLayoutAttribute)attribute toAttribute:(NSLayoutAttribute)toAttribute ofItem:(id)peerItem; + +/** + * Pins an attribute to any valid attribute of the peer item. The item may be the layout guide of a view controller. Provide a constant for offset/inset. + * + * @param attribute The attribute of the receiver that you want to pin. + * @param toAttribute The attribute of the `peerView` that you want to pin. + * @param peerItem The item that you want to pin the receiver to. (either `UIView` or `UILayoutSupport`). + * @param constant The constant that you want to apply to the constraint. + * + * @return The `NSLayoutConstraint` generated by this method. + */ ++(NSLayoutConstraint *)pinView:(UIView *)primaryView attribute:(NSLayoutAttribute)attribute toAttribute:(NSLayoutAttribute)toAttribute ofItem:(id)peerItem withConstant:(CGFloat)constant; + +/** + * Pins an attribute to any valid attribute of the peer item. The item may be the layout guide of a view controller. Provide a constant for offset/inset along with a relation. + * + * @param attribute The attribute of the receiver that you want to pin. + * @param toAttribute The attribute of the `peerView` that you want to pin. + * @param peerItem The item that you want to pin the receiver to. (either `UIView` or `UILayoutSupport`). + * @param constant The constant that you want to apply to the constraint. + * @param relation The relation that you wish to apply to the constraint. + * + * @return The `NSLayoutConstraint` generated by this method. + */ ++(NSLayoutConstraint *)pinView:(UIView *)primaryView attribute:(NSLayoutAttribute)attribute toAttribute:(NSLayoutAttribute)toAttribute ofItem:(id)peerItem withConstant:(CGFloat)constant relation:(NSLayoutRelation)relation; + +/** + * Pins the receivers edge(s) to another views edge(s). Both views must be in the same view hierarchy. + * + * @param edges The edges that should be pinned to the peerView's edges. + * @param peerView The view that the receiver is being pinned to. + * + * @return An array of `NSLayoutConstraint` objects generated by this method. + */ ++(NSArray *)pinView:(UIView *)primaryView edges:(ICM_JRTViewPinEdges)edges toSameEdgesOfView:(UIView *)peerView; + +/** + * Pins the receivers edge(s) to another views edge(s). Both views must be in the same view hierarchy. + * + * @param edges The edges that should be pinned to the peerView's edges. + * @param peerView The view that the receiver is being pinned to. + * @param inset The inset that is applied to the attributes. + * + * @return An array of `NSLayoutConstraint` objects generated by this method. + */ ++(NSArray *)pinView:(UIView *)primaryView edges:(ICM_JRTViewPinEdges)edges toSameEdgesOfView:(UIView *)peerView inset:(CGFloat)inset; + +/** + * Pins the receivers edge(s) to another views edge(s). Both views must be in the same view hierarchy. + * + * @param edges The edges that should be pinned to the peerView's edges. + * @param peerView The view that the receiver is being pinned to. + * @param inset The inset that is applied to the attributes. + * @param priority The resulting constraints' priorities. + * + * @return An array of `NSLayoutConstraint` objects generated by this method. +*/ ++ (NSArray *)pinView:(UIView *)primaryView edges:(ICM_JRTViewPinEdges)edges toSameEdgesOfView:(UIView *)peerView inset:(CGFloat)inset withPriority:(UILayoutPriority)priority; + +@end diff --git a/Intercom.xcframework/ios-arm64_x86_64-simulator/Intercom.framework/Headers/ICMAvatar.h b/Intercom.xcframework/ios-arm64_x86_64-simulator/Intercom.framework/Headers/ICMAvatar.h new file mode 100644 index 00000000..380e9f48 --- /dev/null +++ b/Intercom.xcframework/ios-arm64_x86_64-simulator/Intercom.framework/Headers/ICMAvatar.h @@ -0,0 +1,11 @@ +#import +#import "ICMSafeNetworkModel.h" + +@interface ICMAvatar : ICMSafeNetworkModel + +@property (nonatomic, copy, readonly) NSString *imageUrl; + ++ (instancetype)instanceFromDictionary:(NSDictionary *)aDictionary; +- (BOOL)isEqualToAvatar:(ICMAvatar *)other; +- (NSString *)chatHeadURL; +@end diff --git a/Intercom.xcframework/ios-arm64_x86_64-simulator/Intercom.framework/Headers/ICMAvatarView.h b/Intercom.xcframework/ios-arm64_x86_64-simulator/Intercom.framework/Headers/ICMAvatarView.h new file mode 100644 index 00000000..8aab0c43 --- /dev/null +++ b/Intercom.xcframework/ios-arm64_x86_64-simulator/Intercom.framework/Headers/ICMAvatarView.h @@ -0,0 +1,25 @@ +// +// Created by Roland Gropmair on 25/04/2014. +// Copyright (c) 2014 Intercom. All rights reserved. +// + +#import +#import +#import "ICMTeammatePresenceView.h" + +@interface ICMAvatarView : UIView + +- (instancetype)initWithDiameter:(CGFloat)diameter showTeammatePresence:(BOOL)showTeammatePresence; + +@property (nonatomic, assign, readonly) CGFloat diameter; +@property (nonatomic, strong) UIColor *borderColor; +@property (nonatomic, assign) CGFloat borderWidth; +@property (nonatomic, strong) ICMTeammatePresenceView *teammatePresenceView; + +- (void)loadAvatarWithURLString:(NSString *)urlString userName:(NSString *)userName; +- (void)cancelImageLoad; +- (NSString *)firstInitialOfName:(NSString *)fullName; +- (void)hideUserPresenceView; +- (void)setTeamPresenceBorderColor:(UIColor *)color; + +@end diff --git a/Intercom.xcframework/ios-arm64_x86_64-simulator/Intercom.framework/Headers/ICMBlockAppearance.h b/Intercom.xcframework/ios-arm64_x86_64-simulator/Intercom.framework/Headers/ICMBlockAppearance.h new file mode 100644 index 00000000..285a07a4 --- /dev/null +++ b/Intercom.xcframework/ios-arm64_x86_64-simulator/Intercom.framework/Headers/ICMBlockAppearance.h @@ -0,0 +1,16 @@ +// +// ICMBlockAppearance.h +// Pods +// +// Created by Brian Boyle on 22/06/2016. +// +// + +#import +#import "ITBBlockAppearance.h" + +@interface ICMBlockAppearance : NSObject + ++ (instancetype)sharedInstance; + +@end diff --git a/Intercom.xcframework/ios-arm64_x86_64-simulator/Intercom.framework/Headers/ICMBlockLoader.h b/Intercom.xcframework/ios-arm64_x86_64-simulator/Intercom.framework/Headers/ICMBlockLoader.h new file mode 100644 index 00000000..da109e14 --- /dev/null +++ b/Intercom.xcframework/ios-arm64_x86_64-simulator/Intercom.framework/Headers/ICMBlockLoader.h @@ -0,0 +1,17 @@ +// +// ICMBlockLoader.h +// IntercomSDK +// +// Created by Brian Boyle on 18/09/2018. +// Copyright © 2018 Intercom. All rights reserved. +// + +#import +@protocol ITBBlockAppearance; +@class ITBBlock; + +@interface ICMBlockLoader : NSObject + ++ (ITBBlock *)blockFromDictionary:(NSDictionary *)dictionary appearance:(id)appearance; + +@end diff --git a/Intercom.xcframework/ios-arm64_x86_64-simulator/Intercom.framework/Headers/ICMButton.h b/Intercom.xcframework/ios-arm64_x86_64-simulator/Intercom.framework/Headers/ICMButton.h new file mode 100644 index 00000000..2097a5cd --- /dev/null +++ b/Intercom.xcframework/ios-arm64_x86_64-simulator/Intercom.framework/Headers/ICMButton.h @@ -0,0 +1,47 @@ +// +// ICMButton.h +// IntercomSDK +// +// Created by Brian Boyle on 03/07/2019. +// Copyright © 2019 Intercom. All rights reserved. +// + +#import + +NS_ASSUME_NONNULL_BEGIN + +typedef NS_ENUM(NSInteger, ICMButtonStyle) { + ICMButtonStyleFilled, + ICMButtonStyleColorFade, +}; + +@interface ICMButton : UIButton + +@property (nonatomic, assign) CGFloat cornerRadius; + +/** + * Create a standard Intercom button. This button will adopt the apps primary colour. + * + * @param title The button title. + * @param style The button style. + * @return A new Intercom button instance. +*/ +- (instancetype)initWithTitle:(NSString *)title style:(ICMButtonStyle)style; + +/** + * Create a standard Intercom button. This button will adopt colors derived from `backgroundColor`. + * + * @param title The button title. + * @param style The button style. + * @param backgroundColor Set the main color of the button. + * @return A new Intercom button instance. +*/ +- (instancetype)initWithTitle:(NSString *)title style:(ICMButtonStyle)style backgroundColor:(UIColor *)backgroundColor; + +/// Computes `text` and `border` color from the backgroundColor and applies all 3 colors to the button. +/// @param backgroundColor Set the main color of the button. +- (void)configureForFilledStyleBackgroundColor:(UIColor *)backgroundColor; + +@end + +NS_ASSUME_NONNULL_END diff --git a/Intercom.xcframework/ios-arm64_x86_64-simulator/Intercom.framework/Headers/ICMCarouselBlockAppearance.h b/Intercom.xcframework/ios-arm64_x86_64-simulator/Intercom.framework/Headers/ICMCarouselBlockAppearance.h new file mode 100644 index 00000000..4aa51709 --- /dev/null +++ b/Intercom.xcframework/ios-arm64_x86_64-simulator/Intercom.framework/Headers/ICMCarouselBlockAppearance.h @@ -0,0 +1,18 @@ +// +// ICMCarouselBlockAppearance.h +// IntercomSDK +// +// Created by Brian Boyle on 24/02/2020. +// Copyright © 2020 Intercom. All rights reserved. +// + +#import +#import + +NS_ASSUME_NONNULL_BEGIN + +@interface ICMCarouselBlockAppearance : ICMAdminBlockAppearance + +@end + +NS_ASSUME_NONNULL_END diff --git a/Intercom.xcframework/ios-arm64_x86_64-simulator/Intercom.framework/Headers/ICMColor.h b/Intercom.xcframework/ios-arm64_x86_64-simulator/Intercom.framework/Headers/ICMColor.h new file mode 100644 index 00000000..d5dd3ddf --- /dev/null +++ b/Intercom.xcframework/ios-arm64_x86_64-simulator/Intercom.framework/Headers/ICMColor.h @@ -0,0 +1,103 @@ +#import +#import + +@interface ICMColor : NSObject + ++ (UIColor *)primaryColor; + ++ (UIColor *)darkPrimaryColor; ++ (UIColor *)primaryTextColor; ++ (UIColor *)primaryColorVariant; ++ (UIColor *)primaryOrDarkColor; ++ (UIColor *)whiteOrDarkForPrimaryColor; ++ (UIColor *)secondaryColor; ++ (UIColor *)darkSecondaryColor; ++ (UIColor *)lightSecondaryColor; ++ (UIColor *)secondaryTextColor; ++ (UIColor *)secondaryColorVariant; ++ (UIColor *)helpCenterThemeColor; ++ (UIColor *)helpCenterTextColor; ++ (UIColor *)helpCenterSearchPlaceholderColor; ++ (UIColor *)helpCenterSearchBarBackgroundColor; ++ (UIColor *)bubbleTextColorUser; ++ (UIColor *)bubbleFillColorUser; ++ (UIColor *)launcherImageColor; ++ (UIColor *)intercomLinkColor; ++ (UIColor *)composerSeparatorColor; + + +#pragma mark - Colour Palette + ++ (UIColor *)ghostWhite; ++ (UIColor *)dark; ++ (UIColor *)charcoalGrey; ++ (UIColor *)silver; ++ (UIColor *)intercomBlue; ++ (UIColor *)errorColor; ++ (UIColor *)closeButtonDarkColorWithAlpha:(CGFloat)alpha; ++ (UIColor *)closeButtonLightColor; ++ (UIColor *)closeButtonLightColorWithAlpha:(CGFloat)alpha; + + +#pragma mark - Active/Away States + ++ (UIColor *)activeColour; ++ (UIColor *)awayColour; + + +#pragma mark - Button colors + +/** + * Calculates and returns a darker version of the passed in color. This should be used as the text color of an ICMButton. + * + * @param color The original color. + * @return The darker color to be used as the text color of an ICMButton. +*/ ++ (UIColor *)buttonTextColorVarient:(UIColor *)color; + +/** + * Calculates and returns a lighter version of the passed in color. This should be used as the background of an ICMButton. + * + * @param color The original color. + * @return The lighter color to be used as the background of an ICMButton. +*/ ++ (UIColor *)buttonBackgroundColorVarient:(UIColor *)color; + +/** + * Calculates and returns a darker version of the passed in colour. This should be used as the background color of an ICMButton while it is being tapped. + * + * @param color The original color. + * @return The darker color to be used as the background of am ICMButton while it is being tapped. +*/ ++ (UIColor *)buttonHighlightColor:(UIColor *)color; + +/// Calculates and returns either white or black color based on the lightness of the passed in color so that the text is visible. +/// @param backgroundColor The background color. +/// @return White if the background color is dark, black if the background color is light. ++ (UIColor *)textColorForBackgroundColor:(UIColor *)backgroundColor; + +/// Calculates and returns a color based on the lightness of the passed in color such that the resulting color, when used on a border of a view, could essentially differentiate the view from it's background, even in the case where both the view and it's background have the exact same color. +/// @param backgroundColor The background color. ++ (UIColor *)borderColorForBackgroundColor:(UIColor *)backgroundColor; + + +#pragma mark - Colour Utils + ++ (UIColor *)colorWithR:(int)r g:(int)g b:(int)b; ++ (UIColor *)colorWithR:(int)r g:(int)g b:(int)b alpha:(CGFloat)alpha; ++ (UIColor *)colorWithHexString:(NSString *)hexString; + +/** + * Fades between firstColor and secondColor at the specified ratio: + * + * @ ratio 0.0 - fully firstColor + * @ ratio 0.5 - halfway between firstColor and secondColor + * @ ratio 1.0 - fully secondColor + * + */ + ++ (UIColor *)colorForFadeBetweenFirstColor:(UIColor *)firstColor + secondColor:(UIColor *)secondColor + atRatio:(CGFloat)ratio; + +@end diff --git a/Intercom.xcframework/ios-arm64_x86_64-simulator/Intercom.framework/Headers/ICMConfig.h b/Intercom.xcframework/ios-arm64_x86_64-simulator/Intercom.framework/Headers/ICMConfig.h new file mode 100644 index 00000000..64a69f59 --- /dev/null +++ b/Intercom.xcframework/ios-arm64_x86_64-simulator/Intercom.framework/Headers/ICMConfig.h @@ -0,0 +1,83 @@ +#import +#import "ICMSafeNetworkModel.h" + +static NSString *const kICMIntercomConfigChangedNotification = @"kICMIntercomConfigChangedNotification"; +static NSString *const kICMMessengerBackgroundImageLoadedNotification = @"kICMMessengerBackgroundImageLoadedNotification"; +static NSString *const kICMMessengerLogoImageLoadedNotification = @"kICMMessengerLogoImageLoadedNotification"; +static NSString *const kICMLauncherCustomLogoImageLoadedNotification = @"kICMLauncherCustomLogoImageLoadedNotification"; + +@protocol ICMConfigProtocol +@property (readonly) BOOL inboundMessages; +@property (readonly) BOOL accessToTeammateEnabled; +@property (readonly) BOOL helpCenterRequireSearch; +@property (nonatomic, copy) NSString *appName; +@end + +@interface ICMConfig : ICMSafeNetworkModel + +@property (nonatomic, copy) NSString *primaryColorString; +@property (nonatomic, copy) NSString *secondaryColorString; +@property (nonatomic, copy) NSString *appName; +@property (nonatomic, copy) NSString *teamIntro; +@property (nonatomic, copy) NSString *messengerBackgroundImageUrlString; +@property (nonatomic, copy) NSString *messengerLogoUrlString; +@property (nonatomic, copy) NSString *teamGreeting; +@property (nonatomic, copy) NSString *launcherAlignment; +@property (nonatomic, copy) NSString *temporaryExpectationsMessage; +@property (nonatomic, assign) NSInteger launcherBottomPadding; +@property (nonatomic, copy) NSString *launcherCustomLogoURLString; +@property (nonatomic, assign) NSInteger uploadSizeLimit; + +@property (nonatomic, assign) BOOL inboundMessages; +@property (nonatomic, assign) BOOL attachmentsEnabled; +@property (nonatomic, assign) BOOL gifsEnabled; +@property (nonatomic, assign) BOOL showIntercomLink; +@property (nonatomic, assign) BOOL audioEnabled; +@property (nonatomic, assign) BOOL metricsEnabled; +@property (nonatomic, assign) BOOL backgroundRequestsEnabled; +@property (nonatomic, assign) BOOL shouldDisplayDarkPrimaryColor; +@property (nonatomic, assign) BOOL shouldDisplayDarkSecondaryColor; +@property (nonatomic, assign) BOOL shouldDisplayDarkHelpCenterColor; +@property (nonatomic, assign) BOOL identityVerificationEnabled; +@property (nonatomic, assign) BOOL accessToTeammateEnabled; +@property (nonatomic, assign) BOOL helpCenterRequireSearch; +@property (nonatomic, assign) BOOL preventMultipleInboundConversations; + +@property (nonatomic, assign) NSTimeInterval userUpdateDupCacheMaxAge; +@property (nonatomic, assign) NSTimeInterval newSessionThreshold; +@property (nonatomic, assign) NSTimeInterval batchUserUpdatePeriod; +@property (nonatomic, assign) NSTimeInterval softResetTimeout; +@property (nonatomic, assign) NSTimeInterval pingDelay; + +@property (nonatomic, assign) NSTimeInterval rateLimitPeriod; +@property (nonatomic, assign) NSUInteger rateLimit; + +@property (nonatomic, copy) NSString *helpCenterUrlString; +@property (nonatomic, copy) NSArray *helpCenterUrlStrings; +@property (nonatomic, copy) NSString *helpCenterBaseColorString; + +@property (nonatomic, strong) NSLocale *intercomLocale; +@property (nonatomic, strong) NSLocale *helpCenterLocale; +@property (nonatomic, strong) NSSet *features; + ++ (instancetype)instanceFromDictionary:(NSDictionary *)aDictionary; + ++ (void)updateSharedInstanceFromDictionary:(NSDictionary *)aDictionary; + ++ (instancetype)sharedConfig; ++ (void)deleteSharedConfig; + +- (BOOL)isEqualToConfig:(ICMConfig *)other; +- (void)saveIfNeeded; +- (void)save; +- (UIImage *)messengerBackgroundImage; +- (UIImage *)messengerLogoImage; +- (UIImage *)customLauncherImage; +- (UIColor *)primaryColor; +- (UIColor *)secondaryColor; +- (UIColor *)helpCenterBaseColor; +- (BOOL)hasFeature:(NSString *)feature; +- (BOOL)receivedFromServer; +- (BOOL)useDefaultLauncherAlignment; + +@end diff --git a/Intercom.xcframework/ios-arm64_x86_64-simulator/Intercom.framework/Headers/ICMContentStackView.h b/Intercom.xcframework/ios-arm64_x86_64-simulator/Intercom.framework/Headers/ICMContentStackView.h new file mode 100644 index 00000000..12b48c08 --- /dev/null +++ b/Intercom.xcframework/ios-arm64_x86_64-simulator/Intercom.framework/Headers/ICMContentStackView.h @@ -0,0 +1,29 @@ +// +// ICMContentStackView.h +// IntercomSDK +// +// Created by Brian Boyle on 16/01/2020. +// Copyright © 2020 Intercom. All rights reserved. +// + +#import + +@class ITBBlock; +@class ICMBlockAppearance; + +NS_ASSUME_NONNULL_BEGIN + +typedef NS_ENUM(NSInteger, ICMContentStackViewContext) { + ICMContentStackViewContextCarousel, + ICMContentStackViewContextSurvey +}; + +@interface ICMContentStackView : UIStackView + +- (instancetype)initWithBlocks:(NSArray *)blocks context:(ICMContentStackViewContext)context; +- (void)renderContent; +- (void)updateFirstBlockWithAppearance:(ICMBlockAppearance *)appearance; + +@end + +NS_ASSUME_NONNULL_END diff --git a/Intercom.xcframework/ios-arm64_x86_64-simulator/Intercom.framework/Headers/ICMContentViewController.h b/Intercom.xcframework/ios-arm64_x86_64-simulator/Intercom.framework/Headers/ICMContentViewController.h new file mode 100644 index 00000000..7ea8b0b1 --- /dev/null +++ b/Intercom.xcframework/ios-arm64_x86_64-simulator/Intercom.framework/Headers/ICMContentViewController.h @@ -0,0 +1,25 @@ +// +// ICMContentViewController.h +// IntercomSDK +// +// Created by Michael McNamara on 05/10/2020. +// Copyright © 2020 Intercom. All rights reserved. +// + +#import +#import "ICMContentViewControllerDelegate.h" + +NS_ASSUME_NONNULL_BEGIN + +@protocol ICMContentViewController + +@property (nonatomic, weak) id contentDelegate; + +@required +- (void)reload; +- (void)closeButtonTapped; +- (void)viewDidDismissBySwipe; + +@end + +NS_ASSUME_NONNULL_END diff --git a/Intercom.xcframework/ios-arm64_x86_64-simulator/Intercom.framework/Headers/ICMContentViewControllerDelegate.h b/Intercom.xcframework/ios-arm64_x86_64-simulator/Intercom.framework/Headers/ICMContentViewControllerDelegate.h new file mode 100644 index 00000000..18e2e201 --- /dev/null +++ b/Intercom.xcframework/ios-arm64_x86_64-simulator/Intercom.framework/Headers/ICMContentViewControllerDelegate.h @@ -0,0 +1,33 @@ +// +// ICMContentViewControllerDelegate.h +// IntercomSDK +// +// Created by Michael McNamara on 30/03/2021. +// Copyright © 2021 Intercom. All rights reserved. +// + +#import + +NS_ASSUME_NONNULL_BEGIN + +@protocol ICMContentViewControllerDelegate + +@required +- (void)contentDidLoadWithDismissEnabled:(BOOL)dismissEnabled; +- (void)contentDidLoadWithDismissEnabled:(BOOL)dismissEnabled + swipeDismissalRequiresConfirmation:(BOOL)requiresConfirmation + didAttemptDismiss:(void (^_Nullable)(void))didAttemptDismissBlock; +- (void)showLoadingViewWithImage:(UIImage *)image; +- (void)contentLoadingDidFail:(NSString *)errorMessage + showActionButton:(BOOL)showActionButton + actionButtonTitle:(NSString * _Nullable)actionButtonTitle; +- (void)configureCloseButtonForBackgroundColor:(UIColor *)backgroundColor; +- (void)closeContentModal; +- (void)configureDismissEnabled:(BOOL)dismissEnabled; +- (void)configureDismissEnabled:(BOOL)dismissEnabled +swipeDismissalRequiresConfirmation:(BOOL)requiresConfirmation + didAttemptDismiss:(void (^_Nullable)(void))didAttemptDismissBlock; + +@end + +NS_ASSUME_NONNULL_END diff --git a/Intercom.xcframework/ios-arm64_x86_64-simulator/Intercom.framework/Headers/ICMCountLimitInputValidator.h b/Intercom.xcframework/ios-arm64_x86_64-simulator/Intercom.framework/Headers/ICMCountLimitInputValidator.h new file mode 100644 index 00000000..cdee1906 --- /dev/null +++ b/Intercom.xcframework/ios-arm64_x86_64-simulator/Intercom.framework/Headers/ICMCountLimitInputValidator.h @@ -0,0 +1,20 @@ +// +// ICMCountLimitInputValidator.h +// IntercomSDK-Dynamic +// +// Created by Michael McNamara on 18/11/2021. +// Copyright © 2021 Intercom. All rights reserved. +// + +#import +#import "ICMValidatorProtocol.h" + +NS_ASSUME_NONNULL_BEGIN + +@interface ICMCountLimitInputValidator : NSObject + +- (instancetype)initWithMinimumCount:(NSInteger)minimumCount maximumCount:(NSInteger)maximumCount; + +@end + +NS_ASSUME_NONNULL_END diff --git a/Intercom.xcframework/ios-arm64_x86_64-simulator/Intercom.framework/Headers/ICMDataManager.h b/Intercom.xcframework/ios-arm64_x86_64-simulator/Intercom.framework/Headers/ICMDataManager.h new file mode 100644 index 00000000..c0e56f58 --- /dev/null +++ b/Intercom.xcframework/ios-arm64_x86_64-simulator/Intercom.framework/Headers/ICMDataManager.h @@ -0,0 +1,38 @@ +// +// ICMDataManager.h +// IntercomSDK +// +// Created by Dale Cantwell on 28/04/2014. +// Copyright (c) 2014 Intercom. All rights reserved. +// + +#import +#import +#import "ICMUnreadManager.h" +#import "ICMDataManagerProtocol.h" + +@class ICMConversation; + +@interface ICMDataManager : NSObject +@property (nonatomic, readonly) NSMutableArray *conversations; +@property (nonatomic, strong) NSString *conversationToMark; +@property (nonatomic, strong) ICMUnreadManager *unreadManager; +@property (nonatomic, strong) ICMConversation *lastViewedConversation; +@property (nonatomic, assign) BOOL morePagesAvailable; +@property (nonatomic, assign) BOOL hasReceivedConversationsResponse; + ++ (instancetype)sharedManager; +- (void)updateConversationsBefore:(NSDate *)before success:(void (^)(NSArray *conversations, BOOL newElementsAdded))success failure:(void (^)(NSError *error))failure; +- (void)updateConversationsWithSuccess:(void (^)(NSArray *conversations))success failure:(void (^)(NSError *error))failure; +- (void)updateWithConversation:(ICMConversation *)conversation; +- (void)getUnreadConversationsIfNeeded; +- (NSArray *)getRecentConversations; +- (NSArray *)getPreviousConversations; +- (void)clearConversations; +- (BOOL)hasRecentConversations; +- (BOOL)hasPreviousConversations; +- (NSInteger)recentConversationCount; +- (BOOL)hasConversations; +- (BOOL)hasOpenInboundConversation; + +@end diff --git a/Intercom.xcframework/ios-arm64_x86_64-simulator/Intercom.framework/Headers/ICMDataManagerProtocol.h b/Intercom.xcframework/ios-arm64_x86_64-simulator/Intercom.framework/Headers/ICMDataManagerProtocol.h new file mode 100644 index 00000000..98b4d60b --- /dev/null +++ b/Intercom.xcframework/ios-arm64_x86_64-simulator/Intercom.framework/Headers/ICMDataManagerProtocol.h @@ -0,0 +1,24 @@ +// +// ICMDataManagerProtocol.h +// IntercomSDK +// +// Created by Michael McNamara on 14/09/2021. +// Copyright © 2021 Intercom. All rights reserved. +// + +#ifndef ICMDataManagerProtocol_h +#define ICMDataManagerProtocol_h + +NS_ASSUME_NONNULL_BEGIN + +@protocol ICMDataManagerProtocol + +- (BOOL)hasRecentConversations; +- (BOOL)hasPreviousConversations; +- (int)recentConversationCount; + +@end + +NS_ASSUME_NONNULL_END + +#endif /* ICMDataManagerProtocol_h */ diff --git a/Intercom.xcframework/ios-arm64_x86_64-simulator/Intercom.framework/Headers/ICMEmailTextField.h b/Intercom.xcframework/ios-arm64_x86_64-simulator/Intercom.framework/Headers/ICMEmailTextField.h new file mode 100644 index 00000000..ba89b656 --- /dev/null +++ b/Intercom.xcframework/ios-arm64_x86_64-simulator/Intercom.framework/Headers/ICMEmailTextField.h @@ -0,0 +1,17 @@ +// +// ICMEmailTextField.h +// IntercomSDK +// +// Created by Brian Boyle on 03/03/2019. +// Copyright © 2019 Intercom. All rights reserved. +// + +#import "ICMTextField.h" + +NS_ASSUME_NONNULL_BEGIN + +@interface ICMEmailTextField : ICMTextField + +@end + +NS_ASSUME_NONNULL_END diff --git a/Intercom.xcframework/ios-arm64_x86_64-simulator/Intercom.framework/Headers/ICMEmptyInputValidator.h b/Intercom.xcframework/ios-arm64_x86_64-simulator/Intercom.framework/Headers/ICMEmptyInputValidator.h new file mode 100644 index 00000000..b13cae09 --- /dev/null +++ b/Intercom.xcframework/ios-arm64_x86_64-simulator/Intercom.framework/Headers/ICMEmptyInputValidator.h @@ -0,0 +1,18 @@ +// +// ICMEmptyInputValidator.h +// IntercomSDK +// +// Created by Brian Boyle on 07/03/2019. +// Copyright © 2019 Intercom. All rights reserved. +// + +#import +#import "ICMValidatorProtocol.h" + +NS_ASSUME_NONNULL_BEGIN + +@interface ICMEmptyInputValidator : NSObject + +@end + +NS_ASSUME_NONNULL_END diff --git a/Intercom.xcframework/ios-arm64_x86_64-simulator/Intercom.framework/Headers/ICMEngine.h b/Intercom.xcframework/ios-arm64_x86_64-simulator/Intercom.framework/Headers/ICMEngine.h new file mode 100644 index 00000000..ff013fe4 --- /dev/null +++ b/Intercom.xcframework/ios-arm64_x86_64-simulator/Intercom.framework/Headers/ICMEngine.h @@ -0,0 +1,20 @@ +// +// ICMEngine.h +// Intercom +// +// Created by Brian Boyle on 16/08/2016. +// +// + +@protocol ICMFileUploadConfig; + +typedef void (^ICMHTTPEmptySuccess)(void); +typedef void (^ICMHTTPClientError) (NSError *error); +typedef void (^ICMHTTPClientProgress) (double progress); + +@interface ICMEngine : NSObject + +- (void)requestWithoutRedirects:(NSURLRequest *)request success:(ICMHTTPEmptySuccess)success failure:(ICMHTTPClientError)failure; +- (NSURLSessionUploadTask *)uploadFileWithFileName:(NSString *)filename data:(NSData *)data uploadConfig:(id)uploadConfig success:(ICMHTTPEmptySuccess)success progress:(ICMHTTPClientProgress)progress failure:(ICMHTTPClientError)failure; + +@end diff --git a/Intercom.xcframework/ios-arm64_x86_64-simulator/Intercom.framework/Headers/ICMErrorViewController.h b/Intercom.xcframework/ios-arm64_x86_64-simulator/Intercom.framework/Headers/ICMErrorViewController.h new file mode 100644 index 00000000..a4cc1b5b --- /dev/null +++ b/Intercom.xcframework/ios-arm64_x86_64-simulator/Intercom.framework/Headers/ICMErrorViewController.h @@ -0,0 +1,25 @@ +// +// ICMErrorViewController.h +// IntercomSDK +// +// Created by Roland Gropmair on 12/11/2014. +// Copyright (c) 2014 Intercom. All rights reserved. +// + +#import +#import + +NS_ASSUME_NONNULL_BEGIN + +@protocol ICMErrorViewDelegate; + +@interface ICMErrorViewController : UIViewController + +@property (nonatomic, weak) id errorDelegate; + +- (instancetype)initWithTitle:(NSString *)title showActionButton:(BOOL)showRetryButton actionButtonTitle:(NSString * _Nullable)retryButtonTitle; +- (void)configureForBackgroundColor:(UIColor *)backgroundColor buttonColor:(UIColor *)buttonColor; + +@end + +NS_ASSUME_NONNULL_END diff --git a/Intercom.xcframework/ios-arm64_x86_64-simulator/Intercom.framework/Headers/ICMErrorViewDelegate.h b/Intercom.xcframework/ios-arm64_x86_64-simulator/Intercom.framework/Headers/ICMErrorViewDelegate.h new file mode 100644 index 00000000..ec703d62 --- /dev/null +++ b/Intercom.xcframework/ios-arm64_x86_64-simulator/Intercom.framework/Headers/ICMErrorViewDelegate.h @@ -0,0 +1,20 @@ +// +// ICMErrorViewDelegate.h +// IntercomSDK-Dynamic +// +// Created by Brian Boyle on 29/03/2021. +// Copyright © 2021 Intercom. All rights reserved. +// + +#import + +NS_ASSUME_NONNULL_BEGIN + +@protocol ICMErrorViewDelegate + +@optional +- (void) didSelectErrorAction; + +@end + +NS_ASSUME_NONNULL_END diff --git a/Intercom.xcframework/ios-arm64_x86_64-simulator/Intercom.framework/Headers/ICMFeedbackGenerator.h b/Intercom.xcframework/ios-arm64_x86_64-simulator/Intercom.framework/Headers/ICMFeedbackGenerator.h new file mode 100644 index 00000000..3548df4a --- /dev/null +++ b/Intercom.xcframework/ios-arm64_x86_64-simulator/Intercom.framework/Headers/ICMFeedbackGenerator.h @@ -0,0 +1,22 @@ +// +// ICMFeedbackGenerator.h +// IntercomSDK +// +// Created by Michael Isaakidis on 31/08/2018. +// Copyright © 2018 Intercom. All rights reserved. +// + +#import + +typedef NS_ENUM(NSUInteger, ICMFeedbackGeneratorType) { + ICMFeedbackGeneratorTypeSelection, + ICMFeedbackGeneratorTypeError, + ICMFeedbackGeneratorTypeSuccess, + ICMFeedbackGeneratorTypeWarning, +}; + +@interface ICMFeedbackGenerator : NSObject + ++ (void)feedbackWithType:(ICMFeedbackGeneratorType)type; + +@end diff --git a/Intercom.xcframework/ios-arm64_x86_64-simulator/Intercom.framework/Headers/ICMHTTPClient.h b/Intercom.xcframework/ios-arm64_x86_64-simulator/Intercom.framework/Headers/ICMHTTPClient.h new file mode 100644 index 00000000..123de0d9 --- /dev/null +++ b/Intercom.xcframework/ios-arm64_x86_64-simulator/Intercom.framework/Headers/ICMHTTPClient.h @@ -0,0 +1,195 @@ +// +// Created by Ignacio Delgado on 15/04/2014. +// Copyright (c) 2014 Intercom. All rights reserved. +// + +#import +#import "ICMHTTPClientProtocol.h" + +@class ArticleMetaData; + +@interface ICMHTTPClient : NSObject + +#pragma mark - User Updates + ++ (void)updateUserWithUserAttributes:(NSDictionary *)attributes + newSession:(BOOL)newSession + sentFromBackground:(BOOL)sentFromBackground + carouselVisible:(BOOL)carouselCurrentlyPresented + success:(ICMHTTPBaseSuccess)success + error:(ICMHTTPClientError)failure; + + +#pragma mark - Push Notification Tokens + ++ (void)submitDeviceToken; ++ (void)deleteDeviceToken:(NSString *)deviceTokenString + forUserIdentity:(ICMUserIdentity *)userIdentity + completion:(ICMHTTPEmptyBlock)completion; + + +#pragma mark - Events + ++ (void)logEventWithName:(NSString *)name + metadata:(NSDictionary *)metadata + sentFromBackground:(BOOL)sentFromBackground + carouselVisible:(BOOL)carouselCurrentlyPresented + success:(ICMHTTPBaseSuccess)success + error:(ICMHTTPClientError)failure; + + +#pragma mark - Conversations + ++ (void)markConversationAsRead:(NSString *)conversationId success:(ICMHTTPBaseSuccess)success error:(ICMHTTPClientError)failure; ++ (void)markConversationAsDismissed:(NSString *)conversationId success:(ICMHTTPEmptySuccess)success error:(ICMHTTPClientError)failure; ++ (void)recordInteractions:(NSString *)conversationId + interactions:(NSArray *)interactions; ++ (void)unreadConversations:(NSInteger)pageSize success:(ICMHTTPBaseSuccess)success error:(ICMHTTPClientError)failure; ++ (void)conversationsBefore:(NSDate *)beforeTimestamp pageSize:(NSInteger)pageSize success:(ICMHTTPConversationsSuccess)success error:(ICMHTTPClientError)failure; + +/// Create a new conversation. +/// @param blocks The blocks. +/// @param articleMetaData If a conversation is started from an article, the articleId should be passed through. This allows teammates know what article a conversation was started from. The articleSource will also be included when Help Center when opened from the Search/Browse card +/// @param success Success completion block. +/// @param failure Failure completion block. ++ (void)createConversationWithBlocks:(NSArray *)blocks + articleMetaData:(ArticleMetaData *)articleMetaData + success:(ICMHTTPConversationSuccess)success + error:(ICMHTTPClientError)failure; ++ (void)replyToConversation:(NSString *)conversationId + withBlocks:(NSArray *)blocks + success:(ICMHTTPReplyConversationSuccess)success + error:(ICMHTTPClientError)failure; + ++ (void)reactToConversation:(NSString *)conversationId withReactionIndex:(NSUInteger)index; ++ (void)conversationDetail:(NSString *)conversationId success:(ICMHTTPConversationSuccess)success error:(ICMHTTPClientError)failure; + + +#pragma mark - Conversation Ratings + ++ (void)rateConversation:(NSString *)conversationId withRatingIndex:(NSUInteger)ratingIndex; ++ (void)addConversationRatingRemarkForConversation:(NSString *)conversationId remark:(NSString *)remark; + + +#pragma mark - Articles + ++ (void)article:(NSString *)articleId success:(ICMHTTPArticleSuccess)success error:(ICMHTTPClientError)failure; ++ (void)reactToArticle:(NSString *)articleId articleContentId:(NSString *)articleContentId withReactionIndex:(NSUInteger)index allowAutoResponses:(BOOL)allowAutoResponses articleSource:(NSString *)articleSource; + + +#pragma mark - GIFs + ++ (void)loadGIFs:(NSString *)searchQuery + success:(ICMHTTPGIFSuccess)success + error:(ICMHTTPClientError)failure; + + +#pragma mark - Metrics + ++ (void)submitMetrics:(NSArray *> *)metrics + opsMetrics:(NSArray *> *)opsMetrics + success:(ICMHTTPEmptySuccess)success + error:(ICMHTTPClientError)failure; + + +#pragma mark - Uploads + ++ (void)createUploadWithUpload:(ITBUpload *)upload success:(ICMHTTPUploadCreateSuccess)success progress:(ICMHTTPClientProgress)progress error:(ICMHTTPClientError)failure; + + +#pragma mark - URL Tracker + ++ (void)trackURL:(NSString *)url; + + +#pragma mark - Operator + ++ (void)operatorConditionSatisfied:(NSString *)transitionId + converstionId:(NSString *)conversationId + error:(ICMHTTPClientError)failure; + + +#pragma mark - Sheets + ++ (void)fetchMessengerSheetData:(NSDictionary *)sheetParams success:(ICMHTTPSheetSuccess)success failure:(ICMHTTPClientError)failure; ++ (void)submitMessengerSheet:(NSDictionary *)sheetPayload uri:(NSString *)uri success:(ICMHTTPEmptyBlock)success failure:(ICMHTTPClientError)failure; + + +#pragma mark - Homescreen + ++ (void)fetchHomescreenWithSuccess:(ICMHTTPHomescreenSuccess)success failure:(ICMHTTPClientError)failure; + + +#pragma mark - Quick Reply + ++ (void)quickReplyToConversation:(NSString *)conversationId + withPartId:(NSString *)quickReplyPartId + withOptionUUID:(NSString *)uuid + success:(ICMHTTPReplyConversationSuccess)success + error:(ICMHTTPClientError)failure; + + +#pragma mark - Attribute Collector + ++ (void)submitFormParams:(NSDictionary *)formParams + forConversation:(NSString *)conversationId + success:(ICMHTTPSubmitFormSuccess)success + error:(ICMHTTPClientError)failure; + + +#pragma mark - Inbound Custom Bots + ++ (void)triggerInboundBotWithOptionUUID:(NSString *)uuid + success:(ICMHTTPConversationSuccess)success + error:(ICMHTTPClientError)failure; + + +#pragma mark - Stats System + ++ (void)recordStatistic:(NSString *)statToRecord withInstanceId:(NSString *)instanceId statsMetadata:(NSDictionary *)statsMetadata success:(ICMHTTPBaseSuccess)success error:(ICMHTTPClientError)failure; + + +#pragma mark - Carousels + ++ (void)getCarouselWithId:(NSString*)carouselId + success:(ICMHTTPCarouselSuccess)success + error:(ICMHTTPClientError)failure; + ++ (void)getCarouselWithInstanceId:(NSString*)carouselInstanceId + success:(ICMHTTPCarouselSuccess)success + error:(ICMHTTPClientError)failure; + +#pragma mark - Help Center + ++ (void)getHelpCenterCollections:(ICMHTTPArraySuccess)success + error:(ICMHTTPClientError)failure; + ++ (void)getHelpCenterCollection:(NSString*)collectionId + success:(ICMHTTPDictionarySuccess)success + error:(ICMHTTPClientError)failure; + ++ (void)getHelpCenterSearchResults:(NSString*)searchText + source:(NSString*)source + success:(ICMHTTPArraySuccess)success + error:(ICMHTTPClientError)failure; + +#pragma mark - Surveys + ++ (void)submitSurvey:(Survey *)survey + success:(ICMHTTPDictionarySuccess)success + error:(ICMHTTPClientError)failure; + + ++ (void)dismissSurvey:(Survey *)survey + success:(ICMHTTPEmptyBlock)success + error:(ICMHTTPClientError)failure; + + +#pragma mark - Composer suggestions + + ++ (void)openMessenger:(ICMHTTPBaseSuccess)success + error:(ICMHTTPClientError)failure; + +@end + diff --git a/Intercom.xcframework/ios-arm64_x86_64-simulator/Intercom.framework/Headers/ICMHTTPClientProtocol.h b/Intercom.xcframework/ios-arm64_x86_64-simulator/Intercom.framework/Headers/ICMHTTPClientProtocol.h new file mode 100644 index 00000000..8ba9627d --- /dev/null +++ b/Intercom.xcframework/ios-arm64_x86_64-simulator/Intercom.framework/Headers/ICMHTTPClientProtocol.h @@ -0,0 +1,93 @@ +// +// ICMHTTPClientProtocol.h +// IntercomSDK +// +// Created by Michael McNamara on 14/04/2021. +// Copyright © 2021 Intercom. All rights reserved. +// + +#ifndef ICMHTTPClientProtocol_h +#define ICMHTTPClientProtocol_h + +#import "ICMEngine.h" + +@class ITBUpload; +@class ICMConversationsResponse; +@class ICMConversation; +@class ICMConversationPart; +@class ICMArticle; +@class ICMGIFResponse; +@class ICMSheet; +@class ICMHomescreen; +@class ICMBaseResponse; +@class ICMCarousel; +@class ICMUserIdentity; +@class Survey; +@class ICMComposerSuggestions; + +static const NSInteger kICMHTTPClientDefaultPageSize = 10; +static const NSInteger kNewContentEventTypeCarousel = 44; + +NS_ASSUME_NONNULL_BEGIN + +typedef void (^ICMHTTPBaseSuccess)(ICMBaseResponse *response); +typedef void (^ICMHTTPConversationsSuccess)(ICMConversationsResponse *response); +typedef void (^ICMHTTPConversationSuccess)(ICMConversation *response); +typedef void (^ICMHTTPReplyConversationSuccess)(ICMConversationPart *response); +typedef void (^ICMHTTPUploadCreateSuccess)(NSString * _Nullable publicUrl); +typedef void (^ICMHTTPArticleSuccess)(ICMArticle *article); +typedef void (^ICMHTTPGIFSuccess)(ICMGIFResponse *gifResponse); +typedef void (^ICMHTTPSheetSuccess)(ICMSheet *sheet); +typedef void (^ICMHTTPHomescreenSuccess)(ICMHomescreen *sheet); +typedef void (^ICMHTTPEmptyBlock) (void); +typedef void (^ICMHTTPSubmitFormSuccess)(ICMConversation *response); +typedef void (^ICMHTTPCarouselSuccess)(ICMCarousel *carousel); +typedef void (^ICMHTTPArraySuccess)(NSArray *array); +typedef void (^ICMHTTPDictionarySuccess)(NSDictionary *object); +typedef void (^ICMHTTPComposerSuggestionsSuccess)(ICMComposerSuggestions *composerSuggestions); + +@protocol ICMHTTPClientProtocol + +#pragma mark - Help Center + ++ (void)getHelpCenterCollections:(nullable ICMHTTPArraySuccess)success + error:(nullable ICMHTTPClientError)failure; + ++ (void)getHelpCenterCollection:(nullable NSString*)collectionId + success:(nullable ICMHTTPDictionarySuccess)success + error:(nullable ICMHTTPClientError)failure; + ++ (void)getHelpCenterSearchResults:(NSString*)searchText + source:(nullable NSString*)source + success:(nullable ICMHTTPArraySuccess)success + error:(nullable ICMHTTPClientError)failure; + +#pragma mark - Surveys + ++ (void)submitSurvey:(Survey *)survey + success:(nullable ICMHTTPDictionarySuccess)success + error:(nullable ICMHTTPClientError)failure; + ++ (void)dismissSurvey:(Survey *)survey + success:(nullable ICMHTTPEmptyBlock)success + error:(nullable ICMHTTPClientError)failure; + ++ (void)failSurvey:(NSString *)surveyId + progressId:(NSInteger)progressId + success:(nullable ICMHTTPEmptyBlock)success + error:(nullable ICMHTTPClientError)failure; + ++ (void)actionButtonClicked:(Survey *)survey + stepId:(NSString *)stepId + success:(nullable ICMHTTPEmptyBlock)success + error:(nullable ICMHTTPClientError)failure; + + + + +@end + +NS_ASSUME_NONNULL_END + + +#endif /* ICMHTTPClientProtocol_h */ diff --git a/Intercom.xcframework/ios-arm64_x86_64-simulator/Intercom.framework/Headers/ICMHelpCenterTranslationManager.h b/Intercom.xcframework/ios-arm64_x86_64-simulator/Intercom.framework/Headers/ICMHelpCenterTranslationManager.h new file mode 100644 index 00000000..1d4e5c16 --- /dev/null +++ b/Intercom.xcframework/ios-arm64_x86_64-simulator/Intercom.framework/Headers/ICMHelpCenterTranslationManager.h @@ -0,0 +1,19 @@ +// +// ICMHelpCenterTranslationManager.h +// IntercomSDK-Dynamic +// +// Created by Michael McNamara on 16/06/2021. +// Copyright © 2021 Intercom. All rights reserved. +// + +#import + +NS_ASSUME_NONNULL_BEGIN + +/// A `ICMTranslationManager` subclass that uses our `help_center_locale` instead of the standard Intercom locale. +/// This should be used to translate any strings in our native Help Center. +@interface ICMHelpCenterTranslationManager : ICMTranslationManager + +@end + +NS_ASSUME_NONNULL_END diff --git a/Intercom.xcframework/ios-arm64_x86_64-simulator/Intercom.framework/Headers/ICMInAppsViewController.h b/Intercom.xcframework/ios-arm64_x86_64-simulator/Intercom.framework/Headers/ICMInAppsViewController.h new file mode 100644 index 00000000..d85336d2 --- /dev/null +++ b/Intercom.xcframework/ios-arm64_x86_64-simulator/Intercom.framework/Headers/ICMInAppsViewController.h @@ -0,0 +1,68 @@ +// +// ICMInAppsViewController.h +// Pods +// +// Created by James Treanor on 07/12/2015. +// +// + +#import + +NS_ASSUME_NONNULL_BEGIN + +@class ICMConversation; +@class ICMHostAppState; + +typedef NS_ENUM(NSUInteger, ICMInAppsViewControllerState){ + ICMInAppsViewControllerStateEmpty = 0, + ICMInAppsViewControllerStateSnippet = 1, + ICMInAppsViewControllerStateMultipleSnippets = 2, + ICMInAppsViewControllerStateFull = 3, +}; + +@protocol ICMInAppsDelegate +- (void)presentConversation:(ICMConversation *)conversation fromFull:(BOOL)fromFull; +- (void)dismissConversation:(ICMConversation *)conversation fromFull:(BOOL)fromFull; +- (void)hideInApp:(UIViewController *)inApp; +- (void)showInbox; +@optional +- (void)conversationShown:(ICMConversation *)conversation asFull:(BOOL)asFull; +- (BOOL)isMessengerPresented; +- (BOOL)shouldShowLauncher; +- (void)launcherTapped; +- (void)didShowFullScreenInApp; +- (void)didHideFullScreenInApp; +- (void)didHideInApps; +@end + +@protocol ICMInAppUpdateProtocol +- (void)conversationMarkedAsRead:(NSString *)conversationId; +@end + +@protocol ICMInAppsAnimationProtocol +- (void)animateOutWithCompletion:(void (^ __nullable)(void))completion; +@end + +@protocol ICMFullScreenInAppProtocol +- (ICMConversation *)conversation; +@end + +@interface ICMInAppsViewController : UIViewController + +- (instancetype)initWithConversations:(NSArray *)conversations delegate:(id )delegate hostAppState:(ICMHostAppState *)state; +- (BOOL)shouldHandleTouchOnView:(UIView *)view; +- (BOOL)isShowingLauncherOrInApp; +- (void)tearDownInApps; +- (void)tearDown; +- (void)updateLauncherVisibility; +- (void)setConversations:(NSArray *)conversations completion:(void (^ __nullable)(void))completion; +- (void)hideLauncherWithAnimation; +- (void)bottomPaddingUpdated; +- (ICMInAppsViewControllerState)state; + +@property (nonatomic, strong) NSArray *conversations; +@property (nonatomic, strong) ICMHostAppState *hostAppState; + +@end + +NS_ASSUME_NONNULL_END diff --git a/Intercom.xcframework/ios-arm64_x86_64-simulator/Intercom.framework/Headers/ICMInputViewProtocol.h b/Intercom.xcframework/ios-arm64_x86_64-simulator/Intercom.framework/Headers/ICMInputViewProtocol.h new file mode 100644 index 00000000..9ffbef39 --- /dev/null +++ b/Intercom.xcframework/ios-arm64_x86_64-simulator/Intercom.framework/Headers/ICMInputViewProtocol.h @@ -0,0 +1,33 @@ +// +// ICMInputViewProtocol.h +// IntercomSDK +// +// Created by Brian Boyle on 09/04/2019. +// Copyright © 2019 Intercom. All rights reserved. +// + +#import + +NS_ASSUME_NONNULL_BEGIN + +@protocol ICMInputViewProtocol + +@property (nonatomic) BOOL isRequired; +- (BOOL)isUserInputValid:(NSError * __autoreleasing *)error; +- (nullable id)inputValue; +- (void)configureErrorState; +- (void)configureDefaultState; +@end + +@protocol ICMSubmittableInputViewProtocol +- (void)configureSuccessState; +- (void)configureLoadingState; +@end + +@protocol ICMInputViewDelegate +- (void)entryCompleteButtonTapped; +- (void)cancelButtonTapped; +- (void)valueUpdated:(nullable id)value; +@end + +NS_ASSUME_NONNULL_END diff --git a/Intercom.xcframework/ios-arm64_x86_64-simulator/Intercom.framework/Headers/ICMIntegerTextField.h b/Intercom.xcframework/ios-arm64_x86_64-simulator/Intercom.framework/Headers/ICMIntegerTextField.h new file mode 100644 index 00000000..df629165 --- /dev/null +++ b/Intercom.xcframework/ios-arm64_x86_64-simulator/Intercom.framework/Headers/ICMIntegerTextField.h @@ -0,0 +1,17 @@ +// +// ICMIntegerTextField.h +// IntercomSDK +// +// Created by Brian Boyle on 03/03/2019. +// Copyright © 2019 Intercom. All rights reserved. +// + +#import + +NS_ASSUME_NONNULL_BEGIN + +@interface ICMIntegerTextField : ICMTextField + +@end + +NS_ASSUME_NONNULL_END diff --git a/Intercom.xcframework/ios-arm64_x86_64-simulator/Intercom.framework/Headers/ICMLinkOpener.h b/Intercom.xcframework/ios-arm64_x86_64-simulator/Intercom.framework/Headers/ICMLinkOpener.h new file mode 100644 index 00000000..96a7b29e --- /dev/null +++ b/Intercom.xcframework/ios-arm64_x86_64-simulator/Intercom.framework/Headers/ICMLinkOpener.h @@ -0,0 +1,20 @@ +// +// Created by Ignacio Delgado on 18/11/2014. +// Copyright (c) 2014 Intercom. All rights reserved. +// + +#import + +@protocol ICMLinkOpenerProtocol ++ (BOOL)isExternalLink:(NSURL *)url; +@end + +@interface ICMLinkOpener : NSObject + ++ (void)openLink:(NSURL *)url; ++ (BOOL)isCustomSchemeURL:(NSURL *)urlToCheck; ++ (BOOL)isUniversalLink:(NSURL *)urlToCheck; ++ (BOOL)isHelpCenterLink:(NSURL *)url; ++ (BOOL)isExternalLink:(NSURL *)url; + +@end diff --git a/Intercom.xcframework/ios-arm64_x86_64-simulator/Intercom.framework/Headers/ICMLoadingViewController.h b/Intercom.xcframework/ios-arm64_x86_64-simulator/Intercom.framework/Headers/ICMLoadingViewController.h new file mode 100644 index 00000000..002c2730 --- /dev/null +++ b/Intercom.xcframework/ios-arm64_x86_64-simulator/Intercom.framework/Headers/ICMLoadingViewController.h @@ -0,0 +1,10 @@ + +#import +#import + +@interface ICMLoadingViewController : UIViewController + +- (instancetype)initWithImage:(UIImage *)loadingImage accessibilityText:(NSString *)accessibilityText; +- (void)hideLoadingSpinner; + +@end diff --git a/Intercom.xcframework/ios-arm64_x86_64-simulator/Intercom.framework/Headers/ICMMetric.h b/Intercom.xcframework/ios-arm64_x86_64-simulator/Intercom.framework/Headers/ICMMetric.h new file mode 100644 index 00000000..71edd4b9 --- /dev/null +++ b/Intercom.xcframework/ios-arm64_x86_64-simulator/Intercom.framework/Headers/ICMMetric.h @@ -0,0 +1,28 @@ +// +// ICMMetric.h +// Pods +// +// Created by James Treanor on 07/08/2015. +// +// + +#import +#import "ICMMetricEvent.h" +@class ICMOpsMetricEvent; + +@protocol ICMMetricProtocol +- (void)addEvent:(ICMMetricEvent *)event NS_SWIFT_NAME(addEvent(_:)); +@end + +@interface ICMMetric : NSObject + ++ (instancetype)sharedInstance; + +- (void)addEvent:(ICMMetricEvent *)event NS_SWIFT_NAME(addEvent(_:)); +- (void)addOpsEvent:(ICMOpsMetricEvent *)opsEvent; +- (NSSet *)events; +- (NSSet *)opsEvents; +- (void)clearAllEvents; +- (void)clearEvents:(NSSet *)events opsEvents:(NSSet *)opsEvents; + +@end diff --git a/Intercom.xcframework/ios-arm64_x86_64-simulator/Intercom.framework/Headers/ICMMetricEvent.h b/Intercom.xcframework/ios-arm64_x86_64-simulator/Intercom.framework/Headers/ICMMetricEvent.h new file mode 100644 index 00000000..a1543ee9 --- /dev/null +++ b/Intercom.xcframework/ios-arm64_x86_64-simulator/Intercom.framework/Headers/ICMMetricEvent.h @@ -0,0 +1,226 @@ +// +// ICMMetricEvent.h +// Pods +// +// Created by James Treanor on 15/03/2016. +// +// + +#import + +typedef NS_ENUM(NSUInteger, ICMMetricEventType) { + ICMMetricEventTypeMessenger = 0, + ICMMetricEventTypeEducate = 1, + ICMMetricEventTypeCarousel = 2, + ICMMetricEventTypeSearchBrowse = 3, + ICMMetricEventTypeSurvey = 4 +}; + +NS_ASSUME_NONNULL_BEGIN + +#pragma mark - Actions +static NSString *const ICMMetricEventActionOpened = @"opened"; +static NSString *const ICMMetricEventActionClosed = @"closed"; +static NSString *const ICMMetricEventActionReceived = @"received"; +static NSString *const ICMMetricEventActionDismissed = @"dismissed"; +static NSString *const ICMMetricEventActionViewed = @"viewed"; +static NSString *const ICMMetricEventActionSent = @"sent"; +static NSString *const ICMMetricEventActionTyped = @"typed"; +static NSString *const ICMMetricEventActionClicked = @"clicked"; +static NSString *const ICMMetricEventActionSearched = @"searched"; +static NSString *const ICMMetricEventActionCompleted = @"completed"; +static NSString *const ICMMetricEventActionStarted = @"started"; +static NSString *const ICMMetricEventActionFailed = @"failed"; +static NSString *const ICMMetricEventActionRequested = @"requested"; + +#pragma mark - Objects +static NSString *const ICMMetricEventObjectConversation = @"conversation"; +static NSString *const ICMMetricEventObjectNewConversation = @"new_conversation"; +static NSString *const ICMMetricEventObjectMessenger = @"messenger"; +static NSString *const ICMMetricEventObjectMessage = @"message"; +static NSString *const ICMMetricEventObjectReply = @"reply"; +static NSString *const ICMMetricEventObjectQuickReplies = @"quick_replies"; +static NSString *const ICMMetricEventObjectQuickReply = @"quick_reply"; +static NSString *const ICMMetricEventObjectReaction = @"reaction"; +static NSString *const ICMMetricEventObjectBadge = @"badge"; +static NSString *const ICMMetricEventObjectTeamProfile = @"team_profile"; +static NSString *const ICMMetricEventObjectTeammateProfile = @"teammate_profile"; +static NSString *const ICMMetricEventObjectArticle = @"article"; +static NSString *const ICMMetricEventObjectArticlePreload = @"article_preload"; +static NSString *const ICMMetricEventObjectHelpCenter = @"help_center"; +static NSString *const ICMMetricEventObjectGIFInput = @"gif_input"; +static NSString *const ICMMetricEventObjectTextInput = @"text_input"; +static NSString *const ICMMetricEventObjectImageInput = @"image_input"; +static NSString *const ICMMetricEventObjectExpandedImageInput = @"expanded_image_input"; +static NSString *const ICMMetricEventObjectExpandedGIFInput = @"expanded_gif_input"; +static NSString *const ICMMetricEventObjectMessengerSheet = @"messenger_sheet"; +static NSString *const ICMMetricEventObjectHomescreen = @"home_screen"; +static NSString *const ICMMetricEventObjectHelpCenterData = @"help_center_data"; +static NSString *const ICMMetricEventObjectArticleReaction = @"article_reaction"; +static NSString *const ICMMetricEventObjectSearchBrowse = @"search_browse_card"; +static NSString *const ICMMetricEventObjectSearchBrowseInput = @"search_browse_card_input"; +static NSString *const ICMMetricEventObjectSurvey = @"survey"; +static NSString *const ICMMetricEventObjectSurveyPreload = @"survey_preload"; +static NSString *const ICMMetricEventObjectStepLoad = @"step_load"; +static NSString *const ICMMetricEventObjectStepError = @"step_error"; + + +#pragma mark Carousel +static NSString *const ICMMetricEventObjectCarouselMessage = @"carousel_message"; +static NSString *const ICMMetricEventObjectCarouselMessagePreload = @"carousel_message_preload"; +static NSString *const ICMMetricEventObjectCarouselPermissionSkipped = @"carousel_permission_skipped"; +static NSString *const ICMMetricEventObjectCarouselPermissionDialog = @"carousel_permission_dialog"; +static NSString *const ICMMetricEventObjectCarouselPermissionSettings = @"carousel_permission_settings"; + + +#pragma mark - Place +static NSString *const ICMMetricEventPlaceMessenger = @"messenger"; +static NSString *const ICMMetricEventPlaceMessengerHomeApp = @"messenger_home_app"; +static NSString *const ICMMetricEventPlaceConversation = @"conversation"; +static NSString *const ICMMetricEventPlaceInApp = @"in_app"; +static NSString *const ICMMetricEventPlaceCarouselMessage = @"carousel_message"; +static NSString *const ICMMetricEventPlaceWebview = @"webview"; +static NSString *const ICMMetricEventPlaceHelpCenterCollectionList = @"collection_list"; +static NSString *const ICMMetricEventPlaceHelpCenterArticleList = @"article_list"; +static NSString *const ICMMetricEventPlaceHelpCenterSearchResults = @"search_results"; +static NSString *const ICMMetricEventPlaceHelpCenterArticle = @"article"; +static NSString *const ICMMetricEventPlaceAPI = @"api"; +static NSString *const ICMMetricEventPlaceLegacyArticleSearchApp = @"legacy_article_search_app"; +static NSString *const ICMMetricEventPlacePushNotification = @"push"; +static NSString *const ICMMetricEventPlaceHomeScreen = @"home-screen"; +static NSString *const ICMMetricEventPlaceSearchBrowse = @"search_browse"; +static NSString *const ICMMetricEventPlaceSurvey = @"survey"; + + +#pragma mark - Context +static NSString *const ICMMetricEventContextNoContext = @"no_context"; +static NSString *const ICMMetricEventContextFromDefaultLauncher = @"from_launcher"; +static NSString *const ICMMetricEventContextFromCustomLauncher = @"from_custom_launcher"; +static NSString *const ICMMetricEventContextFromCloseButton = @"from_close_button"; +static NSString *const ICMMetricEventContextFromBadge = @"from_badge"; +static NSString *const ICMMetricEventContextFromSnippet = @"from_snippet"; +static NSString *const ICMMetricEventContextFromFull = @"from_full"; +static NSString *const ICMMetricEventContextFromConversationList = @"from_conversation_list"; +static NSString *const ICMMetricEventContextInConversation = @"in_conversation"; +static NSString *const ICMMetricEventContextInNewConversation = @"in_new_conversation"; +static NSString *const ICMMetricEventContextFromConversation = @"from_conversation"; +static NSString *const ICMMetricEventContextFromNewConversation = @"from_new_conversation"; +static NSString *const ICMMetricEventContextFromClosedConversation = @"from_closed_conversation"; +static NSString *const ICMMetricEventContextInFollowUpConversation = @"in_followup_conversation"; +static NSString *const ICMMetricEventContextFromClicking = @"from_clicking"; +static NSString *const ICMMetricEventContextFromScrolling = @"from_scrolling"; +static NSString *const ICMMetricEventContextFromAuto = @"from_auto"; +static NSString *const ICMMetricEventContextFromPush = @"from_push"; +static NSString *const ICMMetricEventContextOnArticle = @"on_article"; +static NSString *const ICMMetricEventContextFromHelpCenterWebView = @"from_help_center_webview"; +static NSString *const ICMMetricEventContextFromArticleOnButton = @"from_article_on_button"; +static NSString *const ICMMetricEventContextHomescreen = @"home_screen"; +static NSString *const ICMMetricEventContextConversation = @"conversation"; +static NSString *const ICMMetricEventContextFromCarousel = @"from_carousel"; +static NSString *const ICMMetricEventContextFromRetry = @"from_retry"; +static NSString *const ICMMetricEventContextFromSwipe = @"from_swipe"; +static NSString *const ICMMetricEventContextFromCTA = @"from_cta"; +static NSString *const ICMMetricEventContextFromPermission = @"from_permission"; +static NSString *const ICMMetricEventContextFromPermissionSkipped = @"from_permission_skipped"; +static NSString *const ICMMetricEventContextReactionHappy = @"reaction_happy"; +static NSString *const ICMMetricEventContextReactionNeutral = @"reaction_neutral"; +static NSString *const ICMMetricEventContextReactionSad = @"reaction_sad"; +static NSString *const ICMMetricEventContextHumanStyle = @"style_human"; +static NSString *const ICMMetricEventContextBotStyle = @"style_bot"; +static NSString *const ICMMetricEventContextArticle = @"article"; +static NSString *const ICMMetricEventContextMessenger = @"messenger"; +static NSString *const ICMMetricEventContextProgrammatic = @"from_programmatic"; +static NSString *const ICMMetricEventContextAutomatic = @"from_automatic"; +static NSString *const ICMMetricEventContextFromExternalLink = @"from_onward_external_link"; +static NSString *const ICMMetricEventContextFromDeepLink = @"from_onward_deep_link"; + +#pragma mark Carousel Permissions +static NSString *const ICMMetricEventContextPushNotification = @"push_notifications_permission"; +static NSString *const ICMMetricEventContextLocation = @"location_permission"; +static NSString *const ICMMetricEventContextCamera = @"camera_permission"; +static NSString *const ICMMetricEventContextPhotoGallery = @"photos_permission"; +static NSString *const ICMMetricEventContextMicrophone = @"microphone_permission"; + +#pragma mark - Info Keys +static NSString *const kICMMetricEventInfoConversationId = @"conversation_id"; +static NSString *const kICMMetricEventInfoClosedConversationId = @"closed_conversation_id"; +static NSString *const kICMMetricEventInfoConversation = @"conversation"; +static NSString *const kICMMetricEventInfoPushInstanceId = @"instance_id"; +static NSString *const kICMMetricEventInfoConversationPart = @"conversation_part"; +static NSString *const kICMMetricEventInfoMessageText = @"message_text"; +static NSString *const kICMMetricEventInfoIsAttachment = @"is_attachment"; +static NSString *const kICMMetricEventInfoIsAnnotated = @"is_annotated"; +static NSString *const kICMMetricEventInfoIsSticker = @"is_sticker"; +static NSString *const kICMMetricEventInfoHasArticleCard = @"has_article_card"; +static NSString *const kICMMetricEventInfoLauncherState = @"state"; +static NSString *const kICMMetricEventInfoPushType = @"push_type"; +static NSString *const kICMMetricEventInfoMessageType = @"message_type"; +static NSString *const kICMMetricEventInfoBadgeValue = @"badge_value"; +static NSString *const kICMMetricEventInfoArticleId = @"article_id"; +static NSString *const kICMMetricEventInfoIsGIF = @"is_gif"; +static NSString *const kICMMetricEventInfoGIFSearchQuery = @"search_query"; +static NSString *const kICMMetricEventInfoTeamMateStatus = @"teammate_status"; +static NSString *const kICMMetricEventInfoTimeSinceLastActive = @"time_since_last_active"; +static NSString *const kICMMetricEventInfoWithinOfficeHours = @"within_office_hours"; +static NSString *const kICMMetricEventInfoURL = @"url"; +static NSString *const kICMMetricEventInfoQuickReplyId = @"quick_reply_id"; +static NSString *const kICMMetricEventInfoScreensInMessage = @"screens_in_message"; +static NSString *const kICMMetricEventInfoScreensShown = @"screens_shown"; +static NSString *const kICMMetricEventInfoScreensSeen = @"screens_seen"; +static NSString *const kICMMetricEventInfoPermissionGranted = @"permission_granted"; +static NSString *const kICMMetricEventInfoCarouselInstanceId = @"instance_id"; +static NSString *const kICMMetricEventInfoRequestedInstanceId = @"requested_instance_id"; +static NSString *const kICMMetricEventInfoRequestedContentId = @"requested_content_id"; +static NSString *const kICMMetricEventInfoSource = @"source"; +static NSString *const kICMMetricEventInfoErrorCode = @"error_code"; +static NSString *const kICMMetricEventInfoSuggestedArticlesShown = @"articles_shown"; +static NSString *const kICMMetricEventInfoSuggestedArticlesCount = @"articles_count"; +static NSString *const kICMMetricEventInfoConversationShown = @"conversation_shown"; +static NSString *const kICMMetricEventInfoFiltered = @"filtered"; +static NSString *const kICMMetricEventInfoHomeScreenIndex = @"home_screen_index"; +static NSString *const kICMMetricEventInfoSurveyId = @"survey_id"; +static NSString *const kICMMetricEventInfoStepsComplete = @"steps_complete"; +static NSString *const kICMMetricEventInfoQuestionsSeen = @"questions_seen"; +static NSString *const kICMMetricEventInfoFormat = @"format"; +static NSString *const kICMMetricEventInfoMaxSteps = @"max_steps"; + + +#pragma mark - Info Values +static NSString *const kICMMetricEventInfoLauncherStateEmpty = @"empty"; +static NSString *const kICMMetricEventInfoLauncherStateBadge = @"badge"; +static NSString *const kICMMetricEventInfoLauncherStateSnippet = @"snippet"; +static NSString *const kICMMetricEventInfoLauncherStateFull = @"full"; +static NSString *const kICMMetricEventInfoLauncherStateMultipleSnippets = @"multiple snippets"; +static NSString *const kICMMetricEventInfoPushTypeMessage = @"message"; +static NSString *const kICMMetricEventInfoPushTypeNotification = @"notification"; +static NSString *const kICMMetricEventInfoMessageTypeNote = @"note"; +static NSString *const kICMMetricEventInfoMessageTypePost = @"post"; +static NSString *const kICMMetricEventInfoMessageTypeChat = @"chat"; +static NSString *const kICMMetricEventInfoTeamMateActive = @"active"; +static NSString *const kICMMetricEventInfoTeamMateAway = @"away"; +static NSString *const kICMMetricEventInfoProgrammatic = @"programmatic"; +static NSString *const kICMMetricEventInfoAutomatic = @"automatic"; +static NSString *const kICMMetricEventInfoSmallFullScreen = @"small_full_screen"; +static NSString *const kICMMetricEventInfoLargeFullScreen = @"large_full_screen"; + + +@interface ICMMetricEvent : NSObject + ++ (instancetype)eventWithAction:(NSString *)action + object:(NSString *)object + place:(nullable NSString *)place + context:(nullable NSString *)context; + ++ (instancetype)eventWithAction:(NSString *)action + object:(NSString *)object + place:(nullable NSString *)place + context:(nullable NSString *)context + additionalInfo:(nullable NSDictionary *)info; + +- (NSDictionary *)eventDictionary; + +@property (nonatomic, assign) ICMMetricEventType eventType; + +@end + +NS_ASSUME_NONNULL_END diff --git a/Intercom.xcframework/ios-arm64_x86_64-simulator/Intercom.framework/Headers/ICMMultipleAvatarView.h b/Intercom.xcframework/ios-arm64_x86_64-simulator/Intercom.framework/Headers/ICMMultipleAvatarView.h new file mode 100644 index 00000000..2a39cf79 --- /dev/null +++ b/Intercom.xcframework/ios-arm64_x86_64-simulator/Intercom.framework/Headers/ICMMultipleAvatarView.h @@ -0,0 +1,15 @@ +#import + +@class ICMParticipant; + +@interface ICMMultipleAvatarView : UIView + +@property (nonatomic, strong) UIColor *avatarBorderColor; + +- (id)initWithWidth:(CGFloat)width; + +- (void)bindAdmins:(NSArray *)admins; + +- (void)cancelImageLoad; +- (void)keepUserPresenceViewBackgroundColor; +@end diff --git a/Intercom.xcframework/ios-arm64_x86_64-simulator/Intercom.framework/Headers/ICMNavigationBarCloseButton.h b/Intercom.xcframework/ios-arm64_x86_64-simulator/Intercom.framework/Headers/ICMNavigationBarCloseButton.h new file mode 100644 index 00000000..12506407 --- /dev/null +++ b/Intercom.xcframework/ios-arm64_x86_64-simulator/Intercom.framework/Headers/ICMNavigationBarCloseButton.h @@ -0,0 +1,25 @@ +// +// ICMCloseBarButtonItem.h +// IntercomSDK +// +// Created by Michael Isaakidis on 28/06/2018. +// Copyright © 2018 Intercom. All rights reserved. +// + +#import + +typedef NS_ENUM(NSInteger, ICMNavigationBarCloseButtonStyle) { + ICMNavigationBarCloseButtonStyleLight, + ICMNavigationBarCloseButtonStyleDark, + ICMNavigationBarCloseButtonStyleText +}; + +extern const CGFloat kICMContentHolderDismissButtonBackgroundAlpha; + +@interface ICMNavigationBarCloseButton : UIButton + +@property (nonatomic, assign) CGFloat backgroundViewAlpha; +@property (nonatomic) ICMNavigationBarCloseButtonStyle style; +- (instancetype)initWithFrame:(CGRect)frame style:(ICMNavigationBarCloseButtonStyle)style; + +@end diff --git a/Intercom.xcframework/ios-arm64_x86_64-simulator/Intercom.framework/Headers/ICMNavigationController.h b/Intercom.xcframework/ios-arm64_x86_64-simulator/Intercom.framework/Headers/ICMNavigationController.h new file mode 100644 index 00000000..73b3d04b --- /dev/null +++ b/Intercom.xcframework/ios-arm64_x86_64-simulator/Intercom.framework/Headers/ICMNavigationController.h @@ -0,0 +1,33 @@ +#import +#import + +typedef enum : NSUInteger { + Messenger, + HelpCenter, + ContentModal, + Sheet +} IntercomPresentationContext; + +@class ICMHostAppState; +@class ICMNavigationBarCloseButton; + +@protocol ICMCloseIntercomModalDelegate +- (void)closeIntercomModal; +@end + +@interface ICMNavigationController : UINavigationController + +- (instancetype)initWithHostAppState:(ICMHostAppState *)hostAppState + closeIntercomModalDelegate:(id)closeIntercomModalDelegate + presentationContext:(IntercomPresentationContext)presentationContext; + +- (void)setWallpaperHeight:(CGFloat)height; +- (void)displayCloseButton; +- (void)removeCloseButton; +- (void)addBackButton; +- (void)closeIntercomModal; + +@property (nonatomic, strong) ICMNavigationBarCloseButton *closeButton; +@property (nonatomic, assign) IntercomPresentationContext presentationContext; + +@end diff --git a/Intercom.xcframework/ios-arm64_x86_64-simulator/Intercom.framework/Headers/ICMParticipant.h b/Intercom.xcframework/ios-arm64_x86_64-simulator/Intercom.framework/Headers/ICMParticipant.h new file mode 100644 index 00000000..c1522543 --- /dev/null +++ b/Intercom.xcframework/ios-arm64_x86_64-simulator/Intercom.framework/Headers/ICMParticipant.h @@ -0,0 +1,21 @@ +#import +#import "ICMSafeNetworkModel.h" +#import "ICMAvatar.h" + +@interface ICMParticipant : ICMSafeNetworkModel + +@property (nonatomic, strong) ICMAvatar *avatar; +@property (nonatomic, copy) NSString *email; +@property (nonatomic, copy) NSString *participantId; +@property (nonatomic, copy) NSString *name; +@property (nonatomic, copy) NSString *firstName; +@property (nonatomic, copy) NSString *type; +@property (nonatomic, assign) BOOL isBot; + ++ (instancetype)instanceFromDictionary:(NSDictionary *)aDictionary; +- (BOOL)isEqualToParticipant:(ICMParticipant *)other; +- (NSString *)firstName; +- (BOOL)isAdmin; +- (NSAttributedString *)adminAppNameTitle:(NSDictionary *)styleAttributes; + +@end diff --git a/Intercom.xcframework/ios-arm64_x86_64-simulator/Intercom.framework/Headers/ICMParticipatingAdmin.h b/Intercom.xcframework/ios-arm64_x86_64-simulator/Intercom.framework/Headers/ICMParticipatingAdmin.h new file mode 100644 index 00000000..1f5986b9 --- /dev/null +++ b/Intercom.xcframework/ios-arm64_x86_64-simulator/Intercom.framework/Headers/ICMParticipatingAdmin.h @@ -0,0 +1,22 @@ +// +// ICMParticipatingAdmin.h +// Pods +// +// Created by James Treanor on 10/03/2016. +// +// + +#import "ICMParticipant.h" +@class ICMSocialAccount; + +@interface ICMParticipatingAdmin : ICMParticipant + +@property (nonatomic, copy) NSDate *lastActive; +@property (nonatomic, assign) BOOL isActive; +@property (nonatomic, copy) NSString *intro; +@property (nonatomic, copy) NSString *jobTitle; +@property (nonatomic, copy) NSString *locationString; +@property (nonatomic, copy) NSNumber *timezoneOffset; +@property (nonatomic, strong) NSArray *socialAccounts; + +@end diff --git a/Intercom.xcframework/ios-arm64_x86_64-simulator/Intercom.framework/Headers/ICMPhoneTextField.h b/Intercom.xcframework/ios-arm64_x86_64-simulator/Intercom.framework/Headers/ICMPhoneTextField.h new file mode 100644 index 00000000..18e62ae1 --- /dev/null +++ b/Intercom.xcframework/ios-arm64_x86_64-simulator/Intercom.framework/Headers/ICMPhoneTextField.h @@ -0,0 +1,17 @@ +// +// ICMPhoneTextField.h +// IntercomSDK +// +// Created by Dale Cantwell on 25/03/2019. +// Copyright © 2019 Intercom. All rights reserved. +// + +#import "ICMTextField.h" + +NS_ASSUME_NONNULL_BEGIN + +@interface ICMPhoneTextField : ICMTextField + +@end + +NS_ASSUME_NONNULL_END diff --git a/Intercom.xcframework/ios-arm64_x86_64-simulator/Intercom.framework/Headers/ICMPickerTextField.h b/Intercom.xcframework/ios-arm64_x86_64-simulator/Intercom.framework/Headers/ICMPickerTextField.h new file mode 100644 index 00000000..6bbdaba6 --- /dev/null +++ b/Intercom.xcframework/ios-arm64_x86_64-simulator/Intercom.framework/Headers/ICMPickerTextField.h @@ -0,0 +1,18 @@ +// +// ICMListTextField.h +// IntercomSDK +// +// Created by Dale Cantwell on 05/04/2019. +// Copyright © 2019 Intercom. All rights reserved. +// + +#import "ICMTextField.h" + +NS_ASSUME_NONNULL_BEGIN + +@interface ICMPickerTextField : ICMTextField +- (instancetype)initWithValue:(nullable id)value options:(NSArray *)options allowSubmission:(BOOL)allowSubmission delegate:(id)delegate; +- (void)configureForEditingStateBackgroundColor:(UIColor *)backgroundColor; +@end + +NS_ASSUME_NONNULL_END diff --git a/Intercom.xcframework/ios-arm64_x86_64-simulator/Intercom.framework/Headers/ICMPresentationManager.h b/Intercom.xcframework/ios-arm64_x86_64-simulator/Intercom.framework/Headers/ICMPresentationManager.h new file mode 100644 index 00000000..93feac5a --- /dev/null +++ b/Intercom.xcframework/ios-arm64_x86_64-simulator/Intercom.framework/Headers/ICMPresentationManager.h @@ -0,0 +1,55 @@ +// +// Created by Ignacio Delgado on 17/04/2014. +// Copyright (c) 2014 Intercom. All rights reserved. +// + +#import +#import + +NS_ASSUME_NONNULL_BEGIN + +@class ICMConversation; +@class ICMCarousel; +@class ICMMessengerSheetViewController; +@class Survey; + +@interface ICMPresentationManager : NSObject + +@property (nonatomic, assign) CGFloat inAppBottomPadding; +@property (nonatomic, assign) BOOL launcherVisible; +@property (nonatomic, assign) BOOL inAppMessagesVisible; +@property (nonatomic, assign) BOOL manualInAppBottomPaddingSet; + ++ (instancetype) sharedInstance; ++ (void)observeSceneWillEnterForeground; + +- (void)setUnreadConversations:(NSArray *)conversations completion:(void (^ __nullable)(void))completion; +- (void)presentCarousel:(ICMCarousel *)carousel; +- (void)presentSurvey:(Survey *)survey; +- (void)presentMessenger; +- (void)presentMessageComposerWithInitialMessage:(nullable NSString *)message; +- (void)presentHomescreen; +- (void)presentSheet:(ICMMessengerSheetViewController *)sheetVC; + +#pragma mark - Help Center Presentation +- (void)presentHelpCenter; +- (void)presentHelpCenterFromSearchBrowse; +- (void)presentHelpCenterCollections:(NSArray *)collectionIds; +- (void)presentHelpCenterCollection:(NSString *)collectionId; +- (void)presentArticle:(NSString *)articleId; + +- (void)showLauncherOrInAppsIfNeeded; +- (void)hideIntercomUI; +- (void)userChanged; + +- (void)presentConversation:(ICMConversation *)conversation; + +- (void)setNeedsHostAppStatusBarAppearanceUpdate; +- (BOOL)isMessengerPresented; +- (void)dismissAllIntercomViews; +- (void)sceneWillEnterForeground:(NSNotification *)notification; +- (BOOL)isContentCurrentlyPresented; + +@end + +NS_ASSUME_NONNULL_END diff --git a/Intercom.xcframework/ios-arm64_x86_64-simulator/Intercom.framework/Headers/ICMRecentConversationsViewController.h b/Intercom.xcframework/ios-arm64_x86_64-simulator/Intercom.framework/Headers/ICMRecentConversationsViewController.h new file mode 100644 index 00000000..80d29fce --- /dev/null +++ b/Intercom.xcframework/ios-arm64_x86_64-simulator/Intercom.framework/Headers/ICMRecentConversationsViewController.h @@ -0,0 +1,23 @@ +// +// ICMRecentConversationsViewController.h +// IntercomSDK-Dynamic +// +// Created by Brian Boyle on 11/09/2021. +// Copyright © 2021 Intercom. All rights reserved. +// + +#import + +NS_ASSUME_NONNULL_BEGIN + +@protocol ICMRecentConversationsViewControllerDelegate +- (void)reloadConversationHistoryCard; +- (void)navigateToViewController:(UIViewController *)viewController NS_SWIFT_NAME(navigate(toViewController:)); +@end + +@interface ICMRecentConversationsViewController : UIViewController +@property (nonatomic, weak) id delegate; +- (void)reloadTableView; +@end + +NS_ASSUME_NONNULL_END diff --git a/Intercom.xcframework/ios-arm64_x86_64-simulator/Intercom.framework/Headers/ICMRootViewController.h b/Intercom.xcframework/ios-arm64_x86_64-simulator/Intercom.framework/Headers/ICMRootViewController.h new file mode 100644 index 00000000..e4353dcc --- /dev/null +++ b/Intercom.xcframework/ios-arm64_x86_64-simulator/Intercom.framework/Headers/ICMRootViewController.h @@ -0,0 +1,70 @@ +#import +#import +@class ICMBaseViewController; +#import "ICMInAppsViewController.h" +#import "ICMWindowProvider.h" +#import "ICMNavigationController.h" + +NS_ASSUME_NONNULL_BEGIN + +@class ICMHostAppState; +@class ICMCarousel; +@class ICMMessengerSheetViewController; +@class Survey; + +@protocol ICMRootViewControllerDelegate +- (void)hideIntercomWindow; +- (void)setWindowIsFullScreen:(BOOL)fullscreen; +- (BOOL)shouldShowInApps; +- (BOOL)shouldShowLauncher; +@end + +static NSString *const kICMRootViewControllerDidDismissPresentedController = @"IntercomRootViewControllerDidDismissPresentedController"; + +@interface ICMRootViewController : UIViewController + +@property(nonatomic, weak, nullable) id delegate; +@property (nonatomic) BOOL contentModalPresented; + +// This gives a snapshot of the state of the host app when Intercom was presented +// Useful for rotation, status bar styles etc. +@property (nonatomic, strong) ICMHostAppState *hostAppState; + +- (instancetype)initWithWindowScene:(UIWindowScene *)windowScene; +- (void)tearDown; +- (void)presentCarousel:(ICMCarousel *)carousel; +- (void)presentSurvey:(Survey *)survey; +- (void)presentMessenger; +- (void)presentMessageComposerWithInitialMessage:(NSString *)message; +- (void)presentHomescreen; +- (void)presentConversation:(ICMConversation *)conversation; +- (void)dismissAllIntercomViews; +- (void)presentSheet:(ICMMessengerSheetViewController *)sheetVC; + +#pragma mark - Help Center Presentation + +- (void)presentHelpCenter; +- (void)presentHelpCenterFromSearchBrowse; +- (void)presentHelpCenterCollections:(NSArray *)collectionIds; +- (void)presentHelpCenterCollection:(NSString *)collectionId; +- (void)presentArticle:(NSString *)articleId; +- (BOOL)isHelpCenterPresented; + +- (void)updateUnreadConversations:(NSArray *)conversations completion:(void (^ __nullable)(void))completion; + +- (void)tearDownInApps; +- (void)updateLauncherVisibility; + +- (BOOL)isShowingMessenger; + +- (BOOL)shouldHandleTouchOnView:(UIView *)view; + +- (void)updateHostAppState; + +- (void)addLauncherOpenedMetricForObject:(NSString *)metricObject isCustomLauncher:(BOOL)isCustomLauncher; + +- (void) bottomPaddingUpdated; + +@end + +NS_ASSUME_NONNULL_END diff --git a/Intercom.xcframework/ios-arm64_x86_64-simulator/Intercom.framework/Headers/ICMSafeNetworkModel.h b/Intercom.xcframework/ios-arm64_x86_64-simulator/Intercom.framework/Headers/ICMSafeNetworkModel.h new file mode 100644 index 00000000..eeaa4e01 --- /dev/null +++ b/Intercom.xcframework/ios-arm64_x86_64-simulator/Intercom.framework/Headers/ICMSafeNetworkModel.h @@ -0,0 +1,13 @@ +// +// ICMSafeNetworkModel.h +// Pods +// +// Created by James Treanor on 23/02/2015. +// +// + +#import + +@interface ICMSafeNetworkModel : NSObject + +@end diff --git a/Intercom.xcframework/ios-arm64_x86_64-simulator/Intercom.framework/Headers/ICMStartConversationButton.h b/Intercom.xcframework/ios-arm64_x86_64-simulator/Intercom.framework/Headers/ICMStartConversationButton.h new file mode 100644 index 00000000..d7a8f064 --- /dev/null +++ b/Intercom.xcframework/ios-arm64_x86_64-simulator/Intercom.framework/Headers/ICMStartConversationButton.h @@ -0,0 +1,20 @@ +// +// ICMStartConversationButton.h +// IntercomSDK +// +// Created by Michael Isaakidis on 29/05/2018. +// Copyright © 2018 Intercom. All rights reserved. +// + +typedef NS_ENUM(NSUInteger, ICMStartConversationButtonStyle) { + ICMStartConversationButtonStyleFilled, + ICMStartConversationButtonStyleBordered, +}; + +static const CGFloat kStartConversationButtonHeight = 40.f; + +@interface ICMStartConversationButton : UIButton + +- (void)configureWithStyle:(ICMStartConversationButtonStyle)style; + +@end diff --git a/Intercom.xcframework/ios-arm64_x86_64-simulator/Intercom.framework/Headers/ICMSurveyQuestionBlockAppearance.h b/Intercom.xcframework/ios-arm64_x86_64-simulator/Intercom.framework/Headers/ICMSurveyQuestionBlockAppearance.h new file mode 100644 index 00000000..f6aca02c --- /dev/null +++ b/Intercom.xcframework/ios-arm64_x86_64-simulator/Intercom.framework/Headers/ICMSurveyQuestionBlockAppearance.h @@ -0,0 +1,19 @@ +// +// ICMSurveyQuestionBlockAppearance.h +// IntercomSDK-Dynamic +// +// Created by Michael McNamara on 22/10/2021. +// Copyright © 2021 Intercom. All rights reserved. +// + +#import + +NS_ASSUME_NONNULL_BEGIN + +@interface ICMSurveyQuestionBlockAppearance : ICMAdminBlockAppearance + +- (instancetype)initWithRequiredIndicatorColor:(UIColor *)color; + +@end + +NS_ASSUME_NONNULL_END diff --git a/Intercom.xcframework/ios-arm64_x86_64-simulator/Intercom.framework/Headers/ICMSurveyStepBlockAppearance.h b/Intercom.xcframework/ios-arm64_x86_64-simulator/Intercom.framework/Headers/ICMSurveyStepBlockAppearance.h new file mode 100644 index 00000000..80dce8c0 --- /dev/null +++ b/Intercom.xcframework/ios-arm64_x86_64-simulator/Intercom.framework/Headers/ICMSurveyStepBlockAppearance.h @@ -0,0 +1,19 @@ +// +// ICMSurveyStepBlockAppearance.h +// IntercomSDK-Dynamic +// +// Created by Michael McNamara on 05/10/2021. +// Copyright © 2021 Intercom. All rights reserved. +// + +#import + +NS_ASSUME_NONNULL_BEGIN + +@interface ICMSurveyStepBlockAppearance : ICMAdminBlockAppearance + +- (instancetype)initForBackgroundColor:(nullable UIColor *)backgroundColor; + +@end + +NS_ASSUME_NONNULL_END diff --git a/Intercom.xcframework/ios-arm64_x86_64-simulator/Intercom.framework/Headers/ICMTeamPresence.h b/Intercom.xcframework/ios-arm64_x86_64-simulator/Intercom.framework/Headers/ICMTeamPresence.h new file mode 100644 index 00000000..996ba66c --- /dev/null +++ b/Intercom.xcframework/ios-arm64_x86_64-simulator/Intercom.framework/Headers/ICMTeamPresence.h @@ -0,0 +1,31 @@ +// +// ICMTeamPresence.h +// +// +// Created by Adam McCarthy on 19/01/2016. +// Copyright (c) 2016 Intercom. All rights reserved. +// + +#import +#import "ICMSafeNetworkModel.h" + +@class ICMParticipant; + +static NSString *const kICMTeamPresenceUpdated = @"ICMTeamPresenceUpdated"; + +@interface ICMTeamPresence : ICMSafeNetworkModel + +@property (nonatomic, copy) NSArray *activeAdmins; +@property (nonatomic, strong) NSDate *lastActive; +@property (nonatomic, copy) NSString *officeHours; +@property (nonatomic, copy) NSString *responseDelayFull; +@property (nonatomic, copy) NSString *responseDelayDescription; +@property (nonatomic, copy) NSString *responseDelayTimePeriod; + ++ (void)updateSharedInstanceWithDictionary:(NSDictionary *)aDictionary; + +- (void)setAttributesFromDictionary:(NSDictionary *)aDictionary; + ++ (instancetype)sharedInstance; + +@end diff --git a/Intercom.xcframework/ios-arm64_x86_64-simulator/Intercom.framework/Headers/ICMTeammatePresenceView.h b/Intercom.xcframework/ios-arm64_x86_64-simulator/Intercom.framework/Headers/ICMTeammatePresenceView.h new file mode 100644 index 00000000..6530529a --- /dev/null +++ b/Intercom.xcframework/ios-arm64_x86_64-simulator/Intercom.framework/Headers/ICMTeammatePresenceView.h @@ -0,0 +1,17 @@ +// +// Created by Karim Frenn on 08/03/2017. +// Copyright (c) 2017 Intercom. All rights reserved. +// + +#import +#import + +@interface ICMTeammatePresenceView : UIView + +@property (nonatomic, assign, getter=isActive) BOOL active; +@property (nonatomic, copy) UIColor *borderColor; + +- (instancetype)initWithDiameter:(CGFloat)diameter; +- (void)setActive:(BOOL)active; + +@end diff --git a/Intercom.xcframework/ios-arm64_x86_64-simulator/Intercom.framework/Headers/ICMTextField.h b/Intercom.xcframework/ios-arm64_x86_64-simulator/Intercom.framework/Headers/ICMTextField.h new file mode 100644 index 00000000..06d14d1a --- /dev/null +++ b/Intercom.xcframework/ios-arm64_x86_64-simulator/Intercom.framework/Headers/ICMTextField.h @@ -0,0 +1,36 @@ +// +// ICMTextField.h +// IntercomSDK +// +// Created by Brian Boyle on 28/02/2019. +// Copyright © 2019 Intercom. All rights reserved. +// + +#import +#import +@protocol ICMValidatorProtocol; +@class ICMSubmitButton; + +NS_ASSUME_NONNULL_BEGIN + +static const NSUInteger kDefaultCursorInset = 10; + +@interface ICMTextField : UITextField +@property (nonatomic) BOOL isRequired; +@property (nonatomic) NSInteger characterLimit; +@property (nonatomic, assign) NSUInteger cursorInset; +@property (nonatomic, strong) ICMSubmitButton *submitButton; +@property (nonatomic, readonly) BOOL allowSubmission; +@property (nonatomic, weak) id inputViewDelegate; + +- (instancetype)initWithValue:(nullable id)value + allowSubmission:(BOOL)allowSubmission + delegate:(nullable id)delegate; +- (BOOL)isUserInputValid:(NSError * __autoreleasing *)error; +- (BOOL)notRequiredAndEmpty; +- (void)configureDefaults; +- (NSArray> *)validators; + +@end + +NS_ASSUME_NONNULL_END diff --git a/Intercom.xcframework/ios-arm64_x86_64-simulator/Intercom.framework/Headers/ICMTimestampCalculator.h b/Intercom.xcframework/ios-arm64_x86_64-simulator/Intercom.framework/Headers/ICMTimestampCalculator.h new file mode 100644 index 00000000..ce32dfcb --- /dev/null +++ b/Intercom.xcframework/ios-arm64_x86_64-simulator/Intercom.framework/Headers/ICMTimestampCalculator.h @@ -0,0 +1,39 @@ +#import + +@class ICMConversationPart; + +typedef NS_ENUM(NSUInteger, ICMTimestampCalculatorRecentTimeMessage) { + ICMTimestampCalculatorRecentTimeMessageJustNow, + ICMTimestampCalculatorRecentTimeMessageDelivered +}; + +typedef NS_ENUM(NSUInteger, ICMTimestampCalculatorTimeAgoFormat) { + ICMTimestampCalculatorTimeAgoFormatShort, + ICMTimestampCalculatorTimeAgoFormatLong +}; + +@interface ICMTimestampCalculator : NSObject + ++ (instancetype)sharedInstance; + +- (NSString *)timestampTextForDate:(NSDate *)date format:(enum ICMTimestampCalculatorTimeAgoFormat)format recentTimeMessage:(enum ICMTimestampCalculatorRecentTimeMessage)recentTimeMessage; + +- (NSString *)textForLastActiveDate:(NSDate *)date; + +- (NSString *)lastActiveMinutesAgo:(NSDate *)date; + +- (NSTimeInterval)secondsUntilTimestampExpiresForDate:(NSDate *)date; + +- (BOOL)part:(ICMConversationPart *)firstPart isFromDifferentDayAsPart:(ICMConversationPart *)secondPart; + +- (NSString *)appendSeenStateToTimestampText:(NSString *)timestampText forPart:(ICMConversationPart *)part; + +- (NSString *)dayTextForPart:(ICMConversationPart *)part; + +- (NSString *)absoluteTimeTextForPart:(ICMConversationPart *)part; + +- (NSString *)timestampTextForUpdatedDate:(NSDate *)date; + +- (NSString *)timestampTextForDate:(NSDate *)date timeZone:(NSTimeZone *)timeZone; + +@end diff --git a/Intercom.xcframework/ios-arm64_x86_64-simulator/Intercom.framework/Headers/ICMTranslationKeys.h b/Intercom.xcframework/ios-arm64_x86_64-simulator/Intercom.framework/Headers/ICMTranslationKeys.h new file mode 100644 index 00000000..ada396f7 --- /dev/null +++ b/Intercom.xcframework/ios-arm64_x86_64-simulator/Intercom.framework/Headers/ICMTranslationKeys.h @@ -0,0 +1,184 @@ +// +// ICMTranslationKeys.h +// IntercomSDK +// +// Created by Ignacio Delgado on 21/08/2014. +// Copyright (c) 2014 Intercom. All rights reserved. +// + +#ifndef IntercomSDK_ICMTranslationKeys_h +#define IntercomSDK_ICMTranslationKeys_h + +#pragma mark - Strings +static NSString *const kICMTKNavBarTitleConversations = @"conversations_with_app_two_lines"; +static NSString *const kICMTKNavBarTitleConversationsNoAppName = @"conversations"; +static NSString *const kICMTKActionSheetMessageFailDelivery = @"failed_delivery"; +static NSString *const kICMTKActionSheetCancel = @"cancel"; +static NSString *const kICMTKActionSheetDelete = @"delete"; +static NSString *const kICMTKMessageStateSending = @"message_state_sending"; +static NSString *const kICMTKFacebookLikeUs = @"facebook_like"; +static NSString *const kICMTKTwitterFollowUs = @"twitter_follow"; +static NSString *const kICMTKSendUsAMessage = @"send_us_a_message"; +static NSString *const kICMTKNavBarTitleNewConversation = @"new_conversation"; +static NSString *const kICMTKConversationHasEnded = @"conversation_has_ended"; +static NSString *const kICMTKErrorLoadingConversation = @"error_loading_conversation"; +static NSString *const kICMTKErrorNoConversationsTitle = @"no_conversations"; +static NSString *const kICMTKErrorNoConversationsMessage = @"empty_conversations"; +static NSString *const kICMTKErrorNoConversationsMessageNoAppName = @"error_no_conversations_message_no_app_name"; +static NSString *const kICMTKErrorTitle = @"inbox_error_state_title"; +static NSString *const kICMTKErrorLoadingConversationsFallback = @"failed_to_load_conversation_with_admin"; +static NSString *const kICMTKErrorLoadingConversationsFallbackNoAppName = @"failed_to_load_conversation"; +static NSString *const kICMTKErrorStartingConversationFallback = @"start_conversation_error"; +static NSString *const kICMTKErrorTapToRetry = @"retry"; +static NSString *const kICMTKMessageViewPlaceholderWriteAReply = @"reply_to_conversation"; +static NSString *const kICMTKMessageViewPlaceholderStartAConversation = @"start_conversation"; +static NSString *const kICMTKMessageViewSend = @"send"; +static NSString *const kICMTKWeRunOnIntercom = @"we_run_on_intercom"; +static NSString *const kICMTKTimeDifferenceJustNow = @"time_just_now"; +static NSString *const kICMTKAlertNewSDKUserTitle = @"congratulations"; +static NSString *const kICMTKAlertNewSDKUserMessage = @"alert_new_sdk_user_message"; +static NSString *const kICMTKThankYou = @"thank_you"; +static NSString *const kICMTKLastActiveLast15Minutes = @"active_15m_ago"; +static NSString *const kICMTKLastActiveLastXMinutes = @"active_minute_ago"; +static NSString *const kICMTKLastActiveOver1WeekAgo = @"active_week_ago"; +static NSString *const kICMTKAdminActive = @"active_state"; +static NSString *const kICMTKAdminAway = @"away_state"; +static NSString *const kICMTKBack = @"navigation_back"; +static NSString *const kICMTKClose = @"close"; +static NSString *const kICMTKTryAgain = @"try_again"; +static NSString *const kICMTKTimeLocationFormat = @"profile_location"; +static NSString *const kICMTKDelivered = @"delivered"; +static NSString *const kICMTKMessageSeen = @"message_seen"; +static NSString *const kICMTKMessageNotSeen = @"message_unseen"; +static NSString *const kICMTKInboxYou = @"you"; +static NSString *const kICMTKCameraRoll = @"camera_roll"; +static NSString *const kICMTKPlustMore = @"plus_x_more"; +static NSString *const kICMTKNameAnd1Other = @"name_and_1_other"; +static NSString *const kICMTKNameAndXOthers = @"name_and_x_others"; +static NSString *const kICMTKAlsoInThisConversation = @"also_in_this_conversation"; +static NSString *const kICMTKRateYourConversation = @"rate_your_conversation"; +static NSString *const kICMTKTellUsMore = @"tell_us_more"; +static NSString *const kICMTKYouRatedTheConversation = @"you_rated_the_conversation"; +static NSString *const kICMTKThanksForLettingUsKnow = @"thanks_for_letting_us_know"; +static NSString *const kICMTKOkay = @"ok_description"; +static NSString *const kICMTKCouldntLoadContent = @"couldnt_load_content"; +static NSString *const kICMTKGiveItAnotherTry = @"give_it_another_try"; +static NSString *const kICMTKReload = @"reload"; +static NSString *const lICMCouldntCompleteAction = @"couldnt_complete_action"; +static NSString *const kICMYourConversations = @"your_conversations"; +static NSString *const kICMStartAConversation = @"start_a_conversation"; +static NSString *const kICMStartAnotherConversation = @"start_another_conversation"; +static NSString *const kICMSeePastConversations = @"see_past_conversations"; +static NSString *const kICMSeeAll = @"see_all"; +static NSString *const kICMTKAskAQuestion = @"ask_a_question"; +static NSString *const kICMTKHowCanWeHelp = @"how_can_we_help"; +static NSString *const kICMTKTellUsWhatYouNeed = @"tell_us_what_you_need"; +static NSString *const kICMSeeAllYourConversations = @"see_all_conversations"; + + +#pragma mark - Formats +static NSString *const kICMTKParticipantFromAppFormat = @"teammate_from_company"; +static NSString *const kICMTKReplyFromParticipantFormat = @"reply_from_admin"; +static NSString *const kICMTKTimeDifferenceFormatWeeksAgo = @"time_week_ago"; +static NSString *const kICMTKTimeDifferenceFormatDaysAgo = @"time_day_ago"; +static NSString *const kICMTKTimeDifferenceFormatHoursAgo = @"time_hour_ago"; +static NSString *const kICMTKTimeDifferenceFormatMinutesAgo = @"time_minute_ago"; +static NSString *const kICMTKLastActiveFormatHoursAgo = @"active_hour_ago"; +static NSString *const kICMTKLastActiveFormatDaysAgo = @"active_day_ago"; + +static NSString *const kICMTKArticleQuestion = @"article_question"; +static NSString *const kICMTKArticleReaction = @"article_response"; +static NSString *const kICMTKAskedAbout = @"asked_about"; +static NSString *const kICMTKErrorLoadingArticle = @"article_load_error"; + +static NSString *const kICMTKHelpCenter = @"help_center"; +static NSString *const kICMTTeamCanHelp = @"the_team_can_help_if_needed"; +static NSString *const kICMTKBotExpectation = @"bot_expectation_text"; +static NSString *const kICMTKLoading = @"loading"; +static NSString *const kICMTKSearchHelpArticles = @"search_help_articles"; +static NSString *const kICMTKArticleSearchHint = @"article_search_hint_text"; +static NSString *const kICMTKSearchBrowseEmptyState = @"search_browse_empty_state_text"; +static NSString *const kICMTKGetHelp = @"get_help"; +static NSString *const kICMTKGrinningFaceBigEyesEmoji = @"grinning_face_with_big_eyes_emoji"; +static NSString *const kICMTKNeutralFaceEmoji = @"neutral_face_emoji"; +static NSString *const kICMTKDisappointedFaceEmoji = @"disappointed_face_emoji"; +static NSString *const kICMTKBrowseAllHelpTopics = @"browse_all_help_topics"; +static NSString *const kICMTKSearchForHelp = @"search_for_help"; + +#pragma mark - Photos +static NSString *const kICMTKNoPhotos = @"no_photos"; +static NSString *const kICMTKNoPhotosOnDevice = @"no_photos_on_device"; +static NSString *const kICMTKAccessPhotos = @"access_photos"; +static NSString *const kICMTKPermissionSettings = @"access_device_settings"; +static NSString *const kICMTKEnablePermissions = @"go_to_settings"; + +#pragma mark - GIFs +static NSString *const kICMTKSearchGIFs = @"search_gif"; +static NSString *const kICMTKNoGIFsFoundTitle = @"no_gifs_found"; +static NSString *const kICMTKNoGIFsFoundMessage = @"no_gifs_matching_query"; +static NSString *const kICMTKImageAttribution = @"gif_attribution"; +static NSString *const kICMTKGIFErrorTitle = @"gifs_load_error"; +static NSString *const kICMTKGIFErrorDescription = @"try_again_minute"; + +#pragma mark - Attribute Collector Picker submit +static NSString *const kICMAttributeColelctorSubmitButton = @"submit"; + +#pragma mark - Input placeholders +static NSString *const kICMTKListPlaceholder = @"choose_one"; +static NSString *const kICMTKDatePlaceholder = @"choose_the_date"; + +#pragma mark - Input Validation +static NSString *const kICMTKInvalidEmail = @"that_email_address_doesnt_look_quite_right"; +static NSString *const kICMTKInvalidNumber = @"that_number_doesnt_look_quite_right"; +static NSString *const kICMTKInvalidString = @"string_is_incorrect"; +static NSString *const kICMTKSomethingWentWrongTryAgain = @"something_went_wrong_try_again"; + +static NSString *const kICMTKInvalidCountryCode = @"that_country_code_doesnt_look_quite_right"; +static NSString *const kICMTKInvalidNumberTooManyDigits = @"that_number_has_too_many_digits"; +static NSString *const kICMTKInvalidNumberMissingDigits = @"that_number_is_missing_a_few_digits"; +static NSString *const kICMTKInvalidMissingPrefix = @"that_number_needs_a_prefix"; + +#pragma mark - Attribute Collector +static NSString *const kICMTKYes = @"attribute_collector_positive"; +static NSString *const kICMTKNo = @"attribute_collector_negative"; + +#pragma mark - In Apps Quick Replies +static NSString *const kICMTKReply = @"reply"; + +#pragma mark - Carousels/Articles On Buttons +static NSString *const kICMTKPageNotFound = @"page_not_found"; + + +#pragma mark - Homescreen +static NSString *const kICMTKContinueConversation = @"continue_the_conversation"; +static NSString *const kICMTKNothingToSeeHereYet = @"nothing_to_see_here_yet"; +static NSString *const kICMTKNoMessagesFromTeam = @"no_messages_from_the_team"; +static NSString *const kSuggestedArticles = @"suggested_articles"; + +#pragma mark - Surveys +static NSString *const kICMTKNext = @"surveys_next_button"; +static NSString *const kICMTKDone = @"surveys_done_button"; +static NSString *const kICMTKMultiSelectOtherOptionPleaseSpecify = @"surveys_multiselect_other_option"; +static NSString *const kICMTKMultiSelectPleaseSpecifyOther = @"surveys_multiselect_other_option_input_label"; +static NSString *const kICMTKStartTypingPlaceholder = @"surveys_multiselect_other_option_input_placeholder"; +static NSString *const kICMTKOther = @"surveys_multiselect_other_option_value"; +static NSString *const kICMTKSurveysTextInputQuestionPlaceholder = @"surveys_text_input_question_placeholder"; +static NSString *const kICMTKSurveysRequiredResponse = @"surveys_required_response"; +static NSString *const kICMTKSurveysResponseTooLong = @"surveys_response_too_long"; +static NSString *const kICMTKSurveysResponseTooShort = @"surveys_response_too_short"; +static NSString *const kICMTKSurveysMultiSelectTooManyResponses = @"surveys_multi_select_too_many_responses"; +static NSString *const kICMTKSurveysMultiSelectTooFewResponses = @"surveys_multi_select_too_few_responses"; +static NSString *const kICMTKSurveysDismissConfirmation = @"dismiss_survey_confirmation"; +static NSString *const kICMTKSurveysContinue = @"surveys_continue"; +static NSString *const kICMTKSurveysDismiss = @"surveys_dismiss"; + +// Accessibility +static NSString *const kICMTKSurveysFromTeammate = @"surveys_from_teammate"; +static NSString *const kICMTKSurveysFromCompany = @"surveys_from_company"; +static NSString *const kICMTKSurveysQuestions = @"surveys_questions"; +static NSString *const kICMTKSurveysRequiredQuestion = @"surveys_required_question"; +static NSString *const kICMTKSurveysQuestioniOfn = @"surveys_question_question_number_of_question_count"; +static NSString *const kICMTKStarRatingQuestionOneStar = @"surveys_one_star_rating"; +static NSString *const kICMTKStarRatingQuestionManyStars = @"surveys_multi_star_rating"; + +#endif diff --git a/Intercom.xcframework/ios-arm64_x86_64-simulator/Intercom.framework/Headers/ICMTranslationManager.h b/Intercom.xcframework/ios-arm64_x86_64-simulator/Intercom.framework/Headers/ICMTranslationManager.h new file mode 100644 index 00000000..4e48db14 --- /dev/null +++ b/Intercom.xcframework/ios-arm64_x86_64-simulator/Intercom.framework/Headers/ICMTranslationManager.h @@ -0,0 +1,16 @@ +// +// Created by Ignacio Delgado on 22/08/2014. +// Copyright (c) 2014 Intercom. All rights reserved. +// + +#import +#import + +@interface ICMTranslationManager : NSObject + ++ (NSLocale *)translationLocale; ++ (NSString *)translationForKey:(NSString *)key; ++ (NSString *)translationForKey:(NSString *)key params:(NSDictionary *)params; ++ (NSArray *)supportedLocales; + +@end diff --git a/Intercom.xcframework/ios-arm64_x86_64-simulator/Intercom.framework/Headers/ICMUnreadManager.h b/Intercom.xcframework/ios-arm64_x86_64-simulator/Intercom.framework/Headers/ICMUnreadManager.h new file mode 100644 index 00000000..d54cd01a --- /dev/null +++ b/Intercom.xcframework/ios-arm64_x86_64-simulator/Intercom.framework/Headers/ICMUnreadManager.h @@ -0,0 +1,23 @@ +// +// ICMUnreadManager.h +// IntercomSDK +// +// Created by Gavin Rooney on 31/07/2014. +// Copyright (c) 2014 Intercom. All rights reserved. +// + +#import + +NS_ASSUME_NONNULL_BEGIN + +static NSString *const kICMConversationMarkedAsReadNotification = @"ICMConversationMarkedAsReadNotification"; + +@interface ICMUnreadManager : NSObject + +@property (nonatomic, strong) NSOrderedSet *unreadConversationIds; + +- (void)conversationIdRead:(NSString *)conversationId; + +@end + +NS_ASSUME_NONNULL_END diff --git a/Intercom.xcframework/ios-arm64_x86_64-simulator/Intercom.framework/Headers/ICMUtils.h b/Intercom.xcframework/ios-arm64_x86_64-simulator/Intercom.framework/Headers/ICMUtils.h new file mode 100644 index 00000000..f6a59b1d --- /dev/null +++ b/Intercom.xcframework/ios-arm64_x86_64-simulator/Intercom.framework/Headers/ICMUtils.h @@ -0,0 +1,115 @@ +// +// ICMUtils.h +// IntercomSDK +// +// Created by Gavin Rooney on 24/04/2014. +// Copyright (c) 2014 Intercom. All rights reserved. +// + +#import +#import + +@class ICMConversationPart; + +#ifdef DEBUG +# define InterLog(fmt, ...) NSLog((@"[Intercom] " fmt), ##__VA_ARGS__); +# define InterLogDebug(fmt, ...) ([ICMUtils debugLoggingEnabled] ? NSLog((@"[Intercom] " fmt), ##__VA_ARGS__) : YES); +# define InterLogPrivate(fmt, ...) NSLog((@"[Intercom] %s [Line %d] " fmt), __PRETTY_FUNCTION__, __LINE__, ##__VA_ARGS__); +#else +# define InterLog(fmt, ...) NSLog((@"[Intercom] " fmt), ##__VA_ARGS__); +# define InterLogDebug(fmt, ...) ([ICMUtils debugLoggingEnabled] ? NSLog((@"[Intercom] " fmt), ##__VA_ARGS__) : YES); +# define InterLogPrivate(...) +#endif + +#define run_or_dispatch_main(block) if ([NSThread isMainThread]) { block(); } else { dispatch_async(dispatch_get_main_queue(), block); } + +#define WEAK_TYPE(x) __weak __typeof(x) +#define STRONG_TYPE(x) __strong __typeof(x) + +UIKIT_EXTERN NSString *const IntercomSDKErrorDomain; + +//------------------------------------------------------------------------------------------------------------------------------ +// result: X-INTERCOM-AGENT: intercom-ios-sdk/x.x.x +#define ICMSDKHeaderValue @"intercom-ios-sdk" +#define ICMSDKDefaultHeader @"X-INTERCOM-AGENT" +#define ICMSDKWrapperHeader @"X-INTERCOM-AGENT-WRAPPER" +#define ICMSDKCordovaHeaderValue @"intercom-sdk-cordova" +#define ICMSDKReactNativeHeaderValue @"intercom-sdk-react-native" + +static const NSInteger kICMConversationAvatarWidth = 28; + +static NSString *const kIntercomSDKVersionIdentifier = @"intercom-sdk-version"; +static NSString *const kIntercomSDKComposerPersistedString = @"intercom-sdk-composer-persisted-string"; +static NSString *const kIntercomSDKComposerPersistedNewKey = @"NewConversation"; // when we want to persist the string in the message composer but don't have a conversationId (i.e. user composes new message) + +static NSString *const kIntercomSDKInboxUpdated = @"intercom-sdk-inbox-updated"; +static NSString *const kICMIntercomDeepLinkNotification = @"kICMIntercomDeepLinkNotification"; +static NSString *const kICMIntercomDidTypeInComposer = @"kICMIntercomDidTypeInComposer"; +static NSString *const kICMIntercomDidChangeComposerInput = @"kICMIntercomDidChangeComposerInput"; +static NSString *const kICMIntercomHelpCenterArticleViewed = @"kICMIntercomHelpCenterArticleViewed"; + +typedef NS_ENUM(NSUInteger, ICMFontWeight){ + ICMFontWeightRegular = 0, + ICMFontWeightBold = 1, + ICMFontWeightMedium = 2, + ICMFontWeightLight = 3, + ICMFontWeightThin = 4, + ICMFontWeightSemibold = 5 +}; + +typedef NS_ENUM(NSInteger, ICMUserIdentityType) { + ICMUserIdentityEmail, + ICMUserIdentityUserId, + ICMUserIdentityIntercomId +}; + +@interface ICMUtils : NSObject + ++ (NSString *)intercomAgent; + ++ (NSString *)intercomVersion; + ++ (NSString *)appVersion; + ++ (NSString *)applicationName; + ++ (NSString *)bundleIdentifier; + ++ (NSString *)minimumOSVersion; + ++ (BOOL)debugLoggingEnabled; + ++ (void)setDebugLoggingEnabled:(BOOL)loggingEnabled; + ++ (void)checkIntegration; + ++ (BOOL)photoUsageDescriptionPresent; + ++ (BOOL)autoIntegratePushNotifications; + ++ (NSBundle *)intercomBundle; ++ (NSBundle *)translationsBundle; + ++ (NSBundle *)loadIntercomAssetsBundle; + ++ (NSString *)intercomDocumentsDirectory; + ++ (NSString *)intercomCachesDirectory; + ++ (UIFont *)fontOfSize:(CGFloat)fontSize weight:(ICMFontWeight)weight; + ++ (NSArray *)jsonArrayFromLocalFile:(NSString *)path error:(NSError * __autoreleasing *)error; + ++ (BOOL)sceneManifestPresent; + ++ (BOOL)shouldShowPhotoUsagePListError; + ++ (NSString *)extractArticleIdFromSheetParams:(NSDictionary *)params; + ++ (BOOL)contentSizeCategoryIsAccessibilityCategory; + ++ (void)enableRTLSupportForContainerClass:(Class )containerClass; + ++ (CGFloat)scaleToAccessibilitySizing:(CGFloat)pointSize; + +@end diff --git a/Intercom.xcframework/ios-arm64_x86_64-simulator/Intercom.framework/Headers/ICMValidator.h b/Intercom.xcframework/ios-arm64_x86_64-simulator/Intercom.framework/Headers/ICMValidator.h new file mode 100644 index 00000000..1c8f7597 --- /dev/null +++ b/Intercom.xcframework/ios-arm64_x86_64-simulator/Intercom.framework/Headers/ICMValidator.h @@ -0,0 +1,22 @@ +// +// ICMValidator.h +// IntercomSDK +// +// Created by Brian Boyle on 05/03/2019. +// Copyright © 2019 Intercom. All rights reserved. +// + +#import +@protocol ICMValidatorProtocol; + +NS_ASSUME_NONNULL_BEGIN + +@interface ICMValidator : NSObject + ++ (BOOL)validateText:(nullable NSString *)text validators:(NSArray> *)validators error:(NSError * __autoreleasing *)error; ++ (BOOL)validateArray:(nullable NSArray *)array validators:(NSArray> *)validators error:(NSError * __autoreleasing *)error; ++ (BOOL)validateNumber:(nullable NSNumber *)number validators:(NSArray> *)validators error:(NSError * __autoreleasing *)error; + +@end + +NS_ASSUME_NONNULL_END diff --git a/Intercom.xcframework/ios-arm64_x86_64-simulator/Intercom.framework/Headers/ICMValidatorProtocol.h b/Intercom.xcframework/ios-arm64_x86_64-simulator/Intercom.framework/Headers/ICMValidatorProtocol.h new file mode 100644 index 00000000..520a572a --- /dev/null +++ b/Intercom.xcframework/ios-arm64_x86_64-simulator/Intercom.framework/Headers/ICMValidatorProtocol.h @@ -0,0 +1,21 @@ +// +// ICMValidatorProtocol.h +// IntercomSDK +// +// Created by Brian Boyle on 04/03/2019. +// Copyright © 2019 Intercom. All rights reserved. +// + +#import + +NS_ASSUME_NONNULL_BEGIN + +@protocol ICMValidatorProtocol + +- (BOOL)validateText:(nullable NSString *)text error:(NSError * __autoreleasing *)error; +- (BOOL)validateArray:(nullable NSArray *)array error:(NSError * __autoreleasing *)error; +- (BOOL)validateNumber:(nullable NSNumber *)number error:(NSError * __autoreleasing *)error; + +@end + +NS_ASSUME_NONNULL_END diff --git a/Intercom.xcframework/ios-arm64_x86_64-simulator/Intercom.framework/Headers/ICMWindow.h b/Intercom.xcframework/ios-arm64_x86_64-simulator/Intercom.framework/Headers/ICMWindow.h new file mode 100644 index 00000000..118b608c --- /dev/null +++ b/Intercom.xcframework/ios-arm64_x86_64-simulator/Intercom.framework/Headers/ICMWindow.h @@ -0,0 +1,11 @@ +#import +#import "ICMRootViewController.h" + +@interface ICMWindow : UIWindow + +- (void)tearDown; + +@property (nonatomic, assign) BOOL fullscreen; +@property (nonatomic, strong) ICMRootViewController *rootViewController; + +@end diff --git a/Intercom.xcframework/ios-arm64_x86_64-simulator/Intercom.framework/Headers/ICMWindowProvider.h b/Intercom.xcframework/ios-arm64_x86_64-simulator/Intercom.framework/Headers/ICMWindowProvider.h new file mode 100644 index 00000000..2f1f1871 --- /dev/null +++ b/Intercom.xcframework/ios-arm64_x86_64-simulator/Intercom.framework/Headers/ICMWindowProvider.h @@ -0,0 +1,10 @@ +#import +#import + +@protocol ICMWindowProvider + +- (UIWindow *)hostAppWindow; + +- (UIWindow *)intercomWindow; + +@end diff --git a/Intercom.xcframework/ios-arm64_x86_64-simulator/Intercom.framework/Headers/ITBBlock.h b/Intercom.xcframework/ios-arm64_x86_64-simulator/Intercom.framework/Headers/ITBBlock.h new file mode 100644 index 00000000..32ee09f6 --- /dev/null +++ b/Intercom.xcframework/ios-arm64_x86_64-simulator/Intercom.framework/Headers/ITBBlock.h @@ -0,0 +1,117 @@ +// +// ITBBaseBlock.h +// Pods +// +// Created by James Treanor on 19/11/2015. +// +// + +#import +#import "ITBBlockAppearance.h" + +NS_ASSUME_NONNULL_BEGIN + +typedef NS_ENUM(NSInteger, ITBBlockDisplayMode){ + ITBBlockDisplayModeInline = 0, + ITBBlockDisplayModeSingle = 1 +}; + +typedef NS_ENUM(NSInteger, ITBBlockType){ + ITBBlockTypeUnknown = -1, + ITBBlockTypeParagraph = 0, + ITBBlockTypeHeading = 1, + ITBBlockTypeSubheading = 2, + ITBBlockTypeUnorderedList = 3, + ITBBlockTypeOrderedList = 4, + ITBBlockTypeImage = 5, + ITBBlockTypeButton = 6, + ITBBlockTypeTwitter = 7, + ITBBlockTypeFacebook = 8, + ITBBlockTypeCode = 9, + ITBBlockTypeVideo = 10, + ITBBlockTypeAttachmentList = 11, + ITBBlockTypeLink = 12, + ITBBlockTypeNotificationCard = 13, + ITBBlockTypeAttachment = 14, + ITBBlockTypeConversationRating = 15, + ITBBlockTypeTyping = 16, + ITBBlockTypeLinkList = 17, + ITBBlockTypeMessengerCardFallback = 18, + ITBBlockTypeVideoFile = 19, + ITBBlockTypeImageText = 20, + ITBBlockTypeTagList = 21 +}; + +static NSString *const kITBBlockType = @"type"; +static NSString *const kITBHeadingBlockType = @"heading"; +static NSString *const kITBParagraphBlockType = @"paragraph"; +static NSString *const kITBSubheadingBlockType = @"subheading"; +static NSString *const kITBUnorderedListBlockType = @"unorderedList"; +static NSString *const kITBOrderedListBlockType = @"orderedList"; +static NSString *const kITBImageBlockType = @"image"; +static NSString *const kITBButtonBlockType = @"button"; +static NSString *const kITBTwitterBlockType = @"twitterFollowButton"; +static NSString *const kITBFacebookBlockType = @"facebookLikeButton"; +static NSString *const kITBCodeBlockType = @"code"; +static NSString *const kITBVideoBlockType = @"video"; +static NSString *const kITBAttachmentListBlockType = @"attachmentList"; +static NSString *const kITBTypingBlockType = @"internal_typing"; +static NSString *const kITBAttachmentBlockType = @"internal_attachment"; +static NSString *const kITBLinkBlockType = @"link"; +static NSString *const kITBNotificationCardBlockType = @"notificationChannelsCard"; +static NSString *const kITBLinkListType = @"linkList"; +static NSString *const kITBMessengerCardType = @"messengerCard"; +static NSString *const kITBVideoFileType = @"videoFile"; + +static NSString *const kITBVideoViewInvalidateVideoBoundsNotification = @"kITBVideoViewInvalidateVideoBoundsNotification"; + +@protocol ITBBlockViewProtocol; + +@interface ITBBlock : NSObject + +#pragma mark - Network + +@property (nonatomic, copy, nonnull) NSString *text; +@property (nonatomic, copy, nonnull) NSString *align; + +- (instancetype)init __attribute__((unavailable("init is not the designated initializer"))); ++ (instancetype)new __attribute__((unavailable("new is not the designated initializer"))); + +/** + This is the designated initializer for blocks. + + Note: nil will be returned if the dictionary does not have all valid keys or appearance is nil + **/ +- (instancetype)initWithDictionary:(NSDictionary *)aDictionary appearance:(id)appearance NS_DESIGNATED_INITIALIZER; + +/** + Preload any nessesary content for use. + */ +- (void)prepare:(void (^)(void))completion; + +- (void)updateAppearance:(id )appearance; + +#pragma mark - UI + +@property (nonatomic, assign) CGSize estimatedSize; +@property (nonatomic, assign) ITBBlockDisplayMode displayMode; //defaults to ITBBlockDisplayModeInline +@property (nonatomic) BOOL isRequired; + +- (ITBBlockType)type; + +- (Class)viewClass; + +// This is used in for view reuse. It can safely be nil +- (NSString *)blockUniqueIdentifier; + +// Returns the plain text contents of a block where available. +- (nullable NSString *)plainTextRepresentation; + +#pragma mark - Block Validation + ++ (BOOL)validateBlockDictionary:(NSDictionary *)dictionary; ++ (BOOL)isNonEmptyString:(NSString *)string; + +@end + +NS_ASSUME_NONNULL_END diff --git a/Intercom.xcframework/ios-arm64_x86_64-simulator/Intercom.framework/Headers/ITBBlockAppearance.h b/Intercom.xcframework/ios-arm64_x86_64-simulator/Intercom.framework/Headers/ITBBlockAppearance.h new file mode 100644 index 00000000..7cb96cac --- /dev/null +++ b/Intercom.xcframework/ios-arm64_x86_64-simulator/Intercom.framework/Headers/ITBBlockAppearance.h @@ -0,0 +1,86 @@ +// +// ITBBlockAppearance.h +// Pods +// +// Created by James Treanor on 13/12/2015. +// +// + +#import +#import +#import "ITBLoadingView.h" + +@protocol ITBBlockAppearance + +#pragma mark - Colors + +@property (nonatomic, strong) UIColor *linkTextColor; +@property (nonatomic, strong) UIColor *textColor; +@property (nonatomic, strong) UIColor *headingTextColor; +@property (nonatomic, strong) UIColor *subHeadingTextColor; +@property (nonatomic, strong) UIColor *buttonBackgroundColor; +@property (nonatomic, strong) UIColor *buttonTextColor; +@property (nonatomic, strong) UIColor *codeBackgroundColor; +@property (nonatomic, strong) UIColor *codeTextColor; +@property (nonatomic, strong) UIColor *typingDotColor; +@property (nonatomic, strong) UIColor *separatorColor; +@property (nonatomic, strong) UIColor *appPrimaryColor; +@property (nonatomic, strong) UIColor *requiredIndicatorColor; + +#pragma mark - Fonts + +@property (nonatomic, strong) UIFont *paragraphFont; +@property (nonatomic, strong) UIFont *codeFont; +@property (nonatomic, strong) UIFont *headingFont; +@property (nonatomic, strong) UIFont *subheadingFont; +@property (nonatomic, strong) UIFont *buttonFont; + +#pragma mark - Sizing + +@property (nonatomic, assign) UIEdgeInsets textInsets; +@property (nonatomic, assign) UIEdgeInsets codeInsets; +@property (nonatomic, assign) UIEdgeInsets linkInsets; + +#pragma mark - Images +@property (nonatomic, assign) ITBLoadingViewColorType loadingViewColorType; +@property (nonatomic, assign) CGFloat inlineImagePadding; +@property (nonatomic, assign) CGFloat singleImagePadding; + +@property (nonatomic, assign) CGFloat inlineImageCornerRadius; +@property (nonatomic, assign) CGFloat singleImageCornerRadius; + +#pragma mark - Strings + +@property (nonatomic, strong) NSString *twitterFollowString; +@property (nonatomic, strong) NSString *facebookFollowString; + +#pragma mark - Text + +@property (nonatomic, assign) BOOL isTextSelectable; + +@optional +@property (nonatomic, assign) CGFloat avatarRadius; + + +#pragma mark - Link List +@property (nonatomic, strong) UIImage *linkFooterImage; +@property (nonatomic, assign) CGSize linkFooterImageSize; +@property (nonatomic, assign) UIEdgeInsets linkFooterInsets; +@property (nonatomic, assign) CGFloat maxLinkHeight; +@property (nonatomic, assign) CGFloat defaultLinkHeight; + +- (UIImage *)linkAuthorInitialsImageForName:(NSString *)name diameter:(CGFloat)diameter; +- (NSAttributedString *)linkUpdatedAtAttributedStringForDate:(NSDate *)date; +- (NSAttributedString *)linkWrittenByAttributedStringForName:(NSString *)name; + + +#pragma mark - Loading Indicator +@property (nonatomic, strong) UIColor *activityIndicatorColor; +@property (nonatomic, strong) UIImage *activityIndicatorImage; + + +#pragma mark - Messenger App Cards +@property (nonatomic, assign) UIEdgeInsets messengerCardInsets; +@property (nonatomic, assign) BOOL showMessengerAppBorder; + +@end diff --git a/Intercom.xcframework/ios-arm64_x86_64-simulator/Intercom.framework/Headers/ITBImageLoader.h b/Intercom.xcframework/ios-arm64_x86_64-simulator/Intercom.framework/Headers/ITBImageLoader.h new file mode 100644 index 00000000..abb83d52 --- /dev/null +++ b/Intercom.xcframework/ios-arm64_x86_64-simulator/Intercom.framework/Headers/ITBImageLoader.h @@ -0,0 +1,23 @@ +// +// ITBImageLoader.h +// Pods +// +// Created by Brian Boyle on 30/03/2017. +// +// + +#import + +@interface ITBImageLoader : NSObject + ++ (instancetype)defaultLoader; ++ (instancetype)longTermLoader; ++ (void)clearCache; + +- (NSUUID *)loadImageWithURLString:(NSString *)urlString completion:(void (^)(id image))completion; +- (id)cachedImageForURL:(NSURL *)url; +- (id)cachedImageForKey:(NSString *)cacheKey; +- (void)cacheImage:(UIImage *)image ForKey:(NSString *)key; +- (UIImage *)imageForKey:(NSString *)key withGenerationBlock:(UIImage *(^)(void))block; + +@end diff --git a/Intercom.xcframework/ios-arm64_x86_64-simulator/Intercom.framework/Headers/ITBLoadingView.h b/Intercom.xcframework/ios-arm64_x86_64-simulator/Intercom.framework/Headers/ITBLoadingView.h new file mode 100644 index 00000000..ab533df5 --- /dev/null +++ b/Intercom.xcframework/ios-arm64_x86_64-simulator/Intercom.framework/Headers/ITBLoadingView.h @@ -0,0 +1,26 @@ +// +// ITBLoadingView.h +// IntercomBlocks +// +// Created by Brian Boyle on 23/04/2020. +// + +#import + +NS_ASSUME_NONNULL_BEGIN + +typedef enum : NSUInteger { + ITBLoadingViewDarkColor, + ITBLoadingViewLightColor, +} ITBLoadingViewColorType; + +@interface ITBLoadingView : UIView +@property (nonatomic, assign, setter=isLoading:) BOOL loading; + +- (void)setShimmerSpeedForImageWidth:(CGFloat)imageWidth; +- (void)handleLoadingFailure; +- (void)setLoadingViewColorType:(ITBLoadingViewColorType)colorType; +- (void)cleanup; +@end + +NS_ASSUME_NONNULL_END diff --git a/Intercom.xcframework/ios-arm64_x86_64-simulator/Intercom.framework/Headers/Intercom-Swift.h b/Intercom.xcframework/ios-arm64_x86_64-simulator/Intercom.framework/Headers/Intercom-Swift.h new file mode 100644 index 00000000..c93c0b46 --- /dev/null +++ b/Intercom.xcframework/ios-arm64_x86_64-simulator/Intercom.framework/Headers/Intercom-Swift.h @@ -0,0 +1,1222 @@ +#if 0 +#elif defined(__arm64__) && __arm64__ +// Generated by Apple Swift version 5.6 (swiftlang-5.6.0.323.62 clang-1316.0.20.8) +#ifndef INTERCOM_SWIFT_H +#define INTERCOM_SWIFT_H +#pragma clang diagnostic push +#pragma clang diagnostic ignored "-Wgcc-compat" + +#if !defined(__has_include) +# define __has_include(x) 0 +#endif +#if !defined(__has_attribute) +# define __has_attribute(x) 0 +#endif +#if !defined(__has_feature) +# define __has_feature(x) 0 +#endif +#if !defined(__has_warning) +# define __has_warning(x) 0 +#endif + +#if __has_include() +# include +#endif + +#pragma clang diagnostic ignored "-Wauto-import" +#include +#include +#include +#include + +#if !defined(SWIFT_TYPEDEFS) +# define SWIFT_TYPEDEFS 1 +# if __has_include() +# include +# elif !defined(__cplusplus) +typedef uint_least16_t char16_t; +typedef uint_least32_t char32_t; +# endif +typedef float swift_float2 __attribute__((__ext_vector_type__(2))); +typedef float swift_float3 __attribute__((__ext_vector_type__(3))); +typedef float swift_float4 __attribute__((__ext_vector_type__(4))); +typedef double swift_double2 __attribute__((__ext_vector_type__(2))); +typedef double swift_double3 __attribute__((__ext_vector_type__(3))); +typedef double swift_double4 __attribute__((__ext_vector_type__(4))); +typedef int swift_int2 __attribute__((__ext_vector_type__(2))); +typedef int swift_int3 __attribute__((__ext_vector_type__(3))); +typedef int swift_int4 __attribute__((__ext_vector_type__(4))); +typedef unsigned int swift_uint2 __attribute__((__ext_vector_type__(2))); +typedef unsigned int swift_uint3 __attribute__((__ext_vector_type__(3))); +typedef unsigned int swift_uint4 __attribute__((__ext_vector_type__(4))); +#endif + +#if !defined(SWIFT_PASTE) +# define SWIFT_PASTE_HELPER(x, y) x##y +# define SWIFT_PASTE(x, y) SWIFT_PASTE_HELPER(x, y) +#endif +#if !defined(SWIFT_METATYPE) +# define SWIFT_METATYPE(X) Class +#endif +#if !defined(SWIFT_CLASS_PROPERTY) +# if __has_feature(objc_class_property) +# define SWIFT_CLASS_PROPERTY(...) __VA_ARGS__ +# else +# define SWIFT_CLASS_PROPERTY(...) +# endif +#endif + +#if __has_attribute(objc_runtime_name) +# define SWIFT_RUNTIME_NAME(X) __attribute__((objc_runtime_name(X))) +#else +# define SWIFT_RUNTIME_NAME(X) +#endif +#if __has_attribute(swift_name) +# define SWIFT_COMPILE_NAME(X) __attribute__((swift_name(X))) +#else +# define SWIFT_COMPILE_NAME(X) +#endif +#if __has_attribute(objc_method_family) +# define SWIFT_METHOD_FAMILY(X) __attribute__((objc_method_family(X))) +#else +# define SWIFT_METHOD_FAMILY(X) +#endif +#if __has_attribute(noescape) +# define SWIFT_NOESCAPE __attribute__((noescape)) +#else +# define SWIFT_NOESCAPE +#endif +#if __has_attribute(ns_consumed) +# define SWIFT_RELEASES_ARGUMENT __attribute__((ns_consumed)) +#else +# define SWIFT_RELEASES_ARGUMENT +#endif +#if __has_attribute(warn_unused_result) +# define SWIFT_WARN_UNUSED_RESULT __attribute__((warn_unused_result)) +#else +# define SWIFT_WARN_UNUSED_RESULT +#endif +#if __has_attribute(noreturn) +# define SWIFT_NORETURN __attribute__((noreturn)) +#else +# define SWIFT_NORETURN +#endif +#if !defined(SWIFT_CLASS_EXTRA) +# define SWIFT_CLASS_EXTRA +#endif +#if !defined(SWIFT_PROTOCOL_EXTRA) +# define SWIFT_PROTOCOL_EXTRA +#endif +#if !defined(SWIFT_ENUM_EXTRA) +# define SWIFT_ENUM_EXTRA +#endif +#if !defined(SWIFT_CLASS) +# if __has_attribute(objc_subclassing_restricted) +# define SWIFT_CLASS(SWIFT_NAME) SWIFT_RUNTIME_NAME(SWIFT_NAME) __attribute__((objc_subclassing_restricted)) SWIFT_CLASS_EXTRA +# define SWIFT_CLASS_NAMED(SWIFT_NAME) __attribute__((objc_subclassing_restricted)) SWIFT_COMPILE_NAME(SWIFT_NAME) SWIFT_CLASS_EXTRA +# else +# define SWIFT_CLASS(SWIFT_NAME) SWIFT_RUNTIME_NAME(SWIFT_NAME) SWIFT_CLASS_EXTRA +# define SWIFT_CLASS_NAMED(SWIFT_NAME) SWIFT_COMPILE_NAME(SWIFT_NAME) SWIFT_CLASS_EXTRA +# endif +#endif +#if !defined(SWIFT_RESILIENT_CLASS) +# if __has_attribute(objc_class_stub) +# define SWIFT_RESILIENT_CLASS(SWIFT_NAME) SWIFT_CLASS(SWIFT_NAME) __attribute__((objc_class_stub)) +# define SWIFT_RESILIENT_CLASS_NAMED(SWIFT_NAME) __attribute__((objc_class_stub)) SWIFT_CLASS_NAMED(SWIFT_NAME) +# else +# define SWIFT_RESILIENT_CLASS(SWIFT_NAME) SWIFT_CLASS(SWIFT_NAME) +# define SWIFT_RESILIENT_CLASS_NAMED(SWIFT_NAME) SWIFT_CLASS_NAMED(SWIFT_NAME) +# endif +#endif + +#if !defined(SWIFT_PROTOCOL) +# define SWIFT_PROTOCOL(SWIFT_NAME) SWIFT_RUNTIME_NAME(SWIFT_NAME) SWIFT_PROTOCOL_EXTRA +# define SWIFT_PROTOCOL_NAMED(SWIFT_NAME) SWIFT_COMPILE_NAME(SWIFT_NAME) SWIFT_PROTOCOL_EXTRA +#endif + +#if !defined(SWIFT_EXTENSION) +# define SWIFT_EXTENSION(M) SWIFT_PASTE(M##_Swift_, __LINE__) +#endif + +#if !defined(OBJC_DESIGNATED_INITIALIZER) +# if __has_attribute(objc_designated_initializer) +# define OBJC_DESIGNATED_INITIALIZER __attribute__((objc_designated_initializer)) +# else +# define OBJC_DESIGNATED_INITIALIZER +# endif +#endif +#if !defined(SWIFT_ENUM_ATTR) +# if defined(__has_attribute) && __has_attribute(enum_extensibility) +# define SWIFT_ENUM_ATTR(_extensibility) __attribute__((enum_extensibility(_extensibility))) +# else +# define SWIFT_ENUM_ATTR(_extensibility) +# endif +#endif +#if !defined(SWIFT_ENUM) +# define SWIFT_ENUM(_type, _name, _extensibility) enum _name : _type _name; enum SWIFT_ENUM_ATTR(_extensibility) SWIFT_ENUM_EXTRA _name : _type +# if __has_feature(generalized_swift_name) +# define SWIFT_ENUM_NAMED(_type, _name, SWIFT_NAME, _extensibility) enum _name : _type _name SWIFT_COMPILE_NAME(SWIFT_NAME); enum SWIFT_COMPILE_NAME(SWIFT_NAME) SWIFT_ENUM_ATTR(_extensibility) SWIFT_ENUM_EXTRA _name : _type +# else +# define SWIFT_ENUM_NAMED(_type, _name, SWIFT_NAME, _extensibility) SWIFT_ENUM(_type, _name, _extensibility) +# endif +#endif +#if !defined(SWIFT_UNAVAILABLE) +# define SWIFT_UNAVAILABLE __attribute__((unavailable)) +#endif +#if !defined(SWIFT_UNAVAILABLE_MSG) +# define SWIFT_UNAVAILABLE_MSG(msg) __attribute__((unavailable(msg))) +#endif +#if !defined(SWIFT_AVAILABILITY) +# define SWIFT_AVAILABILITY(plat, ...) __attribute__((availability(plat, __VA_ARGS__))) +#endif +#if !defined(SWIFT_WEAK_IMPORT) +# define SWIFT_WEAK_IMPORT __attribute__((weak_import)) +#endif +#if !defined(SWIFT_DEPRECATED) +# define SWIFT_DEPRECATED __attribute__((deprecated)) +#endif +#if !defined(SWIFT_DEPRECATED_MSG) +# define SWIFT_DEPRECATED_MSG(...) __attribute__((deprecated(__VA_ARGS__))) +#endif +#if __has_feature(attribute_diagnose_if_objc) +# define SWIFT_DEPRECATED_OBJC(Msg) __attribute__((diagnose_if(1, Msg, "warning"))) +#else +# define SWIFT_DEPRECATED_OBJC(Msg) SWIFT_DEPRECATED_MSG(Msg) +#endif +#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 + +#import + +#pragma clang diagnostic ignored "-Wproperty-attribute-mismatch" +#pragma clang diagnostic ignored "-Wduplicate-method-arg" +#if __has_warning("-Wpragma-clang-attribute") +# pragma clang diagnostic ignored "-Wpragma-clang-attribute" +#endif +#pragma clang diagnostic ignored "-Wunknown-pragmas" +#pragma clang diagnostic ignored "-Wnullability" + +#if __has_attribute(external_source_symbol) +# pragma push_macro("any") +# undef any +# pragma clang attribute push(__attribute__((external_source_symbol(language="Swift", defined_in="Intercom",generated_declaration))), apply_to=any(function,enum,objc_interface,objc_category,objc_protocol)) +# pragma pop_macro("any") +#endif + +@class NSString; + +SWIFT_CLASS("_TtC8Intercom15ArticleMetaData") +@interface ArticleMetaData : NSObject +SWIFT_CLASS_PROPERTY(@property (nonatomic, class, readonly, copy) NSString * _Nonnull searchBrowseSource;) ++ (NSString * _Nonnull)searchBrowseSource SWIFT_WARN_UNUSED_RESULT; +@property (nonatomic, copy) NSString * _Nullable articleId; +@property (nonatomic, copy) NSString * _Nullable articleSource; +- (nonnull instancetype)initWithId:(NSString * _Nullable)id source:(NSString * _Nullable)source OBJC_DESIGNATED_INITIALIZER; +- (nonnull instancetype)init SWIFT_UNAVAILABLE; ++ (nonnull instancetype)new SWIFT_UNAVAILABLE_MSG("-init is unavailable"); +@end + +@class NSCoder; + +SWIFT_CLASS("_TtC8Intercom22AvailableTeammatesView") +@interface AvailableTeammatesView : UIStackView +- (nonnull instancetype)init SWIFT_UNAVAILABLE; ++ (nonnull instancetype)new SWIFT_UNAVAILABLE_MSG("-init is unavailable"); +- (nonnull instancetype)initWithCoder:(NSCoder * _Nonnull)coder SWIFT_UNAVAILABLE; +- (nonnull instancetype)initWithFrame:(CGRect)frame SWIFT_UNAVAILABLE; +@end + +@protocol ConversationCardInfoProtocol; +@protocol ConversationCardDelegate; +@class UITraitCollection; + +SWIFT_CLASS("_TtC8Intercom16ConversationCard") +@interface ConversationCard : UIView +SWIFT_CLASS_PROPERTY(@property (nonatomic, class, readonly) NSInteger maxRecentConversationsCount;) ++ (NSInteger)maxRecentConversationsCount SWIFT_WARN_UNUSED_RESULT; +SWIFT_CLASS_PROPERTY(@property (nonatomic, class, readonly) CGFloat viewPadding;) ++ (CGFloat)viewPadding SWIFT_WARN_UNUSED_RESULT; +- (nullable instancetype)initWithCoder:(NSCoder * _Nonnull)coder SWIFT_UNAVAILABLE; +- (nonnull instancetype)initWithCardInfo:(id _Nonnull)cardInfo delegate:(id _Nonnull)delegate OBJC_DESIGNATED_INITIALIZER; +- (CGFloat)heightForCardWithWidth:(CGFloat)width SWIFT_WARN_UNUSED_RESULT; +- (void)traitCollectionDidChange:(UITraitCollection * _Nullable)previousTraitCollection; +- (nonnull instancetype)initWithFrame:(CGRect)frame SWIFT_UNAVAILABLE; +@end + + +SWIFT_PROTOCOL("_TtP8Intercom31SeeAllConversationsViewDelegate_") +@protocol SeeAllConversationsViewDelegate +- (void)viewPreviousConversations; +@end + + +@interface ConversationCard (SWIFT_EXTENSION(Intercom)) +- (void)viewPreviousConversations; +@end + +@class UIViewController; + +SWIFT_PROTOCOL("_TtP8Intercom24ConversationCardDelegate_") +@protocol ConversationCardDelegate +- (void)startNewConversation; +- (void)viewPreviousConversations; +- (void)reloadConversationHistoryCard; +- (void)navigateToViewController:(UIViewController * _Nonnull)viewController; +@end + + +SWIFT_PROTOCOL("_TtP8Intercom28ConversationCardInfoProtocol_") +@protocol ConversationCardInfoProtocol +@property (nonatomic, readonly) BOOL prominantStyling; +@property (nonatomic, readonly) BOOL accessToTeammateEnabled; +@property (nonatomic, readonly) BOOL hasRecentConversations; +@property (nonatomic, readonly) BOOL hasOtherConversations; +@property (nonatomic, readonly) BOOL startConversationCardDisplayed; +@end + +@protocol ICMConfigProtocol; +@protocol ICMDataManagerProtocol; + +SWIFT_CLASS("_TtC8Intercom20ConversationCardInfo") +@interface ConversationCardInfo : NSObject +@property (nonatomic, readonly) BOOL prominantStyling; +@property (nonatomic) BOOL startConversationCardDisplayed; +@property (nonatomic, readonly) BOOL accessToTeammateEnabled; +@property (nonatomic, readonly) BOOL hasRecentConversations; +@property (nonatomic, readonly) BOOL hasOtherConversations; +- (nonnull instancetype)initWithProminantStyling:(BOOL)prominantStyling config:(id _Nonnull)config dataManager:(id _Nonnull)dataManager OBJC_DESIGNATED_INITIALIZER; +- (nonnull instancetype)init SWIFT_UNAVAILABLE; ++ (nonnull instancetype)new SWIFT_UNAVAILABLE_MSG("-init is unavailable"); +@end + + +@class ICMRecentConversationsViewController; + +SWIFT_CLASS("_TtC8Intercom23ConversationHistoryCard") +@interface ConversationHistoryCard : ConversationCard +@property (nonatomic, strong) ICMRecentConversationsViewController * _Nonnull recentConversationsVC; +- (void)reloadConversationHistoryCard; +- (void)navigateToViewController:(UIViewController * _Nonnull)viewController; +- (nonnull instancetype)initWithCardInfo:(id _Nonnull)cardInfo delegate:(id _Nonnull)delegate OBJC_DESIGNATED_INITIALIZER; +@end + + +SWIFT_CLASS("_TtC8Intercom11EmojiButton") +@interface EmojiButton : UIButton +- (nullable instancetype)initWithCoder:(NSCoder * _Nonnull)coder SWIFT_UNAVAILABLE; +- (nonnull instancetype)initWithFrame:(CGRect)frame SWIFT_UNAVAILABLE; +@end + + +SWIFT_CLASS("_TtC8Intercom16EmojiImageButton") +@interface EmojiImageButton : UIButton +- (nullable instancetype)initWithCoder:(NSCoder * _Nonnull)coder SWIFT_UNAVAILABLE; +- (nonnull instancetype)initWithFrame:(CGRect)frame SWIFT_UNAVAILABLE; +@end + + +SWIFT_CLASS("_TtC8Intercom26HelpCenterArticle_Internal") +@interface HelpCenterArticle_Internal : NSObject +@property (nonatomic, copy) NSString * _Nonnull id; +@property (nonatomic, copy) NSString * _Nonnull title; +- (nullable instancetype)initWithDictionary:(NSDictionary * _Nonnull)dictionary OBJC_DESIGNATED_INITIALIZER; +- (nonnull instancetype)initWithId:(NSString * _Nonnull)id title:(NSString * _Nonnull)title OBJC_DESIGNATED_INITIALIZER; +@property (nonatomic, readonly, copy) NSString * _Nonnull description; +- (BOOL)isEqual:(id _Nullable)object SWIFT_WARN_UNUSED_RESULT; +- (nonnull instancetype)init SWIFT_UNAVAILABLE; ++ (nonnull instancetype)new SWIFT_UNAVAILABLE_MSG("-init is unavailable"); +@end + +@class NSBundle; + +SWIFT_CLASS("_TtC8Intercom33HelpCenterContainerViewController") +@interface HelpCenterContainerViewController : UIViewController +- (nonnull instancetype)initWithCollections:(NSArray * _Nonnull)collectionIds; +- (nonnull instancetype)initWithCollection:(NSString * _Nonnull)collectionId; +- (nonnull instancetype)init OBJC_DESIGNATED_INITIALIZER; +- (nonnull instancetype)initFromSearchBrowse:(BOOL)fromSearchBrowse; +- (nullable instancetype)initWithCoder:(NSCoder * _Nonnull)coder SWIFT_UNAVAILABLE; +- (void)viewDidLoad; +- (void)viewDidLayoutSubviews; +- (nonnull instancetype)initWithNibName:(NSString * _Nullable)nibNameOrNil bundle:(NSBundle * _Nullable)nibBundleOrNil SWIFT_UNAVAILABLE; +@end + + +@interface HelpCenterContainerViewController (SWIFT_EXTENSION(Intercom)) +- (void)didSelectErrorAction; +@end + + +@class ICMHelpCenterCollection; +@class ICMHelpCenterCollectionContent; +@class ICMHelpCenterArticleSearchResult; + +SWIFT_CLASS("_TtC8Intercom21HelpCenterDataService") +@interface HelpCenterDataService : NSObject +- (nonnull instancetype)init OBJC_DESIGNATED_INITIALIZER; +- (void)fetchCollectionsWithCompletion:(void (^ _Nonnull)(NSArray * _Nullable, NSError * _Nullable))completion; +- (void)fetchCollectionWithCollectionId:(NSString * _Nonnull)collectionId completion:(void (^ _Nonnull)(ICMHelpCenterCollectionContent * _Nullable, NSError * _Nullable))completion; +- (void)searchResultsFor:(NSString * _Nonnull)searchTerm completion:(void (^ _Nonnull)(NSArray * _Nullable, NSError * _Nullable))completion; +@end + +@class NSNumber; + +SWIFT_CLASS("_TtC8Intercom23HelpCenterMetricService") +@interface HelpCenterMetricService : NSObject +@property (nonatomic) BOOL contextIsSearchBrowse; ++ (void)addSearchBrowseViewedEventWithHomeScreenIndex:(NSInteger)homeScreenIndex; ++ (void)addOpenedFromAPIEvent; ++ (void)addOpenedArticleFromAPIEvent; ++ (void)addOpenedFromConversationEvent; ++ (void)addOpenedFromInAppEvent; ++ (void)addOpenedFromLegacySearchAppEvent; ++ (void)addOpenedFromMessengerHomeAppEvent; ++ (void)addOpenedFromCarousel; ++ (void)addOpenedFromPushNotification; ++ (void)addOpenedFromSurvey; +- (void)addArticleViewedEvent; +- (void)addArticleFailedEventWithErrorCode:(NSNumber * _Nonnull)errorCode; +- (void)addHappyReactionEvent; +- (void)addNeutralReactionEvent; +- (void)addSadReactionEventWithConversationOptionShown:(BOOL)conversationOptionShown; +- (void)addNewConversationFromArticleEventWithAccessToTeammate:(BOOL)accessToTeammate; +- (nonnull instancetype)init OBJC_DESIGNATED_INITIALIZER; +@end + +@protocol HelpCenterStartConversationViewDelegate; + +SWIFT_CLASS("_TtC8Intercom31HelpCenterStartConversationView") +@interface HelpCenterStartConversationView : UIView +@property (nonatomic, weak) id _Nullable startConversationDelegate; +- (nonnull instancetype)initWithFrame:(CGRect)frame SWIFT_UNAVAILABLE; +- (nullable instancetype)initWithCoder:(NSCoder * _Nonnull)coder SWIFT_UNAVAILABLE; +@end + + +SWIFT_PROTOCOL("_TtP8Intercom39HelpCenterStartConversationViewDelegate_") +@protocol HelpCenterStartConversationViewDelegate +- (void)didSelectStartConversation; +@end + +@class UIColor; + +@interface ICMColor (SWIFT_EXTENSION(Intercom)) ++ (BOOL)isLightColor:(UIColor * _Nullable)color SWIFT_WARN_UNUSED_RESULT; +@end + +@class NSDate; +@class ICMParticipant; + +SWIFT_CLASS("_TtC8Intercom9InboxCell") +@interface InboxCell : UITableViewCell +- (nonnull instancetype)initWithStyle:(UITableViewCellStyle)style reuseIdentifier:(NSString * _Nullable)reuseIdentifier SWIFT_UNAVAILABLE; +- (nullable instancetype)initWithCoder:(NSCoder * _Nonnull)coder SWIFT_UNAVAILABLE; +- (void)configureWithName:(NSString * _Nonnull)name sentTime:(NSDate * _Nonnull)sentTime summary:(NSString * _Nonnull)summary adminsToShow:(NSArray * _Nonnull)adminsToShow unread:(BOOL)unread showDividerLine:(BOOL)showDividerLine; +- (void)traitCollectionDidChange:(UITraitCollection * _Nullable)previousTraitCollection; +@end + + +@protocol NativeArticleReactionsViewDelegate; + +SWIFT_CLASS("_TtC8Intercom26NativeArticleReactionsView") +@interface NativeArticleReactionsView : UIView +SWIFT_CLASS_PROPERTY(@property (nonatomic, class, readonly) NSInteger sadReactionIndex;) ++ (NSInteger)sadReactionIndex SWIFT_WARN_UNUSED_RESULT; +SWIFT_CLASS_PROPERTY(@property (nonatomic, class, readonly) NSInteger neutralReactionIndex;) ++ (NSInteger)neutralReactionIndex SWIFT_WARN_UNUSED_RESULT; +SWIFT_CLASS_PROPERTY(@property (nonatomic, class, readonly) NSInteger happyReactionIndex;) ++ (NSInteger)happyReactionIndex SWIFT_WARN_UNUSED_RESULT; +@property (nonatomic, weak) id _Nullable articleDelegate; +- (nonnull instancetype)initWithFrame:(CGRect)frame SWIFT_UNAVAILABLE; +- (nullable instancetype)initWithCoder:(NSCoder * _Nonnull)coder SWIFT_UNAVAILABLE; +@end + + +SWIFT_PROTOCOL("_TtP8Intercom34NativeArticleReactionsViewDelegate_") +@protocol NativeArticleReactionsViewDelegate +- (void)selectedReactionIndex:(NSInteger)reactionIdex; +@end + + +SWIFT_CLASS_NAMED("SearchBrowseView") +@interface ICMSearchBrowseView : UIView +- (nonnull instancetype)initWithSuggestedArticles:(NSArray * _Nonnull)suggestedArticles; +- (nonnull instancetype)initWithCoder:(NSCoder * _Nonnull)aDecoder SWIFT_UNAVAILABLE; +- (void)traitCollectionDidChange:(UITraitCollection * _Nullable)previousTraitCollection; +- (void)searchHelpArticlesAction; +- (CGFloat)heightForCardWithWidth:(CGFloat)width SWIFT_WARN_UNUSED_RESULT; +- (nonnull instancetype)initWithFrame:(CGRect)frame SWIFT_UNAVAILABLE; +@end + + + +SWIFT_CLASS("_TtC8Intercom21StartConversationCard") +@interface StartConversationCard : ConversationCard +- (nonnull instancetype)initWithCardInfo:(id _Nonnull)cardInfo delegate:(id _Nonnull)delegate OBJC_DESIGNATED_INITIALIZER; +@end + +enum SurveyFormat : NSInteger; +@class SurveyStep; +@class SurveyCustomizationOptions; + +SWIFT_CLASS("_TtC8Intercom6Survey") +@interface Survey : NSObject +@property (nonatomic, readonly, copy) NSString * _Nonnull surveyId; +@property (nonatomic, readonly) NSInteger progressId; +@property (nonatomic, readonly, copy) NSString * _Nullable lastStepId; +- (nonnull instancetype)initWithId:(NSString * _Nonnull)id format:(enum SurveyFormat)format steps:(NSArray * _Nonnull)steps progressId:(NSInteger)progressId customizationOptions:(SurveyCustomizationOptions * _Nullable)customizationOptions stepCount:(NSInteger)stepCount OBJC_DESIGNATED_INITIALIZER; +- (nullable instancetype)initWithDictionary:(NSDictionary * _Nonnull)dictionary OBJC_DESIGNATED_INITIALIZER; +- (nonnull instancetype)init SWIFT_UNAVAILABLE; ++ (nonnull instancetype)new SWIFT_UNAVAILABLE_MSG("-init is unavailable"); +@end + + +@interface Survey (SWIFT_EXTENSION(Intercom)) +- (NSArray *> * _Nonnull)allResponses SWIFT_WARN_UNUSED_RESULT; +@end + + +SWIFT_CLASS("_TtC8Intercom26SurveyCustomizationOptions") +@interface SurveyCustomizationOptions : NSObject +@property (nonatomic, readonly, strong) UIColor * _Nonnull backgroundColor; +@property (nonatomic, readonly, strong) UIColor * _Nonnull buttonColor; +- (nonnull instancetype)initWithBackgroundColor:(UIColor * _Nonnull)backgroundColor buttonColor:(UIColor * _Nonnull)buttonColor OBJC_DESIGNATED_INITIALIZER; +- (nonnull instancetype)init SWIFT_UNAVAILABLE; ++ (nonnull instancetype)new SWIFT_UNAVAILABLE_MSG("-init is unavailable"); +@end + + +typedef SWIFT_ENUM(NSInteger, SurveyFormat, open) { + SurveyFormatSmall = 0, + SurveyFormatLarge = 1, +}; + + +SWIFT_CLASS("_TtC8Intercom13SurveyService") +@interface SurveyService : NSObject +SWIFT_CLASS_PROPERTY(@property (nonatomic, class) BOOL currentlyDisplayingSurvey;) ++ (BOOL)currentlyDisplayingSurvey SWIFT_WARN_UNUSED_RESULT; ++ (void)setCurrentlyDisplayingSurvey:(BOOL)value; ++ (void)presentSurvey:(Survey * _Nonnull)survey; +- (nonnull instancetype)init SWIFT_UNAVAILABLE; ++ (nonnull instancetype)new SWIFT_UNAVAILABLE_MSG("-init is unavailable"); +@end + + +SWIFT_CLASS("_TtC8Intercom10SurveyStep") +@interface SurveyStep : NSObject +- (nonnull instancetype)initWithId:(NSString * _Nonnull)id OBJC_DESIGNATED_INITIALIZER; +- (nonnull instancetype)init SWIFT_UNAVAILABLE; ++ (nonnull instancetype)new SWIFT_UNAVAILABLE_MSG("-init is unavailable"); +@end + + +@protocol ICMContentViewControllerDelegate; + +SWIFT_CLASS("_TtC8Intercom20SurveyViewController") +@interface SurveyViewController : UIViewController +@property (nonatomic, weak) id _Nullable contentDelegate; +- (nonnull instancetype)initWith:(Survey * _Nonnull)survey OBJC_DESIGNATED_INITIALIZER; +- (void)viewDidLoad; +- (void)viewDidLayoutSubviews; +- (nullable instancetype)initWithCoder:(NSCoder * _Nonnull)coder SWIFT_UNAVAILABLE; +- (nonnull instancetype)initWithNibName:(NSString * _Nullable)nibNameOrNil bundle:(NSBundle * _Nullable)nibBundleOrNil SWIFT_UNAVAILABLE; +@end + + + +@interface SurveyViewController (SWIFT_EXTENSION(Intercom)) +- (void)didSelectErrorAction; +@end + + + +@interface SurveyViewController (SWIFT_EXTENSION(Intercom)) +- (void)reload; +- (void)closeButtonTapped; +- (void)viewDidDismissBySwipe; +@end + +@class UIEvent; +@class UICollectionViewLayout; + +SWIFT_CLASS("_TtC8Intercom30TouchTransparentCollectionView") +@interface TouchTransparentCollectionView : UICollectionView +- (BOOL)pointInside:(CGPoint)point withEvent:(UIEvent * _Nullable)event SWIFT_WARN_UNUSED_RESULT; +- (nonnull instancetype)initWithFrame:(CGRect)frame collectionViewLayout:(UICollectionViewLayout * _Nonnull)layout OBJC_DESIGNATED_INITIALIZER; +- (nullable instancetype)initWithCoder:(NSCoder * _Nonnull)coder OBJC_DESIGNATED_INITIALIZER; +@end + + + + +@interface UIColor (SWIFT_EXTENSION(Intercom)) +/// Returns true if the color is white, or almost white. +@property (nonatomic, readonly) BOOL isWhite; +/// Returns true if the color is black, or almost black. +@property (nonatomic, readonly) BOOL isBlack; +@end + + +@interface UIColor (SWIFT_EXTENSION(Intercom)) +SWIFT_CLASS_PROPERTY(@property (nonatomic, class, readonly, strong) UIColor * _Nullable intercomGrey;) ++ (UIColor * _Nullable)intercomGrey SWIFT_WARN_UNUSED_RESULT; +SWIFT_CLASS_PROPERTY(@property (nonatomic, class, readonly, strong) UIColor * _Nullable intercomBlack;) ++ (UIColor * _Nullable)intercomBlack SWIFT_WARN_UNUSED_RESULT; +SWIFT_CLASS_PROPERTY(@property (nonatomic, class, readonly, strong) UIColor * _Nullable intercomBlack5;) ++ (UIColor * _Nullable)intercomBlack5 SWIFT_WARN_UNUSED_RESULT; +SWIFT_CLASS_PROPERTY(@property (nonatomic, class, readonly, strong) UIColor * _Nullable intercomBlack20;) ++ (UIColor * _Nullable)intercomBlack20 SWIFT_WARN_UNUSED_RESULT; +SWIFT_CLASS_PROPERTY(@property (nonatomic, class, readonly, strong) UIColor * _Nullable intercomLightGrey;) ++ (UIColor * _Nullable)intercomLightGrey SWIFT_WARN_UNUSED_RESULT; +SWIFT_CLASS_PROPERTY(@property (nonatomic, class, readonly, strong) UIColor * _Nullable backButtonBackgroundLight;) ++ (UIColor * _Nullable)backButtonBackgroundLight SWIFT_WARN_UNUSED_RESULT; +SWIFT_CLASS_PROPERTY(@property (nonatomic, class, readonly, strong) UIColor * _Nullable backButtonBackgroundDark;) ++ (UIColor * _Nullable)backButtonBackgroundDark SWIFT_WARN_UNUSED_RESULT; +SWIFT_CLASS_PROPERTY(@property (nonatomic, class, readonly, strong) UIColor * _Nullable coolGray1;) ++ (UIColor * _Nullable)coolGray1 SWIFT_WARN_UNUSED_RESULT; +@end + + +@interface UIFont (SWIFT_EXTENSION(Intercom)) ++ (UIFont * _Nonnull)preferredFontForTextStyle:(UIFontTextStyle _Nonnull)style weight:(UIFontWeight)weight SWIFT_WARN_UNUSED_RESULT; +@end + + + + + +#if __has_attribute(external_source_symbol) +# pragma clang attribute pop +#endif +#pragma clang diagnostic pop +#endif + +#elif defined(__x86_64__) && __x86_64__ +// Generated by Apple Swift version 5.6 (swiftlang-5.6.0.323.62 clang-1316.0.20.8) +#ifndef INTERCOM_SWIFT_H +#define INTERCOM_SWIFT_H +#pragma clang diagnostic push +#pragma clang diagnostic ignored "-Wgcc-compat" + +#if !defined(__has_include) +# define __has_include(x) 0 +#endif +#if !defined(__has_attribute) +# define __has_attribute(x) 0 +#endif +#if !defined(__has_feature) +# define __has_feature(x) 0 +#endif +#if !defined(__has_warning) +# define __has_warning(x) 0 +#endif + +#if __has_include() +# include +#endif + +#pragma clang diagnostic ignored "-Wauto-import" +#include +#include +#include +#include + +#if !defined(SWIFT_TYPEDEFS) +# define SWIFT_TYPEDEFS 1 +# if __has_include() +# include +# elif !defined(__cplusplus) +typedef uint_least16_t char16_t; +typedef uint_least32_t char32_t; +# endif +typedef float swift_float2 __attribute__((__ext_vector_type__(2))); +typedef float swift_float3 __attribute__((__ext_vector_type__(3))); +typedef float swift_float4 __attribute__((__ext_vector_type__(4))); +typedef double swift_double2 __attribute__((__ext_vector_type__(2))); +typedef double swift_double3 __attribute__((__ext_vector_type__(3))); +typedef double swift_double4 __attribute__((__ext_vector_type__(4))); +typedef int swift_int2 __attribute__((__ext_vector_type__(2))); +typedef int swift_int3 __attribute__((__ext_vector_type__(3))); +typedef int swift_int4 __attribute__((__ext_vector_type__(4))); +typedef unsigned int swift_uint2 __attribute__((__ext_vector_type__(2))); +typedef unsigned int swift_uint3 __attribute__((__ext_vector_type__(3))); +typedef unsigned int swift_uint4 __attribute__((__ext_vector_type__(4))); +#endif + +#if !defined(SWIFT_PASTE) +# define SWIFT_PASTE_HELPER(x, y) x##y +# define SWIFT_PASTE(x, y) SWIFT_PASTE_HELPER(x, y) +#endif +#if !defined(SWIFT_METATYPE) +# define SWIFT_METATYPE(X) Class +#endif +#if !defined(SWIFT_CLASS_PROPERTY) +# if __has_feature(objc_class_property) +# define SWIFT_CLASS_PROPERTY(...) __VA_ARGS__ +# else +# define SWIFT_CLASS_PROPERTY(...) +# endif +#endif + +#if __has_attribute(objc_runtime_name) +# define SWIFT_RUNTIME_NAME(X) __attribute__((objc_runtime_name(X))) +#else +# define SWIFT_RUNTIME_NAME(X) +#endif +#if __has_attribute(swift_name) +# define SWIFT_COMPILE_NAME(X) __attribute__((swift_name(X))) +#else +# define SWIFT_COMPILE_NAME(X) +#endif +#if __has_attribute(objc_method_family) +# define SWIFT_METHOD_FAMILY(X) __attribute__((objc_method_family(X))) +#else +# define SWIFT_METHOD_FAMILY(X) +#endif +#if __has_attribute(noescape) +# define SWIFT_NOESCAPE __attribute__((noescape)) +#else +# define SWIFT_NOESCAPE +#endif +#if __has_attribute(ns_consumed) +# define SWIFT_RELEASES_ARGUMENT __attribute__((ns_consumed)) +#else +# define SWIFT_RELEASES_ARGUMENT +#endif +#if __has_attribute(warn_unused_result) +# define SWIFT_WARN_UNUSED_RESULT __attribute__((warn_unused_result)) +#else +# define SWIFT_WARN_UNUSED_RESULT +#endif +#if __has_attribute(noreturn) +# define SWIFT_NORETURN __attribute__((noreturn)) +#else +# define SWIFT_NORETURN +#endif +#if !defined(SWIFT_CLASS_EXTRA) +# define SWIFT_CLASS_EXTRA +#endif +#if !defined(SWIFT_PROTOCOL_EXTRA) +# define SWIFT_PROTOCOL_EXTRA +#endif +#if !defined(SWIFT_ENUM_EXTRA) +# define SWIFT_ENUM_EXTRA +#endif +#if !defined(SWIFT_CLASS) +# if __has_attribute(objc_subclassing_restricted) +# define SWIFT_CLASS(SWIFT_NAME) SWIFT_RUNTIME_NAME(SWIFT_NAME) __attribute__((objc_subclassing_restricted)) SWIFT_CLASS_EXTRA +# define SWIFT_CLASS_NAMED(SWIFT_NAME) __attribute__((objc_subclassing_restricted)) SWIFT_COMPILE_NAME(SWIFT_NAME) SWIFT_CLASS_EXTRA +# else +# define SWIFT_CLASS(SWIFT_NAME) SWIFT_RUNTIME_NAME(SWIFT_NAME) SWIFT_CLASS_EXTRA +# define SWIFT_CLASS_NAMED(SWIFT_NAME) SWIFT_COMPILE_NAME(SWIFT_NAME) SWIFT_CLASS_EXTRA +# endif +#endif +#if !defined(SWIFT_RESILIENT_CLASS) +# if __has_attribute(objc_class_stub) +# define SWIFT_RESILIENT_CLASS(SWIFT_NAME) SWIFT_CLASS(SWIFT_NAME) __attribute__((objc_class_stub)) +# define SWIFT_RESILIENT_CLASS_NAMED(SWIFT_NAME) __attribute__((objc_class_stub)) SWIFT_CLASS_NAMED(SWIFT_NAME) +# else +# define SWIFT_RESILIENT_CLASS(SWIFT_NAME) SWIFT_CLASS(SWIFT_NAME) +# define SWIFT_RESILIENT_CLASS_NAMED(SWIFT_NAME) SWIFT_CLASS_NAMED(SWIFT_NAME) +# endif +#endif + +#if !defined(SWIFT_PROTOCOL) +# define SWIFT_PROTOCOL(SWIFT_NAME) SWIFT_RUNTIME_NAME(SWIFT_NAME) SWIFT_PROTOCOL_EXTRA +# define SWIFT_PROTOCOL_NAMED(SWIFT_NAME) SWIFT_COMPILE_NAME(SWIFT_NAME) SWIFT_PROTOCOL_EXTRA +#endif + +#if !defined(SWIFT_EXTENSION) +# define SWIFT_EXTENSION(M) SWIFT_PASTE(M##_Swift_, __LINE__) +#endif + +#if !defined(OBJC_DESIGNATED_INITIALIZER) +# if __has_attribute(objc_designated_initializer) +# define OBJC_DESIGNATED_INITIALIZER __attribute__((objc_designated_initializer)) +# else +# define OBJC_DESIGNATED_INITIALIZER +# endif +#endif +#if !defined(SWIFT_ENUM_ATTR) +# if defined(__has_attribute) && __has_attribute(enum_extensibility) +# define SWIFT_ENUM_ATTR(_extensibility) __attribute__((enum_extensibility(_extensibility))) +# else +# define SWIFT_ENUM_ATTR(_extensibility) +# endif +#endif +#if !defined(SWIFT_ENUM) +# define SWIFT_ENUM(_type, _name, _extensibility) enum _name : _type _name; enum SWIFT_ENUM_ATTR(_extensibility) SWIFT_ENUM_EXTRA _name : _type +# if __has_feature(generalized_swift_name) +# define SWIFT_ENUM_NAMED(_type, _name, SWIFT_NAME, _extensibility) enum _name : _type _name SWIFT_COMPILE_NAME(SWIFT_NAME); enum SWIFT_COMPILE_NAME(SWIFT_NAME) SWIFT_ENUM_ATTR(_extensibility) SWIFT_ENUM_EXTRA _name : _type +# else +# define SWIFT_ENUM_NAMED(_type, _name, SWIFT_NAME, _extensibility) SWIFT_ENUM(_type, _name, _extensibility) +# endif +#endif +#if !defined(SWIFT_UNAVAILABLE) +# define SWIFT_UNAVAILABLE __attribute__((unavailable)) +#endif +#if !defined(SWIFT_UNAVAILABLE_MSG) +# define SWIFT_UNAVAILABLE_MSG(msg) __attribute__((unavailable(msg))) +#endif +#if !defined(SWIFT_AVAILABILITY) +# define SWIFT_AVAILABILITY(plat, ...) __attribute__((availability(plat, __VA_ARGS__))) +#endif +#if !defined(SWIFT_WEAK_IMPORT) +# define SWIFT_WEAK_IMPORT __attribute__((weak_import)) +#endif +#if !defined(SWIFT_DEPRECATED) +# define SWIFT_DEPRECATED __attribute__((deprecated)) +#endif +#if !defined(SWIFT_DEPRECATED_MSG) +# define SWIFT_DEPRECATED_MSG(...) __attribute__((deprecated(__VA_ARGS__))) +#endif +#if __has_feature(attribute_diagnose_if_objc) +# define SWIFT_DEPRECATED_OBJC(Msg) __attribute__((diagnose_if(1, Msg, "warning"))) +#else +# define SWIFT_DEPRECATED_OBJC(Msg) SWIFT_DEPRECATED_MSG(Msg) +#endif +#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 + +#import + +#pragma clang diagnostic ignored "-Wproperty-attribute-mismatch" +#pragma clang diagnostic ignored "-Wduplicate-method-arg" +#if __has_warning("-Wpragma-clang-attribute") +# pragma clang diagnostic ignored "-Wpragma-clang-attribute" +#endif +#pragma clang diagnostic ignored "-Wunknown-pragmas" +#pragma clang diagnostic ignored "-Wnullability" + +#if __has_attribute(external_source_symbol) +# pragma push_macro("any") +# undef any +# pragma clang attribute push(__attribute__((external_source_symbol(language="Swift", defined_in="Intercom",generated_declaration))), apply_to=any(function,enum,objc_interface,objc_category,objc_protocol)) +# pragma pop_macro("any") +#endif + +@class NSString; + +SWIFT_CLASS("_TtC8Intercom15ArticleMetaData") +@interface ArticleMetaData : NSObject +SWIFT_CLASS_PROPERTY(@property (nonatomic, class, readonly, copy) NSString * _Nonnull searchBrowseSource;) ++ (NSString * _Nonnull)searchBrowseSource SWIFT_WARN_UNUSED_RESULT; +@property (nonatomic, copy) NSString * _Nullable articleId; +@property (nonatomic, copy) NSString * _Nullable articleSource; +- (nonnull instancetype)initWithId:(NSString * _Nullable)id source:(NSString * _Nullable)source OBJC_DESIGNATED_INITIALIZER; +- (nonnull instancetype)init SWIFT_UNAVAILABLE; ++ (nonnull instancetype)new SWIFT_UNAVAILABLE_MSG("-init is unavailable"); +@end + +@class NSCoder; + +SWIFT_CLASS("_TtC8Intercom22AvailableTeammatesView") +@interface AvailableTeammatesView : UIStackView +- (nonnull instancetype)init SWIFT_UNAVAILABLE; ++ (nonnull instancetype)new SWIFT_UNAVAILABLE_MSG("-init is unavailable"); +- (nonnull instancetype)initWithCoder:(NSCoder * _Nonnull)coder SWIFT_UNAVAILABLE; +- (nonnull instancetype)initWithFrame:(CGRect)frame SWIFT_UNAVAILABLE; +@end + +@protocol ConversationCardInfoProtocol; +@protocol ConversationCardDelegate; +@class UITraitCollection; + +SWIFT_CLASS("_TtC8Intercom16ConversationCard") +@interface ConversationCard : UIView +SWIFT_CLASS_PROPERTY(@property (nonatomic, class, readonly) NSInteger maxRecentConversationsCount;) ++ (NSInteger)maxRecentConversationsCount SWIFT_WARN_UNUSED_RESULT; +SWIFT_CLASS_PROPERTY(@property (nonatomic, class, readonly) CGFloat viewPadding;) ++ (CGFloat)viewPadding SWIFT_WARN_UNUSED_RESULT; +- (nullable instancetype)initWithCoder:(NSCoder * _Nonnull)coder SWIFT_UNAVAILABLE; +- (nonnull instancetype)initWithCardInfo:(id _Nonnull)cardInfo delegate:(id _Nonnull)delegate OBJC_DESIGNATED_INITIALIZER; +- (CGFloat)heightForCardWithWidth:(CGFloat)width SWIFT_WARN_UNUSED_RESULT; +- (void)traitCollectionDidChange:(UITraitCollection * _Nullable)previousTraitCollection; +- (nonnull instancetype)initWithFrame:(CGRect)frame SWIFT_UNAVAILABLE; +@end + + +SWIFT_PROTOCOL("_TtP8Intercom31SeeAllConversationsViewDelegate_") +@protocol SeeAllConversationsViewDelegate +- (void)viewPreviousConversations; +@end + + +@interface ConversationCard (SWIFT_EXTENSION(Intercom)) +- (void)viewPreviousConversations; +@end + +@class UIViewController; + +SWIFT_PROTOCOL("_TtP8Intercom24ConversationCardDelegate_") +@protocol ConversationCardDelegate +- (void)startNewConversation; +- (void)viewPreviousConversations; +- (void)reloadConversationHistoryCard; +- (void)navigateToViewController:(UIViewController * _Nonnull)viewController; +@end + + +SWIFT_PROTOCOL("_TtP8Intercom28ConversationCardInfoProtocol_") +@protocol ConversationCardInfoProtocol +@property (nonatomic, readonly) BOOL prominantStyling; +@property (nonatomic, readonly) BOOL accessToTeammateEnabled; +@property (nonatomic, readonly) BOOL hasRecentConversations; +@property (nonatomic, readonly) BOOL hasOtherConversations; +@property (nonatomic, readonly) BOOL startConversationCardDisplayed; +@end + +@protocol ICMConfigProtocol; +@protocol ICMDataManagerProtocol; + +SWIFT_CLASS("_TtC8Intercom20ConversationCardInfo") +@interface ConversationCardInfo : NSObject +@property (nonatomic, readonly) BOOL prominantStyling; +@property (nonatomic) BOOL startConversationCardDisplayed; +@property (nonatomic, readonly) BOOL accessToTeammateEnabled; +@property (nonatomic, readonly) BOOL hasRecentConversations; +@property (nonatomic, readonly) BOOL hasOtherConversations; +- (nonnull instancetype)initWithProminantStyling:(BOOL)prominantStyling config:(id _Nonnull)config dataManager:(id _Nonnull)dataManager OBJC_DESIGNATED_INITIALIZER; +- (nonnull instancetype)init SWIFT_UNAVAILABLE; ++ (nonnull instancetype)new SWIFT_UNAVAILABLE_MSG("-init is unavailable"); +@end + + +@class ICMRecentConversationsViewController; + +SWIFT_CLASS("_TtC8Intercom23ConversationHistoryCard") +@interface ConversationHistoryCard : ConversationCard +@property (nonatomic, strong) ICMRecentConversationsViewController * _Nonnull recentConversationsVC; +- (void)reloadConversationHistoryCard; +- (void)navigateToViewController:(UIViewController * _Nonnull)viewController; +- (nonnull instancetype)initWithCardInfo:(id _Nonnull)cardInfo delegate:(id _Nonnull)delegate OBJC_DESIGNATED_INITIALIZER; +@end + + +SWIFT_CLASS("_TtC8Intercom11EmojiButton") +@interface EmojiButton : UIButton +- (nullable instancetype)initWithCoder:(NSCoder * _Nonnull)coder SWIFT_UNAVAILABLE; +- (nonnull instancetype)initWithFrame:(CGRect)frame SWIFT_UNAVAILABLE; +@end + + +SWIFT_CLASS("_TtC8Intercom16EmojiImageButton") +@interface EmojiImageButton : UIButton +- (nullable instancetype)initWithCoder:(NSCoder * _Nonnull)coder SWIFT_UNAVAILABLE; +- (nonnull instancetype)initWithFrame:(CGRect)frame SWIFT_UNAVAILABLE; +@end + + +SWIFT_CLASS("_TtC8Intercom26HelpCenterArticle_Internal") +@interface HelpCenterArticle_Internal : NSObject +@property (nonatomic, copy) NSString * _Nonnull id; +@property (nonatomic, copy) NSString * _Nonnull title; +- (nullable instancetype)initWithDictionary:(NSDictionary * _Nonnull)dictionary OBJC_DESIGNATED_INITIALIZER; +- (nonnull instancetype)initWithId:(NSString * _Nonnull)id title:(NSString * _Nonnull)title OBJC_DESIGNATED_INITIALIZER; +@property (nonatomic, readonly, copy) NSString * _Nonnull description; +- (BOOL)isEqual:(id _Nullable)object SWIFT_WARN_UNUSED_RESULT; +- (nonnull instancetype)init SWIFT_UNAVAILABLE; ++ (nonnull instancetype)new SWIFT_UNAVAILABLE_MSG("-init is unavailable"); +@end + +@class NSBundle; + +SWIFT_CLASS("_TtC8Intercom33HelpCenterContainerViewController") +@interface HelpCenterContainerViewController : UIViewController +- (nonnull instancetype)initWithCollections:(NSArray * _Nonnull)collectionIds; +- (nonnull instancetype)initWithCollection:(NSString * _Nonnull)collectionId; +- (nonnull instancetype)init OBJC_DESIGNATED_INITIALIZER; +- (nonnull instancetype)initFromSearchBrowse:(BOOL)fromSearchBrowse; +- (nullable instancetype)initWithCoder:(NSCoder * _Nonnull)coder SWIFT_UNAVAILABLE; +- (void)viewDidLoad; +- (void)viewDidLayoutSubviews; +- (nonnull instancetype)initWithNibName:(NSString * _Nullable)nibNameOrNil bundle:(NSBundle * _Nullable)nibBundleOrNil SWIFT_UNAVAILABLE; +@end + + +@interface HelpCenterContainerViewController (SWIFT_EXTENSION(Intercom)) +- (void)didSelectErrorAction; +@end + + +@class ICMHelpCenterCollection; +@class ICMHelpCenterCollectionContent; +@class ICMHelpCenterArticleSearchResult; + +SWIFT_CLASS("_TtC8Intercom21HelpCenterDataService") +@interface HelpCenterDataService : NSObject +- (nonnull instancetype)init OBJC_DESIGNATED_INITIALIZER; +- (void)fetchCollectionsWithCompletion:(void (^ _Nonnull)(NSArray * _Nullable, NSError * _Nullable))completion; +- (void)fetchCollectionWithCollectionId:(NSString * _Nonnull)collectionId completion:(void (^ _Nonnull)(ICMHelpCenterCollectionContent * _Nullable, NSError * _Nullable))completion; +- (void)searchResultsFor:(NSString * _Nonnull)searchTerm completion:(void (^ _Nonnull)(NSArray * _Nullable, NSError * _Nullable))completion; +@end + +@class NSNumber; + +SWIFT_CLASS("_TtC8Intercom23HelpCenterMetricService") +@interface HelpCenterMetricService : NSObject +@property (nonatomic) BOOL contextIsSearchBrowse; ++ (void)addSearchBrowseViewedEventWithHomeScreenIndex:(NSInteger)homeScreenIndex; ++ (void)addOpenedFromAPIEvent; ++ (void)addOpenedArticleFromAPIEvent; ++ (void)addOpenedFromConversationEvent; ++ (void)addOpenedFromInAppEvent; ++ (void)addOpenedFromLegacySearchAppEvent; ++ (void)addOpenedFromMessengerHomeAppEvent; ++ (void)addOpenedFromCarousel; ++ (void)addOpenedFromPushNotification; ++ (void)addOpenedFromSurvey; +- (void)addArticleViewedEvent; +- (void)addArticleFailedEventWithErrorCode:(NSNumber * _Nonnull)errorCode; +- (void)addHappyReactionEvent; +- (void)addNeutralReactionEvent; +- (void)addSadReactionEventWithConversationOptionShown:(BOOL)conversationOptionShown; +- (void)addNewConversationFromArticleEventWithAccessToTeammate:(BOOL)accessToTeammate; +- (nonnull instancetype)init OBJC_DESIGNATED_INITIALIZER; +@end + +@protocol HelpCenterStartConversationViewDelegate; + +SWIFT_CLASS("_TtC8Intercom31HelpCenterStartConversationView") +@interface HelpCenterStartConversationView : UIView +@property (nonatomic, weak) id _Nullable startConversationDelegate; +- (nonnull instancetype)initWithFrame:(CGRect)frame SWIFT_UNAVAILABLE; +- (nullable instancetype)initWithCoder:(NSCoder * _Nonnull)coder SWIFT_UNAVAILABLE; +@end + + +SWIFT_PROTOCOL("_TtP8Intercom39HelpCenterStartConversationViewDelegate_") +@protocol HelpCenterStartConversationViewDelegate +- (void)didSelectStartConversation; +@end + +@class UIColor; + +@interface ICMColor (SWIFT_EXTENSION(Intercom)) ++ (BOOL)isLightColor:(UIColor * _Nullable)color SWIFT_WARN_UNUSED_RESULT; +@end + +@class NSDate; +@class ICMParticipant; + +SWIFT_CLASS("_TtC8Intercom9InboxCell") +@interface InboxCell : UITableViewCell +- (nonnull instancetype)initWithStyle:(UITableViewCellStyle)style reuseIdentifier:(NSString * _Nullable)reuseIdentifier SWIFT_UNAVAILABLE; +- (nullable instancetype)initWithCoder:(NSCoder * _Nonnull)coder SWIFT_UNAVAILABLE; +- (void)configureWithName:(NSString * _Nonnull)name sentTime:(NSDate * _Nonnull)sentTime summary:(NSString * _Nonnull)summary adminsToShow:(NSArray * _Nonnull)adminsToShow unread:(BOOL)unread showDividerLine:(BOOL)showDividerLine; +- (void)traitCollectionDidChange:(UITraitCollection * _Nullable)previousTraitCollection; +@end + + +@protocol NativeArticleReactionsViewDelegate; + +SWIFT_CLASS("_TtC8Intercom26NativeArticleReactionsView") +@interface NativeArticleReactionsView : UIView +SWIFT_CLASS_PROPERTY(@property (nonatomic, class, readonly) NSInteger sadReactionIndex;) ++ (NSInteger)sadReactionIndex SWIFT_WARN_UNUSED_RESULT; +SWIFT_CLASS_PROPERTY(@property (nonatomic, class, readonly) NSInteger neutralReactionIndex;) ++ (NSInteger)neutralReactionIndex SWIFT_WARN_UNUSED_RESULT; +SWIFT_CLASS_PROPERTY(@property (nonatomic, class, readonly) NSInteger happyReactionIndex;) ++ (NSInteger)happyReactionIndex SWIFT_WARN_UNUSED_RESULT; +@property (nonatomic, weak) id _Nullable articleDelegate; +- (nonnull instancetype)initWithFrame:(CGRect)frame SWIFT_UNAVAILABLE; +- (nullable instancetype)initWithCoder:(NSCoder * _Nonnull)coder SWIFT_UNAVAILABLE; +@end + + +SWIFT_PROTOCOL("_TtP8Intercom34NativeArticleReactionsViewDelegate_") +@protocol NativeArticleReactionsViewDelegate +- (void)selectedReactionIndex:(NSInteger)reactionIdex; +@end + + +SWIFT_CLASS_NAMED("SearchBrowseView") +@interface ICMSearchBrowseView : UIView +- (nonnull instancetype)initWithSuggestedArticles:(NSArray * _Nonnull)suggestedArticles; +- (nonnull instancetype)initWithCoder:(NSCoder * _Nonnull)aDecoder SWIFT_UNAVAILABLE; +- (void)traitCollectionDidChange:(UITraitCollection * _Nullable)previousTraitCollection; +- (void)searchHelpArticlesAction; +- (CGFloat)heightForCardWithWidth:(CGFloat)width SWIFT_WARN_UNUSED_RESULT; +- (nonnull instancetype)initWithFrame:(CGRect)frame SWIFT_UNAVAILABLE; +@end + + + +SWIFT_CLASS("_TtC8Intercom21StartConversationCard") +@interface StartConversationCard : ConversationCard +- (nonnull instancetype)initWithCardInfo:(id _Nonnull)cardInfo delegate:(id _Nonnull)delegate OBJC_DESIGNATED_INITIALIZER; +@end + +enum SurveyFormat : NSInteger; +@class SurveyStep; +@class SurveyCustomizationOptions; + +SWIFT_CLASS("_TtC8Intercom6Survey") +@interface Survey : NSObject +@property (nonatomic, readonly, copy) NSString * _Nonnull surveyId; +@property (nonatomic, readonly) NSInteger progressId; +@property (nonatomic, readonly, copy) NSString * _Nullable lastStepId; +- (nonnull instancetype)initWithId:(NSString * _Nonnull)id format:(enum SurveyFormat)format steps:(NSArray * _Nonnull)steps progressId:(NSInteger)progressId customizationOptions:(SurveyCustomizationOptions * _Nullable)customizationOptions stepCount:(NSInteger)stepCount OBJC_DESIGNATED_INITIALIZER; +- (nullable instancetype)initWithDictionary:(NSDictionary * _Nonnull)dictionary OBJC_DESIGNATED_INITIALIZER; +- (nonnull instancetype)init SWIFT_UNAVAILABLE; ++ (nonnull instancetype)new SWIFT_UNAVAILABLE_MSG("-init is unavailable"); +@end + + +@interface Survey (SWIFT_EXTENSION(Intercom)) +- (NSArray *> * _Nonnull)allResponses SWIFT_WARN_UNUSED_RESULT; +@end + + +SWIFT_CLASS("_TtC8Intercom26SurveyCustomizationOptions") +@interface SurveyCustomizationOptions : NSObject +@property (nonatomic, readonly, strong) UIColor * _Nonnull backgroundColor; +@property (nonatomic, readonly, strong) UIColor * _Nonnull buttonColor; +- (nonnull instancetype)initWithBackgroundColor:(UIColor * _Nonnull)backgroundColor buttonColor:(UIColor * _Nonnull)buttonColor OBJC_DESIGNATED_INITIALIZER; +- (nonnull instancetype)init SWIFT_UNAVAILABLE; ++ (nonnull instancetype)new SWIFT_UNAVAILABLE_MSG("-init is unavailable"); +@end + + +typedef SWIFT_ENUM(NSInteger, SurveyFormat, open) { + SurveyFormatSmall = 0, + SurveyFormatLarge = 1, +}; + + +SWIFT_CLASS("_TtC8Intercom13SurveyService") +@interface SurveyService : NSObject +SWIFT_CLASS_PROPERTY(@property (nonatomic, class) BOOL currentlyDisplayingSurvey;) ++ (BOOL)currentlyDisplayingSurvey SWIFT_WARN_UNUSED_RESULT; ++ (void)setCurrentlyDisplayingSurvey:(BOOL)value; ++ (void)presentSurvey:(Survey * _Nonnull)survey; +- (nonnull instancetype)init SWIFT_UNAVAILABLE; ++ (nonnull instancetype)new SWIFT_UNAVAILABLE_MSG("-init is unavailable"); +@end + + +SWIFT_CLASS("_TtC8Intercom10SurveyStep") +@interface SurveyStep : NSObject +- (nonnull instancetype)initWithId:(NSString * _Nonnull)id OBJC_DESIGNATED_INITIALIZER; +- (nonnull instancetype)init SWIFT_UNAVAILABLE; ++ (nonnull instancetype)new SWIFT_UNAVAILABLE_MSG("-init is unavailable"); +@end + + +@protocol ICMContentViewControllerDelegate; + +SWIFT_CLASS("_TtC8Intercom20SurveyViewController") +@interface SurveyViewController : UIViewController +@property (nonatomic, weak) id _Nullable contentDelegate; +- (nonnull instancetype)initWith:(Survey * _Nonnull)survey OBJC_DESIGNATED_INITIALIZER; +- (void)viewDidLoad; +- (void)viewDidLayoutSubviews; +- (nullable instancetype)initWithCoder:(NSCoder * _Nonnull)coder SWIFT_UNAVAILABLE; +- (nonnull instancetype)initWithNibName:(NSString * _Nullable)nibNameOrNil bundle:(NSBundle * _Nullable)nibBundleOrNil SWIFT_UNAVAILABLE; +@end + + + +@interface SurveyViewController (SWIFT_EXTENSION(Intercom)) +- (void)didSelectErrorAction; +@end + + + +@interface SurveyViewController (SWIFT_EXTENSION(Intercom)) +- (void)reload; +- (void)closeButtonTapped; +- (void)viewDidDismissBySwipe; +@end + +@class UIEvent; +@class UICollectionViewLayout; + +SWIFT_CLASS("_TtC8Intercom30TouchTransparentCollectionView") +@interface TouchTransparentCollectionView : UICollectionView +- (BOOL)pointInside:(CGPoint)point withEvent:(UIEvent * _Nullable)event SWIFT_WARN_UNUSED_RESULT; +- (nonnull instancetype)initWithFrame:(CGRect)frame collectionViewLayout:(UICollectionViewLayout * _Nonnull)layout OBJC_DESIGNATED_INITIALIZER; +- (nullable instancetype)initWithCoder:(NSCoder * _Nonnull)coder OBJC_DESIGNATED_INITIALIZER; +@end + + + + +@interface UIColor (SWIFT_EXTENSION(Intercom)) +/// Returns true if the color is white, or almost white. +@property (nonatomic, readonly) BOOL isWhite; +/// Returns true if the color is black, or almost black. +@property (nonatomic, readonly) BOOL isBlack; +@end + + +@interface UIColor (SWIFT_EXTENSION(Intercom)) +SWIFT_CLASS_PROPERTY(@property (nonatomic, class, readonly, strong) UIColor * _Nullable intercomGrey;) ++ (UIColor * _Nullable)intercomGrey SWIFT_WARN_UNUSED_RESULT; +SWIFT_CLASS_PROPERTY(@property (nonatomic, class, readonly, strong) UIColor * _Nullable intercomBlack;) ++ (UIColor * _Nullable)intercomBlack SWIFT_WARN_UNUSED_RESULT; +SWIFT_CLASS_PROPERTY(@property (nonatomic, class, readonly, strong) UIColor * _Nullable intercomBlack5;) ++ (UIColor * _Nullable)intercomBlack5 SWIFT_WARN_UNUSED_RESULT; +SWIFT_CLASS_PROPERTY(@property (nonatomic, class, readonly, strong) UIColor * _Nullable intercomBlack20;) ++ (UIColor * _Nullable)intercomBlack20 SWIFT_WARN_UNUSED_RESULT; +SWIFT_CLASS_PROPERTY(@property (nonatomic, class, readonly, strong) UIColor * _Nullable intercomLightGrey;) ++ (UIColor * _Nullable)intercomLightGrey SWIFT_WARN_UNUSED_RESULT; +SWIFT_CLASS_PROPERTY(@property (nonatomic, class, readonly, strong) UIColor * _Nullable backButtonBackgroundLight;) ++ (UIColor * _Nullable)backButtonBackgroundLight SWIFT_WARN_UNUSED_RESULT; +SWIFT_CLASS_PROPERTY(@property (nonatomic, class, readonly, strong) UIColor * _Nullable backButtonBackgroundDark;) ++ (UIColor * _Nullable)backButtonBackgroundDark SWIFT_WARN_UNUSED_RESULT; +SWIFT_CLASS_PROPERTY(@property (nonatomic, class, readonly, strong) UIColor * _Nullable coolGray1;) ++ (UIColor * _Nullable)coolGray1 SWIFT_WARN_UNUSED_RESULT; +@end + + +@interface UIFont (SWIFT_EXTENSION(Intercom)) ++ (UIFont * _Nonnull)preferredFontForTextStyle:(UIFontTextStyle _Nonnull)style weight:(UIFontWeight)weight SWIFT_WARN_UNUSED_RESULT; +@end + + + + + +#if __has_attribute(external_source_symbol) +# pragma clang attribute pop +#endif +#pragma clang diagnostic pop +#endif + +#endif diff --git a/Intercom.xcframework/ios-arm64_x86_64-simulator/Intercom.framework/Headers/Intercom.h b/Intercom.xcframework/ios-arm64_x86_64-simulator/Intercom.framework/Headers/Intercom.h index fba61d94..f71e6158 100644 --- a/Intercom.xcframework/ios-arm64_x86_64-simulator/Intercom.framework/Headers/Intercom.h +++ b/Intercom.xcframework/ios-arm64_x86_64-simulator/Intercom.framework/Headers/Intercom.h @@ -15,6 +15,72 @@ #import #import #import +#import +#import +#import +#import +#import +#import +#import +#import +#import +#import +#import +#import +#import +#import +#import +#import +#import +#import +#import +#import +#import +#import +#import +#import +#import +#import +#import +#import +#import +#import +#import +#import +#import +#import +#import +#import +#import +#import +#import +#import +#import +#import +#import +#import +#import +#import +#import +#import +#import +#import +#import +#import +#import +#import +#import +#import +#import +#import +#import +#import +#import +#import +#import +#import +#import +#import NS_ASSUME_NONNULL_BEGIN diff --git a/Intercom.xcframework/ios-arm64_x86_64-simulator/Intercom.framework/Headers/UIImage+ICMImageUtils.h b/Intercom.xcframework/ios-arm64_x86_64-simulator/Intercom.framework/Headers/UIImage+ICMImageUtils.h new file mode 100644 index 00000000..12cb994c --- /dev/null +++ b/Intercom.xcframework/ios-arm64_x86_64-simulator/Intercom.framework/Headers/UIImage+ICMImageUtils.h @@ -0,0 +1,15 @@ +// +// UIImage+ICMGrayscale.h +// Pods +// +// Created by Brian Boyle on 19/01/2017. +// +// + +#import + +@interface UIImage (ICMImageUtils) + +- (UIImage *)icm_grayscale; +- (UIImage *)icm_resizeImageToSize:(CGSize)newSize; +@end diff --git a/Intercom.xcframework/ios-arm64_x86_64-simulator/Intercom.framework/Info.plist b/Intercom.xcframework/ios-arm64_x86_64-simulator/Intercom.framework/Info.plist index 01d42906..ffa7ca0e 100644 Binary files a/Intercom.xcframework/ios-arm64_x86_64-simulator/Intercom.framework/Info.plist and b/Intercom.xcframework/ios-arm64_x86_64-simulator/Intercom.framework/Info.plist differ diff --git a/Intercom.xcframework/ios-arm64_x86_64-simulator/Intercom.framework/Intercom b/Intercom.xcframework/ios-arm64_x86_64-simulator/Intercom.framework/Intercom index 6cf588c0..0f6e9df1 100755 Binary files a/Intercom.xcframework/ios-arm64_x86_64-simulator/Intercom.framework/Intercom and b/Intercom.xcframework/ios-arm64_x86_64-simulator/Intercom.framework/Intercom differ diff --git a/Intercom.xcframework/ios-arm64_x86_64-simulator/Intercom.framework/Intercom.bundle/images/external_link_icon.png b/Intercom.xcframework/ios-arm64_x86_64-simulator/Intercom.framework/Intercom.bundle/images/external_link_icon.png new file mode 100644 index 00000000..13f8dd05 Binary files /dev/null and b/Intercom.xcframework/ios-arm64_x86_64-simulator/Intercom.framework/Intercom.bundle/images/external_link_icon.png differ diff --git a/Intercom.xcframework/ios-arm64_x86_64-simulator/Intercom.framework/Intercom.bundle/images/external_link_icon@2x.png b/Intercom.xcframework/ios-arm64_x86_64-simulator/Intercom.framework/Intercom.bundle/images/external_link_icon@2x.png new file mode 100644 index 00000000..a8c1a711 Binary files /dev/null and b/Intercom.xcframework/ios-arm64_x86_64-simulator/Intercom.framework/Intercom.bundle/images/external_link_icon@2x.png differ diff --git a/Intercom.xcframework/ios-arm64_x86_64-simulator/Intercom.framework/Intercom.bundle/images/external_link_icon@3x.png b/Intercom.xcframework/ios-arm64_x86_64-simulator/Intercom.framework/Intercom.bundle/images/external_link_icon@3x.png new file mode 100644 index 00000000..e713e8a5 Binary files /dev/null and b/Intercom.xcframework/ios-arm64_x86_64-simulator/Intercom.framework/Intercom.bundle/images/external_link_icon@3x.png differ diff --git a/Intercom.xcframework/ios-arm64_x86_64-simulator/Intercom.framework/Intercom.bundle/images/info_icon.png b/Intercom.xcframework/ios-arm64_x86_64-simulator/Intercom.framework/Intercom.bundle/images/info_icon.png new file mode 100644 index 00000000..d678f5ee Binary files /dev/null and b/Intercom.xcframework/ios-arm64_x86_64-simulator/Intercom.framework/Intercom.bundle/images/info_icon.png differ diff --git a/Intercom.xcframework/ios-arm64_x86_64-simulator/Intercom.framework/Intercom.bundle/images/info_icon@2x.png b/Intercom.xcframework/ios-arm64_x86_64-simulator/Intercom.framework/Intercom.bundle/images/info_icon@2x.png new file mode 100644 index 00000000..7d99db53 Binary files /dev/null and b/Intercom.xcframework/ios-arm64_x86_64-simulator/Intercom.framework/Intercom.bundle/images/info_icon@2x.png differ diff --git a/Intercom.xcframework/ios-arm64_x86_64-simulator/Intercom.framework/Intercom.bundle/images/info_icon@3x.png b/Intercom.xcframework/ios-arm64_x86_64-simulator/Intercom.framework/Intercom.bundle/images/info_icon@3x.png new file mode 100644 index 00000000..934a4219 Binary files /dev/null and b/Intercom.xcframework/ios-arm64_x86_64-simulator/Intercom.framework/Intercom.bundle/images/info_icon@3x.png differ diff --git a/Intercom.xcframework/ios-arm64_x86_64-simulator/Intercom.framework/Intercom.bundle/images/star_fill.png b/Intercom.xcframework/ios-arm64_x86_64-simulator/Intercom.framework/Intercom.bundle/images/star_fill.png new file mode 100644 index 00000000..5de4dc6b Binary files /dev/null and b/Intercom.xcframework/ios-arm64_x86_64-simulator/Intercom.framework/Intercom.bundle/images/star_fill.png differ diff --git a/Intercom.xcframework/ios-arm64_x86_64-simulator/Intercom.framework/Intercom.bundle/images/star_fill@2x.png b/Intercom.xcframework/ios-arm64_x86_64-simulator/Intercom.framework/Intercom.bundle/images/star_fill@2x.png new file mode 100644 index 00000000..a9639426 Binary files /dev/null and b/Intercom.xcframework/ios-arm64_x86_64-simulator/Intercom.framework/Intercom.bundle/images/star_fill@2x.png differ diff --git a/Intercom.xcframework/ios-arm64_x86_64-simulator/Intercom.framework/Intercom.bundle/images/star_fill@3x.png b/Intercom.xcframework/ios-arm64_x86_64-simulator/Intercom.framework/Intercom.bundle/images/star_fill@3x.png new file mode 100644 index 00000000..e748a3eb Binary files /dev/null and b/Intercom.xcframework/ios-arm64_x86_64-simulator/Intercom.framework/Intercom.bundle/images/star_fill@3x.png differ diff --git a/Intercom.xcframework/ios-arm64_x86_64-simulator/Intercom.framework/Intercom.bundle/images/star_selected_border.png b/Intercom.xcframework/ios-arm64_x86_64-simulator/Intercom.framework/Intercom.bundle/images/star_selected_border.png new file mode 100644 index 00000000..a948c603 Binary files /dev/null and b/Intercom.xcframework/ios-arm64_x86_64-simulator/Intercom.framework/Intercom.bundle/images/star_selected_border.png differ diff --git a/Intercom.xcframework/ios-arm64_x86_64-simulator/Intercom.framework/Intercom.bundle/images/star_selected_border@2x.png b/Intercom.xcframework/ios-arm64_x86_64-simulator/Intercom.framework/Intercom.bundle/images/star_selected_border@2x.png new file mode 100644 index 00000000..a68bdc72 Binary files /dev/null and b/Intercom.xcframework/ios-arm64_x86_64-simulator/Intercom.framework/Intercom.bundle/images/star_selected_border@2x.png differ diff --git a/Intercom.xcframework/ios-arm64_x86_64-simulator/Intercom.framework/Intercom.bundle/images/star_selected_border@3x.png b/Intercom.xcframework/ios-arm64_x86_64-simulator/Intercom.framework/Intercom.bundle/images/star_selected_border@3x.png new file mode 100644 index 00000000..a7e47318 Binary files /dev/null and b/Intercom.xcframework/ios-arm64_x86_64-simulator/Intercom.framework/Intercom.bundle/images/star_selected_border@3x.png differ diff --git a/Intercom.xcframework/ios-arm64_x86_64-simulator/Intercom.framework/Intercom.bundle/images/star_unselected_border.png b/Intercom.xcframework/ios-arm64_x86_64-simulator/Intercom.framework/Intercom.bundle/images/star_unselected_border.png new file mode 100644 index 00000000..f9e345c6 Binary files /dev/null and b/Intercom.xcframework/ios-arm64_x86_64-simulator/Intercom.framework/Intercom.bundle/images/star_unselected_border.png differ diff --git a/Intercom.xcframework/ios-arm64_x86_64-simulator/Intercom.framework/Intercom.bundle/images/star_unselected_border@2x.png b/Intercom.xcframework/ios-arm64_x86_64-simulator/Intercom.framework/Intercom.bundle/images/star_unselected_border@2x.png new file mode 100644 index 00000000..1d3def3d Binary files /dev/null and b/Intercom.xcframework/ios-arm64_x86_64-simulator/Intercom.framework/Intercom.bundle/images/star_unselected_border@2x.png differ diff --git a/Intercom.xcframework/ios-arm64_x86_64-simulator/Intercom.framework/Intercom.bundle/images/star_unselected_border@3x.png b/Intercom.xcframework/ios-arm64_x86_64-simulator/Intercom.framework/Intercom.bundle/images/star_unselected_border@3x.png new file mode 100644 index 00000000..987c3a98 Binary files /dev/null and b/Intercom.xcframework/ios-arm64_x86_64-simulator/Intercom.framework/Intercom.bundle/images/star_unselected_border@3x.png differ diff --git a/Intercom.xcframework/ios-arm64_x86_64-simulator/Intercom.framework/Intercom.bundle/images/survey_loading_state.png b/Intercom.xcframework/ios-arm64_x86_64-simulator/Intercom.framework/Intercom.bundle/images/survey_loading_state.png new file mode 100644 index 00000000..b375c517 Binary files /dev/null and b/Intercom.xcframework/ios-arm64_x86_64-simulator/Intercom.framework/Intercom.bundle/images/survey_loading_state.png differ diff --git a/Intercom.xcframework/ios-arm64_x86_64-simulator/Intercom.framework/Intercom.bundle/images/survey_loading_state@2x.png b/Intercom.xcframework/ios-arm64_x86_64-simulator/Intercom.framework/Intercom.bundle/images/survey_loading_state@2x.png new file mode 100644 index 00000000..bb2b4ca1 Binary files /dev/null and b/Intercom.xcframework/ios-arm64_x86_64-simulator/Intercom.framework/Intercom.bundle/images/survey_loading_state@2x.png differ diff --git a/Intercom.xcframework/ios-arm64_x86_64-simulator/Intercom.framework/Intercom.bundle/images/survey_loading_state@3x.png b/Intercom.xcframework/ios-arm64_x86_64-simulator/Intercom.framework/Intercom.bundle/images/survey_loading_state@3x.png new file mode 100644 index 00000000..5b5f47e7 Binary files /dev/null and b/Intercom.xcframework/ios-arm64_x86_64-simulator/Intercom.framework/Intercom.bundle/images/survey_loading_state@3x.png differ diff --git a/Intercom.xcframework/ios-arm64_x86_64-simulator/Intercom.framework/IntercomAssets.bundle/Assets.car b/Intercom.xcframework/ios-arm64_x86_64-simulator/Intercom.framework/IntercomAssets.bundle/Assets.car index e56890b1..f7800a64 100644 Binary files a/Intercom.xcframework/ios-arm64_x86_64-simulator/Intercom.framework/IntercomAssets.bundle/Assets.car and b/Intercom.xcframework/ios-arm64_x86_64-simulator/Intercom.framework/IntercomAssets.bundle/Assets.car differ diff --git a/Intercom.xcframework/ios-arm64_x86_64-simulator/Intercom.framework/IntercomAssets.bundle/Info.plist b/Intercom.xcframework/ios-arm64_x86_64-simulator/Intercom.framework/IntercomAssets.bundle/Info.plist index 6441e04c..fa710ff1 100644 Binary files a/Intercom.xcframework/ios-arm64_x86_64-simulator/Intercom.framework/IntercomAssets.bundle/Info.plist and b/Intercom.xcframework/ios-arm64_x86_64-simulator/Intercom.framework/IntercomAssets.bundle/Info.plist differ diff --git a/Intercom.xcframework/ios-arm64_x86_64-simulator/Intercom.framework/IntercomAssets.bundle/_CodeSignature/CodeDirectory b/Intercom.xcframework/ios-arm64_x86_64-simulator/Intercom.framework/IntercomAssets.bundle/_CodeSignature/CodeDirectory index 012a7b3f..f9777252 100644 Binary files a/Intercom.xcframework/ios-arm64_x86_64-simulator/Intercom.framework/IntercomAssets.bundle/_CodeSignature/CodeDirectory and b/Intercom.xcframework/ios-arm64_x86_64-simulator/Intercom.framework/IntercomAssets.bundle/_CodeSignature/CodeDirectory differ diff --git a/Intercom.xcframework/ios-arm64_x86_64-simulator/Intercom.framework/IntercomAssets.bundle/_CodeSignature/CodeRequirements-1 b/Intercom.xcframework/ios-arm64_x86_64-simulator/Intercom.framework/IntercomAssets.bundle/_CodeSignature/CodeRequirements-1 index 7ff0e231..1ec1da56 100644 Binary files a/Intercom.xcframework/ios-arm64_x86_64-simulator/Intercom.framework/IntercomAssets.bundle/_CodeSignature/CodeRequirements-1 and b/Intercom.xcframework/ios-arm64_x86_64-simulator/Intercom.framework/IntercomAssets.bundle/_CodeSignature/CodeRequirements-1 differ diff --git a/Intercom.xcframework/ios-arm64_x86_64-simulator/Intercom.framework/IntercomAssets.bundle/_CodeSignature/CodeResources b/Intercom.xcframework/ios-arm64_x86_64-simulator/Intercom.framework/IntercomAssets.bundle/_CodeSignature/CodeResources index a8a93674..e9d9ac13 100644 --- a/Intercom.xcframework/ios-arm64_x86_64-simulator/Intercom.framework/IntercomAssets.bundle/_CodeSignature/CodeResources +++ b/Intercom.xcframework/ios-arm64_x86_64-simulator/Intercom.framework/IntercomAssets.bundle/_CodeSignature/CodeResources @@ -6,7 +6,7 @@ Assets.car - Q3HFjJI28oaIndLAzG09M2ZV9I4= + jHL4lRT0xklbhePWaOC4rjq5P0w= files2 @@ -15,11 +15,11 @@ hash - Q3HFjJI28oaIndLAzG09M2ZV9I4= + jHL4lRT0xklbhePWaOC4rjq5P0w= hash2 - JH58fiOpE7fTU/PrSTAxaixMtJtwxEXhqm2zFdPTak4= + XZKbvUiZ0dH26vt08VKXNI/Xlro+GKaYUy2Q31CzQH8= diff --git a/Intercom.xcframework/ios-arm64_x86_64-simulator/Intercom.framework/IntercomTranslations.bundle/Info.plist b/Intercom.xcframework/ios-arm64_x86_64-simulator/Intercom.framework/IntercomTranslations.bundle/Info.plist index a6252651..6ec64fd2 100644 Binary files a/Intercom.xcframework/ios-arm64_x86_64-simulator/Intercom.framework/IntercomTranslations.bundle/Info.plist and b/Intercom.xcframework/ios-arm64_x86_64-simulator/Intercom.framework/IntercomTranslations.bundle/Info.plist differ diff --git a/Intercom.xcframework/ios-arm64_x86_64-simulator/Intercom.framework/IntercomTranslations.bundle/_CodeSignature/CodeDirectory b/Intercom.xcframework/ios-arm64_x86_64-simulator/Intercom.framework/IntercomTranslations.bundle/_CodeSignature/CodeDirectory index 559dbee6..ae06e932 100644 Binary files a/Intercom.xcframework/ios-arm64_x86_64-simulator/Intercom.framework/IntercomTranslations.bundle/_CodeSignature/CodeDirectory and b/Intercom.xcframework/ios-arm64_x86_64-simulator/Intercom.framework/IntercomTranslations.bundle/_CodeSignature/CodeDirectory differ diff --git a/Intercom.xcframework/ios-arm64_x86_64-simulator/Intercom.framework/IntercomTranslations.bundle/_CodeSignature/CodeRequirements-1 b/Intercom.xcframework/ios-arm64_x86_64-simulator/Intercom.framework/IntercomTranslations.bundle/_CodeSignature/CodeRequirements-1 index a79db90b..8fe5d2b7 100644 Binary files a/Intercom.xcframework/ios-arm64_x86_64-simulator/Intercom.framework/IntercomTranslations.bundle/_CodeSignature/CodeRequirements-1 and b/Intercom.xcframework/ios-arm64_x86_64-simulator/Intercom.framework/IntercomTranslations.bundle/_CodeSignature/CodeRequirements-1 differ diff --git a/Intercom.xcframework/ios-arm64_x86_64-simulator/Intercom.framework/IntercomTranslations.bundle/_CodeSignature/CodeResources b/Intercom.xcframework/ios-arm64_x86_64-simulator/Intercom.framework/IntercomTranslations.bundle/_CodeSignature/CodeResources index bd37ebde..03076245 100644 --- a/Intercom.xcframework/ios-arm64_x86_64-simulator/Intercom.framework/IntercomTranslations.bundle/_CodeSignature/CodeResources +++ b/Intercom.xcframework/ios-arm64_x86_64-simulator/Intercom.framework/IntercomTranslations.bundle/_CodeSignature/CodeResources @@ -6,155 +6,159 @@ ar.strings - 65VGruTzLFDYnIJMs5dtuKIk0/c= + HaRCdDZQmGtcwkTiLU8q5bNrjj8= bg.strings - 7FY4AyjW2xtu5l2Ae9ujyExeZAA= + QvttB7dyjdXc/WKsVLIDSHmJt4E= bs.strings - QqNWJ7GfzBOMM97MZcuofcIFEoU= + aBwKgAgX03l2vdSpULjXvwdhTIU= ca.strings - /08iaD/n7Cu4xWTdleeis74ZaWI= + irQcYre0mmLf03gpD9gxQa3+2Xw= cs.strings - FK92AGte7uD+53MZs8mzSmBNiz8= + DhmffuZO+WcAfL2fpfbmuhTB9hA= da.strings - SjrkU+jlW06R0ZoB/nhh8bHdJzo= + UIUggUlynP6Wdvj1xMCKZ6vsoFk= de-form.strings - xFoF6IEZK8iNxdXGvGliizHyUBw= + 7wpb8d76SKBs8gvpmay+YBfgkys= de.strings - sqcIki0kHOcFaOLgPva0s5fYdYo= + 9UCF8AVVLN41RvhHxq/s2r6hTKs= el.strings - h+4CmsarWZ7U3OXVus9WVmTADzs= + TKG5I0pFWToLXI+nvgRtJDCj6gI= en.strings - 93uogdBCgTpMoJLme6C6Zkj1/B4= + PHMGSEKtM82lD58Obziwzw+3vYo= es.strings - +hNda4KcY0QcShgpb+PRc8YYjiQ= + g94ftLpjpuCLWk0hJ0Ch94ZuLuA= et.strings - pU+ioPE2YXynr+XjEEgJxFhu84g= + Bpq8sHwiZXnb7p5/FYTb5OkBclk= fi.strings - 7Z9GyNwrsCrN8UgIctUyszGRY5s= + WA/BEBrEDvIc1WkZOZ++ZlvEvtY= fr.strings - J5jzlCPzweuAShWT2HRCx8whve0= + KTag5haY4ZfQnxbkTgj/k7K3qgI= he.strings - oVbTkMoYNNcQpTAE52h29PcOPn8= + kk2qPShweSC6ZkKqxBIEm7TwOJs= hr.strings - gjW9xL+J2uKlw5JvjSoOQNU4Lms= + D7fkoAUV7B8RcXb/e7DfFfu7ojg= hu.strings - 4Ro0xQxYr5a0siHq+toN15bp3Jk= + ONQX5yOm1gz9Q1oC/czz8eZ+E+8= id.strings - YeeXXFSMj76s1OdGYskoQEnXhDk= + ByuQnJivHE1ZZkixVOYWXD8hpjg= it.strings - pm5g2i82/3Lefa/E5SrlJIl6J5w= + DWNY6fAepdZ9FN4rrNpCWg1aH+I= ja.strings - pBEz60jKNRe2EapJs6O7xAfRZTg= + h0I6HPP3mNoZBiBUzTmrL2XuhcE= ko.strings - NxE3DVk4JFxMEaZqx8TrwOCMckA= + oOTvCPjoAmRppDrV5v5Oq9pOlRU= lt.strings - 8DQvaZohOA9RNR3FUOeLufPYwvI= + BHYWtbhUjsSVpfwX0egrAxwd8q8= lv.strings - 4W5gPyWEJmHIbJHilcYEVHZvEGc= + 018C0uevfZpQjBm93ngAXXGKBYA= mn.strings - 99CARtVKmgvAOZ5NyE8VZrJbc/w= + jyPekbi95qGEjH6+79tos0KmhvA= nb.strings - 1/smJxVdByJ+IQJT6VgVa15Yx/s= + APCIxWfZqNT7S3KdfhJcI9noyGQ= nl.strings - NlNRiv7psoOc4CF95o3zx+DRwb0= + N+umoqLJxaks5jKHR+RLEnRl/fQ= pl.strings - a6HKsBOV9zw6jSx0OI+0C2161R0= + du3WV9LCHyNfnEyBwWfqiBRmcvo= pt-br.strings - hzqMueNQg2M1kemdYGURT+qGfgU= + skTzbPc8IFSmiQkVKdDq0FRwp5U= pt-pt.strings - ZYb44G+aA95Ahti5fEhfq3/zfpo= + bhQLxlimrUcEPuw6mTvlzVKzjvo= ro.strings - 69BuLzFdUjrt2dVBc9UqNINKQKE= + pEEyOZ+hPJQnpiPAR8S6lALfcas= ru.strings - aH5QkOkMMzHnGfVldx9ABom1SjY= + o32ms09eAz/9j9QnhtBPZBmpRDw= sl.strings - 97VM9a3VpdCVA2poBQMTAwPFXZk= + JxrTFR1eNr4hw9IXZkZgULr9mXI= sr.strings - yT+3UAkZK/Dl8rsKUMUpxyjb+7Y= + 0OF/UKIxKrCcPx2nycwAamQGo/Y= sv.strings - fEinsuqZXkErH9fLHob+8iBfOyM= + Gf5n8D6sA7jek4ZBTn+YFbkmkZw= tr.strings - h3sjK1kDB6L4QlehlnrJefouFKE= + syVYI59Ljo1L72+FAtHWcSqubdg= + + uk.strings + + ZhouZgirFOZIubkocsfQ5JplApg= vi.strings - a/4SrqOC3cf1isddE12u+P5ZU74= + 8I2XnWONM34xt+fJb8lEiiMxZRY= zh-hans.strings - TQkxMLbz6/6+NpBPWfpoWOYo9yw= + gN97tjxPqgKu3C+ZDzkNqh2CudQ= zh-hant.strings - JdPmUzpl6j8yXlctaEA5va5oDlY= + VnnygfSyO08k7AYn1MJfHrpfZ6s= files2 @@ -163,418 +167,429 @@ hash - 65VGruTzLFDYnIJMs5dtuKIk0/c= + HaRCdDZQmGtcwkTiLU8q5bNrjj8= hash2 - PNuipz9DkcUqie91+f/cHrqj/jX7MX7pcfzJaVNDt+o= + elIxR1+Xg0wSKoEOnC/RM1bt9l4RBJQzc19hRbOwKno= bg.strings hash - 7FY4AyjW2xtu5l2Ae9ujyExeZAA= + QvttB7dyjdXc/WKsVLIDSHmJt4E= hash2 - +nMDrDBdovnIOCLXAaKSjBATsZNGaj1BVY/h8rzZjek= + yIfICvbcnfcSSyPlFb2J09nUQIfJPDps4P4WcvuTHT0= bs.strings hash - QqNWJ7GfzBOMM97MZcuofcIFEoU= + aBwKgAgX03l2vdSpULjXvwdhTIU= hash2 - 9N4rf+mlHFfvNmfM6gcDMvzOMURNZ4EPlKQBPqpPY7o= + Jv3r7LhxO3XgEwVQkbcCXu5NMsCtJQKQxFe3qb9vmKg= ca.strings hash - /08iaD/n7Cu4xWTdleeis74ZaWI= + irQcYre0mmLf03gpD9gxQa3+2Xw= hash2 - noFIgZFo54R6w5lfFcUzf+ZIiKuei+WQpxkmWKdDt9c= + PXf96Zvk+ammGsJq+QQt3IC7wVJY9MnSl8E8D3FDNKQ= cs.strings hash - FK92AGte7uD+53MZs8mzSmBNiz8= + DhmffuZO+WcAfL2fpfbmuhTB9hA= hash2 - QZprji1/ibQ11mdLWjnEykG1hLm8+HU7OvpIEEBPS/U= + HHxrSaPJCJYnycA+4USmrPbtgfwOXSzaiIsuc27raK8= da.strings hash - SjrkU+jlW06R0ZoB/nhh8bHdJzo= + UIUggUlynP6Wdvj1xMCKZ6vsoFk= hash2 - IdRi1BM+OfiMvMKFBbAQo+n4Gik81XDu9uIgoH9v8Pw= + 067/cn5+yLcd41IKogRddRIJM2J1K2yMrX9eN/cX97I= de-form.strings hash - xFoF6IEZK8iNxdXGvGliizHyUBw= + 7wpb8d76SKBs8gvpmay+YBfgkys= hash2 - +3/18XM3v2NlVBJpC8B9zlr5NjsonzTPxDy2Ru6Wosc= + 5fVe0ygI5weKlYhx+Rul4UXsskJxGhT9cGtzGxLUZZg= de.strings hash - sqcIki0kHOcFaOLgPva0s5fYdYo= + 9UCF8AVVLN41RvhHxq/s2r6hTKs= hash2 - DooNGkRVoVFfk0bs2n7Ftv+wKHf1EWUQ8q92k6I87iE= + RW1AkV2GiZUVaY//wao2/95Sf5mtFjL5JZAyujP0A6M= el.strings hash - h+4CmsarWZ7U3OXVus9WVmTADzs= + TKG5I0pFWToLXI+nvgRtJDCj6gI= hash2 - 89vsRZjaxC9R1mrfxXpQqyQX8LwIx4qomRf1KRbzVh8= + W0akykH02sbXgy3r4aooJQGnhpOjAxslxjXvm43WfEA= en.strings hash - 93uogdBCgTpMoJLme6C6Zkj1/B4= + PHMGSEKtM82lD58Obziwzw+3vYo= hash2 - 5UHepnc2FAibDD8ucr6WCKMSBlmpC1hjD9C0o7dm+zw= + CalkTbKtXZO2id92ywzGPaBzStOVu6CObXw2aYIA2kY= es.strings hash - +hNda4KcY0QcShgpb+PRc8YYjiQ= + g94ftLpjpuCLWk0hJ0Ch94ZuLuA= hash2 - ivN6qPCM/d9Aaks8qM5wjbXIXBnejaGNhkln8TvSibY= + xXv8M+/rE7Ks1mpc6nsjrjrpE6cEzRBYNOQjLm9qzW8= et.strings hash - pU+ioPE2YXynr+XjEEgJxFhu84g= + Bpq8sHwiZXnb7p5/FYTb5OkBclk= hash2 - +rZcIM55A0FrWv8IPWnLcnsb5Qb4PSnvVWu4x6BSuXI= + bPl9oIHg1AoibUSmtR/5fthWpfxAmUyxiiw6f2zy8uI= fi.strings hash - 7Z9GyNwrsCrN8UgIctUyszGRY5s= + WA/BEBrEDvIc1WkZOZ++ZlvEvtY= hash2 - hTQqdQ1eU5ZtsaoMcAa/bBnHBpIAfaN7+OoSCM83TfQ= + 0mHB9I0lF7f0w/fu3HgHqFjQ2Y+El3DHSYFTCexqp6c= fr.strings hash - J5jzlCPzweuAShWT2HRCx8whve0= + KTag5haY4ZfQnxbkTgj/k7K3qgI= hash2 - l3T1Dsa8jXakfCJnfZmyufROapIuhYfcS/BzGVOxVQ0= + BztlyQvvvsRSz+KoYcnMocbYZ2i75psBMqv+6Rc1xxM= he.strings hash - oVbTkMoYNNcQpTAE52h29PcOPn8= + kk2qPShweSC6ZkKqxBIEm7TwOJs= hash2 - S8aXno0nOMmVZHFGF+JzUw8ALkTbMbcJBgk08hK2eKc= + 8/xDdtbCggpdFpdPRZkiNi+mJrCHwzgjEFCl8DUxRpU= hr.strings hash - gjW9xL+J2uKlw5JvjSoOQNU4Lms= + D7fkoAUV7B8RcXb/e7DfFfu7ojg= hash2 - RC+xAnAXkiOlnOGRjnEcFzqWAZJrPmxXrl7sCRsufU4= + XtLtZ5kIQ2iD02DxWCAkJt/3pM7huACxesQ3KyCwQXM= hu.strings hash - 4Ro0xQxYr5a0siHq+toN15bp3Jk= + ONQX5yOm1gz9Q1oC/czz8eZ+E+8= hash2 - 3CtNRxonUivQOBWnJgBM/jz4StjyxX5upEdI1Of8IQU= + 6ppODR24jhwwlXqLuvI64K8Y3eJ0QJnIvEaPhmA7T/Q= id.strings hash - YeeXXFSMj76s1OdGYskoQEnXhDk= + ByuQnJivHE1ZZkixVOYWXD8hpjg= hash2 - rchXaMwNquRRNn3sf0m6nWCaJzb/JXn8ZouxcOmGGLw= + /GSvFHZ5Mw6S5No9PMopkOapd0ZWRyYDB5wyC+00fuk= it.strings hash - pm5g2i82/3Lefa/E5SrlJIl6J5w= + DWNY6fAepdZ9FN4rrNpCWg1aH+I= hash2 - m1ItM9sbXTi519bT+5DGQ5KY7Tg9YA8aT+wKl3s4CGE= + tRsSUCKrMHMtftUD3b66Eel02pXwjRqYAzBLz81WRA8= ja.strings hash - pBEz60jKNRe2EapJs6O7xAfRZTg= + h0I6HPP3mNoZBiBUzTmrL2XuhcE= hash2 - tJZmVbVRFyOL/JtoUfUGoUvt5kQq2qX6DGAiLJtxLYk= + ajWlZoCZXE2pOLICe6PRhz8X+K1ILx9UwThGnSj9DLg= ko.strings hash - NxE3DVk4JFxMEaZqx8TrwOCMckA= + oOTvCPjoAmRppDrV5v5Oq9pOlRU= hash2 - jFtL50N7PW+fzFAwcKp7P1WOyUFEiBfoSODD2HVifoo= + ensT27xIT4LBSf7uMIQT/arTdHYL/D+htZH51hK4GRg= lt.strings hash - 8DQvaZohOA9RNR3FUOeLufPYwvI= + BHYWtbhUjsSVpfwX0egrAxwd8q8= hash2 - 9yQjHZmLFSR98kLe0fl9+ZbBli+kFV73vI2UzLZrZFM= + w+N1ycydI5BUaXLVFynaCIF8zI0sMpynpc0JUDyTtOo= lv.strings hash - 4W5gPyWEJmHIbJHilcYEVHZvEGc= + 018C0uevfZpQjBm93ngAXXGKBYA= hash2 - ZAhVN1d+78574/uLcKg8yV+CPdtGkswqqGWgatOzXrs= + 0XHr/Pr6OSQHF6KURVLqAg7yf+pxKv4r6EkzLsQcSpQ= mn.strings hash - 99CARtVKmgvAOZ5NyE8VZrJbc/w= + jyPekbi95qGEjH6+79tos0KmhvA= hash2 - 4Wr7hr3J4DL6OINvW0pprLmT1CVVeusTFOrlo0/DGFI= + HkTIbgIINJSdR6B/lDf9b1Uy/0YnEy623xyYGN7gU5o= nb.strings hash - 1/smJxVdByJ+IQJT6VgVa15Yx/s= + APCIxWfZqNT7S3KdfhJcI9noyGQ= hash2 - 8ioUBgOH1i6mcWnnh6XHwldddJNd+dDuDgTAWSdfBis= + rPcYCMZ30UKFL0izxuCZsFGXwE094qfuUwtKjnYQ5Xc= nl.strings hash - NlNRiv7psoOc4CF95o3zx+DRwb0= + N+umoqLJxaks5jKHR+RLEnRl/fQ= hash2 - UBR4sYTMInYNiZ1KobwtWlyntNFW62VcJpXfuGrEqmE= + Kufx1HuqHH84I9HG6TcFn+LH/o00bgqPKQi/Dy8I/9o= pl.strings hash - a6HKsBOV9zw6jSx0OI+0C2161R0= + du3WV9LCHyNfnEyBwWfqiBRmcvo= hash2 - ZR3hruDykvL6e9Y4EAe0vmb7s7H4Vi0hN3T+7a4bjXc= + PCPh5xZH9EE2IJK5VX/wgHoitwnlhiKCsGdHrXYcvvw= pt-br.strings hash - hzqMueNQg2M1kemdYGURT+qGfgU= + skTzbPc8IFSmiQkVKdDq0FRwp5U= hash2 - 4HwirqXxmQCUtzAroIo7KQbm0rmlAFq7le/45ngxYH0= + QtvEX5qEzDLN6PRan1FcLBWBGC+kgprZjQYy2UUjpXI= pt-pt.strings hash - ZYb44G+aA95Ahti5fEhfq3/zfpo= + bhQLxlimrUcEPuw6mTvlzVKzjvo= hash2 - nzGy1SW79X9UiY++Yuq8j8Gj6zmlayNWFuOoOAuA+q8= + E1FyiRvXmMzfn1xaIL3fgvKtz31m9VmYDk4D4jSSAZ4= ro.strings hash - 69BuLzFdUjrt2dVBc9UqNINKQKE= + pEEyOZ+hPJQnpiPAR8S6lALfcas= hash2 - 3ocnyMtUe4gKRtjDv1NoLdVNRuVGOwCAcRfBn2zNClE= + iWYO3SkK4smc/sXfOyNFA4ZDDPCxqSCkV4JNXilEjKc= ru.strings hash - aH5QkOkMMzHnGfVldx9ABom1SjY= + o32ms09eAz/9j9QnhtBPZBmpRDw= hash2 - Q8xjgNugl5YBRqCAxRvZyned/KXjHOloO5EvmyAwe+Y= + Bxkb6LOFmbZ2FL1ve8xeOOpGmrQ4v5suyTnMw6VnJtM= sl.strings hash - 97VM9a3VpdCVA2poBQMTAwPFXZk= + JxrTFR1eNr4hw9IXZkZgULr9mXI= hash2 - mfy54ztouhP7oMZ95RVulhFBsIcluKwtVR+hG7qdZkk= + A0tXhAikF2/W8wFhBu0cbRiRc7f7Gw/V2sA2fZv/JWU= sr.strings hash - yT+3UAkZK/Dl8rsKUMUpxyjb+7Y= + 0OF/UKIxKrCcPx2nycwAamQGo/Y= hash2 - ObVstAvTWaulPkzUctUVw5A7f8+wRKN2WqFejoZ96ug= + uK4Hml6mfWP4bcd9EgO4AhEUm6LfKkP1F3kJhYhn3sw= sv.strings hash - fEinsuqZXkErH9fLHob+8iBfOyM= + Gf5n8D6sA7jek4ZBTn+YFbkmkZw= hash2 - rj8C6q/gMHlPtveN2sw1a8HNgdRewI4l7n3IrHW+ORw= + VPzBDY/+Qe1kjzbp/7J4L5llzjQWPM3aH/Nu1xHahz8= tr.strings hash - h3sjK1kDB6L4QlehlnrJefouFKE= + syVYI59Ljo1L72+FAtHWcSqubdg= + + hash2 + + 0CSg8GmLMOVoqg1txsOdt5B09u2al7m8o02tGFXzuno= + + + uk.strings + + hash + + ZhouZgirFOZIubkocsfQ5JplApg= hash2 - 76HAGItgyEqLa46i6CmJQAHm6x8g9dL4acfzFune1tw= + juCZ8hpIUkhCqv3BtGti6H+9Is4dzvw9rvJ/+/XShiA= vi.strings hash - a/4SrqOC3cf1isddE12u+P5ZU74= + 8I2XnWONM34xt+fJb8lEiiMxZRY= hash2 - NJzYbFlHSH7hdCatl7pP73bxW9X0A3dLH1eg81kq23A= + /+Q5ZZ94D1p9NXin37IolZn1bQBNnZyUh2TTQ8CsljI= zh-hans.strings hash - TQkxMLbz6/6+NpBPWfpoWOYo9yw= + gN97tjxPqgKu3C+ZDzkNqh2CudQ= hash2 - FoYY5JPMHdUFC4arvS9pF6ocFrGek1W47dV52PFBd1k= + V8B0bH1Zs2nKO44dKbThExsgyQ0paryE1RTe1dEfQ08= zh-hant.strings hash - JdPmUzpl6j8yXlctaEA5va5oDlY= + VnnygfSyO08k7AYn1MJfHrpfZ6s= hash2 - gJO+ewBLsD/3g9ITVq2GXHW9uHp8AyzuAHyoyUefAQk= + 0ppy53raCF9AHoQ1Rrn0Refik/vKClTBemOME+c9rfQ= diff --git a/Intercom.xcframework/ios-arm64_x86_64-simulator/Intercom.framework/IntercomTranslations.bundle/ar.strings b/Intercom.xcframework/ios-arm64_x86_64-simulator/Intercom.framework/IntercomTranslations.bundle/ar.strings index 1aa9b49e..fcd98b16 100644 Binary files a/Intercom.xcframework/ios-arm64_x86_64-simulator/Intercom.framework/IntercomTranslations.bundle/ar.strings and b/Intercom.xcframework/ios-arm64_x86_64-simulator/Intercom.framework/IntercomTranslations.bundle/ar.strings differ diff --git a/Intercom.xcframework/ios-arm64_x86_64-simulator/Intercom.framework/IntercomTranslations.bundle/bg.strings b/Intercom.xcframework/ios-arm64_x86_64-simulator/Intercom.framework/IntercomTranslations.bundle/bg.strings index 3d2aeeeb..1f3b5a19 100644 Binary files a/Intercom.xcframework/ios-arm64_x86_64-simulator/Intercom.framework/IntercomTranslations.bundle/bg.strings and b/Intercom.xcframework/ios-arm64_x86_64-simulator/Intercom.framework/IntercomTranslations.bundle/bg.strings differ diff --git a/Intercom.xcframework/ios-arm64_x86_64-simulator/Intercom.framework/IntercomTranslations.bundle/bs.strings b/Intercom.xcframework/ios-arm64_x86_64-simulator/Intercom.framework/IntercomTranslations.bundle/bs.strings index ce8e1ca4..22fe98df 100644 Binary files a/Intercom.xcframework/ios-arm64_x86_64-simulator/Intercom.framework/IntercomTranslations.bundle/bs.strings and b/Intercom.xcframework/ios-arm64_x86_64-simulator/Intercom.framework/IntercomTranslations.bundle/bs.strings differ diff --git a/Intercom.xcframework/ios-arm64_x86_64-simulator/Intercom.framework/IntercomTranslations.bundle/ca.strings b/Intercom.xcframework/ios-arm64_x86_64-simulator/Intercom.framework/IntercomTranslations.bundle/ca.strings index 80171aa6..94bc24e7 100644 Binary files a/Intercom.xcframework/ios-arm64_x86_64-simulator/Intercom.framework/IntercomTranslations.bundle/ca.strings and b/Intercom.xcframework/ios-arm64_x86_64-simulator/Intercom.framework/IntercomTranslations.bundle/ca.strings differ diff --git a/Intercom.xcframework/ios-arm64_x86_64-simulator/Intercom.framework/IntercomTranslations.bundle/cs.strings b/Intercom.xcframework/ios-arm64_x86_64-simulator/Intercom.framework/IntercomTranslations.bundle/cs.strings index 941e9d5b..0001d1bc 100644 Binary files a/Intercom.xcframework/ios-arm64_x86_64-simulator/Intercom.framework/IntercomTranslations.bundle/cs.strings and b/Intercom.xcframework/ios-arm64_x86_64-simulator/Intercom.framework/IntercomTranslations.bundle/cs.strings differ diff --git a/Intercom.xcframework/ios-arm64_x86_64-simulator/Intercom.framework/IntercomTranslations.bundle/da.strings b/Intercom.xcframework/ios-arm64_x86_64-simulator/Intercom.framework/IntercomTranslations.bundle/da.strings index f24e59a7..75b4d8b7 100644 Binary files a/Intercom.xcframework/ios-arm64_x86_64-simulator/Intercom.framework/IntercomTranslations.bundle/da.strings and b/Intercom.xcframework/ios-arm64_x86_64-simulator/Intercom.framework/IntercomTranslations.bundle/da.strings differ diff --git a/Intercom.xcframework/ios-arm64_x86_64-simulator/Intercom.framework/IntercomTranslations.bundle/de-form.strings b/Intercom.xcframework/ios-arm64_x86_64-simulator/Intercom.framework/IntercomTranslations.bundle/de-form.strings index c2d528da..dab3595e 100644 Binary files a/Intercom.xcframework/ios-arm64_x86_64-simulator/Intercom.framework/IntercomTranslations.bundle/de-form.strings and b/Intercom.xcframework/ios-arm64_x86_64-simulator/Intercom.framework/IntercomTranslations.bundle/de-form.strings differ diff --git a/Intercom.xcframework/ios-arm64_x86_64-simulator/Intercom.framework/IntercomTranslations.bundle/de.strings b/Intercom.xcframework/ios-arm64_x86_64-simulator/Intercom.framework/IntercomTranslations.bundle/de.strings index d43142a7..b1be00f2 100644 Binary files a/Intercom.xcframework/ios-arm64_x86_64-simulator/Intercom.framework/IntercomTranslations.bundle/de.strings and b/Intercom.xcframework/ios-arm64_x86_64-simulator/Intercom.framework/IntercomTranslations.bundle/de.strings differ diff --git a/Intercom.xcframework/ios-arm64_x86_64-simulator/Intercom.framework/IntercomTranslations.bundle/el.strings b/Intercom.xcframework/ios-arm64_x86_64-simulator/Intercom.framework/IntercomTranslations.bundle/el.strings index 1bb342b2..0c850a18 100644 Binary files a/Intercom.xcframework/ios-arm64_x86_64-simulator/Intercom.framework/IntercomTranslations.bundle/el.strings and b/Intercom.xcframework/ios-arm64_x86_64-simulator/Intercom.framework/IntercomTranslations.bundle/el.strings differ diff --git a/Intercom.xcframework/ios-arm64_x86_64-simulator/Intercom.framework/IntercomTranslations.bundle/en.strings b/Intercom.xcframework/ios-arm64_x86_64-simulator/Intercom.framework/IntercomTranslations.bundle/en.strings index 9680b917..6e21c841 100644 Binary files a/Intercom.xcframework/ios-arm64_x86_64-simulator/Intercom.framework/IntercomTranslations.bundle/en.strings and b/Intercom.xcframework/ios-arm64_x86_64-simulator/Intercom.framework/IntercomTranslations.bundle/en.strings differ diff --git a/Intercom.xcframework/ios-arm64_x86_64-simulator/Intercom.framework/IntercomTranslations.bundle/es.strings b/Intercom.xcframework/ios-arm64_x86_64-simulator/Intercom.framework/IntercomTranslations.bundle/es.strings index cc5552aa..549206ca 100644 Binary files a/Intercom.xcframework/ios-arm64_x86_64-simulator/Intercom.framework/IntercomTranslations.bundle/es.strings and b/Intercom.xcframework/ios-arm64_x86_64-simulator/Intercom.framework/IntercomTranslations.bundle/es.strings differ diff --git a/Intercom.xcframework/ios-arm64_x86_64-simulator/Intercom.framework/IntercomTranslations.bundle/et.strings b/Intercom.xcframework/ios-arm64_x86_64-simulator/Intercom.framework/IntercomTranslations.bundle/et.strings index befd82ab..22eaabc4 100644 Binary files a/Intercom.xcframework/ios-arm64_x86_64-simulator/Intercom.framework/IntercomTranslations.bundle/et.strings and b/Intercom.xcframework/ios-arm64_x86_64-simulator/Intercom.framework/IntercomTranslations.bundle/et.strings differ diff --git a/Intercom.xcframework/ios-arm64_x86_64-simulator/Intercom.framework/IntercomTranslations.bundle/fi.strings b/Intercom.xcframework/ios-arm64_x86_64-simulator/Intercom.framework/IntercomTranslations.bundle/fi.strings index 9d7d546e..8dae0067 100644 Binary files a/Intercom.xcframework/ios-arm64_x86_64-simulator/Intercom.framework/IntercomTranslations.bundle/fi.strings and b/Intercom.xcframework/ios-arm64_x86_64-simulator/Intercom.framework/IntercomTranslations.bundle/fi.strings differ diff --git a/Intercom.xcframework/ios-arm64_x86_64-simulator/Intercom.framework/IntercomTranslations.bundle/fr.strings b/Intercom.xcframework/ios-arm64_x86_64-simulator/Intercom.framework/IntercomTranslations.bundle/fr.strings index 918b1793..9646a640 100644 Binary files a/Intercom.xcframework/ios-arm64_x86_64-simulator/Intercom.framework/IntercomTranslations.bundle/fr.strings and b/Intercom.xcframework/ios-arm64_x86_64-simulator/Intercom.framework/IntercomTranslations.bundle/fr.strings differ diff --git a/Intercom.xcframework/ios-arm64_x86_64-simulator/Intercom.framework/IntercomTranslations.bundle/he.strings b/Intercom.xcframework/ios-arm64_x86_64-simulator/Intercom.framework/IntercomTranslations.bundle/he.strings index fff08653..342dc4e1 100644 Binary files a/Intercom.xcframework/ios-arm64_x86_64-simulator/Intercom.framework/IntercomTranslations.bundle/he.strings and b/Intercom.xcframework/ios-arm64_x86_64-simulator/Intercom.framework/IntercomTranslations.bundle/he.strings differ diff --git a/Intercom.xcframework/ios-arm64_x86_64-simulator/Intercom.framework/IntercomTranslations.bundle/hr.strings b/Intercom.xcframework/ios-arm64_x86_64-simulator/Intercom.framework/IntercomTranslations.bundle/hr.strings index f2b51b04..74276f57 100644 Binary files a/Intercom.xcframework/ios-arm64_x86_64-simulator/Intercom.framework/IntercomTranslations.bundle/hr.strings and b/Intercom.xcframework/ios-arm64_x86_64-simulator/Intercom.framework/IntercomTranslations.bundle/hr.strings differ diff --git a/Intercom.xcframework/ios-arm64_x86_64-simulator/Intercom.framework/IntercomTranslations.bundle/hu.strings b/Intercom.xcframework/ios-arm64_x86_64-simulator/Intercom.framework/IntercomTranslations.bundle/hu.strings index 4d1bf921..834cf3a2 100644 Binary files a/Intercom.xcframework/ios-arm64_x86_64-simulator/Intercom.framework/IntercomTranslations.bundle/hu.strings and b/Intercom.xcframework/ios-arm64_x86_64-simulator/Intercom.framework/IntercomTranslations.bundle/hu.strings differ diff --git a/Intercom.xcframework/ios-arm64_x86_64-simulator/Intercom.framework/IntercomTranslations.bundle/id.strings b/Intercom.xcframework/ios-arm64_x86_64-simulator/Intercom.framework/IntercomTranslations.bundle/id.strings index 292b1eb9..ac7ef331 100644 Binary files a/Intercom.xcframework/ios-arm64_x86_64-simulator/Intercom.framework/IntercomTranslations.bundle/id.strings and b/Intercom.xcframework/ios-arm64_x86_64-simulator/Intercom.framework/IntercomTranslations.bundle/id.strings differ diff --git a/Intercom.xcframework/ios-arm64_x86_64-simulator/Intercom.framework/IntercomTranslations.bundle/it.strings b/Intercom.xcframework/ios-arm64_x86_64-simulator/Intercom.framework/IntercomTranslations.bundle/it.strings index 90b16e72..818c5026 100644 Binary files a/Intercom.xcframework/ios-arm64_x86_64-simulator/Intercom.framework/IntercomTranslations.bundle/it.strings and b/Intercom.xcframework/ios-arm64_x86_64-simulator/Intercom.framework/IntercomTranslations.bundle/it.strings differ diff --git a/Intercom.xcframework/ios-arm64_x86_64-simulator/Intercom.framework/IntercomTranslations.bundle/ja.strings b/Intercom.xcframework/ios-arm64_x86_64-simulator/Intercom.framework/IntercomTranslations.bundle/ja.strings index 833959e8..7ba90dcd 100644 Binary files a/Intercom.xcframework/ios-arm64_x86_64-simulator/Intercom.framework/IntercomTranslations.bundle/ja.strings and b/Intercom.xcframework/ios-arm64_x86_64-simulator/Intercom.framework/IntercomTranslations.bundle/ja.strings differ diff --git a/Intercom.xcframework/ios-arm64_x86_64-simulator/Intercom.framework/IntercomTranslations.bundle/ko.strings b/Intercom.xcframework/ios-arm64_x86_64-simulator/Intercom.framework/IntercomTranslations.bundle/ko.strings index 03637a36..5eab7391 100644 Binary files a/Intercom.xcframework/ios-arm64_x86_64-simulator/Intercom.framework/IntercomTranslations.bundle/ko.strings and b/Intercom.xcframework/ios-arm64_x86_64-simulator/Intercom.framework/IntercomTranslations.bundle/ko.strings differ diff --git a/Intercom.xcframework/ios-arm64_x86_64-simulator/Intercom.framework/IntercomTranslations.bundle/lt.strings b/Intercom.xcframework/ios-arm64_x86_64-simulator/Intercom.framework/IntercomTranslations.bundle/lt.strings index e91d241d..3cd0588b 100644 Binary files a/Intercom.xcframework/ios-arm64_x86_64-simulator/Intercom.framework/IntercomTranslations.bundle/lt.strings and b/Intercom.xcframework/ios-arm64_x86_64-simulator/Intercom.framework/IntercomTranslations.bundle/lt.strings differ diff --git a/Intercom.xcframework/ios-arm64_x86_64-simulator/Intercom.framework/IntercomTranslations.bundle/lv.strings b/Intercom.xcframework/ios-arm64_x86_64-simulator/Intercom.framework/IntercomTranslations.bundle/lv.strings index 3bf9dfeb..61d56880 100644 Binary files a/Intercom.xcframework/ios-arm64_x86_64-simulator/Intercom.framework/IntercomTranslations.bundle/lv.strings and b/Intercom.xcframework/ios-arm64_x86_64-simulator/Intercom.framework/IntercomTranslations.bundle/lv.strings differ diff --git a/Intercom.xcframework/ios-arm64_x86_64-simulator/Intercom.framework/IntercomTranslations.bundle/mn.strings b/Intercom.xcframework/ios-arm64_x86_64-simulator/Intercom.framework/IntercomTranslations.bundle/mn.strings index fc553b5b..1ba27424 100644 Binary files a/Intercom.xcframework/ios-arm64_x86_64-simulator/Intercom.framework/IntercomTranslations.bundle/mn.strings and b/Intercom.xcframework/ios-arm64_x86_64-simulator/Intercom.framework/IntercomTranslations.bundle/mn.strings differ diff --git a/Intercom.xcframework/ios-arm64_x86_64-simulator/Intercom.framework/IntercomTranslations.bundle/nb.strings b/Intercom.xcframework/ios-arm64_x86_64-simulator/Intercom.framework/IntercomTranslations.bundle/nb.strings index 003f9f8a..afcb85a4 100644 Binary files a/Intercom.xcframework/ios-arm64_x86_64-simulator/Intercom.framework/IntercomTranslations.bundle/nb.strings and b/Intercom.xcframework/ios-arm64_x86_64-simulator/Intercom.framework/IntercomTranslations.bundle/nb.strings differ diff --git a/Intercom.xcframework/ios-arm64_x86_64-simulator/Intercom.framework/IntercomTranslations.bundle/nl.strings b/Intercom.xcframework/ios-arm64_x86_64-simulator/Intercom.framework/IntercomTranslations.bundle/nl.strings index ad98896f..9a946b4a 100644 Binary files a/Intercom.xcframework/ios-arm64_x86_64-simulator/Intercom.framework/IntercomTranslations.bundle/nl.strings and b/Intercom.xcframework/ios-arm64_x86_64-simulator/Intercom.framework/IntercomTranslations.bundle/nl.strings differ diff --git a/Intercom.xcframework/ios-arm64_x86_64-simulator/Intercom.framework/IntercomTranslations.bundle/pl.strings b/Intercom.xcframework/ios-arm64_x86_64-simulator/Intercom.framework/IntercomTranslations.bundle/pl.strings index 01d76b72..54a3359a 100644 Binary files a/Intercom.xcframework/ios-arm64_x86_64-simulator/Intercom.framework/IntercomTranslations.bundle/pl.strings and b/Intercom.xcframework/ios-arm64_x86_64-simulator/Intercom.framework/IntercomTranslations.bundle/pl.strings differ diff --git a/Intercom.xcframework/ios-arm64_x86_64-simulator/Intercom.framework/IntercomTranslations.bundle/pt-br.strings b/Intercom.xcframework/ios-arm64_x86_64-simulator/Intercom.framework/IntercomTranslations.bundle/pt-br.strings index 69c85cc9..db718fc2 100644 Binary files a/Intercom.xcframework/ios-arm64_x86_64-simulator/Intercom.framework/IntercomTranslations.bundle/pt-br.strings and b/Intercom.xcframework/ios-arm64_x86_64-simulator/Intercom.framework/IntercomTranslations.bundle/pt-br.strings differ diff --git a/Intercom.xcframework/ios-arm64_x86_64-simulator/Intercom.framework/IntercomTranslations.bundle/pt-pt.strings b/Intercom.xcframework/ios-arm64_x86_64-simulator/Intercom.framework/IntercomTranslations.bundle/pt-pt.strings index dfbaa087..b5c85e56 100644 Binary files a/Intercom.xcframework/ios-arm64_x86_64-simulator/Intercom.framework/IntercomTranslations.bundle/pt-pt.strings and b/Intercom.xcframework/ios-arm64_x86_64-simulator/Intercom.framework/IntercomTranslations.bundle/pt-pt.strings differ diff --git a/Intercom.xcframework/ios-arm64_x86_64-simulator/Intercom.framework/IntercomTranslations.bundle/ro.strings b/Intercom.xcframework/ios-arm64_x86_64-simulator/Intercom.framework/IntercomTranslations.bundle/ro.strings index 66f8543a..02b0883c 100644 Binary files a/Intercom.xcframework/ios-arm64_x86_64-simulator/Intercom.framework/IntercomTranslations.bundle/ro.strings and b/Intercom.xcframework/ios-arm64_x86_64-simulator/Intercom.framework/IntercomTranslations.bundle/ro.strings differ diff --git a/Intercom.xcframework/ios-arm64_x86_64-simulator/Intercom.framework/IntercomTranslations.bundle/ru.strings b/Intercom.xcframework/ios-arm64_x86_64-simulator/Intercom.framework/IntercomTranslations.bundle/ru.strings index 3f3fb26a..ce6f7326 100644 Binary files a/Intercom.xcframework/ios-arm64_x86_64-simulator/Intercom.framework/IntercomTranslations.bundle/ru.strings and b/Intercom.xcframework/ios-arm64_x86_64-simulator/Intercom.framework/IntercomTranslations.bundle/ru.strings differ diff --git a/Intercom.xcframework/ios-arm64_x86_64-simulator/Intercom.framework/IntercomTranslations.bundle/sl.strings b/Intercom.xcframework/ios-arm64_x86_64-simulator/Intercom.framework/IntercomTranslations.bundle/sl.strings index 050bc4c5..2435a375 100644 Binary files a/Intercom.xcframework/ios-arm64_x86_64-simulator/Intercom.framework/IntercomTranslations.bundle/sl.strings and b/Intercom.xcframework/ios-arm64_x86_64-simulator/Intercom.framework/IntercomTranslations.bundle/sl.strings differ diff --git a/Intercom.xcframework/ios-arm64_x86_64-simulator/Intercom.framework/IntercomTranslations.bundle/sr.strings b/Intercom.xcframework/ios-arm64_x86_64-simulator/Intercom.framework/IntercomTranslations.bundle/sr.strings index 1d1308e6..9d28c594 100644 Binary files a/Intercom.xcframework/ios-arm64_x86_64-simulator/Intercom.framework/IntercomTranslations.bundle/sr.strings and b/Intercom.xcframework/ios-arm64_x86_64-simulator/Intercom.framework/IntercomTranslations.bundle/sr.strings differ diff --git a/Intercom.xcframework/ios-arm64_x86_64-simulator/Intercom.framework/IntercomTranslations.bundle/sv.strings b/Intercom.xcframework/ios-arm64_x86_64-simulator/Intercom.framework/IntercomTranslations.bundle/sv.strings index 664ec652..f4d2b8ca 100644 Binary files a/Intercom.xcframework/ios-arm64_x86_64-simulator/Intercom.framework/IntercomTranslations.bundle/sv.strings and b/Intercom.xcframework/ios-arm64_x86_64-simulator/Intercom.framework/IntercomTranslations.bundle/sv.strings differ diff --git a/Intercom.xcframework/ios-arm64_x86_64-simulator/Intercom.framework/IntercomTranslations.bundle/tr.strings b/Intercom.xcframework/ios-arm64_x86_64-simulator/Intercom.framework/IntercomTranslations.bundle/tr.strings index fef40626..64e42e60 100644 Binary files a/Intercom.xcframework/ios-arm64_x86_64-simulator/Intercom.framework/IntercomTranslations.bundle/tr.strings and b/Intercom.xcframework/ios-arm64_x86_64-simulator/Intercom.framework/IntercomTranslations.bundle/tr.strings differ diff --git a/Intercom.xcframework/ios-arm64_x86_64-simulator/Intercom.framework/IntercomTranslations.bundle/uk.strings b/Intercom.xcframework/ios-arm64_x86_64-simulator/Intercom.framework/IntercomTranslations.bundle/uk.strings new file mode 100644 index 00000000..d9c33cad Binary files /dev/null and b/Intercom.xcframework/ios-arm64_x86_64-simulator/Intercom.framework/IntercomTranslations.bundle/uk.strings differ diff --git a/Intercom.xcframework/ios-arm64_x86_64-simulator/Intercom.framework/IntercomTranslations.bundle/vi.strings b/Intercom.xcframework/ios-arm64_x86_64-simulator/Intercom.framework/IntercomTranslations.bundle/vi.strings index ae95d12c..81a1d303 100644 Binary files a/Intercom.xcframework/ios-arm64_x86_64-simulator/Intercom.framework/IntercomTranslations.bundle/vi.strings and b/Intercom.xcframework/ios-arm64_x86_64-simulator/Intercom.framework/IntercomTranslations.bundle/vi.strings differ diff --git a/Intercom.xcframework/ios-arm64_x86_64-simulator/Intercom.framework/IntercomTranslations.bundle/zh-hans.strings b/Intercom.xcframework/ios-arm64_x86_64-simulator/Intercom.framework/IntercomTranslations.bundle/zh-hans.strings index 8913fb51..3e511ce4 100644 Binary files a/Intercom.xcframework/ios-arm64_x86_64-simulator/Intercom.framework/IntercomTranslations.bundle/zh-hans.strings and b/Intercom.xcframework/ios-arm64_x86_64-simulator/Intercom.framework/IntercomTranslations.bundle/zh-hans.strings differ diff --git a/Intercom.xcframework/ios-arm64_x86_64-simulator/Intercom.framework/IntercomTranslations.bundle/zh-hant.strings b/Intercom.xcframework/ios-arm64_x86_64-simulator/Intercom.framework/IntercomTranslations.bundle/zh-hant.strings index 613f68bf..0d737461 100644 Binary files a/Intercom.xcframework/ios-arm64_x86_64-simulator/Intercom.framework/IntercomTranslations.bundle/zh-hant.strings and b/Intercom.xcframework/ios-arm64_x86_64-simulator/Intercom.framework/IntercomTranslations.bundle/zh-hant.strings differ diff --git a/Intercom.xcframework/ios-arm64_x86_64-simulator/Intercom.framework/Modules/Intercom.swiftmodule/arm64-apple-ios-simulator.swiftdoc b/Intercom.xcframework/ios-arm64_x86_64-simulator/Intercom.framework/Modules/Intercom.swiftmodule/arm64-apple-ios-simulator.swiftdoc index 8487c6df..38520828 100644 Binary files a/Intercom.xcframework/ios-arm64_x86_64-simulator/Intercom.framework/Modules/Intercom.swiftmodule/arm64-apple-ios-simulator.swiftdoc and b/Intercom.xcframework/ios-arm64_x86_64-simulator/Intercom.framework/Modules/Intercom.swiftmodule/arm64-apple-ios-simulator.swiftdoc differ diff --git a/Intercom.xcframework/ios-arm64_x86_64-simulator/Intercom.framework/Modules/Intercom.swiftmodule/arm64-apple-ios-simulator.swiftinterface b/Intercom.xcframework/ios-arm64_x86_64-simulator/Intercom.framework/Modules/Intercom.swiftmodule/arm64-apple-ios-simulator.swiftinterface index 51b3095f..ff517436 100644 --- a/Intercom.xcframework/ios-arm64_x86_64-simulator/Intercom.framework/Modules/Intercom.swiftmodule/arm64-apple-ios-simulator.swiftinterface +++ b/Intercom.xcframework/ios-arm64_x86_64-simulator/Intercom.framework/Modules/Intercom.swiftmodule/arm64-apple-ios-simulator.swiftinterface @@ -1,14 +1,16 @@ // swift-interface-format-version: 1.0 -// swift-compiler-version: Apple Swift version 5.5.2 (swiftlang-1300.0.47.5 clang-1300.0.29.30) +// swift-compiler-version: Apple Swift version 5.6 (swiftlang-5.6.0.323.62 clang-1316.0.20.8) // swift-module-flags: -target arm64-apple-ios13.0-simulator -enable-objc-interop -enable-library-evolution -swift-version 5 -enforce-exclusivity=checked -O -module-name Intercom import Foundation @_exported import Intercom -import Intercom_Private import Swift import UIKit import _Concurrency import os.log import os +@objc @_hasMissingDesignatedInitializers @_Concurrency.MainActor(unsafe) final public class EmojiImageButton : UIKit.UIButton { + @objc deinit +} @objc public protocol HelpCenterStartConversationViewDelegate { @objc func didSelectStartConversation() } @@ -22,14 +24,14 @@ import os } @_hasMissingDesignatedInitializers @objc(ICMSearchBrowseView) @_Concurrency.MainActor(unsafe) final public class SearchBrowseView : UIKit.UIView { @objc @_Concurrency.MainActor(unsafe) convenience public init(suggestedArticles: Swift.Array = []) - @_Concurrency.MainActor(unsafe) public init(_ suggestedArticles: Swift.Array, _ config: Intercom_Private.ICMConfigProtocol = ICMConfig.shared()) + @_Concurrency.MainActor(unsafe) public init(_ suggestedArticles: Swift.Array, _ config: ICMConfigProtocol = ICMConfig.shared()) @_Concurrency.MainActor(unsafe) @objc override final public func traitCollectionDidChange(_ previousTraitCollection: UIKit.UITraitCollection?) @objc @_Concurrency.MainActor(unsafe) final public func searchHelpArticlesAction() @objc @_Concurrency.MainActor(unsafe) final public func heightForCard(width: CoreGraphics.CGFloat) -> CoreGraphics.CGFloat @objc deinit } @_inheritsConvenienceInitializers @_hasMissingDesignatedInitializers @objc @_Concurrency.MainActor(unsafe) final public class InboxCell : UIKit.UITableViewCell { - @objc @_Concurrency.MainActor(unsafe) final public func configure(name: Swift.String, sentTime: Foundation.Date, summary: Swift.String, adminsToShow: [Intercom_Private.ICMParticipant], unread: Swift.Bool, showDividerLine: Swift.Bool) + @objc @_Concurrency.MainActor(unsafe) final public func configure(name: Swift.String, sentTime: Foundation.Date, summary: Swift.String, adminsToShow: [ICMParticipant], unread: Swift.Bool, showDividerLine: Swift.Bool) @_Concurrency.MainActor(unsafe) @objc override final public func traitCollectionDidChange(_ previousTraitCollection: UIKit.UITraitCollection?) @objc deinit } @@ -40,6 +42,9 @@ extension UIKit.UIColor { @objc public static var intercomBlack: UIKit.UIColor? { @objc get } + @objc public static var intercomBlack5: UIKit.UIColor? { + @objc get + } @objc public static var intercomBlack20: UIKit.UIColor? { @objc get } @@ -52,6 +57,13 @@ extension UIKit.UIColor { @objc public static var backButtonBackgroundDark: UIKit.UIColor? { @objc get } + @objc public static var coolGray1: UIKit.UIColor? { + @objc get + } +} +@_hasMissingDesignatedInitializers @objc final public class SurveyStep : ObjectiveC.NSObject { + @objc public init(id: Swift.String) + @objc deinit } @_inheritsConvenienceInitializers @objc @_Concurrency.MainActor(unsafe) final public class TouchTransparentCollectionView : UIKit.UICollectionView { @_Concurrency.MainActor(unsafe) @objc override final public func point(inside point: CoreGraphics.CGPoint, with event: UIKit.UIEvent?) -> Swift.Bool @@ -66,6 +78,9 @@ extension UIKit.UIColor { @objc final public func searchResults(for searchTerm: Swift.String, completion: @escaping ([HelpCenterArticleSearchResult]?, Swift.Error?) -> Swift.Void) @objc deinit } +extension ICMColor { + @objc public static func isLightColor(_ color: UIKit.UIColor?) -> Swift.Bool +} @objc public class HelpCenterArticle_Internal : ObjectiveC.NSObject { @objc public var id: Swift.String @objc public var title: Swift.String @@ -77,6 +92,11 @@ extension UIKit.UIColor { @objc override dynamic public func isEqual(_ object: Any?) -> Swift.Bool @objc deinit } +@_hasMissingDesignatedInitializers @objc final public class SurveyService : ObjectiveC.NSObject { + @objc public static var currentlyDisplayingSurvey: Swift.Bool + @objc public static func presentSurvey(_ survey: Survey) + @objc deinit +} @objc @objcMembers final public class ArticleMetaData : ObjectiveC.NSObject { @objc public static let searchBrowseSource: Swift.String @objc final public var articleId: Swift.String? @@ -95,6 +115,7 @@ extension UIKit.UIColor { @objc public static func addOpenedFromMessengerHomeAppEvent() @objc public static func addOpenedFromCarousel() @objc public static func addOpenedFromPushNotification() + @objc public static func addOpenedFromSurvey() @objc final public func addArticleViewedEvent() final public func addSuggestedArticlesPresentedToUserEvent(articlesShown: [Swift.String], numberOfArticles: Swift.Int) @objc final public func addArticleFailedEvent(errorCode: Foundation.NSNumber) @@ -118,6 +139,37 @@ extension UIKit.UIColor { @objc @_Concurrency.MainActor(unsafe) weak final public var articleDelegate: NativeArticleReactionsViewDelegate? @objc deinit } +@objc public enum SurveyFormat : Swift.Int { + case small = 0 + case large = 1 + public init?(rawValue: Swift.Int) + public typealias RawValue = Swift.Int + public var rawValue: Swift.Int { + get + } +} +public struct SurveySender : Swift.Equatable { + public static func == (a: SurveySender, b: SurveySender) -> Swift.Bool +} +@_hasMissingDesignatedInitializers @objc final public class SurveyCustomizationOptions : ObjectiveC.NSObject { + @objc final public let backgroundColor: UIKit.UIColor + @objc final public let buttonColor: UIKit.UIColor + @objc public init(backgroundColor: UIKit.UIColor, buttonColor: UIKit.UIColor) + @objc deinit +} +@objc final public class Survey : ObjectiveC.NSObject { + @objc(surveyId) final public let id: Swift.String + @objc final public let progressId: Swift.Int + @objc final public var lastStepId: Swift.String? { + @objc get + } + @objc public init(id: Swift.String, format: SurveyFormat, steps: [SurveyStep], progressId: Swift.Int, customizationOptions: SurveyCustomizationOptions?, stepCount: Swift.Int) + @objc required public init?(withDictionary dictionary: [Swift.String : Any]) + @objc deinit +} +extension Survey { + @objc final public func allResponses() -> [[Swift.String : Any]] +} extension Intercom { public class func fetchHelpCenterCollections(completion: @escaping (Swift.Result<[HelpCenterCollection], ICMHelpCenterDataError>) -> Swift.Void) public class func fetchHelpCenterCollection(_ collectionId: Swift.String, completion: @escaping (Swift.Result) -> Swift.Void) @@ -145,16 +197,31 @@ extension UIKit.UIFont { @objc final public var hasOtherConversations: Swift.Bool { @objc get } - @objc public init(prominantStyling: Swift.Bool = false, config: Intercom_Private.ICMConfigProtocol = ICMConfig.shared(), dataManager: Intercom_Private.ICMDataManagerProtocol = ICMDataManager.shared()) + @objc public init(prominantStyling: Swift.Bool = false, config: ICMConfigProtocol = ICMConfig.shared(), dataManager: ICMDataManagerProtocol = ICMDataManager.shared()) @objc deinit } -@_inheritsConvenienceInitializers @_hasMissingDesignatedInitializers @objc @_Concurrency.MainActor(unsafe) final public class ConversationHistoryCard : ConversationCard, Intercom_Private.ICMRecentConversationsViewControllerDelegate { - @objc @_Concurrency.MainActor(unsafe) final public var recentConversationsVC: Intercom_Private.ICMRecentConversationsViewController +@_inheritsConvenienceInitializers @_hasMissingDesignatedInitializers @objc @_Concurrency.MainActor(unsafe) final public class ConversationHistoryCard : ConversationCard, ICMRecentConversationsViewControllerDelegate { + @objc @_Concurrency.MainActor(unsafe) final public var recentConversationsVC: ICMRecentConversationsViewController @_Concurrency.MainActor(unsafe) @objc final public func reloadConversationHistoryCard() @_Concurrency.MainActor(unsafe) @objc final public func navigate(toViewController viewController: UIKit.UIViewController) @_Concurrency.MainActor(unsafe) @objc override public init(cardInfo: ConversationCardInfoProtocol, delegate: ConversationCardDelegate) @objc deinit } +@_hasMissingDesignatedInitializers @objc @_Concurrency.MainActor(unsafe) final public class SurveyViewController : UIKit.UIViewController { + @_Concurrency.MainActor(unsafe) @objc weak final public var contentDelegate: ICMContentViewControllerDelegate? + @objc @_Concurrency.MainActor(unsafe) public init(with survey: Survey) + @_Concurrency.MainActor(unsafe) @objc override final public func viewDidLoad() + @_Concurrency.MainActor(unsafe) @objc override final public func viewDidLayoutSubviews() + @objc deinit +} +extension SurveyViewController : ICMContentViewController { + @_Concurrency.MainActor(unsafe) @objc final public func reload() + @_Concurrency.MainActor(unsafe) @objc final public func closeButtonTapped() + @_Concurrency.MainActor(unsafe) @objc final public func viewDidDismissBySwipe() +} +extension SurveyViewController : ICMErrorViewDelegate { + @_Concurrency.MainActor(unsafe) @objc final public func didSelectErrorAction() +} @objc public protocol ConversationCardDelegate { @objc func startNewConversation() @objc func viewPreviousConversations() @@ -172,6 +239,9 @@ extension UIKit.UIFont { extension ConversationCard : SeeAllConversationsViewDelegate { @_Concurrency.MainActor(unsafe) @objc dynamic public func viewPreviousConversations() } +@objc @_hasMissingDesignatedInitializers @_Concurrency.MainActor(unsafe) final public class EmojiButton : UIKit.UIButton { + @objc deinit +} @_hasMissingDesignatedInitializers @objc @_Concurrency.MainActor(unsafe) final public class HelpCenterContainerViewController : UIKit.UIViewController { @objc @_Concurrency.MainActor(unsafe) convenience public init(withCollections collectionIds: [Swift.String]) @objc @_Concurrency.MainActor(unsafe) convenience public init(withCollection collectionId: Swift.String) @@ -181,9 +251,25 @@ extension ConversationCard : SeeAllConversationsViewDelegate { @_Concurrency.MainActor(unsafe) @objc override final public func viewDidLayoutSubviews() @objc deinit } -extension HelpCenterContainerViewController : Intercom_Private.ICMErrorViewDelegate { +extension HelpCenterContainerViewController : ICMErrorViewDelegate { @_Concurrency.MainActor(unsafe) @objc final public func didSelectErrorAction() } +extension UIKit.UIColor { + @objc dynamic public var isWhite: Swift.Bool { + @objc get + } + @objc dynamic public var isBlack: Swift.Bool { + @objc get + } +} +extension UIKit.UIResponder { + @_Concurrency.MainActor(unsafe) public static var currentFirstResponder: UIKit.UIResponder? { + get + } +} @objc public protocol SeeAllConversationsViewDelegate { @objc func viewPreviousConversations() } +extension SurveyFormat : Swift.Equatable {} +extension SurveyFormat : Swift.Hashable {} +extension SurveyFormat : Swift.RawRepresentable {} diff --git a/Intercom.xcframework/ios-arm64_x86_64-simulator/Intercom.framework/Modules/Intercom.swiftmodule/x86_64-apple-ios-simulator.swiftdoc b/Intercom.xcframework/ios-arm64_x86_64-simulator/Intercom.framework/Modules/Intercom.swiftmodule/x86_64-apple-ios-simulator.swiftdoc index 96dac5ba..afcf5148 100644 Binary files a/Intercom.xcframework/ios-arm64_x86_64-simulator/Intercom.framework/Modules/Intercom.swiftmodule/x86_64-apple-ios-simulator.swiftdoc and b/Intercom.xcframework/ios-arm64_x86_64-simulator/Intercom.framework/Modules/Intercom.swiftmodule/x86_64-apple-ios-simulator.swiftdoc differ diff --git a/Intercom.xcframework/ios-arm64_x86_64-simulator/Intercom.framework/Modules/Intercom.swiftmodule/x86_64-apple-ios-simulator.swiftinterface b/Intercom.xcframework/ios-arm64_x86_64-simulator/Intercom.framework/Modules/Intercom.swiftmodule/x86_64-apple-ios-simulator.swiftinterface index fa1fee26..54b181c9 100644 --- a/Intercom.xcframework/ios-arm64_x86_64-simulator/Intercom.framework/Modules/Intercom.swiftmodule/x86_64-apple-ios-simulator.swiftinterface +++ b/Intercom.xcframework/ios-arm64_x86_64-simulator/Intercom.framework/Modules/Intercom.swiftmodule/x86_64-apple-ios-simulator.swiftinterface @@ -1,14 +1,16 @@ // swift-interface-format-version: 1.0 -// swift-compiler-version: Apple Swift version 5.5.2 (swiftlang-1300.0.47.5 clang-1300.0.29.30) +// swift-compiler-version: Apple Swift version 5.6 (swiftlang-5.6.0.323.62 clang-1316.0.20.8) // swift-module-flags: -target x86_64-apple-ios13.0-simulator -enable-objc-interop -enable-library-evolution -swift-version 5 -enforce-exclusivity=checked -O -module-name Intercom import Foundation @_exported import Intercom -import Intercom_Private import Swift import UIKit import _Concurrency import os.log import os +@objc @_hasMissingDesignatedInitializers @_Concurrency.MainActor(unsafe) final public class EmojiImageButton : UIKit.UIButton { + @objc deinit +} @objc public protocol HelpCenterStartConversationViewDelegate { @objc func didSelectStartConversation() } @@ -22,14 +24,14 @@ import os } @_hasMissingDesignatedInitializers @objc(ICMSearchBrowseView) @_Concurrency.MainActor(unsafe) final public class SearchBrowseView : UIKit.UIView { @objc @_Concurrency.MainActor(unsafe) convenience public init(suggestedArticles: Swift.Array = []) - @_Concurrency.MainActor(unsafe) public init(_ suggestedArticles: Swift.Array, _ config: Intercom_Private.ICMConfigProtocol = ICMConfig.shared()) + @_Concurrency.MainActor(unsafe) public init(_ suggestedArticles: Swift.Array, _ config: ICMConfigProtocol = ICMConfig.shared()) @_Concurrency.MainActor(unsafe) @objc override final public func traitCollectionDidChange(_ previousTraitCollection: UIKit.UITraitCollection?) @objc @_Concurrency.MainActor(unsafe) final public func searchHelpArticlesAction() @objc @_Concurrency.MainActor(unsafe) final public func heightForCard(width: CoreGraphics.CGFloat) -> CoreGraphics.CGFloat @objc deinit } @_inheritsConvenienceInitializers @_hasMissingDesignatedInitializers @objc @_Concurrency.MainActor(unsafe) final public class InboxCell : UIKit.UITableViewCell { - @objc @_Concurrency.MainActor(unsafe) final public func configure(name: Swift.String, sentTime: Foundation.Date, summary: Swift.String, adminsToShow: [Intercom_Private.ICMParticipant], unread: Swift.Bool, showDividerLine: Swift.Bool) + @objc @_Concurrency.MainActor(unsafe) final public func configure(name: Swift.String, sentTime: Foundation.Date, summary: Swift.String, adminsToShow: [ICMParticipant], unread: Swift.Bool, showDividerLine: Swift.Bool) @_Concurrency.MainActor(unsafe) @objc override final public func traitCollectionDidChange(_ previousTraitCollection: UIKit.UITraitCollection?) @objc deinit } @@ -40,6 +42,9 @@ extension UIKit.UIColor { @objc public static var intercomBlack: UIKit.UIColor? { @objc get } + @objc public static var intercomBlack5: UIKit.UIColor? { + @objc get + } @objc public static var intercomBlack20: UIKit.UIColor? { @objc get } @@ -52,6 +57,13 @@ extension UIKit.UIColor { @objc public static var backButtonBackgroundDark: UIKit.UIColor? { @objc get } + @objc public static var coolGray1: UIKit.UIColor? { + @objc get + } +} +@_hasMissingDesignatedInitializers @objc final public class SurveyStep : ObjectiveC.NSObject { + @objc public init(id: Swift.String) + @objc deinit } @_inheritsConvenienceInitializers @objc @_Concurrency.MainActor(unsafe) final public class TouchTransparentCollectionView : UIKit.UICollectionView { @_Concurrency.MainActor(unsafe) @objc override final public func point(inside point: CoreGraphics.CGPoint, with event: UIKit.UIEvent?) -> Swift.Bool @@ -66,6 +78,9 @@ extension UIKit.UIColor { @objc final public func searchResults(for searchTerm: Swift.String, completion: @escaping ([HelpCenterArticleSearchResult]?, Swift.Error?) -> Swift.Void) @objc deinit } +extension ICMColor { + @objc public static func isLightColor(_ color: UIKit.UIColor?) -> Swift.Bool +} @objc public class HelpCenterArticle_Internal : ObjectiveC.NSObject { @objc public var id: Swift.String @objc public var title: Swift.String @@ -77,6 +92,11 @@ extension UIKit.UIColor { @objc override dynamic public func isEqual(_ object: Any?) -> Swift.Bool @objc deinit } +@_hasMissingDesignatedInitializers @objc final public class SurveyService : ObjectiveC.NSObject { + @objc public static var currentlyDisplayingSurvey: Swift.Bool + @objc public static func presentSurvey(_ survey: Survey) + @objc deinit +} @objc @objcMembers final public class ArticleMetaData : ObjectiveC.NSObject { @objc public static let searchBrowseSource: Swift.String @objc final public var articleId: Swift.String? @@ -95,6 +115,7 @@ extension UIKit.UIColor { @objc public static func addOpenedFromMessengerHomeAppEvent() @objc public static func addOpenedFromCarousel() @objc public static func addOpenedFromPushNotification() + @objc public static func addOpenedFromSurvey() @objc final public func addArticleViewedEvent() final public func addSuggestedArticlesPresentedToUserEvent(articlesShown: [Swift.String], numberOfArticles: Swift.Int) @objc final public func addArticleFailedEvent(errorCode: Foundation.NSNumber) @@ -118,6 +139,37 @@ extension UIKit.UIColor { @objc @_Concurrency.MainActor(unsafe) weak final public var articleDelegate: NativeArticleReactionsViewDelegate? @objc deinit } +@objc public enum SurveyFormat : Swift.Int { + case small = 0 + case large = 1 + public init?(rawValue: Swift.Int) + public typealias RawValue = Swift.Int + public var rawValue: Swift.Int { + get + } +} +public struct SurveySender : Swift.Equatable { + public static func == (a: SurveySender, b: SurveySender) -> Swift.Bool +} +@_hasMissingDesignatedInitializers @objc final public class SurveyCustomizationOptions : ObjectiveC.NSObject { + @objc final public let backgroundColor: UIKit.UIColor + @objc final public let buttonColor: UIKit.UIColor + @objc public init(backgroundColor: UIKit.UIColor, buttonColor: UIKit.UIColor) + @objc deinit +} +@objc final public class Survey : ObjectiveC.NSObject { + @objc(surveyId) final public let id: Swift.String + @objc final public let progressId: Swift.Int + @objc final public var lastStepId: Swift.String? { + @objc get + } + @objc public init(id: Swift.String, format: SurveyFormat, steps: [SurveyStep], progressId: Swift.Int, customizationOptions: SurveyCustomizationOptions?, stepCount: Swift.Int) + @objc required public init?(withDictionary dictionary: [Swift.String : Any]) + @objc deinit +} +extension Survey { + @objc final public func allResponses() -> [[Swift.String : Any]] +} extension Intercom { public class func fetchHelpCenterCollections(completion: @escaping (Swift.Result<[HelpCenterCollection], ICMHelpCenterDataError>) -> Swift.Void) public class func fetchHelpCenterCollection(_ collectionId: Swift.String, completion: @escaping (Swift.Result) -> Swift.Void) @@ -145,16 +197,31 @@ extension UIKit.UIFont { @objc final public var hasOtherConversations: Swift.Bool { @objc get } - @objc public init(prominantStyling: Swift.Bool = false, config: Intercom_Private.ICMConfigProtocol = ICMConfig.shared(), dataManager: Intercom_Private.ICMDataManagerProtocol = ICMDataManager.shared()) + @objc public init(prominantStyling: Swift.Bool = false, config: ICMConfigProtocol = ICMConfig.shared(), dataManager: ICMDataManagerProtocol = ICMDataManager.shared()) @objc deinit } -@_inheritsConvenienceInitializers @_hasMissingDesignatedInitializers @objc @_Concurrency.MainActor(unsafe) final public class ConversationHistoryCard : ConversationCard, Intercom_Private.ICMRecentConversationsViewControllerDelegate { - @objc @_Concurrency.MainActor(unsafe) final public var recentConversationsVC: Intercom_Private.ICMRecentConversationsViewController +@_inheritsConvenienceInitializers @_hasMissingDesignatedInitializers @objc @_Concurrency.MainActor(unsafe) final public class ConversationHistoryCard : ConversationCard, ICMRecentConversationsViewControllerDelegate { + @objc @_Concurrency.MainActor(unsafe) final public var recentConversationsVC: ICMRecentConversationsViewController @_Concurrency.MainActor(unsafe) @objc final public func reloadConversationHistoryCard() @_Concurrency.MainActor(unsafe) @objc final public func navigate(toViewController viewController: UIKit.UIViewController) @_Concurrency.MainActor(unsafe) @objc override public init(cardInfo: ConversationCardInfoProtocol, delegate: ConversationCardDelegate) @objc deinit } +@_hasMissingDesignatedInitializers @objc @_Concurrency.MainActor(unsafe) final public class SurveyViewController : UIKit.UIViewController { + @_Concurrency.MainActor(unsafe) @objc weak final public var contentDelegate: ICMContentViewControllerDelegate? + @objc @_Concurrency.MainActor(unsafe) public init(with survey: Survey) + @_Concurrency.MainActor(unsafe) @objc override final public func viewDidLoad() + @_Concurrency.MainActor(unsafe) @objc override final public func viewDidLayoutSubviews() + @objc deinit +} +extension SurveyViewController : ICMContentViewController { + @_Concurrency.MainActor(unsafe) @objc final public func reload() + @_Concurrency.MainActor(unsafe) @objc final public func closeButtonTapped() + @_Concurrency.MainActor(unsafe) @objc final public func viewDidDismissBySwipe() +} +extension SurveyViewController : ICMErrorViewDelegate { + @_Concurrency.MainActor(unsafe) @objc final public func didSelectErrorAction() +} @objc public protocol ConversationCardDelegate { @objc func startNewConversation() @objc func viewPreviousConversations() @@ -172,6 +239,9 @@ extension UIKit.UIFont { extension ConversationCard : SeeAllConversationsViewDelegate { @_Concurrency.MainActor(unsafe) @objc dynamic public func viewPreviousConversations() } +@objc @_hasMissingDesignatedInitializers @_Concurrency.MainActor(unsafe) final public class EmojiButton : UIKit.UIButton { + @objc deinit +} @_hasMissingDesignatedInitializers @objc @_Concurrency.MainActor(unsafe) final public class HelpCenterContainerViewController : UIKit.UIViewController { @objc @_Concurrency.MainActor(unsafe) convenience public init(withCollections collectionIds: [Swift.String]) @objc @_Concurrency.MainActor(unsafe) convenience public init(withCollection collectionId: Swift.String) @@ -181,9 +251,25 @@ extension ConversationCard : SeeAllConversationsViewDelegate { @_Concurrency.MainActor(unsafe) @objc override final public func viewDidLayoutSubviews() @objc deinit } -extension HelpCenterContainerViewController : Intercom_Private.ICMErrorViewDelegate { +extension HelpCenterContainerViewController : ICMErrorViewDelegate { @_Concurrency.MainActor(unsafe) @objc final public func didSelectErrorAction() } +extension UIKit.UIColor { + @objc dynamic public var isWhite: Swift.Bool { + @objc get + } + @objc dynamic public var isBlack: Swift.Bool { + @objc get + } +} +extension UIKit.UIResponder { + @_Concurrency.MainActor(unsafe) public static var currentFirstResponder: UIKit.UIResponder? { + get + } +} @objc public protocol SeeAllConversationsViewDelegate { @objc func viewPreviousConversations() } +extension SurveyFormat : Swift.Equatable {} +extension SurveyFormat : Swift.Hashable {} +extension SurveyFormat : Swift.RawRepresentable {} diff --git a/Intercom.xcframework/ios-arm64_x86_64-simulator/Intercom.framework/Modules/module.modulemap b/Intercom.xcframework/ios-arm64_x86_64-simulator/Intercom.framework/Modules/module.modulemap index 4c58a732..5ef1f47a 100644 --- a/Intercom.xcframework/ios-arm64_x86_64-simulator/Intercom.framework/Modules/module.modulemap +++ b/Intercom.xcframework/ios-arm64_x86_64-simulator/Intercom.framework/Modules/module.modulemap @@ -31,3 +31,8 @@ framework module Intercom { link framework "SystemConfiguration" link framework "WebKit" } + +module Intercom.Swift { + header "Intercom-Swift.h" + requires objc +} diff --git a/Intercom.xcframework/ios-arm64_x86_64-simulator/Intercom.framework/_CodeSignature/CodeResources b/Intercom.xcframework/ios-arm64_x86_64-simulator/Intercom.framework/_CodeSignature/CodeResources index 1a796108..01767510 100644 --- a/Intercom.xcframework/ios-arm64_x86_64-simulator/Intercom.framework/_CodeSignature/CodeResources +++ b/Intercom.xcframework/ios-arm64_x86_64-simulator/Intercom.framework/_CodeSignature/CodeResources @@ -4,10 +4,118 @@ files + Headers/ICMActiveAdminsAvatarView.h + + 9vJ085NJvBUP02HcSfHcMwXmvCY= + + Headers/ICMAdminBlockAppearance.h + + rqODAJP8Yxo5+g9jxutDwWxIP4I= + + Headers/ICMArticleWebViewController.h + + c9fNZy7NVNbT55x1XyjnlAqAYJU= + + Headers/ICMAssets.h + + o+Xilq0nQPBLuDF/VD4xvv7cVL4= + + Headers/ICMAutoLayout.h + + ibYpQyF7ZrxbltzbzMSsmxqOePg= + + Headers/ICMAvatar.h + + x1q/OWG6/cjAr7+QYvAzT5zV31E= + + Headers/ICMAvatarView.h + + tPAmJ2JgCspJnPkCXGm5i6vXB6M= + + Headers/ICMBlockAppearance.h + + VEOsu9siYGY4PXoF4vYl2YSnrFI= + + Headers/ICMBlockLoader.h + + OUH2O3ZO53wnMveXir/bKmcvvHk= + + Headers/ICMButton.h + + ZJVDEdGMyUe5G7H4xFN+R61ukVc= + + Headers/ICMCarouselBlockAppearance.h + + l+lNF0euYDwmbJJWurG7MCoySwQ= + + Headers/ICMColor.h + + +fViGgJocBS/BflT/HfSWK4HuBI= + Headers/ICMCompany.h uzxIny+8ehHozzulRDJxGPWhrho= + Headers/ICMConfig.h + + qf87Y/0KnmQVYGm2a95rxHmlvBc= + + Headers/ICMContentStackView.h + + d23VYWMkJ8UQO85/Ivrew6OZNb4= + + Headers/ICMContentViewController.h + + ZZMgdyWMQ6RW2i1HHveJ25QLs7w= + + Headers/ICMContentViewControllerDelegate.h + + bzcJ6KLmIJlYU/eFTXs73SF/1JY= + + Headers/ICMCountLimitInputValidator.h + + YektueZynPtfevO8C5+7Z17SWj0= + + Headers/ICMDataManager.h + + xe6jCm53HF0SXaFpt+DxmU+UK/Q= + + Headers/ICMDataManagerProtocol.h + + 0wetVFADYqpFdLXkHUcGELHkOnE= + + Headers/ICMEmailTextField.h + + M68U9Lw9lsQLEeUHFr1U1QJ16hM= + + Headers/ICMEmptyInputValidator.h + + 9ly6M0IV3YPssA2m2KIxjyiS170= + + Headers/ICMEngine.h + + d6y1olmjJ6eShak/uKoU7uU+YCA= + + Headers/ICMErrorViewController.h + + BI7jm6BMLh5r+iJSreK7jF2vDTU= + + Headers/ICMErrorViewDelegate.h + + xiQNHnsf7I4+VxR8Vi1u609Prec= + + Headers/ICMFeedbackGenerator.h + + 0OJ8TLe3vV9hFAIvUKM1Z8OfjkI= + + Headers/ICMHTTPClient.h + + OosLS8sVXIMObD2zZXPbbXd8HF8= + + Headers/ICMHTTPClientProtocol.h + + 5g1OvocGmbSXtyIdg2Em0fEl2OA= + Headers/ICMHelpCenterArticle.h QVphTXqzVrrSspmGCoiQBcuEfuc= @@ -32,45 +140,177 @@ 1/EbB4BtG4TSFUy3wi5E9AhYjSE= + Headers/ICMHelpCenterTranslationManager.h + + LNKFZTkK0W8I1ibFdEaQTRtqhIY= + + Headers/ICMInAppsViewController.h + + nf/r++x7kYt45xWlqe66JgpFS80= + + Headers/ICMInputViewProtocol.h + + P3WahrKfEpJFUc/zFZDJakz/CR0= + + Headers/ICMIntegerTextField.h + + ZZHxo5b30iQ6skXlmHtQj/7200A= + + Headers/ICMLinkOpener.h + + cPYvQFH+j6J5sNnrr8yYLKruSis= + + Headers/ICMLoadingViewController.h + + QH1Vbqj+ZMq4Y8HKz23kvDAWaQQ= + + Headers/ICMMetric.h + + 6KCpo4etYZEFqLrILBxgQVlAYEk= + + Headers/ICMMetricEvent.h + + 6EoCIIrnPTmDdq5vZQWA7y5+NYo= + + Headers/ICMMultipleAvatarView.h + + eE6g0ZnnHjkHDGMJf+SsFtjLp60= + + Headers/ICMNavigationBarCloseButton.h + + 53MNe1pGzgYUTT/FfXxfp5HvSu4= + + Headers/ICMNavigationController.h + + 1whWLs7oOlG6Il9jOs7oOpZyRDw= + + Headers/ICMParticipant.h + + oTGAESHP1B1WSbrH64h4snZYZJc= + + Headers/ICMParticipatingAdmin.h + + 7eS66gYePdSL9vBXBMwuJ2jusBU= + + Headers/ICMPhoneTextField.h + + E/r5BA1X/Cv4pmWcDmSW1/Na4KY= + + Headers/ICMPickerTextField.h + + I0uh/TOIxC1FPXkeMFzq95peHvY= + + Headers/ICMPresentationManager.h + + MWRgiKisFoYEjcY9F6LX1vPIPLY= + + Headers/ICMRecentConversationsViewController.h + + 5VMG9MicU0HfFFSz49EqX2fhyIk= + + Headers/ICMRootViewController.h + + W+Sb8ylch24OmmID0SIgnIJ3U44= + + Headers/ICMSafeNetworkModel.h + + nwHA7vBks3Bs9vLyUWrO4oxPiMM= + + Headers/ICMStartConversationButton.h + + v40kEnNLxmUnaQsCgc3SE1oYkC8= + + Headers/ICMSurveyQuestionBlockAppearance.h + + s1Pipjk4EDQN04rQjnouNtKe+MI= + + Headers/ICMSurveyStepBlockAppearance.h + + M+WOwP3Nq3X8k+7OMKEaDYrYCe0= + + Headers/ICMTeamPresence.h + + wMOmd4tWQlYcaAzvsB8/9sbzegg= + + Headers/ICMTeammatePresenceView.h + + Eal41bkbOJdSedmHkuij5JyARRI= + + Headers/ICMTextField.h + + xTYsP8lm1GPBKH8YWrNdgHKtxxQ= + + Headers/ICMTimestampCalculator.h + + 0GN6sfrjjSGhO3q61ufm/JEBa4U= + + Headers/ICMTranslationKeys.h + + kPpSLjwZMlxX9ciTYE5pwNSFEHY= + + Headers/ICMTranslationManager.h + + qDhT5pesFd8gJII4/hcZSwA3IuU= + + Headers/ICMUnreadManager.h + + kH8aQohFASvzV37Zarg5Q04TWv0= + Headers/ICMUserAttributes.h ceP4QxLJXTzh1b1pG1CRsi9t9Po= - Headers/Intercom.h + Headers/ICMUtils.h - gS0P1t6U1t5AUjERMoPcfrMR6hY= + uC35v+o7t2vSI3k+kBCkfdYE2Ac= - Info.plist + Headers/ICMValidator.h - QKEeAX6H7Pfj4Wib/Oz05Fr26CI= + gRnuzyNa/EsPFcaIs+/mJOAzKMs= - InterBlocksAssets.bundle/Assets.car + Headers/ICMValidatorProtocol.h - Tj6UYgsFFGaTbOIPsFfvbfc/isU= + /ym6dhz51x8RSdbC0fbCFLGVXgA= - InterBlocksAssets.bundle/Info.plist + Headers/ICMWindow.h - VBxv0qUPKmJhEQVsugP1r/ldpN4= + YowhVdcWEj8bd9qeteeUIXCqDYc= - InterBlocksAssets.bundle/_CodeSignature/CodeDirectory + Headers/ICMWindowProvider.h - odXfCCvE2xxHKGbnhQdpqJjJbZU= + iGyyXr+VDiB7n0B07WO8hroOKgc= - InterBlocksAssets.bundle/_CodeSignature/CodeRequirements + Headers/ITBBlock.h - OnX22wWFKRSOFN1+obRynMCeyXM= + jvl8MVRFSbv4vEhzHUpGfcbuodU= - InterBlocksAssets.bundle/_CodeSignature/CodeRequirements-1 + Headers/ITBBlockAppearance.h - jvd/U0t3ibadIBDGzTx1teqTsQc= + Dr+f6BtLhLeFbwo+w09jQnjhwYQ= - InterBlocksAssets.bundle/_CodeSignature/CodeResources + Headers/ITBImageLoader.h - AkQqKFZkIUnQ3TbnvDZe85qzFUQ= + pnn4kD6vxM79UpLTF4tejwn3EBM= - InterBlocksAssets.bundle/_CodeSignature/CodeSignature + Headers/ITBLoadingView.h - 2jmj7l5rSw0yVb/vlWAYkK/YBwk= + I0vL2EtnWLdGDDMyaI2LVxCCJW0= + + Headers/Intercom-Swift.h + + jSgRZhY4N4tZbjN8HxGYFld7knE= + + Headers/Intercom.h + + cOVSd077o5E4fVULCzktYdzt9qs= + + Headers/UIImage+ICMImageUtils.h + + mOIUn0jHQgFvZkpZsIPuYzrM8PI= + + Info.plist + + ol4IArcQCpJLIVwg/W0BxpTUZ28= Intercom.bundle/data/intercom_area_codes.json @@ -256,6 +496,18 @@ xSQF8GGOx6bXLdtJmG0VzaEsXmk= + Intercom.bundle/images/external_link_icon.png + + UCrcWGNw5dkuw1kit4a9G8Td4ss= + + Intercom.bundle/images/external_link_icon@2x.png + + hP0z7P0mnKO7IM9sVdY4oNAVJ6I= + + Intercom.bundle/images/external_link_icon@3x.png + + YhYyv76C+gR7V0txwg11N7fNpPE= + Intercom.bundle/images/footer_link_icon.png v3GhGS2UMrAxzlcbkkxGESaFdm4= @@ -340,6 +592,18 @@ Uu5HgBMvVZCI7mLm/LLgITg7LhM= + Intercom.bundle/images/info_icon.png + + 4lBsSfAtJ5Lv2K+mZJ1HSMam37E= + + Intercom.bundle/images/info_icon@2x.png + + 76p3CZRsgVHRS63EcZCaad1c5/E= + + Intercom.bundle/images/info_icon@3x.png + + SkvqZRxqObtwe+5voy7lGmGGsrc= + Intercom.bundle/images/intercom_logo.png FEu5bkMSjwHpBIE21wY0S3QH2p8= @@ -500,6 +764,42 @@ qahR5MOA3lvsGtOFQDYUNhwA4Jk= + Intercom.bundle/images/star_fill.png + + zc+sfsVivFWv9pPVe8OT3Y1+/H0= + + Intercom.bundle/images/star_fill@2x.png + + 7NcZkAUCWsXcLlNQ8kiIgxed7NI= + + Intercom.bundle/images/star_fill@3x.png + + tsjsA+6SxjVfONAH2J4Iel8kwhg= + + Intercom.bundle/images/star_selected_border.png + + AmWLvQeWxp40VkeyyYPK0JNUOJM= + + Intercom.bundle/images/star_selected_border@2x.png + + OQKnBfRSXpRC1BqbTGpmC7eOAqc= + + Intercom.bundle/images/star_selected_border@3x.png + + CKs60xlsNb1X4IjXPbSEp0cj0Bw= + + Intercom.bundle/images/star_unselected_border.png + + eRgc8bGfwBi3WMqEl6WBCTP52k4= + + Intercom.bundle/images/star_unselected_border@2x.png + + 96SgQuVWiuu4ZvwekNwkhE8XmVM= + + Intercom.bundle/images/star_unselected_border@3x.png + + T1GfRrFTeTyFRb/igPzHMYFCVbY= + Intercom.bundle/images/startConversationIcon.png 2a2IdS0QILRiKHWx1/Gf78STkm0= @@ -536,6 +836,18 @@ ZJviei1Y4I3+TApNpbZEkoF9B2A= + Intercom.bundle/images/survey_loading_state.png + + ogRnB5h4AWgS29Um1FKMnRD9hZc= + + Intercom.bundle/images/survey_loading_state@2x.png + + IU4TPKlpvUW6wNyaeHrXWFsTX/o= + + Intercom.bundle/images/survey_loading_state@3x.png + + THYU36TvWSVx9N6VwXfW1Oc6E9w= + Intercom.bundle/images/teammate_bio.png m14SYcMNUevkgeDLox79JyvIlJM= @@ -662,15 +974,15 @@ IntercomAssets.bundle/Assets.car - Q3HFjJI28oaIndLAzG09M2ZV9I4= + jHL4lRT0xklbhePWaOC4rjq5P0w= IntercomAssets.bundle/Info.plist - 3INADApGTuTKofl7tNlW2Id/ia0= + RmJPVx7ZJmivDBlbIMjQ7gWVSgA= IntercomAssets.bundle/_CodeSignature/CodeDirectory - 6fjGbiSnYyrXxPAhgCUvZoSEYgo= + 9b+gHJz31goly4oztJuhQstNq3g= IntercomAssets.bundle/_CodeSignature/CodeRequirements @@ -678,11 +990,11 @@ IntercomAssets.bundle/_CodeSignature/CodeRequirements-1 - Ij5ZcJqXiMXPwTTSm9iv8EbW13g= + VFZKNXya6Buyxm342s0PsWQHCJ0= IntercomAssets.bundle/_CodeSignature/CodeResources - dyTlyIjH08K+aZLeeivvL6PfG/8= + AlJ9imrUCvsRYfm6iBNTeflSNJ0= IntercomAssets.bundle/_CodeSignature/CodeSignature @@ -690,11 +1002,11 @@ IntercomTranslations.bundle/Info.plist - ryseZw1k2A3I7nRfjY+9abcKOdk= + XCDTVg8New59OoCrmm3p5YmPtXs= IntercomTranslations.bundle/_CodeSignature/CodeDirectory - snowX2+5Wi0Ef9Sh9kcTpWS0Ql0= + DCVQnb1ZqOkAi5KVRqLbJUuF7iQ= IntercomTranslations.bundle/_CodeSignature/CodeRequirements @@ -702,11 +1014,11 @@ IntercomTranslations.bundle/_CodeSignature/CodeRequirements-1 - LJjCQCMa3lGOUcQfmoBeN+Zcaes= + xFInZV+lG84Cvkl3y3qOUUzuITk= IntercomTranslations.bundle/_CodeSignature/CodeResources - 9bIK631mwWDewwN2J6p8us/CsL0= + TRFC/rHw18zzl7HvkbhPS5O0esA= IntercomTranslations.bundle/_CodeSignature/CodeSignature @@ -714,367 +1026,279 @@ IntercomTranslations.bundle/ar.strings - 65VGruTzLFDYnIJMs5dtuKIk0/c= + HaRCdDZQmGtcwkTiLU8q5bNrjj8= IntercomTranslations.bundle/bg.strings - 7FY4AyjW2xtu5l2Ae9ujyExeZAA= + QvttB7dyjdXc/WKsVLIDSHmJt4E= IntercomTranslations.bundle/bs.strings - QqNWJ7GfzBOMM97MZcuofcIFEoU= + aBwKgAgX03l2vdSpULjXvwdhTIU= IntercomTranslations.bundle/ca.strings - /08iaD/n7Cu4xWTdleeis74ZaWI= + irQcYre0mmLf03gpD9gxQa3+2Xw= IntercomTranslations.bundle/cs.strings - FK92AGte7uD+53MZs8mzSmBNiz8= + DhmffuZO+WcAfL2fpfbmuhTB9hA= IntercomTranslations.bundle/da.strings - SjrkU+jlW06R0ZoB/nhh8bHdJzo= + UIUggUlynP6Wdvj1xMCKZ6vsoFk= IntercomTranslations.bundle/de-form.strings - xFoF6IEZK8iNxdXGvGliizHyUBw= + 7wpb8d76SKBs8gvpmay+YBfgkys= IntercomTranslations.bundle/de.strings - sqcIki0kHOcFaOLgPva0s5fYdYo= + 9UCF8AVVLN41RvhHxq/s2r6hTKs= IntercomTranslations.bundle/el.strings - h+4CmsarWZ7U3OXVus9WVmTADzs= + TKG5I0pFWToLXI+nvgRtJDCj6gI= IntercomTranslations.bundle/en.strings - 93uogdBCgTpMoJLme6C6Zkj1/B4= + PHMGSEKtM82lD58Obziwzw+3vYo= IntercomTranslations.bundle/es.strings - +hNda4KcY0QcShgpb+PRc8YYjiQ= + g94ftLpjpuCLWk0hJ0Ch94ZuLuA= IntercomTranslations.bundle/et.strings - pU+ioPE2YXynr+XjEEgJxFhu84g= + Bpq8sHwiZXnb7p5/FYTb5OkBclk= IntercomTranslations.bundle/fi.strings - 7Z9GyNwrsCrN8UgIctUyszGRY5s= + WA/BEBrEDvIc1WkZOZ++ZlvEvtY= IntercomTranslations.bundle/fr.strings - J5jzlCPzweuAShWT2HRCx8whve0= + KTag5haY4ZfQnxbkTgj/k7K3qgI= IntercomTranslations.bundle/he.strings - oVbTkMoYNNcQpTAE52h29PcOPn8= + kk2qPShweSC6ZkKqxBIEm7TwOJs= IntercomTranslations.bundle/hr.strings - gjW9xL+J2uKlw5JvjSoOQNU4Lms= + D7fkoAUV7B8RcXb/e7DfFfu7ojg= IntercomTranslations.bundle/hu.strings - 4Ro0xQxYr5a0siHq+toN15bp3Jk= + ONQX5yOm1gz9Q1oC/czz8eZ+E+8= IntercomTranslations.bundle/id.strings - YeeXXFSMj76s1OdGYskoQEnXhDk= + ByuQnJivHE1ZZkixVOYWXD8hpjg= IntercomTranslations.bundle/it.strings - pm5g2i82/3Lefa/E5SrlJIl6J5w= + DWNY6fAepdZ9FN4rrNpCWg1aH+I= IntercomTranslations.bundle/ja.strings - pBEz60jKNRe2EapJs6O7xAfRZTg= + h0I6HPP3mNoZBiBUzTmrL2XuhcE= IntercomTranslations.bundle/ko.strings - NxE3DVk4JFxMEaZqx8TrwOCMckA= + oOTvCPjoAmRppDrV5v5Oq9pOlRU= IntercomTranslations.bundle/lt.strings - 8DQvaZohOA9RNR3FUOeLufPYwvI= + BHYWtbhUjsSVpfwX0egrAxwd8q8= IntercomTranslations.bundle/lv.strings - 4W5gPyWEJmHIbJHilcYEVHZvEGc= + 018C0uevfZpQjBm93ngAXXGKBYA= IntercomTranslations.bundle/mn.strings - 99CARtVKmgvAOZ5NyE8VZrJbc/w= + jyPekbi95qGEjH6+79tos0KmhvA= IntercomTranslations.bundle/nb.strings - 1/smJxVdByJ+IQJT6VgVa15Yx/s= + APCIxWfZqNT7S3KdfhJcI9noyGQ= IntercomTranslations.bundle/nl.strings - NlNRiv7psoOc4CF95o3zx+DRwb0= + N+umoqLJxaks5jKHR+RLEnRl/fQ= IntercomTranslations.bundle/pl.strings - a6HKsBOV9zw6jSx0OI+0C2161R0= + du3WV9LCHyNfnEyBwWfqiBRmcvo= IntercomTranslations.bundle/pt-br.strings - hzqMueNQg2M1kemdYGURT+qGfgU= + skTzbPc8IFSmiQkVKdDq0FRwp5U= IntercomTranslations.bundle/pt-pt.strings - ZYb44G+aA95Ahti5fEhfq3/zfpo= + bhQLxlimrUcEPuw6mTvlzVKzjvo= IntercomTranslations.bundle/ro.strings - 69BuLzFdUjrt2dVBc9UqNINKQKE= + pEEyOZ+hPJQnpiPAR8S6lALfcas= IntercomTranslations.bundle/ru.strings - aH5QkOkMMzHnGfVldx9ABom1SjY= + o32ms09eAz/9j9QnhtBPZBmpRDw= IntercomTranslations.bundle/sl.strings - 97VM9a3VpdCVA2poBQMTAwPFXZk= + JxrTFR1eNr4hw9IXZkZgULr9mXI= IntercomTranslations.bundle/sr.strings - yT+3UAkZK/Dl8rsKUMUpxyjb+7Y= + 0OF/UKIxKrCcPx2nycwAamQGo/Y= IntercomTranslations.bundle/sv.strings - fEinsuqZXkErH9fLHob+8iBfOyM= + Gf5n8D6sA7jek4ZBTn+YFbkmkZw= IntercomTranslations.bundle/tr.strings - h3sjK1kDB6L4QlehlnrJefouFKE= + syVYI59Ljo1L72+FAtHWcSqubdg= + + IntercomTranslations.bundle/uk.strings + + ZhouZgirFOZIubkocsfQ5JplApg= IntercomTranslations.bundle/vi.strings - a/4SrqOC3cf1isddE12u+P5ZU74= + 8I2XnWONM34xt+fJb8lEiiMxZRY= IntercomTranslations.bundle/zh-hans.strings - TQkxMLbz6/6+NpBPWfpoWOYo9yw= + gN97tjxPqgKu3C+ZDzkNqh2CudQ= IntercomTranslations.bundle/zh-hant.strings - JdPmUzpl6j8yXlctaEA5va5oDlY= + VnnygfSyO08k7AYn1MJfHrpfZ6s= Modules/Intercom.swiftmodule/arm64-apple-ios-simulator.swiftdoc - 4dCJUJ5v6A0oLpF2DtBlvRz4EcI= + IM32cezQrvIzghOzHEFiSUJ0CTE= Modules/Intercom.swiftmodule/arm64-apple-ios-simulator.swiftinterface - d/xyxOXZ7RXUhz9zNDYBalFII8Q= + 70s5fhaTST+hl338Tyk0MkpWAQo= Modules/Intercom.swiftmodule/arm64-apple-ios-simulator.swiftmodule - Wg2x7tPS7Ictvcl+7MLpYGOaA3M= - - Modules/Intercom.swiftmodule/arm64.swiftdoc - - 4dCJUJ5v6A0oLpF2DtBlvRz4EcI= - - Modules/Intercom.swiftmodule/arm64.swiftinterface - - d/xyxOXZ7RXUhz9zNDYBalFII8Q= - - Modules/Intercom.swiftmodule/arm64.swiftmodule - - Wg2x7tPS7Ictvcl+7MLpYGOaA3M= + T0iznH0yvQ25sHB62HNnR2ZabI4= Modules/Intercom.swiftmodule/x86_64-apple-ios-simulator.swiftdoc - K8pVJ89n/EivEpkI85LZGCNaqHE= + Wv9IdiegERAhVagsHNaDp6I8TTU= Modules/Intercom.swiftmodule/x86_64-apple-ios-simulator.swiftinterface - xymuKueFPNYUlvNU0VAoHaRBeaA= + /5futVK5urZ8YcompqcpIZJo1Jk= Modules/Intercom.swiftmodule/x86_64-apple-ios-simulator.swiftmodule - j0i1x9t/IJb4A4mSRU3YiFwHO8g= - - Modules/Intercom.swiftmodule/x86_64.swiftdoc - - K8pVJ89n/EivEpkI85LZGCNaqHE= - - Modules/Intercom.swiftmodule/x86_64.swiftinterface - - xymuKueFPNYUlvNU0VAoHaRBeaA= - - Modules/Intercom.swiftmodule/x86_64.swiftmodule - - j0i1x9t/IJb4A4mSRU3YiFwHO8g= + 1QtJydEjzdPV/sg6gu7tT5sYCsw= Modules/module.modulemap - EppyuX6MzBQrz4cotp1RE2zqYTg= - - Modules/module.private.modulemap - - X5YSurZWLPkVhgiMMFBEPPOQvD8= - - PrivateHeaders/ICMActiveAdminsAvatarView.h - - 9vJ085NJvBUP02HcSfHcMwXmvCY= - - PrivateHeaders/ICMArticleWebViewController.h - - c9fNZy7NVNbT55x1XyjnlAqAYJU= - - PrivateHeaders/ICMAssets.h - - vn+JlAhZ6g+hNBO43KdJ8/P7r/M= - - PrivateHeaders/ICMAutoLayout.h - - ibYpQyF7ZrxbltzbzMSsmxqOePg= - - PrivateHeaders/ICMAvatar.h - - x1q/OWG6/cjAr7+QYvAzT5zV31E= - - PrivateHeaders/ICMColor.h - - iK6CSxukCrz3MGom1F3d/Htk21I= - - PrivateHeaders/ICMConfig.h - - 8k6auuu6EG7cCjHum9lqV3q61A4= - - PrivateHeaders/ICMContentViewController.h - - ZTygXZmX8qnT8tomvSrdziUznyY= - - PrivateHeaders/ICMContentViewControllerDelegate.h - - 2a1oegfhrvQt/vff/wmfh2V8w2k= - - PrivateHeaders/ICMDataManager.h - - xe6jCm53HF0SXaFpt+DxmU+UK/Q= - - PrivateHeaders/ICMDataManagerProtocol.h - - 0wetVFADYqpFdLXkHUcGELHkOnE= - - PrivateHeaders/ICMEngine.h - - d6y1olmjJ6eShak/uKoU7uU+YCA= - - PrivateHeaders/ICMErrorViewController.h - - 7z5Kk6X40NSBGqOhNOz6bC/85SU= - - PrivateHeaders/ICMErrorViewDelegate.h - - xiQNHnsf7I4+VxR8Vi1u609Prec= - - PrivateHeaders/ICMFeedbackGenerator.h - - 0OJ8TLe3vV9hFAIvUKM1Z8OfjkI= - - PrivateHeaders/ICMHTTPClient.h - - nqtbXfs9mQINAgsDpE9i9R01RBE= - - PrivateHeaders/ICMHTTPClientProtocol.h - - tXq/ZukrHw0OuskHYb+GioZ6tBI= - - PrivateHeaders/ICMHelpCenterTranslationManager.h - - LZRbPoHUjaf222aLYZ9QY5HnGCc= - - PrivateHeaders/ICMLoadingViewController.h - - QH1Vbqj+ZMq4Y8HKz23kvDAWaQQ= - - PrivateHeaders/ICMMetric.h - - oaOIKBhUBzL/pMlO1g3MRSU4cSo= - - PrivateHeaders/ICMMetricEvent.h - - 9GIqCwV4aTF7uNG0ZsaB9aa8YEA= + v1i735nNN1Ff1IGAmUViS7P68yE= - PrivateHeaders/ICMMultipleAvatarView.h + config.yml - eE6g0ZnnHjkHDGMJf+SsFtjLp60= - - PrivateHeaders/ICMNavigationBarCloseButton.h - - 53MNe1pGzgYUTT/FfXxfp5HvSu4= - - PrivateHeaders/ICMNavigationController.h - - 1whWLs7oOlG6Il9jOs7oOpZyRDw= - - PrivateHeaders/ICMParticipant.h - - oTGAESHP1B1WSbrH64h4snZYZJc= - - PrivateHeaders/ICMParticipatingAdmin.h - - 7eS66gYePdSL9vBXBMwuJ2jusBU= - - PrivateHeaders/ICMPresentationManager.h - - 9Y+eIvWuFparXg2/MBeUAJ7MmLI= - - PrivateHeaders/ICMRecentConversationsViewController.h - - 5VMG9MicU0HfFFSz49EqX2fhyIk= - - PrivateHeaders/ICMSafeNetworkModel.h - - nwHA7vBks3Bs9vLyUWrO4oxPiMM= - - PrivateHeaders/ICMStartConversationButton.h - - v40kEnNLxmUnaQsCgc3SE1oYkC8= - - PrivateHeaders/ICMTeamPresence.h - - wMOmd4tWQlYcaAzvsB8/9sbzegg= - - PrivateHeaders/ICMTimestampCalculator.h - - 0GN6sfrjjSGhO3q61ufm/JEBa4U= - - PrivateHeaders/ICMTranslationKeys.h - - 1RqNMYcigiM/pP7OLi58vroD738= - - PrivateHeaders/ICMTranslationManager.h - - kXd7i0hAwIXiH0Rd4koHYTB9s8c= - - PrivateHeaders/ICMUnreadManager.h - - kH8aQohFASvzV37Zarg5Q04TWv0= - - PrivateHeaders/ICMUtils.h - - uC35v+o7t2vSI3k+kBCkfdYE2Ac= - - PrivateHeaders/UIImage+ICMImageUtils.h - - mOIUn0jHQgFvZkpZsIPuYzrM8PI= - - config.yml - - xwVED3P57h+BEatW2O+ND6q9ZTw= + ti/LkuTqvXo4DGgDq3vb2zAqAlE= files2 + Headers/ICMActiveAdminsAvatarView.h + + hash2 + + +8181T3nY6YavIjM7SOgbTVoLdhZ/CXO7BjgRGQfd8Y= + + + Headers/ICMAdminBlockAppearance.h + + hash2 + + HKTORHlV0NY3dpIT5SqexUQuO587jZqWXYm2Q3YFhTY= + + + Headers/ICMArticleWebViewController.h + + hash2 + + 7jOMVEvErWn8BB7eb1vb9PonH0XNRwdl+lhgLFCbr4I= + + + Headers/ICMAssets.h + + hash2 + + jvaCkuNUYEy7XESQdsarRRXO7QbriiQtWbcfkuClz1A= + + + Headers/ICMAutoLayout.h + + hash2 + + dcY0wRqPlJdhHtP+t+ZyWEgdCkKyCGrVceoIOvGRIak= + + + Headers/ICMAvatar.h + + hash2 + + hutwA+QTxS7e1uriq5JaxTL4Yi1IMSQ4pRUnFcz4gTU= + + + Headers/ICMAvatarView.h + + hash2 + + r5+4zAZb0j+/OY+VsKMy7NE0ZL15NXXvu/v2Szzq5pA= + + + Headers/ICMBlockAppearance.h + + hash2 + + Gz67nSJb3iF7TIUT0QUr1p+E2hODP9FNDby21wKwi/M= + + + Headers/ICMBlockLoader.h + + hash2 + + jmMFg1kk4f8n5AQgdOH5GkqRNb8UNNdmllxNmI1aaYs= + + + Headers/ICMButton.h + + hash2 + + 7QfMId5UrmrK9YjkfPCKmDmW6pXKo4dTJL+krJQr3gs= + + + Headers/ICMCarouselBlockAppearance.h + + hash2 + + d5gXl342G9Q5xje1/eHgDhQsp16VRGbiQKpSTPAX5+8= + + + Headers/ICMColor.h + + hash2 + + ZpOHVllzJa1tTrMhVr03rYcDz0h845wSJveIewQ3L3Y= + + Headers/ICMCompany.h hash2 @@ -1082,6 +1306,111 @@ KXQtflvhLuH+c8GKQzjf2/kP2ZLCGNpz9xZXqwRylkA= + Headers/ICMConfig.h + + hash2 + + 13+F6qSRnERlM2m433qEqD4LTGR6A8jBAW5qRCJaK80= + + + Headers/ICMContentStackView.h + + hash2 + + H9kHLNo38YDV0UGXl3KOStOdpvQeAapcJ5Kb3FnLeeU= + + + Headers/ICMContentViewController.h + + hash2 + + SRWOkA23oeGN1dN+lcnaYPkUhajWkUkLLrJM0OCmfHw= + + + Headers/ICMContentViewControllerDelegate.h + + hash2 + + BNxtvixsXkqensj+rhdqUlJOku2YfdWPQHk/pFrTeD0= + + + Headers/ICMCountLimitInputValidator.h + + hash2 + + ly5f7rGKkjsAwozRsvupev3L01MHHYTlMdjRctGWTOc= + + + Headers/ICMDataManager.h + + hash2 + + /yfVBb2o8xQfpaBRLxrFeX45hgNWRGAgEWB0ii7AzR8= + + + Headers/ICMDataManagerProtocol.h + + hash2 + + 54YGAW9ptFwUT6SbvsjG8s5Pk24mMXt0QTWeTC9jp4Q= + + + Headers/ICMEmailTextField.h + + hash2 + + +drUd/RJf/fHNCB17mWk+n5ITi+zPmZ+ViNT0iBCSUk= + + + Headers/ICMEmptyInputValidator.h + + hash2 + + Uw/vcIQx2YylLjT4XucWFBEZoa/jWJHKHy/8qndcmo8= + + + Headers/ICMEngine.h + + hash2 + + PSDibjE1tm4GMi+WjXD0Zn8O4D4aMHk7VOTi2Z6y4/I= + + + Headers/ICMErrorViewController.h + + hash2 + + 0a/tjI8wTX63A1lmQQn+LWOjiqnq+tnEUIfbm4R6WH8= + + + Headers/ICMErrorViewDelegate.h + + hash2 + + h5nS4EWsVW2YaTGtgokx3ZINO1D4h7pWKOGUwSHYlZE= + + + Headers/ICMFeedbackGenerator.h + + hash2 + + z6BI58iciJGNaqXhAa48qGUnGGoGo2YHR5dMKCMBYZs= + + + Headers/ICMHTTPClient.h + + hash2 + + IJpujR9elG9uklbWTByrJeFIo8f1nBkpxXTLLkQrdfk= + + + Headers/ICMHTTPClientProtocol.h + + hash2 + + L/VrZDLW+f1gObfveGPmi/WzGP8NURKAsww3NWcg+dQ= + + Headers/ICMHelpCenterArticle.h hash2 @@ -1124,6 +1453,209 @@ nwn4HNmlMjbSVxkiBMCOxwzNmBSL33QAYOZjP1O2OI0= + Headers/ICMHelpCenterTranslationManager.h + + hash2 + + M4G4vSgdoUvfRJJIcxd1vMLDNaqKcW2ve8bUjqPxYbU= + + + Headers/ICMInAppsViewController.h + + hash2 + + FOkOsifw92URWTs31Bl6r5Hkt6QU/pbAtJJHtntbodw= + + + Headers/ICMInputViewProtocol.h + + hash2 + + dn4Mp3PaMY/Qm9OZaQh3dtRsM1/Sp1nKKrGRne8xeiI= + + + Headers/ICMIntegerTextField.h + + hash2 + + jIdRPy4T04hMTO2ispoZs7YTvisH9MfaNbpuVc6W+Us= + + + Headers/ICMLinkOpener.h + + hash2 + + OsoZJI1sYpe48PyjB8fkQ2SyNtoxmYlbFkSRXIyTOVk= + + + Headers/ICMLoadingViewController.h + + hash2 + + pf+VCZ5/Dz7E3z/kAnDUNFB2IiK6j0s7FDWn5XG5fE4= + + + Headers/ICMMetric.h + + hash2 + + Am7/h4PvmY6IL0XF0qsX9HEdr77H9KYLWd/Hp10g1Uw= + + + Headers/ICMMetricEvent.h + + hash2 + + Bfm9sccGHM6hrWQ7CtbofdTe/hkU07i44LqOECyB+zM= + + + Headers/ICMMultipleAvatarView.h + + hash2 + + gw5iCWv79leK1fmq6pa8Kw8OgMzkINX6UCsLS5SWYik= + + + Headers/ICMNavigationBarCloseButton.h + + hash2 + + V7ZJYM0jKUo01whcvFUvrVPVyiZ9A09A6aRmYukotGU= + + + Headers/ICMNavigationController.h + + hash2 + + VkfC7oL9NL8WsVrZka4Wa4EasCbzjQafUAUMFsivLng= + + + Headers/ICMParticipant.h + + hash2 + + p6QlloOOVftOnDJLWv+2lf/g1cs8+LTJtPgl0aub018= + + + Headers/ICMParticipatingAdmin.h + + hash2 + + UpV6/K2PuTPWmsyY9f8Cjb3XXbP6aTO2ERAI4UaNFNM= + + + Headers/ICMPhoneTextField.h + + hash2 + + SUrWNFRgpedYVt7rJ9qw8KtfGtHO23HbGmyBn4dfltI= + + + Headers/ICMPickerTextField.h + + hash2 + + JWYUynkkq99iqymq9WM6YeuDg4e0KvTIs4Uyn9AVvQY= + + + Headers/ICMPresentationManager.h + + hash2 + + b3WYDBwo23/2apYmSoj51pff7vjRz5cyQjqevbZ6hv4= + + + Headers/ICMRecentConversationsViewController.h + + hash2 + + GlQ64evM4kan9ewh+5n3trf7URPUUoz/52caVWP3o8c= + + + Headers/ICMRootViewController.h + + hash2 + + Nc0PafPBHpzRY1nn6t3iwS/xlV6R9ROwz0dmWJiW35U= + + + Headers/ICMSafeNetworkModel.h + + hash2 + + 30GBgRdvzJhpBnE/NCgL9+bybRLWNQBSvmF/zqBpzsg= + + + Headers/ICMStartConversationButton.h + + hash2 + + E3Wk3FpPAkWaogfgCR+Reko3GIoDTYGpsbPuF4EUPe8= + + + Headers/ICMSurveyQuestionBlockAppearance.h + + hash2 + + OdypCUisu4XFmiGYnHoHweYvXheA/fufwn6AI5/89fI= + + + Headers/ICMSurveyStepBlockAppearance.h + + hash2 + + 2al0+BfLHAHFgWxIpLXGiA86u9fz7lGWIs+kBYLp4aU= + + + Headers/ICMTeamPresence.h + + hash2 + + ZNVT4Kg7sveVSC0ZYA1PkWo7S6wvC3VYjotHv2QGeAc= + + + Headers/ICMTeammatePresenceView.h + + hash2 + + aZXjbZs5av0pivggWwq0c2kL3Wuwtmkl917MgSQtqrc= + + + Headers/ICMTextField.h + + hash2 + + Z2UhEzEtMtbFIqbu42nem3ftB6oUpoNzvXEoxQpc5Mo= + + + Headers/ICMTimestampCalculator.h + + hash2 + + wdIetEuVAQG7Cqpe3LghjffNAU33K7XtgJAP60kUeOs= + + + Headers/ICMTranslationKeys.h + + hash2 + + NnKo9nz4gv11daM396YaoMMyrot96QzRRYE/G3deXNQ= + + + Headers/ICMTranslationManager.h + + hash2 + + qYZpH+8kGy+1I5X+zkioj6csI146/RHf/Wr25A83RIs= + + + Headers/ICMUnreadManager.h + + hash2 + + CrghD36S81z0o9UIMG1gq+umuHZ8AdJFXJXjWVwfvQA= + + Headers/ICMUserAttributes.h hash2 @@ -1131,60 +1663,88 @@ 459pkowgzVeFMuXYXfoda9U8Y0sgr7tqKjqCRy3uUgo= - Headers/Intercom.h + Headers/ICMUtils.h hash2 - litP9Sr+xmosEd2FGhIZSN27ZUhBjPRjwm0IiyY+E8E= + P2mLFBgCSwnxaZqR/d2zEWrhx9fNNWTjBs3MNU/M61c= - InterBlocksAssets.bundle/Assets.car + Headers/ICMValidator.h hash2 - RiXZ7XAUuNBrNCYeEozbWqLuDpIakbwy90aPvt17Gdo= + 7xOjHGkiJV72vTKKK5TePz3zCR6i7YI4QTm6g7/SoxI= - InterBlocksAssets.bundle/Info.plist + Headers/ICMValidatorProtocol.h hash2 - lT0LuK3/5ETlYMlJIyJMDcCwutA8ojD1870irgdQnxM= + aTwZORvdWEahYArbew8gLOMkf9mhIIlBOcZwr4mDQ/8= - InterBlocksAssets.bundle/_CodeSignature/CodeDirectory + Headers/ICMWindow.h hash2 - 7zuqjApsDgG1JvUdpmxgK1kqBS15yhIPu1ZpUGEaGdw= + jonxVDqas0hMSYUzIx3RR3wQSfitVn52/w1YxxMrui4= - InterBlocksAssets.bundle/_CodeSignature/CodeRequirements + Headers/ICMWindowProvider.h hash2 - mHkgkE6rZQ51eIwFSqCwUk5qgL/HGqMt+NI3phdD+YY= + QGH70dqfig+O4dxsDp8Zh25DkeSp9mXKs0+ibr/Uvws= - InterBlocksAssets.bundle/_CodeSignature/CodeRequirements-1 + Headers/ITBBlock.h hash2 - HxQWYGXUrwk5lOBZB2nMQzjbj0MvHADqeycTZBJc7JM= + HpTPAhva2fB5afiDxuJzSDbLrsR1FLvKSATF1rk34PA= - InterBlocksAssets.bundle/_CodeSignature/CodeResources + Headers/ITBBlockAppearance.h hash2 - KONNTMyIIEvPkFgMt4qgZLurW4YFZaD2Tbi6jFHa8Xc= + wuFz02qfLrPnqPIGBzkTq5/WnEk7KNc9j0HxMzHU3PY= - InterBlocksAssets.bundle/_CodeSignature/CodeSignature + Headers/ITBImageLoader.h hash2 - 47DEQpj8HBSa+/TImW+5JCeuQeRkm5NMpJWZG3hSuFU= + Db9uv+AigfDbhqR4PvwVBgcfOlZPzP7a0yqMlQTZFpY= + + + Headers/ITBLoadingView.h + + hash2 + + 0AV7zvUCxI3UEixgSU3R91ZO4m3YMFPzQVq+X/9+Y9Y= + + + Headers/Intercom-Swift.h + + hash2 + + JpqHVS75h86Gn5sRDjU0sT0/OqeCNRA4UK3CyZfBHFQ= + + + Headers/Intercom.h + + hash2 + + FAiuW5SBLykqA+vrOWuDbMBzQeIMd181kF4Xv/gz7Ck= + + + Headers/UIImage+ICMImageUtils.h + + hash2 + + lnS8ik99Pg7LJ63QXn2+4AIMsxa9UXkLf7Yf9CJdd18= Intercom.bundle/data/intercom_area_codes.json @@ -1509,6 +2069,27 @@ rMB9+DfQ9tP1Soy/kQ1hpVggwixVyyyazI/cc1wChBQ= + Intercom.bundle/images/external_link_icon.png + + hash2 + + 0/IiQRdDBazHvipb5fDisCeiy1+PTSJTVXKdga2K68Q= + + + Intercom.bundle/images/external_link_icon@2x.png + + hash2 + + xO9vI31OiMUjmZayHETN7oHX/ORNMXrpWGNvt173QXg= + + + Intercom.bundle/images/external_link_icon@3x.png + + hash2 + + lK1r9JSM2b+fkMST2lbWFGMGn+zT+oLg8UboHVI+EAQ= + + Intercom.bundle/images/footer_link_icon.png hash2 @@ -1656,6 +2237,27 @@ oZTVsMieWRp/oXsyySMZ4fCt29RFAAhFCg0yr3YkQp8= + Intercom.bundle/images/info_icon.png + + hash2 + + bGzpHs+3RbFdXP8iBzLXVXdtKWyOUxMHWOsQoMx7wmw= + + + Intercom.bundle/images/info_icon@2x.png + + hash2 + + YzlZPaJo0bo1NfKWKh20tuepbTVqJiVFKqNjVPwbn0E= + + + Intercom.bundle/images/info_icon@3x.png + + hash2 + + tVZFNBrWlHAOCyo152AY5lj//DbMFJ+wur+kwDIrYAQ= + + Intercom.bundle/images/intercom_logo.png hash2 @@ -1936,6 +2538,69 @@ +mHQ6IsEabpjPbTTnhlARZ87UHrAko0O67JBt76DeZw= + Intercom.bundle/images/star_fill.png + + hash2 + + 0jEG3nmCDtXhZ+kDOZlX7LUlMl4I0NOsn1FWyVBDc7Y= + + + Intercom.bundle/images/star_fill@2x.png + + hash2 + + clZ+Q36xod+l0a8HPRdesr/vhXt2FVk80gTKXg3mPnQ= + + + Intercom.bundle/images/star_fill@3x.png + + hash2 + + n0tuTh8/DU083sS9UwEJcLv8mJhoeXuz1pkzhFV9Rfs= + + + Intercom.bundle/images/star_selected_border.png + + hash2 + + R//x1WCWQjtbUyDe4P4Hjfhl6Vjz6USiJjO/a5EuO2Q= + + + Intercom.bundle/images/star_selected_border@2x.png + + hash2 + + H5w8Y9Od15kv/sRkuEMdtnRVDK/SouO57tNavc9CVHI= + + + Intercom.bundle/images/star_selected_border@3x.png + + hash2 + + l0BtVC50J1s/u/SlmKzmFVKp8VmcDQX6lVd2XAXtNRo= + + + Intercom.bundle/images/star_unselected_border.png + + hash2 + + YHV/DFT4XfGkP4p37KlTaccjTbhHijkdi6V+usldBN8= + + + Intercom.bundle/images/star_unselected_border@2x.png + + hash2 + + oxhKsdq1ma1xoGPrYHrfifEXy61RbTZmdns95zLaTq0= + + + Intercom.bundle/images/star_unselected_border@3x.png + + hash2 + + tWPfnvmpOH+kn7QGatAQF+84NIYNVEWSfWgOPB6IL7U= + + Intercom.bundle/images/startConversationIcon.png hash2 @@ -1975,28 +2640,49 @@ hash2 - yN+R8MB8G4Cn6f8p4/K8bWr8E8e0kgYNtqogWc5XlYE= + yN+R8MB8G4Cn6f8p4/K8bWr8E8e0kgYNtqogWc5XlYE= + + + Intercom.bundle/images/submit_button_background_clear.png + + hash2 + + KDNdjedH+O52gZhl8TJKI3GgpTYlt2oliRsN4d+cfME= + + + Intercom.bundle/images/submit_button_background_clear@2x.png + + hash2 + + fKcgRfyCzlGQIVsLdHTjfwbi9Az2enfKUqNcLffmEdE= + + + Intercom.bundle/images/submit_button_background_clear@3x.png + + hash2 + + qw0+ncIPD9SyhmXXvgDeEsuh85OOyzRZ10fBtQRseGg= - Intercom.bundle/images/submit_button_background_clear.png + Intercom.bundle/images/survey_loading_state.png hash2 - KDNdjedH+O52gZhl8TJKI3GgpTYlt2oliRsN4d+cfME= + Pb7+03fgE5CsIcd/9Gv3FNNFNeYOh4AF1CM3zV4WGdw= - Intercom.bundle/images/submit_button_background_clear@2x.png + Intercom.bundle/images/survey_loading_state@2x.png hash2 - fKcgRfyCzlGQIVsLdHTjfwbi9Az2enfKUqNcLffmEdE= + 2XrGTiyS/a5YM+57x//DRfni+w6+xUk9D2TfoL51C9o= - Intercom.bundle/images/submit_button_background_clear@3x.png + Intercom.bundle/images/survey_loading_state@3x.png hash2 - qw0+ncIPD9SyhmXXvgDeEsuh85OOyzRZ10fBtQRseGg= + 0a9+oWO4d2xFk0cf72iJ+2OVx6bGV6JVOg09HYW/2zs= Intercom.bundle/images/teammate_bio.png @@ -2220,21 +2906,21 @@ hash2 - JH58fiOpE7fTU/PrSTAxaixMtJtwxEXhqm2zFdPTak4= + XZKbvUiZ0dH26vt08VKXNI/Xlro+GKaYUy2Q31CzQH8= IntercomAssets.bundle/Info.plist hash2 - RaT8z0fRFPbCxGTWvyqmzfvK7ftbk8A+ss3XB2vqBkY= + FdmIyE38zYzYAyvc1ivoaOx6D4dE+tRgvFR44zxITos= IntercomAssets.bundle/_CodeSignature/CodeDirectory hash2 - ijrbnGIQIbuwsJ34LbWNT9Kuq3p8o0lZubqiM4GmlD8= + ETkQg1HTyHAboAs7w0iRqXe9Fowo1wAnAFRqDfdVGaw= IntercomAssets.bundle/_CodeSignature/CodeRequirements @@ -2248,14 +2934,14 @@ hash2 - y1E5aslDGw0gfpSOKC3u0VvRPha2WntP7h9Eunu4Ifw= + KAGHmJLDEO7JSgwoYgdFGPOUvqLo3vIAA3uyZ06e2no= IntercomAssets.bundle/_CodeSignature/CodeResources hash2 - qmeD+Zo07ByP6XhrnNBm560uxeAM7LCdq8/elaqpbs4= + yx/t4HrI35XRgNahagCIULN1/3gdeXENGx0bKPSBUoY= IntercomAssets.bundle/_CodeSignature/CodeSignature @@ -2269,14 +2955,14 @@ hash2 - lLPXGCj2dJuRHWBrNUWsOkhifsU+3J/m9hXMckII0WM= + Sj+dD6FbKlAtCLfjZWq+ca4t/gO64xe+iPKr5ZtvPF0= IntercomTranslations.bundle/_CodeSignature/CodeDirectory hash2 - AMbGW4FUEf0a6m7aE+Gw+KnbQd7aujsrzL5OhYk9HV0= + rAb/JR90GmZeE5N5dwfTIo4N2seUh1PV+l0bvTsyA/o= IntercomTranslations.bundle/_CodeSignature/CodeRequirements @@ -2290,14 +2976,14 @@ hash2 - FK/vwvwmn94Lq+kN7Um8pv5e0HpcbwXrVAzHy+rnP18= + PEh8t2VTh7yvslTmK7FiBL+OFmsFDwWNySH50wNXvy8= IntercomTranslations.bundle/_CodeSignature/CodeResources hash2 - mLp2VfayFo5vMfaoe9GAnvgWP4XgfYMpe2pm3ygL68g= + a3A0bjbTA8baPzMpaO9u1h5/N7kSVM07mFaUunUmSoY= IntercomTranslations.bundle/_CodeSignature/CodeSignature @@ -2311,630 +2997,329 @@ hash2 - PNuipz9DkcUqie91+f/cHrqj/jX7MX7pcfzJaVNDt+o= + elIxR1+Xg0wSKoEOnC/RM1bt9l4RBJQzc19hRbOwKno= IntercomTranslations.bundle/bg.strings hash2 - +nMDrDBdovnIOCLXAaKSjBATsZNGaj1BVY/h8rzZjek= + yIfICvbcnfcSSyPlFb2J09nUQIfJPDps4P4WcvuTHT0= IntercomTranslations.bundle/bs.strings hash2 - 9N4rf+mlHFfvNmfM6gcDMvzOMURNZ4EPlKQBPqpPY7o= + Jv3r7LhxO3XgEwVQkbcCXu5NMsCtJQKQxFe3qb9vmKg= IntercomTranslations.bundle/ca.strings hash2 - noFIgZFo54R6w5lfFcUzf+ZIiKuei+WQpxkmWKdDt9c= + PXf96Zvk+ammGsJq+QQt3IC7wVJY9MnSl8E8D3FDNKQ= IntercomTranslations.bundle/cs.strings hash2 - QZprji1/ibQ11mdLWjnEykG1hLm8+HU7OvpIEEBPS/U= + HHxrSaPJCJYnycA+4USmrPbtgfwOXSzaiIsuc27raK8= IntercomTranslations.bundle/da.strings hash2 - IdRi1BM+OfiMvMKFBbAQo+n4Gik81XDu9uIgoH9v8Pw= + 067/cn5+yLcd41IKogRddRIJM2J1K2yMrX9eN/cX97I= IntercomTranslations.bundle/de-form.strings hash2 - +3/18XM3v2NlVBJpC8B9zlr5NjsonzTPxDy2Ru6Wosc= + 5fVe0ygI5weKlYhx+Rul4UXsskJxGhT9cGtzGxLUZZg= IntercomTranslations.bundle/de.strings hash2 - DooNGkRVoVFfk0bs2n7Ftv+wKHf1EWUQ8q92k6I87iE= + RW1AkV2GiZUVaY//wao2/95Sf5mtFjL5JZAyujP0A6M= IntercomTranslations.bundle/el.strings hash2 - 89vsRZjaxC9R1mrfxXpQqyQX8LwIx4qomRf1KRbzVh8= + W0akykH02sbXgy3r4aooJQGnhpOjAxslxjXvm43WfEA= IntercomTranslations.bundle/en.strings hash2 - 5UHepnc2FAibDD8ucr6WCKMSBlmpC1hjD9C0o7dm+zw= + CalkTbKtXZO2id92ywzGPaBzStOVu6CObXw2aYIA2kY= IntercomTranslations.bundle/es.strings hash2 - ivN6qPCM/d9Aaks8qM5wjbXIXBnejaGNhkln8TvSibY= + xXv8M+/rE7Ks1mpc6nsjrjrpE6cEzRBYNOQjLm9qzW8= IntercomTranslations.bundle/et.strings hash2 - +rZcIM55A0FrWv8IPWnLcnsb5Qb4PSnvVWu4x6BSuXI= + bPl9oIHg1AoibUSmtR/5fthWpfxAmUyxiiw6f2zy8uI= IntercomTranslations.bundle/fi.strings hash2 - hTQqdQ1eU5ZtsaoMcAa/bBnHBpIAfaN7+OoSCM83TfQ= + 0mHB9I0lF7f0w/fu3HgHqFjQ2Y+El3DHSYFTCexqp6c= IntercomTranslations.bundle/fr.strings hash2 - l3T1Dsa8jXakfCJnfZmyufROapIuhYfcS/BzGVOxVQ0= + BztlyQvvvsRSz+KoYcnMocbYZ2i75psBMqv+6Rc1xxM= IntercomTranslations.bundle/he.strings hash2 - S8aXno0nOMmVZHFGF+JzUw8ALkTbMbcJBgk08hK2eKc= + 8/xDdtbCggpdFpdPRZkiNi+mJrCHwzgjEFCl8DUxRpU= IntercomTranslations.bundle/hr.strings hash2 - RC+xAnAXkiOlnOGRjnEcFzqWAZJrPmxXrl7sCRsufU4= + XtLtZ5kIQ2iD02DxWCAkJt/3pM7huACxesQ3KyCwQXM= IntercomTranslations.bundle/hu.strings hash2 - 3CtNRxonUivQOBWnJgBM/jz4StjyxX5upEdI1Of8IQU= + 6ppODR24jhwwlXqLuvI64K8Y3eJ0QJnIvEaPhmA7T/Q= IntercomTranslations.bundle/id.strings hash2 - rchXaMwNquRRNn3sf0m6nWCaJzb/JXn8ZouxcOmGGLw= + /GSvFHZ5Mw6S5No9PMopkOapd0ZWRyYDB5wyC+00fuk= IntercomTranslations.bundle/it.strings hash2 - m1ItM9sbXTi519bT+5DGQ5KY7Tg9YA8aT+wKl3s4CGE= + tRsSUCKrMHMtftUD3b66Eel02pXwjRqYAzBLz81WRA8= IntercomTranslations.bundle/ja.strings hash2 - tJZmVbVRFyOL/JtoUfUGoUvt5kQq2qX6DGAiLJtxLYk= + ajWlZoCZXE2pOLICe6PRhz8X+K1ILx9UwThGnSj9DLg= IntercomTranslations.bundle/ko.strings hash2 - jFtL50N7PW+fzFAwcKp7P1WOyUFEiBfoSODD2HVifoo= + ensT27xIT4LBSf7uMIQT/arTdHYL/D+htZH51hK4GRg= IntercomTranslations.bundle/lt.strings hash2 - 9yQjHZmLFSR98kLe0fl9+ZbBli+kFV73vI2UzLZrZFM= + w+N1ycydI5BUaXLVFynaCIF8zI0sMpynpc0JUDyTtOo= IntercomTranslations.bundle/lv.strings hash2 - ZAhVN1d+78574/uLcKg8yV+CPdtGkswqqGWgatOzXrs= + 0XHr/Pr6OSQHF6KURVLqAg7yf+pxKv4r6EkzLsQcSpQ= IntercomTranslations.bundle/mn.strings hash2 - 4Wr7hr3J4DL6OINvW0pprLmT1CVVeusTFOrlo0/DGFI= + HkTIbgIINJSdR6B/lDf9b1Uy/0YnEy623xyYGN7gU5o= IntercomTranslations.bundle/nb.strings hash2 - 8ioUBgOH1i6mcWnnh6XHwldddJNd+dDuDgTAWSdfBis= + rPcYCMZ30UKFL0izxuCZsFGXwE094qfuUwtKjnYQ5Xc= IntercomTranslations.bundle/nl.strings hash2 - UBR4sYTMInYNiZ1KobwtWlyntNFW62VcJpXfuGrEqmE= + Kufx1HuqHH84I9HG6TcFn+LH/o00bgqPKQi/Dy8I/9o= IntercomTranslations.bundle/pl.strings hash2 - ZR3hruDykvL6e9Y4EAe0vmb7s7H4Vi0hN3T+7a4bjXc= + PCPh5xZH9EE2IJK5VX/wgHoitwnlhiKCsGdHrXYcvvw= IntercomTranslations.bundle/pt-br.strings hash2 - 4HwirqXxmQCUtzAroIo7KQbm0rmlAFq7le/45ngxYH0= + QtvEX5qEzDLN6PRan1FcLBWBGC+kgprZjQYy2UUjpXI= IntercomTranslations.bundle/pt-pt.strings hash2 - nzGy1SW79X9UiY++Yuq8j8Gj6zmlayNWFuOoOAuA+q8= + E1FyiRvXmMzfn1xaIL3fgvKtz31m9VmYDk4D4jSSAZ4= IntercomTranslations.bundle/ro.strings hash2 - 3ocnyMtUe4gKRtjDv1NoLdVNRuVGOwCAcRfBn2zNClE= + iWYO3SkK4smc/sXfOyNFA4ZDDPCxqSCkV4JNXilEjKc= IntercomTranslations.bundle/ru.strings hash2 - Q8xjgNugl5YBRqCAxRvZyned/KXjHOloO5EvmyAwe+Y= + Bxkb6LOFmbZ2FL1ve8xeOOpGmrQ4v5suyTnMw6VnJtM= IntercomTranslations.bundle/sl.strings hash2 - mfy54ztouhP7oMZ95RVulhFBsIcluKwtVR+hG7qdZkk= + A0tXhAikF2/W8wFhBu0cbRiRc7f7Gw/V2sA2fZv/JWU= IntercomTranslations.bundle/sr.strings hash2 - ObVstAvTWaulPkzUctUVw5A7f8+wRKN2WqFejoZ96ug= + uK4Hml6mfWP4bcd9EgO4AhEUm6LfKkP1F3kJhYhn3sw= IntercomTranslations.bundle/sv.strings hash2 - rj8C6q/gMHlPtveN2sw1a8HNgdRewI4l7n3IrHW+ORw= + VPzBDY/+Qe1kjzbp/7J4L5llzjQWPM3aH/Nu1xHahz8= IntercomTranslations.bundle/tr.strings hash2 - 76HAGItgyEqLa46i6CmJQAHm6x8g9dL4acfzFune1tw= + 0CSg8GmLMOVoqg1txsOdt5B09u2al7m8o02tGFXzuno= + + + IntercomTranslations.bundle/uk.strings + + hash2 + + juCZ8hpIUkhCqv3BtGti6H+9Is4dzvw9rvJ/+/XShiA= IntercomTranslations.bundle/vi.strings hash2 - NJzYbFlHSH7hdCatl7pP73bxW9X0A3dLH1eg81kq23A= + /+Q5ZZ94D1p9NXin37IolZn1bQBNnZyUh2TTQ8CsljI= IntercomTranslations.bundle/zh-hans.strings hash2 - FoYY5JPMHdUFC4arvS9pF6ocFrGek1W47dV52PFBd1k= + V8B0bH1Zs2nKO44dKbThExsgyQ0paryE1RTe1dEfQ08= IntercomTranslations.bundle/zh-hant.strings hash2 - gJO+ewBLsD/3g9ITVq2GXHW9uHp8AyzuAHyoyUefAQk= + 0ppy53raCF9AHoQ1Rrn0Refik/vKClTBemOME+c9rfQ= Modules/Intercom.swiftmodule/arm64-apple-ios-simulator.swiftdoc hash2 - XFtXTBgW6wSnI6HVwQUMbuEtUsqDN20ovQ4W2Xhm/eE= + mBJ6ZkF3JciODSGagYLqTFod0RR5GQMucIm6DTukDpo= Modules/Intercom.swiftmodule/arm64-apple-ios-simulator.swiftinterface hash2 - mVEiuLeVQEzBDB2YukcpKZRvuJ8h3yK6RRRAERSdHmM= + w7xjPtdFrfRqeLAGLH63jLpyC4O4Nlr8xRiDdiP//1g= Modules/Intercom.swiftmodule/arm64-apple-ios-simulator.swiftmodule hash2 - jrRqV3z5FX3jLDnzPsRtD0jb2QhXR4NBtKdAwcb50II= - - - Modules/Intercom.swiftmodule/arm64.swiftdoc - - hash2 - - XFtXTBgW6wSnI6HVwQUMbuEtUsqDN20ovQ4W2Xhm/eE= - - - Modules/Intercom.swiftmodule/arm64.swiftinterface - - hash2 - - mVEiuLeVQEzBDB2YukcpKZRvuJ8h3yK6RRRAERSdHmM= - - - Modules/Intercom.swiftmodule/arm64.swiftmodule - - hash2 - - jrRqV3z5FX3jLDnzPsRtD0jb2QhXR4NBtKdAwcb50II= + ixcRRpoutc4EakyN8y3wPAmuBZrK8pFru071FefD7FU= Modules/Intercom.swiftmodule/x86_64-apple-ios-simulator.swiftdoc hash2 - 7fVVRx60qeUAyNnNBi9aPxE++nUYV4+2I82hWfVs0C4= + egB6PxCMowRVr0+VNOo+YMLZdTtU2gEqZqQM1UxNx2M= Modules/Intercom.swiftmodule/x86_64-apple-ios-simulator.swiftinterface hash2 - PsFjiY9Z7A9QUVT1DBedh0ZulULavC/eomuqZJtHCxg= + YwezeohPgGKhWfLHRv1zWVG2TRoA/IHmJUMArE0vwks= Modules/Intercom.swiftmodule/x86_64-apple-ios-simulator.swiftmodule hash2 - xeUjHHJ2HB1Khk+yFRp4j0dK0+PwPOCCSg7pudUhEY0= - - - Modules/Intercom.swiftmodule/x86_64.swiftdoc - - hash2 - - 7fVVRx60qeUAyNnNBi9aPxE++nUYV4+2I82hWfVs0C4= - - - Modules/Intercom.swiftmodule/x86_64.swiftinterface - - hash2 - - PsFjiY9Z7A9QUVT1DBedh0ZulULavC/eomuqZJtHCxg= - - - Modules/Intercom.swiftmodule/x86_64.swiftmodule - - hash2 - - xeUjHHJ2HB1Khk+yFRp4j0dK0+PwPOCCSg7pudUhEY0= + bFDplZXqBAZCdLLfRbKiBdc1CmNXddjwOmF5cJ62Nn8= Modules/module.modulemap hash2 - 4bIgKVn5j1VQgEVU76DvNk/9Roq/21ilX0w4xmASZpk= - - - Modules/module.private.modulemap - - hash2 - - zXBgf3hsHmcXI24rmTMeT4AJjmr9Dk1Xy33KiMXlQnU= - - - PrivateHeaders/ICMActiveAdminsAvatarView.h - - hash2 - - +8181T3nY6YavIjM7SOgbTVoLdhZ/CXO7BjgRGQfd8Y= - - - PrivateHeaders/ICMArticleWebViewController.h - - hash2 - - 7jOMVEvErWn8BB7eb1vb9PonH0XNRwdl+lhgLFCbr4I= - - - PrivateHeaders/ICMAssets.h - - hash2 - - 9kGpWrRv+EeH/sBid35YXflMxAq6658VLY16FhGy3rk= - - - PrivateHeaders/ICMAutoLayout.h - - hash2 - - dcY0wRqPlJdhHtP+t+ZyWEgdCkKyCGrVceoIOvGRIak= - - - PrivateHeaders/ICMAvatar.h - - hash2 - - hutwA+QTxS7e1uriq5JaxTL4Yi1IMSQ4pRUnFcz4gTU= - - - PrivateHeaders/ICMColor.h - - hash2 - - fU+NMBVlFOKrZN9h+rJ++Vt8Lkq6LlKGgsrdCgARC6U= - - - PrivateHeaders/ICMConfig.h - - hash2 - - LocE4MTZyOyK2myjL4Goohu/w60Nf6qz6F/T+k0muuQ= - - - PrivateHeaders/ICMContentViewController.h - - hash2 - - 5KyBP+EFBaH04v3Og6rGIfyuju6/k2q6KCaSTQUx8Is= - - - PrivateHeaders/ICMContentViewControllerDelegate.h - - hash2 - - +1ZrnEU+qspjEgHfk7o0XyQ1Rs+uhcUr0Zk331dnwoQ= - - - PrivateHeaders/ICMDataManager.h - - hash2 - - /yfVBb2o8xQfpaBRLxrFeX45hgNWRGAgEWB0ii7AzR8= - - - PrivateHeaders/ICMDataManagerProtocol.h - - hash2 - - 54YGAW9ptFwUT6SbvsjG8s5Pk24mMXt0QTWeTC9jp4Q= - - - PrivateHeaders/ICMEngine.h - - hash2 - - PSDibjE1tm4GMi+WjXD0Zn8O4D4aMHk7VOTi2Z6y4/I= - - - PrivateHeaders/ICMErrorViewController.h - - hash2 - - d4IN9/AQiWGsqBhleML3B360kXN9Lxii31zdi39Bsz4= - - - PrivateHeaders/ICMErrorViewDelegate.h - - hash2 - - h5nS4EWsVW2YaTGtgokx3ZINO1D4h7pWKOGUwSHYlZE= - - - PrivateHeaders/ICMFeedbackGenerator.h - - hash2 - - z6BI58iciJGNaqXhAa48qGUnGGoGo2YHR5dMKCMBYZs= - - - PrivateHeaders/ICMHTTPClient.h - - hash2 - - 7Z3/KJhiIsA0tpHHJfeB7laW5lPQhBLNRbR3jStmDy4= - - - PrivateHeaders/ICMHTTPClientProtocol.h - - hash2 - - CmSN+HpF8oPmdYSnb8Ibd94mGyG7w9PvLlZxzET3qiE= - - - PrivateHeaders/ICMHelpCenterTranslationManager.h - - hash2 - - 8N/MqHKTMR2kYRwa+YOFNHeKS51/TzEwXmEuhteQ4hA= - - - PrivateHeaders/ICMLoadingViewController.h - - hash2 - - pf+VCZ5/Dz7E3z/kAnDUNFB2IiK6j0s7FDWn5XG5fE4= - - - PrivateHeaders/ICMMetric.h - - hash2 - - qleW5Py7WaYQW7yslvv22qJmZONzZ3pKg6COYnos+UQ= - - - PrivateHeaders/ICMMetricEvent.h - - hash2 - - vsla8I56FT0J4ky9CkTSLF+5Qll3C3hQEfpZZd7UbYo= - - - PrivateHeaders/ICMMultipleAvatarView.h - - hash2 - - gw5iCWv79leK1fmq6pa8Kw8OgMzkINX6UCsLS5SWYik= - - - PrivateHeaders/ICMNavigationBarCloseButton.h - - hash2 - - V7ZJYM0jKUo01whcvFUvrVPVyiZ9A09A6aRmYukotGU= - - - PrivateHeaders/ICMNavigationController.h - - hash2 - - VkfC7oL9NL8WsVrZka4Wa4EasCbzjQafUAUMFsivLng= - - - PrivateHeaders/ICMParticipant.h - - hash2 - - p6QlloOOVftOnDJLWv+2lf/g1cs8+LTJtPgl0aub018= - - - PrivateHeaders/ICMParticipatingAdmin.h - - hash2 - - UpV6/K2PuTPWmsyY9f8Cjb3XXbP6aTO2ERAI4UaNFNM= - - - PrivateHeaders/ICMPresentationManager.h - - hash2 - - ZpiUOw80opkTKuHClsLVw49gxPAN5lXL++4nlrDjTGo= - - - PrivateHeaders/ICMRecentConversationsViewController.h - - hash2 - - GlQ64evM4kan9ewh+5n3trf7URPUUoz/52caVWP3o8c= - - - PrivateHeaders/ICMSafeNetworkModel.h - - hash2 - - 30GBgRdvzJhpBnE/NCgL9+bybRLWNQBSvmF/zqBpzsg= - - - PrivateHeaders/ICMStartConversationButton.h - - hash2 - - E3Wk3FpPAkWaogfgCR+Reko3GIoDTYGpsbPuF4EUPe8= - - - PrivateHeaders/ICMTeamPresence.h - - hash2 - - ZNVT4Kg7sveVSC0ZYA1PkWo7S6wvC3VYjotHv2QGeAc= - - - PrivateHeaders/ICMTimestampCalculator.h - - hash2 - - wdIetEuVAQG7Cqpe3LghjffNAU33K7XtgJAP60kUeOs= - - - PrivateHeaders/ICMTranslationKeys.h - - hash2 - - wXmB9/mkl/fjqYXvxWz+ryStL76HTTFcCRrtciEGL1c= - - - PrivateHeaders/ICMTranslationManager.h - - hash2 - - h1Jhe1pwxf0QLMl1Xp3vfe8i6pinLZue4Vaai3z9OJU= - - - PrivateHeaders/ICMUnreadManager.h - - hash2 - - CrghD36S81z0o9UIMG1gq+umuHZ8AdJFXJXjWVwfvQA= - - - PrivateHeaders/ICMUtils.h - - hash2 - - P2mLFBgCSwnxaZqR/d2zEWrhx9fNNWTjBs3MNU/M61c= - - - PrivateHeaders/UIImage+ICMImageUtils.h - - hash2 - - lnS8ik99Pg7LJ63QXn2+4AIMsxa9UXkLf7Yf9CJdd18= + VVpgokXf972McCf+nl/AeuFUSZPIiLkqtf+/DFiXJT0= config.yml hash2 - E2uJoSJHe2lnhtQzDT7J7Un9jUzAbv9P+7G+pdzybuI= + ZjeByyK+noy4q/djwQkLiKu8A0z7tJasewI8zfoaCKE= diff --git a/Intercom.xcframework/ios-arm64_x86_64-simulator/Intercom.framework/config.yml b/Intercom.xcframework/ios-arm64_x86_64-simulator/Intercom.framework/config.yml index 830d263a..a418cd99 100644 --- a/Intercom.xcframework/ios-arm64_x86_64-simulator/Intercom.framework/config.yml +++ b/Intercom.xcframework/ios-arm64_x86_64-simulator/Intercom.framework/config.yml @@ -1,15 +1,15 @@ parameters: iphone_large: type: string - default: "platform=iOS Simulator,name=iPhone 11 Pro,OS=15.2" + default: "platform=iOS Simulator,name=iPhone 11 Pro,OS=15.4" iphone_small: type: string - default: "platform=iOS Simulator,name=iPhone 8,OS=15.2" + default: "platform=iOS Simulator,name=iPhone 8,OS=15.4" # Default VM config to be used for macOS builds macos_config: &macos_config macos: - xcode: 13.2.1 + xcode: 13.3.0 resource_class: macos.x86.medium.gen2 shell: /bin/bash --login -eo pipefail @@ -422,34 +422,34 @@ jobs: - TEST_PLAN: "Snapshot" - CONFIGURATION: "AX2" - # UI tests for iPhone 8 (15.2) devices. One test for each test bucket. + # UI tests for iPhone 8 (15.4) devices. One test for each test bucket. UI_1_iphone_8: <<: *macos_config <<: *ui_tests environment: - - DEVICE_TARGET: "iPhone 8 (15.2)" + - DEVICE_TARGET: "iPhone 8 (15.4)" - TEST_BUCKET: "@test_bucket_1" UI_2_iphone_8: <<: *macos_config <<: *ui_tests environment: - - DEVICE_TARGET: "iPhone 8 (15.2)" + - DEVICE_TARGET: "iPhone 8 (15.4)" - TEST_BUCKET: "@test_bucket_2" UI_3_iphone_8: <<: *macos_config <<: *ui_tests environment: - - DEVICE_TARGET: "iPhone 8 (15.2)" + - DEVICE_TARGET: "iPhone 8 (15.4)" - TEST_BUCKET: "@test_bucket_3" UI_4_iphone_8: <<: *macos_config <<: *ui_tests environment: - - DEVICE_TARGET: "iPhone 8 (15.2)" + - DEVICE_TARGET: "iPhone 8 (15.4)" - TEST_BUCKET: "@test_bucket_4" XCUI_1_iphone_8: @@ -464,34 +464,34 @@ jobs: - DESTINATION: << pipeline.parameters.iphone_small >> - TEST_GROUP: "Group2" - # UI tests for iPhone 11 Pro (15.2) devices. One test for each test bucket. + # UI tests for iPhone 11 Pro (15.4) devices. One test for each test bucket. UI_1_iphone_11_pro: <<: *macos_config <<: *ui_tests environment: - - DEVICE_TARGET: "iPhone 11 Pro (15.2)" + - DEVICE_TARGET: "iPhone 11 Pro (15.4)" - TEST_BUCKET: "@test_bucket_1" UI_2_iphone_11_pro: <<: *macos_config <<: *ui_tests environment: - - DEVICE_TARGET: "iPhone 11 Pro (15.2)" + - DEVICE_TARGET: "iPhone 11 Pro (15.4)" - TEST_BUCKET: "@test_bucket_2" UI_3_iphone_11_pro: <<: *macos_config <<: *ui_tests environment: - - DEVICE_TARGET: "iPhone 11 Pro (15.2)" + - DEVICE_TARGET: "iPhone 11 Pro (15.4)" - TEST_BUCKET: "@test_bucket_3" UI_4_iphone_11_pro: <<: *macos_config <<: *ui_tests environment: - - DEVICE_TARGET: "iPhone 11 Pro (15.2)" + - DEVICE_TARGET: "iPhone 11 Pro (15.4)" - TEST_BUCKET: "@test_bucket_4" XCUI_1_iphone_11_pro: diff --git a/Package.swift b/Package.swift index 47204d65..2ad9a695 100644 --- a/Package.swift +++ b/Package.swift @@ -13,8 +13,8 @@ let package = Package( targets: [ .binaryTarget( name: "Intercom", - url: "https://github.com/intercom/intercom-ios/releases/download/11.2.0/Intercom.xcframework.zip", - checksum: "a859e7534e1605492be6d1edb417fb8025ae2022e475d41fb5a7f70bd85560f7" + url: "https://github.com/intercom/intercom-ios/releases/download/12.0.0/Intercom.xcframework.zip", + checksum: "a2808a05b413fbc57746130dc29c15317fa6bf5fbc61e5578ef579359fff7002" ), ] ) diff --git a/dSYMs/Intercom.framework.iphoneos.dSYM/Contents/Info.plist b/dSYMs/Intercom.framework.iphoneos.dSYM/Contents/Info.plist index 9f99510b..8e0a0788 100644 --- a/dSYMs/Intercom.framework.iphoneos.dSYM/Contents/Info.plist +++ b/dSYMs/Intercom.framework.iphoneos.dSYM/Contents/Info.plist @@ -13,8 +13,8 @@ CFBundleSignature ???? CFBundleShortVersionString - 11.2.0 + 12.0.0 CFBundleVersion - 11.2.0 + 12.0.0 diff --git a/dSYMs/Intercom.framework.iphoneos.dSYM/Contents/Resources/DWARF/Intercom b/dSYMs/Intercom.framework.iphoneos.dSYM/Contents/Resources/DWARF/Intercom index cb2bfb7a..6172bcde 100644 Binary files a/dSYMs/Intercom.framework.iphoneos.dSYM/Contents/Resources/DWARF/Intercom and b/dSYMs/Intercom.framework.iphoneos.dSYM/Contents/Resources/DWARF/Intercom differ diff --git a/dSYMs/Intercom.framework.simulator.dSYM/Contents/Info.plist b/dSYMs/Intercom.framework.simulator.dSYM/Contents/Info.plist index 9f99510b..8e0a0788 100644 --- a/dSYMs/Intercom.framework.simulator.dSYM/Contents/Info.plist +++ b/dSYMs/Intercom.framework.simulator.dSYM/Contents/Info.plist @@ -13,8 +13,8 @@ CFBundleSignature ???? CFBundleShortVersionString - 11.2.0 + 12.0.0 CFBundleVersion - 11.2.0 + 12.0.0 diff --git a/dSYMs/Intercom.framework.simulator.dSYM/Contents/Resources/DWARF/Intercom b/dSYMs/Intercom.framework.simulator.dSYM/Contents/Resources/DWARF/Intercom index 327f1d09..8d1c3445 100644 Binary files a/dSYMs/Intercom.framework.simulator.dSYM/Contents/Resources/DWARF/Intercom and b/dSYMs/Intercom.framework.simulator.dSYM/Contents/Resources/DWARF/Intercom differ