Skip to content

Commit

Permalink
Merge pull request #404 from dmitriiivashko/master
Browse files Browse the repository at this point in the history
Fixed a bug when installing via cocoapods
  • Loading branch information
Nightsd01 authored Feb 26, 2018
2 parents 58ffea8 + 7117f1a commit 13ace67
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions ios/RCTOneSignal/RCTOneSignalEventEmitter.m
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,11 @@
//

#import "RCTOneSignalEventEmitter.h"
#if __has_include(<OneSignal/OneSignal.h>)
#import <OneSignal/OneSignal.h>
#else
#import "OneSignal.h"
#endif


#pragma GCC diagnostic push
Expand Down

0 comments on commit 13ace67

Please sign in to comment.