Skip to content

Commit

Permalink
Use Intercom.h
Browse files Browse the repository at this point in the history
  • Loading branch information
jtreanor committed Jul 29, 2016
1 parent 9192947 commit e629472
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions plugin.xml
Original file line number Diff line number Diff line change
Expand Up @@ -33,10 +33,12 @@
</config-file>

<framework src="src/ios/Intercom.framework" custom="true" />
<header-file src="src/ios/Intercom.framework/Versions/A/Headers/Intercom.h" />
<resource-file src="src/ios/Intercom.framework/Versions/A/Resources/Intercom.bundle" />

<framework src="Foundation.framework" />
<framework src="UIKit.framework" />
<framework src="Accelerate.framework" />
<framework src="Security.framework" />
<framework src="SystemConfiguration.framework" />
<framework src="MobileCoreServices.framework" />
Expand Down
2 changes: 1 addition & 1 deletion src/ios/AppDelegate+IntercomPush.m
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#import "AppDelegate+IntercomPush.h"
#import <Intercom/Intercom.h>
#import "Intercom.h"
#import <objc/runtime.h>

@implementation AppDelegate (IntercomPush)
Expand Down
2 changes: 1 addition & 1 deletion src/ios/IntercomBridge.m
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#import "IntercomBridge.h"
#import "AppDelegate+IntercomPush.h"
#import <Intercom/Intercom.h>
#import "Intercom.h"

@interface Intercom (Cordoava)
+ (void)setCordovaVersion:(NSString *)v;
Expand Down

0 comments on commit e629472

Please sign in to comment.