Skip to content

Commit f2f9722

Browse files
committed
pod repo-update
1 parent 4dfbe86 commit f2f9722

File tree

1 file changed

+11
-5
lines changed

1 file changed

+11
-5
lines changed

ios/RocketChatRN.xcodeproj/project.pbxproj

Lines changed: 11 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1824,7 +1824,7 @@
18241824
inputFileListPaths = (
18251825
);
18261826
inputPaths = (
1827-
$TARGET_BUILD_DIR/$INFOPLIST_PATH,
1827+
"$TARGET_BUILD_DIR/$INFOPLIST_PATH",
18281828
);
18291829
name = "Upload source maps to Bugsnag";
18301830
outputFileListPaths = (
@@ -2574,7 +2574,7 @@
25742574
"$(inherited)",
25752575
"$(SRCROOT)/../node_modules/rn-extensions-share/ios/**",
25762576
"$(SRCROOT)/../node_modules/react-native-firebase/ios/RNFirebase/**",
2577-
$PODS_CONFIGURATION_BUILD_DIR/Firebase,
2577+
"$PODS_CONFIGURATION_BUILD_DIR/Firebase",
25782578
);
25792579
INFOPLIST_FILE = ShareRocketChatRN/Info.plist;
25802580
IPHONEOS_DEPLOYMENT_TARGET = 15.1;
@@ -2650,7 +2650,7 @@
26502650
"$(inherited)",
26512651
"$(SRCROOT)/../node_modules/rn-extensions-share/ios/**",
26522652
"$(SRCROOT)/../node_modules/react-native-firebase/ios/RNFirebase/**",
2653-
$PODS_CONFIGURATION_BUILD_DIR/Firebase,
2653+
"$PODS_CONFIGURATION_BUILD_DIR/Firebase",
26542654
);
26552655
INFOPLIST_FILE = ShareRocketChatRN/Info.plist;
26562656
IPHONEOS_DEPLOYMENT_TARGET = 15.1;
@@ -3175,7 +3175,10 @@
31753175
ONLY_ACTIVE_ARCH = YES;
31763176
OTHER_CFLAGS = "$(inherited)";
31773177
OTHER_CPLUSPLUSFLAGS = "$(inherited)";
3178-
OTHER_LDFLAGS = "$(inherited) ";
3178+
OTHER_LDFLAGS = (
3179+
"$(inherited)",
3180+
" ",
3181+
);
31793182
REACT_NATIVE_PATH = "${PODS_ROOT}/../../node_modules/react-native";
31803183
SDKROOT = iphoneos;
31813184
SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) DEBUG";
@@ -3239,7 +3242,10 @@
32393242
MTL_ENABLE_DEBUG_INFO = NO;
32403243
OTHER_CFLAGS = "$(inherited)";
32413244
OTHER_CPLUSPLUSFLAGS = "$(inherited)";
3242-
OTHER_LDFLAGS = "$(inherited) ";
3245+
OTHER_LDFLAGS = (
3246+
"$(inherited)",
3247+
" ",
3248+
);
32433249
REACT_NATIVE_PATH = "${PODS_ROOT}/../../node_modules/react-native";
32443250
SDKROOT = iphoneos;
32453251
SWIFT_COMPILATION_MODE = wholemodule;

0 commit comments

Comments
 (0)