Skip to content

Commit

Permalink
Update iOS headers for RN 0.40 (#61)
Browse files Browse the repository at this point in the history
* Update iOS headers for RN 0.40

* Update iOS headers for RN 0.40

* remove header search paths
  • Loading branch information
smkhalsa authored and chirag04 committed Jan 18, 2017
1 parent e81612f commit 33bdadd
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 8 deletions.
4 changes: 0 additions & 4 deletions InAppUtils.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -306,8 +306,6 @@
HEADER_SEARCH_PATHS = (
"$(inherited)",
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/include,
"$(SRCROOT)/node_modules/react-native/React/**",
"$(SRCROOT)/../react-native/React/**",
);
OTHER_LDFLAGS = "-ObjC";
PRODUCT_NAME = "$(TARGET_NAME)";
Expand All @@ -321,8 +319,6 @@
HEADER_SEARCH_PATHS = (
"$(inherited)",
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/include,
"$(SRCROOT)/node_modules/react-native/React/**",
"$(SRCROOT)/../react-native/React/**",
);
OTHER_LDFLAGS = "-ObjC";
PRODUCT_NAME = "$(TARGET_NAME)";
Expand Down
4 changes: 2 additions & 2 deletions InAppUtils/InAppUtils.h
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
#import <Foundation/Foundation.h>
#import <StoreKit/StoreKit.h>

#import "RCTBridgeModule.h"
#import <React/RCTBridgeModule.h>

@interface InAppUtils : NSObject <RCTBridgeModule, SKProductsRequestDelegate, SKPaymentTransactionObserver>

@end
@end
4 changes: 2 additions & 2 deletions InAppUtils/InAppUtils.m
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#import "InAppUtils.h"
#import <StoreKit/StoreKit.h>
#import "RCTLog.h"
#import "RCTUtils.h"
#import <React/RCTLog.h>
#import <React/RCTUtils.h>
#import "SKProduct+StringPrice.h"

@implementation InAppUtils
Expand Down

0 comments on commit 33bdadd

Please sign in to comment.