Skip to content

Commit 0cf3273

Browse files
committed
update ios project
1 parent 0466d4a commit 0cf3273

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

ios/RCTJPushModule.xcodeproj/project.pbxproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -228,7 +228,7 @@
228228
LIBRARY_SEARCH_PATHS = (
229229
"$(inherited)",
230230
"$(PROJECT_DIR)/RCTJPushModule",
231-
"$(SRCROOT)/../../jcore-react-native/ios",
231+
"$(SRCROOT)/../../jcore-react-native/ios/**",
232232
);
233233
OTHER_LDFLAGS = "-ObjC";
234234
OTHER_LIBTOOLFLAGS = "";
@@ -244,7 +244,7 @@
244244
LIBRARY_SEARCH_PATHS = (
245245
"$(inherited)",
246246
"$(PROJECT_DIR)/RCTJPushModule",
247-
"$(SRCROOT)/../../jcore-react-native/ios",
247+
"$(SRCROOT)/../../jcore-react-native/ios/**",
248248
);
249249
OTHER_LDFLAGS = "-ObjC";
250250
OTHER_LIBTOOLFLAGS = "";

0 commit comments

Comments
 (0)