Skip to content

Commit

Permalink
😎
Browse files Browse the repository at this point in the history
  • Loading branch information
philipheinser committed Feb 2, 2017
1 parent e556b76 commit c9b10a1
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 10 deletions.
12 changes: 2 additions & 10 deletions ios/AdjustSdk.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -418,11 +418,7 @@
"$(inherited)",
"$(PROJECT_DIR)",
);
HEADER_SEARCH_PATHS = (
"$(inherited)",
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/include,
"$(SRCROOT)/../../react-native/React/**",
);
HEADER_SEARCH_PATHS = "$(inherited)";
LIBRARY_SEARCH_PATHS = "$(inherited)";
OTHER_LDFLAGS = "-ObjC";
PRODUCT_NAME = AdjustSdk;
Expand All @@ -437,11 +433,7 @@
"$(inherited)",
"$(PROJECT_DIR)",
);
HEADER_SEARCH_PATHS = (
"$(inherited)",
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/include,
"$(SRCROOT)/../../react-native/React/**",
);
HEADER_SEARCH_PATHS = "$(inherited)";
LIBRARY_SEARCH_PATHS = "$(inherited)";
OTHER_LDFLAGS = "-ObjC";
PRODUCT_NAME = AdjustSdk;
Expand Down
4 changes: 4 additions & 0 deletions ios/AdjustSdkDelegate.m
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,11 @@
#import <objc/runtime.h>

#import "AdjustSdkDelegate.h"
#if __has_include("RCTEventDispatcher.h")
#import "RCTEventDispatcher.h"
#else
#import <React/RCTEventDispatcher.h>
#endif

@implementation AdjustSdkDelegate

Expand Down

0 comments on commit c9b10a1

Please sign in to comment.