Skip to content

Commit

Permalink
chore: update an Xcode project file after building
Browse files Browse the repository at this point in the history
  • Loading branch information
igorbej committed Oct 26, 2023
1 parent 7aeebcd commit bc51f9b
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions example/ios/PagerViewExample.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -600,10 +600,7 @@
);
OTHER_LDFLAGS = (
"$(inherited)",
"-Wl",
"-ld_classic",
" ",
"-Wl -ld_classic ",
);
REACT_NATIVE_PATH = "${PODS_ROOT}/../../node_modules/react-native";
SDKROOT = iphoneos;
Expand Down Expand Up @@ -676,10 +673,7 @@
);
OTHER_LDFLAGS = (
"$(inherited)",
"-Wl",
"-ld_classic",
" ",
"-Wl -ld_classic ",
);
REACT_NATIVE_PATH = "${PODS_ROOT}/../../node_modules/react-native";
SDKROOT = iphoneos;
Expand Down

0 comments on commit bc51f9b

Please sign in to comment.