Skip to content

Commit be16db9

Browse files
committed
try using CXXFLAGS=-Wno-bitwise-instead-of-logical
Signed-off-by: Jakub Sokołowski <[email protected]>
1 parent af6df57 commit be16db9

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

ios/StatusIm.xcodeproj/project.pbxproj

+3-1
Original file line numberDiff line numberDiff line change
@@ -696,7 +696,7 @@
696696
);
697697
runOnlyForDeploymentPostprocessing = 1;
698698
shellPath = "/usr/bin/env sh";
699-
shellScript = "\"${PROJECT_DIR}/scripts/set_xcode_version.sh\" > ./logs/set_xcode_version.log 2>&1";
699+
shellScript = "\"${PROJECT_DIR}/scripts/set_xcode_version.sh\" > ./logs/set_xcode_version.log 2>&1\n";
700700
};
701701
E732E3E1B024946173BF6D3D /* [CP] Copy Pods Resources */ = {
702702
isa = PBXShellScriptBuildPhase;
@@ -1180,6 +1180,7 @@
11801180
"\"$(inherited)\"",
11811181
);
11821182
MTL_ENABLE_DEBUG_INFO = YES;
1183+
CXXFLAGS = "-Wno-bitwise-instead-of-logical";
11831184
ONLY_ACTIVE_ARCH = NO;
11841185
SDKROOT = iphoneos;
11851186
VALID_ARCHS = arm64;
@@ -1253,6 +1254,7 @@
12531254
"\"$(inherited)\"",
12541255
);
12551256
MTL_ENABLE_DEBUG_INFO = NO;
1257+
CXXFLAGS = "-Wno-bitwise-instead-of-logical";
12561258
ONLY_ACTIVE_ARCH = NO;
12571259
SDKROOT = iphoneos;
12581260
VALIDATE_PRODUCT = YES;

0 commit comments

Comments
 (0)