Skip to content

Commit

Permalink
Remove empty line, add updates from pbxproj
Browse files Browse the repository at this point in the history
  • Loading branch information
tboba committed Sep 20, 2023
1 parent dca49f9 commit dfa063c
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
8 changes: 8 additions & 0 deletions Example/ios/ScreensExample.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -941,6 +941,10 @@
ONLY_ACTIVE_ARCH = YES;
OTHER_CFLAGS = "$(inherited)";
OTHER_CPLUSPLUSFLAGS = "$(inherited)";
OTHER_LDFLAGS = (
"$(inherited)",
"-ld_classic",
);
REACT_NATIVE_PATH = "${PODS_ROOT}/../../node_modules/react-native";
SDKROOT = iphoneos;
};
Expand Down Expand Up @@ -997,6 +1001,10 @@
MTL_ENABLE_DEBUG_INFO = NO;
OTHER_CFLAGS = "$(inherited)";
OTHER_CPLUSPLUSFLAGS = "$(inherited)";
OTHER_LDFLAGS = (
"$(inherited)",
"-ld_classic",
);
REACT_NATIVE_PATH = "${PODS_ROOT}/../../node_modules/react-native";
SDKROOT = iphoneos;
VALIDATE_PRODUCT = YES;
Expand Down
1 change: 0 additions & 1 deletion FabricTestExample/ios/Podfile
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,6 @@ target 'FabricTestExample' do
)
__apply_Xcode_12_5_M1_post_install_workaround(installer)


projects = installer.aggregate_targets
.map{ |t| t.user_project }
.uniq{ |p| p.path }
Expand Down

0 comments on commit dfa063c

Please sign in to comment.