Skip to content

Commit

Permalink
Update Framework search paths
Browse files Browse the repository at this point in the history
  • Loading branch information
Rad Azzouz committed Jul 16, 2019
1 parent 6c36bf3 commit a90fcee
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions ios/RCTPSPDFKit.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -259,6 +259,8 @@
FRAMEWORK_SEARCH_PATHS = (
"$(PROJECT_DIR)/../PSPDFKit",
"$(PROJECT_DIR)/../../../ios/PSPDFKit",
"$(PROJECT_DIR)/Pods/PSPDFKit",
"$(PROJECT_DIR)/PSPDFKit",
);
GCC_C_LANGUAGE_STANDARD = gnu99;
GCC_DYNAMIC_NO_PIC = NO;
Expand Down Expand Up @@ -323,6 +325,8 @@
FRAMEWORK_SEARCH_PATHS = (
"$(PROJECT_DIR)/../PSPDFKit",
"$(PROJECT_DIR)/../../../ios/PSPDFKit",
"$(PROJECT_DIR)/Pods/PSPDFKit",
"$(PROJECT_DIR)/PSPDFKit",
);
GCC_C_LANGUAGE_STANDARD = gnu99;
GCC_NO_COMMON_BLOCKS = YES;
Expand Down

0 comments on commit a90fcee

Please sign in to comment.