Skip to content
This repository was archived by the owner on Apr 15, 2023. It is now read-only.

Commit 75acd27

Browse files
committed
move iOS specific files to iOS folder
1 parent ca6fbc6 commit 75acd27

6 files changed

Lines changed: 4 additions & 4 deletions

File tree

RNEventSource.xcodeproj/project.pbxproj renamed to iOS/RNEventSource.xcodeproj/project.pbxproj

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -295,8 +295,8 @@
295295
isa = XCBuildConfiguration;
296296
buildSettings = {
297297
HEADER_SEARCH_PATHS = (
298-
"$(SRCROOT)/../react-native/React/**",
299-
"$(SRCROOT)/node_modules/react-native/React/**",
298+
"$(SRCROOT)/../../react-native/React/**",
299+
"$(SRCROOT)/../node_modules/react-native/React/**",
300300
);
301301
OTHER_LDFLAGS = "-ObjC";
302302
PRODUCT_NAME = "$(TARGET_NAME)";
@@ -308,8 +308,8 @@
308308
isa = XCBuildConfiguration;
309309
buildSettings = {
310310
HEADER_SEARCH_PATHS = (
311-
"$(SRCROOT)/../react-native/React/**",
312-
"$(SRCROOT)/node_modules/react-native/React/**",
311+
"$(SRCROOT)/../../react-native/React/**",
312+
"$(SRCROOT)/../node_modules/react-native/React/**",
313313
);
314314
OTHER_LDFLAGS = "-ObjC";
315315
PRODUCT_NAME = "$(TARGET_NAME)";

RNEventSource.xcodeproj/project.xcworkspace/contents.xcworkspacedata renamed to iOS/RNEventSource.xcodeproj/project.xcworkspace/contents.xcworkspacedata

File renamed without changes.

0 commit comments

Comments
 (0)