Skip to content

Commit

Permalink
update Pods folder
Browse files Browse the repository at this point in the history
  • Loading branch information
Libin Lu authored Oct 9, 2017
1 parent 3dc3c6a commit e8559a2
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions ios/RNFIRAnalytics.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -212,13 +212,13 @@
buildSettings = {
CLANG_STATIC_ANALYZER_MODE = deep;
FRAMEWORK_SEARCH_PATHS = (
"$(PROJECT_DIR)/../../../ios/**",
"$(PROJECT_DIR)/../../../ios/Pods/**",
"$(PROJECT_DIR)",
);
GCC_PREPROCESSOR_DEFINITIONS = "$(inherited)";
HEADER_SEARCH_PATHS = (
"$(SRCROOT)/../../react-native/React/**",
"$(SRCROOT)/../../../ios/**",
"$(SRCROOT)/../../../ios/Pods/**",
);
LIBRARY_SEARCH_PATHS = "$(inherited)";
OTHER_LDFLAGS = "-ObjC";
Expand All @@ -233,12 +233,12 @@
buildSettings = {
CLANG_STATIC_ANALYZER_MODE = deep;
FRAMEWORK_SEARCH_PATHS = (
"$(PROJECT_DIR)/../../../ios/**",
"$(PROJECT_DIR)/../../../ios/Pods/**",
"$(PROJECT_DIR)",
);
HEADER_SEARCH_PATHS = (
"$(SRCROOT)/../../react-native/React/**",
"$(SRCROOT)/../../../ios/**",
"$(SRCROOT)/../../../ios/Pods/**",
);
LIBRARY_SEARCH_PATHS = "$(inherited)";
OTHER_LDFLAGS = "-ObjC";
Expand Down

0 comments on commit e8559a2

Please sign in to comment.