-
Notifications
You must be signed in to change notification settings - Fork 125
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
6e83907
commit 9a1ce54
Showing
285 changed files
with
9,150 additions
and
815 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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"=>"[email protected]", "Mike McNamara"=>"[email protected]", "Katherine Brennan"=>"[email protected]", "Himanshi Goyal"=>"[email protected]", "Niamh Coleman"=>"[email protected]"} | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
19 changes: 19 additions & 0 deletions
19
Intercom.xcframework/ios-arm64/Intercom.framework/Headers/ICMActiveAdminsAvatarView.h
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
// | ||
// ICMActiveAdminsAvatarView.h | ||
// IntercomSDK-Dynamic | ||
// | ||
// Created by Michael Isaakidis on 17/05/2018. | ||
// Copyright © 2018 Intercom. All rights reserved. | ||
// | ||
|
||
#import <UIKit/UIKit.h> | ||
|
||
@interface ICMActiveAdminsAvatarView : UIView | ||
|
||
- (instancetype)initWithHeight:(CGFloat)avatarHeight | ||
overlap:(CGFloat) avatarOverlap | ||
maxCount:(NSInteger) maxAvatarCount; | ||
- (NSUInteger)numberOfAvatarsDisplayed; | ||
- (void)updateVisibleAvatars; | ||
|
||
@end |
13 changes: 13 additions & 0 deletions
13
Intercom.xcframework/ios-arm64/Intercom.framework/Headers/ICMAdminBlockAppearance.h
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
// | ||
// ICMSDKBlocksRenderer.h | ||
// IntercomSDK | ||
// | ||
// Created by James Treanor on 09/09/2014. | ||
// Copyright (c) 2014 Intercom. All rights reserved. | ||
// | ||
|
||
#import <Intercom/ICMBlockAppearance.h> | ||
|
||
@interface ICMAdminBlockAppearance : ICMBlockAppearance | ||
|
||
@end |
20 changes: 20 additions & 0 deletions
20
Intercom.xcframework/ios-arm64/Intercom.framework/Headers/ICMArticleWebViewController.h
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
// | ||
// ICMArticleWebViewController.m | ||
// IntercomSDK-Dynamic | ||
// | ||
// Created by Katherine Brennan on 02/10/2020. | ||
// Copyright © 2020 Intercom. All rights reserved. | ||
// | ||
|
||
#import <UIKit/UIKit.h> | ||
#import "ICMContentViewController.h" | ||
@class HelpCenterMetricService; | ||
|
||
@protocol ICMContentViewControllerDelegate; | ||
|
||
@interface ICMArticleWebViewController : UIViewController <ICMContentViewController> | ||
|
||
@property (nonatomic, weak) id <ICMContentViewControllerDelegate> contentDelegate; | ||
- (instancetype)initWithId:(NSString *)articleId metricService:(id)metricService; | ||
|
||
@end |
107 changes: 107 additions & 0 deletions
107
Intercom.xcframework/ios-arm64/Intercom.framework/Headers/ICMAssets.h
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,107 @@ | ||
// | ||
// Created by Ignacio Delgado on 17/04/2014. | ||
// Copyright (c) 2014 Intercom. All rights reserved. | ||
// | ||
|
||
#import <Foundation/Foundation.h> | ||
#import <UIKit/UIKit.h> | ||
|
||
@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 |
Oops, something went wrong.