Skip to content

Commit b4df6da

Browse files
committed
clean up pbxproj
1 parent 0ac7276 commit b4df6da

File tree

14 files changed

+0
-146
lines changed

14 files changed

+0
-146
lines changed

CMakeLists.txt

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -161,7 +161,6 @@ if(DESKTOP AND APPLE)
161161
endif()
162162

163163
if(APPLE)
164-
set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -D_LIBCPP_DISABLE_AVAILABILITY -D_LIBCPP_HAS_NO_VERBOSE_ABORT")
165164
# For iOS and macOS, disable nullability completeness warning, as it makes the
166165
# build output for our Objective-C++ files much too verbose.
167166
set(CMAKE_C_FLAGS "${CMAKE_C_FLAGS} -Wno-nullability-completeness")
@@ -366,7 +365,6 @@ endif()
366365
# Include Firestore's external build early to resolve conflicts on packages.
367366
if(FIRESTORE_USE_EXTERNAL_CMAKE_BUILD)
368367
if(APPLE)
369-
set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -D_LIBCPP_DISABLE_AVAILABILITY -D_LIBCPP_HAS_NO_VERBOSE_ABORT")
370368
# On Apple, set GRPC_BAZEL_BUILD to fix an issue with __thread.
371369
# Setting this define makes gRPC use pthread's thread-local storage
372370
# instead of GCC's.

analytics/integration_test/integration_test.xcodeproj/project.pbxproj

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -375,8 +375,6 @@
375375
529226F71C85F68000C89379 /* Debug */ = {
376376
isa = XCBuildConfiguration;
377377
buildSettings = {
378-
OTHER_CPLUSPLUSFLAGS = "$(inherited)";
379-
OTHER_LDFLAGS = "$(inherited)";
380378
ALWAYS_SEARCH_USER_PATHS = NO;
381379
CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x";
382380
CLANG_CXX_LIBRARY = "libc++";
@@ -420,8 +418,6 @@
420418
529226F81C85F68000C89379 /* Release */ = {
421419
isa = XCBuildConfiguration;
422420
buildSettings = {
423-
OTHER_CPLUSPLUSFLAGS = "$(inherited)";
424-
OTHER_LDFLAGS = "$(inherited)";
425421
ALWAYS_SEARCH_USER_PATHS = NO;
426422
CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x";
427423
CLANG_CXX_LIBRARY = "libc++";
@@ -459,8 +455,6 @@
459455
529226FA1C85F68000C89379 /* Debug */ = {
460456
isa = XCBuildConfiguration;
461457
buildSettings = {
462-
OTHER_CPLUSPLUSFLAGS = "$(inherited)";
463-
OTHER_LDFLAGS = "$(inherited)";
464458
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
465459
ASSETCATALOG_COMPILER_LAUNCHIMAGE_NAME = LaunchImage;
466460
CLANG_ENABLE_MODULES = YES;
@@ -493,8 +487,6 @@
493487
529226FB1C85F68000C89379 /* Release */ = {
494488
isa = XCBuildConfiguration;
495489
buildSettings = {
496-
OTHER_CPLUSPLUSFLAGS = "$(inherited)";
497-
OTHER_LDFLAGS = "$(inherited)";
498490
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
499491
ASSETCATALOG_COMPILER_LAUNCHIMAGE_NAME = LaunchImage;
500492
CLANG_ENABLE_MODULES = YES;
@@ -526,8 +518,6 @@
526518
BC1D665F2668D10A005DC2DA /* Debug */ = {
527519
isa = XCBuildConfiguration;
528520
buildSettings = {
529-
OTHER_CPLUSPLUSFLAGS = "$(inherited)";
530-
OTHER_LDFLAGS = "$(inherited)";
531521
ASSETCATALOG_COMPILER_APPICON_NAME = "App Icon & Top Shelf Image";
532522
ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor;
533523
CLANG_ANALYZER_NONNULL = YES;
@@ -582,8 +572,6 @@
582572
BC1D66602668D10A005DC2DA /* Release */ = {
583573
isa = XCBuildConfiguration;
584574
buildSettings = {
585-
OTHER_CPLUSPLUSFLAGS = "$(inherited)";
586-
OTHER_LDFLAGS = "$(inherited)";
587575
ASSETCATALOG_COMPILER_APPICON_NAME = "App Icon & Top Shelf Image";
588576
ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor;
589577
CLANG_ANALYZER_NONNULL = YES;

app/integration_test/integration_test.xcodeproj/project.pbxproj

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -210,8 +210,6 @@
210210
529226F71C85F68000C89379 /* Debug */ = {
211211
isa = XCBuildConfiguration;
212212
buildSettings = {
213-
OTHER_CPLUSPLUSFLAGS = "$(inherited)";
214-
OTHER_LDFLAGS = "$(inherited)";
215213
ALWAYS_SEARCH_USER_PATHS = NO;
216214
CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x";
217215
CLANG_CXX_LIBRARY = "libc++";
@@ -255,8 +253,6 @@
255253
529226F81C85F68000C89379 /* Release */ = {
256254
isa = XCBuildConfiguration;
257255
buildSettings = {
258-
OTHER_CPLUSPLUSFLAGS = "$(inherited)";
259-
OTHER_LDFLAGS = "$(inherited)";
260256
ALWAYS_SEARCH_USER_PATHS = NO;
261257
CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x";
262258
CLANG_CXX_LIBRARY = "libc++";
@@ -294,8 +290,6 @@
294290
529226FA1C85F68000C89379 /* Debug */ = {
295291
isa = XCBuildConfiguration;
296292
buildSettings = {
297-
OTHER_CPLUSPLUSFLAGS = "$(inherited)";
298-
OTHER_LDFLAGS = "$(inherited)";
299293
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
300294
ASSETCATALOG_COMPILER_LAUNCHIMAGE_NAME = LaunchImage;
301295
CLANG_ENABLE_MODULES = YES;
@@ -328,8 +322,6 @@
328322
529226FB1C85F68000C89379 /* Release */ = {
329323
isa = XCBuildConfiguration;
330324
buildSettings = {
331-
OTHER_CPLUSPLUSFLAGS = "$(inherited)";
332-
OTHER_LDFLAGS = "$(inherited)";
333325
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
334326
ASSETCATALOG_COMPILER_LAUNCHIMAGE_NAME = LaunchImage;
335327
CLANG_ENABLE_MODULES = YES;

app_check/integration_test/integration_test.xcodeproj/project.pbxproj

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -322,8 +322,6 @@
322322
529226F71C85F68000C89379 /* Debug */ = {
323323
isa = XCBuildConfiguration;
324324
buildSettings = {
325-
OTHER_CPLUSPLUSFLAGS = "$(inherited) -D_LIBCPP_HAS_NO_VERBOSE_ABORT -D_LIBCPP_DISABLE_AVAILABILITY";
326-
OTHER_LDFLAGS = "$(inherited) -Wl,-weak-lswift_Concurrency";
327325
ALWAYS_SEARCH_USER_PATHS = NO;
328326
CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x";
329327
CLANG_CXX_LIBRARY = "libc++";
@@ -367,8 +365,6 @@
367365
529226F81C85F68000C89379 /* Release */ = {
368366
isa = XCBuildConfiguration;
369367
buildSettings = {
370-
OTHER_CPLUSPLUSFLAGS = "$(inherited) -D_LIBCPP_HAS_NO_VERBOSE_ABORT -D_LIBCPP_DISABLE_AVAILABILITY";
371-
OTHER_LDFLAGS = "$(inherited) -Wl,-weak-lswift_Concurrency";
372368
ALWAYS_SEARCH_USER_PATHS = NO;
373369
CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x";
374370
CLANG_CXX_LIBRARY = "libc++";
@@ -406,8 +402,6 @@
406402
529226FA1C85F68000C89379 /* Debug */ = {
407403
isa = XCBuildConfiguration;
408404
buildSettings = {
409-
OTHER_CPLUSPLUSFLAGS = "$(inherited) -D_LIBCPP_HAS_NO_VERBOSE_ABORT -D_LIBCPP_DISABLE_AVAILABILITY";
410-
OTHER_LDFLAGS = "$(inherited) -Wl,-weak-lswift_Concurrency";
411405
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
412406
ASSETCATALOG_COMPILER_LAUNCHIMAGE_NAME = LaunchImage;
413407
CLANG_ENABLE_MODULES = YES;
@@ -441,8 +435,6 @@
441435
529226FB1C85F68000C89379 /* Release */ = {
442436
isa = XCBuildConfiguration;
443437
buildSettings = {
444-
OTHER_CPLUSPLUSFLAGS = "$(inherited) -D_LIBCPP_HAS_NO_VERBOSE_ABORT -D_LIBCPP_DISABLE_AVAILABILITY";
445-
OTHER_LDFLAGS = "$(inherited) -Wl,-weak-lswift_Concurrency";
446438
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
447439
ASSETCATALOG_COMPILER_LAUNCHIMAGE_NAME = LaunchImage;
448440
CLANG_ENABLE_MODULES = YES;
@@ -475,8 +467,6 @@
475467
9F2ABA39267A4721001A35CE /* Debug */ = {
476468
isa = XCBuildConfiguration;
477469
buildSettings = {
478-
OTHER_CPLUSPLUSFLAGS = "$(inherited) -D_LIBCPP_HAS_NO_VERBOSE_ABORT -D_LIBCPP_DISABLE_AVAILABILITY";
479-
OTHER_LDFLAGS = "$(inherited) -Wl,-weak-lswift_Concurrency";
480470
ASSETCATALOG_COMPILER_APPICON_NAME = "App Icon & Top Shelf Image";
481471
ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor;
482472
CLANG_ANALYZER_NONNULL = YES;
@@ -531,8 +521,6 @@
531521
9F2ABA3A267A4721001A35CE /* Release */ = {
532522
isa = XCBuildConfiguration;
533523
buildSettings = {
534-
OTHER_CPLUSPLUSFLAGS = "$(inherited) -D_LIBCPP_HAS_NO_VERBOSE_ABORT -D_LIBCPP_DISABLE_AVAILABILITY";
535-
OTHER_LDFLAGS = "$(inherited) -Wl,-weak-lswift_Concurrency";
536524
ASSETCATALOG_COMPILER_APPICON_NAME = "App Icon & Top Shelf Image";
537525
ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor;
538526
CLANG_ANALYZER_NONNULL = YES;

auth/integration_test/integration_test.xcodeproj/project.pbxproj

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -400,8 +400,6 @@
400400
529226F71C85F68000C89379 /* Debug */ = {
401401
isa = XCBuildConfiguration;
402402
buildSettings = {
403-
OTHER_CPLUSPLUSFLAGS = "$(inherited) -D_LIBCPP_HAS_NO_VERBOSE_ABORT -D_LIBCPP_DISABLE_AVAILABILITY";
404-
OTHER_LDFLAGS = "$(inherited) -Wl,-weak-lswift_Concurrency";
405403
ALWAYS_SEARCH_USER_PATHS = NO;
406404
CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x";
407405
CLANG_CXX_LIBRARY = "libc++";
@@ -445,8 +443,6 @@
445443
529226F81C85F68000C89379 /* Release */ = {
446444
isa = XCBuildConfiguration;
447445
buildSettings = {
448-
OTHER_CPLUSPLUSFLAGS = "$(inherited) -D_LIBCPP_HAS_NO_VERBOSE_ABORT -D_LIBCPP_DISABLE_AVAILABILITY";
449-
OTHER_LDFLAGS = "$(inherited) -Wl,-weak-lswift_Concurrency";
450446
ALWAYS_SEARCH_USER_PATHS = NO;
451447
CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x";
452448
CLANG_CXX_LIBRARY = "libc++";
@@ -484,8 +480,6 @@
484480
529226FA1C85F68000C89379 /* Debug */ = {
485481
isa = XCBuildConfiguration;
486482
buildSettings = {
487-
OTHER_CPLUSPLUSFLAGS = "$(inherited) -D_LIBCPP_HAS_NO_VERBOSE_ABORT -D_LIBCPP_DISABLE_AVAILABILITY";
488-
OTHER_LDFLAGS = "$(inherited) -Wl,-weak-lswift_Concurrency";
489483
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
490484
ASSETCATALOG_COMPILER_LAUNCHIMAGE_NAME = LaunchImage;
491485
CLANG_ENABLE_MODULES = YES;
@@ -519,8 +513,6 @@
519513
529226FB1C85F68000C89379 /* Release */ = {
520514
isa = XCBuildConfiguration;
521515
buildSettings = {
522-
OTHER_CPLUSPLUSFLAGS = "$(inherited) -D_LIBCPP_HAS_NO_VERBOSE_ABORT -D_LIBCPP_DISABLE_AVAILABILITY";
523-
OTHER_LDFLAGS = "$(inherited) -Wl,-weak-lswift_Concurrency";
524516
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
525517
ASSETCATALOG_COMPILER_LAUNCHIMAGE_NAME = LaunchImage;
526518
CLANG_ENABLE_MODULES = YES;
@@ -553,8 +545,6 @@
553545
9F3A08FE266978C400E1D69F /* Debug */ = {
554546
isa = XCBuildConfiguration;
555547
buildSettings = {
556-
OTHER_CPLUSPLUSFLAGS = "$(inherited) -D_LIBCPP_HAS_NO_VERBOSE_ABORT -D_LIBCPP_DISABLE_AVAILABILITY";
557-
OTHER_LDFLAGS = "$(inherited) -Wl,-weak-lswift_Concurrency";
558548
ASSETCATALOG_COMPILER_APPICON_NAME = "App Icon & Top Shelf Image";
559549
ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor;
560550
CLANG_ANALYZER_NONNULL = YES;
@@ -609,8 +599,6 @@
609599
9F3A08FF266978C400E1D69F /* Release */ = {
610600
isa = XCBuildConfiguration;
611601
buildSettings = {
612-
OTHER_CPLUSPLUSFLAGS = "$(inherited) -D_LIBCPP_HAS_NO_VERBOSE_ABORT -D_LIBCPP_DISABLE_AVAILABILITY";
613-
OTHER_LDFLAGS = "$(inherited) -Wl,-weak-lswift_Concurrency";
614602
ASSETCATALOG_COMPILER_APPICON_NAME = "App Icon & Top Shelf Image";
615603
ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor;
616604
CLANG_ANALYZER_NONNULL = YES;

database/integration_test/integration_test.xcodeproj/project.pbxproj

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -322,8 +322,6 @@
322322
529226F71C85F68000C89379 /* Debug */ = {
323323
isa = XCBuildConfiguration;
324324
buildSettings = {
325-
OTHER_CPLUSPLUSFLAGS = "$(inherited) -D_LIBCPP_HAS_NO_VERBOSE_ABORT -D_LIBCPP_DISABLE_AVAILABILITY";
326-
OTHER_LDFLAGS = "$(inherited) -Wl,-weak-lswift_Concurrency";
327325
ALWAYS_SEARCH_USER_PATHS = NO;
328326
CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x";
329327
CLANG_CXX_LIBRARY = "libc++";
@@ -367,8 +365,6 @@
367365
529226F81C85F68000C89379 /* Release */ = {
368366
isa = XCBuildConfiguration;
369367
buildSettings = {
370-
OTHER_CPLUSPLUSFLAGS = "$(inherited) -D_LIBCPP_HAS_NO_VERBOSE_ABORT -D_LIBCPP_DISABLE_AVAILABILITY";
371-
OTHER_LDFLAGS = "$(inherited) -Wl,-weak-lswift_Concurrency";
372368
ALWAYS_SEARCH_USER_PATHS = NO;
373369
CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x";
374370
CLANG_CXX_LIBRARY = "libc++";
@@ -406,8 +402,6 @@
406402
529226FA1C85F68000C89379 /* Debug */ = {
407403
isa = XCBuildConfiguration;
408404
buildSettings = {
409-
OTHER_CPLUSPLUSFLAGS = "$(inherited) -D_LIBCPP_HAS_NO_VERBOSE_ABORT -D_LIBCPP_DISABLE_AVAILABILITY";
410-
OTHER_LDFLAGS = "$(inherited) -Wl,-weak-lswift_Concurrency";
411405
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
412406
ASSETCATALOG_COMPILER_LAUNCHIMAGE_NAME = LaunchImage;
413407
CLANG_ENABLE_MODULES = YES;
@@ -441,8 +435,6 @@
441435
529226FB1C85F68000C89379 /* Release */ = {
442436
isa = XCBuildConfiguration;
443437
buildSettings = {
444-
OTHER_CPLUSPLUSFLAGS = "$(inherited) -D_LIBCPP_HAS_NO_VERBOSE_ABORT -D_LIBCPP_DISABLE_AVAILABILITY";
445-
OTHER_LDFLAGS = "$(inherited) -Wl,-weak-lswift_Concurrency";
446438
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
447439
ASSETCATALOG_COMPILER_LAUNCHIMAGE_NAME = LaunchImage;
448440
CLANG_ENABLE_MODULES = YES;
@@ -475,8 +467,6 @@
475467
9F2ABA39267A4721001A35CE /* Debug */ = {
476468
isa = XCBuildConfiguration;
477469
buildSettings = {
478-
OTHER_CPLUSPLUSFLAGS = "$(inherited) -D_LIBCPP_HAS_NO_VERBOSE_ABORT -D_LIBCPP_DISABLE_AVAILABILITY";
479-
OTHER_LDFLAGS = "$(inherited) -Wl,-weak-lswift_Concurrency";
480470
ASSETCATALOG_COMPILER_APPICON_NAME = "App Icon & Top Shelf Image";
481471
ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor;
482472
CLANG_ANALYZER_NONNULL = YES;
@@ -531,8 +521,6 @@
531521
9F2ABA3A267A4721001A35CE /* Release */ = {
532522
isa = XCBuildConfiguration;
533523
buildSettings = {
534-
OTHER_CPLUSPLUSFLAGS = "$(inherited) -D_LIBCPP_HAS_NO_VERBOSE_ABORT -D_LIBCPP_DISABLE_AVAILABILITY";
535-
OTHER_LDFLAGS = "$(inherited) -Wl,-weak-lswift_Concurrency";
536524
ASSETCATALOG_COMPILER_APPICON_NAME = "App Icon & Top Shelf Image";
537525
ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor;
538526
CLANG_ANALYZER_NONNULL = YES;

firestore/integration_test/integration_test.xcodeproj/project.pbxproj

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -418,8 +418,6 @@
418418
529226F71C85F68000C89379 /* Debug */ = {
419419
isa = XCBuildConfiguration;
420420
buildSettings = {
421-
OTHER_CPLUSPLUSFLAGS = "$(inherited) -D_LIBCPP_HAS_NO_VERBOSE_ABORT -D_LIBCPP_DISABLE_AVAILABILITY";
422-
OTHER_LDFLAGS = "$(inherited) -Wl,-weak-lswift_Concurrency";
423421
ALWAYS_SEARCH_USER_PATHS = NO;
424422
CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x";
425423
CLANG_CXX_LIBRARY = "libc++";
@@ -463,8 +461,6 @@
463461
529226F81C85F68000C89379 /* Release */ = {
464462
isa = XCBuildConfiguration;
465463
buildSettings = {
466-
OTHER_CPLUSPLUSFLAGS = "$(inherited) -D_LIBCPP_HAS_NO_VERBOSE_ABORT -D_LIBCPP_DISABLE_AVAILABILITY";
467-
OTHER_LDFLAGS = "$(inherited) -Wl,-weak-lswift_Concurrency";
468464
ALWAYS_SEARCH_USER_PATHS = NO;
469465
CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x";
470466
CLANG_CXX_LIBRARY = "libc++";
@@ -502,8 +498,6 @@
502498
529226FA1C85F68000C89379 /* Debug */ = {
503499
isa = XCBuildConfiguration;
504500
buildSettings = {
505-
OTHER_CPLUSPLUSFLAGS = "$(inherited) -D_LIBCPP_HAS_NO_VERBOSE_ABORT -D_LIBCPP_DISABLE_AVAILABILITY";
506-
OTHER_LDFLAGS = "$(inherited) -Wl,-weak-lswift_Concurrency";
507501
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
508502
ASSETCATALOG_COMPILER_LAUNCHIMAGE_NAME = LaunchImage;
509503
CLANG_ENABLE_MODULES = YES;
@@ -537,8 +531,6 @@
537531
529226FB1C85F68000C89379 /* Release */ = {
538532
isa = XCBuildConfiguration;
539533
buildSettings = {
540-
OTHER_CPLUSPLUSFLAGS = "$(inherited) -D_LIBCPP_HAS_NO_VERBOSE_ABORT -D_LIBCPP_DISABLE_AVAILABILITY";
541-
OTHER_LDFLAGS = "$(inherited) -Wl,-weak-lswift_Concurrency";
542534
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
543535
ASSETCATALOG_COMPILER_LAUNCHIMAGE_NAME = LaunchImage;
544536
CLANG_ENABLE_MODULES = YES;
@@ -571,8 +563,6 @@
571563
BC1D678C26799F8D005DC2DA /* Debug */ = {
572564
isa = XCBuildConfiguration;
573565
buildSettings = {
574-
OTHER_CPLUSPLUSFLAGS = "$(inherited) -D_LIBCPP_HAS_NO_VERBOSE_ABORT -D_LIBCPP_DISABLE_AVAILABILITY";
575-
OTHER_LDFLAGS = "$(inherited) -Wl,-weak-lswift_Concurrency";
576566
ASSETCATALOG_COMPILER_APPICON_NAME = "App Icon & Top Shelf Image";
577567
ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor;
578568
CLANG_ANALYZER_NONNULL = YES;
@@ -630,8 +620,6 @@
630620
BC1D678D26799F8D005DC2DA /* Release */ = {
631621
isa = XCBuildConfiguration;
632622
buildSettings = {
633-
OTHER_CPLUSPLUSFLAGS = "$(inherited) -D_LIBCPP_HAS_NO_VERBOSE_ABORT -D_LIBCPP_DISABLE_AVAILABILITY";
634-
OTHER_LDFLAGS = "$(inherited) -Wl,-weak-lswift_Concurrency";
635623
ASSETCATALOG_COMPILER_APPICON_NAME = "App Icon & Top Shelf Image";
636624
ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor;
637625
CLANG_ANALYZER_NONNULL = YES;

firestore/integration_test_internal/integration_test.xcodeproj/project.pbxproj

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -703,8 +703,6 @@
703703
529226F71C85F68000C89379 /* Debug */ = {
704704
isa = XCBuildConfiguration;
705705
buildSettings = {
706-
OTHER_CPLUSPLUSFLAGS = "$(inherited) -D_LIBCPP_HAS_NO_VERBOSE_ABORT -D_LIBCPP_DISABLE_AVAILABILITY";
707-
OTHER_LDFLAGS = "$(inherited) -Wl,-weak-lswift_Concurrency";
708706
ALWAYS_SEARCH_USER_PATHS = NO;
709707
CLANG_CXX_LANGUAGE_STANDARD = "gnu++14";
710708
CLANG_CXX_LIBRARY = "libc++";
@@ -748,8 +746,6 @@
748746
529226F81C85F68000C89379 /* Release */ = {
749747
isa = XCBuildConfiguration;
750748
buildSettings = {
751-
OTHER_CPLUSPLUSFLAGS = "$(inherited) -D_LIBCPP_HAS_NO_VERBOSE_ABORT -D_LIBCPP_DISABLE_AVAILABILITY";
752-
OTHER_LDFLAGS = "$(inherited) -Wl,-weak-lswift_Concurrency";
753749
ALWAYS_SEARCH_USER_PATHS = NO;
754750
CLANG_CXX_LANGUAGE_STANDARD = "gnu++14";
755751
CLANG_CXX_LIBRARY = "libc++";
@@ -788,8 +784,6 @@
788784
isa = XCBuildConfiguration;
789785
baseConfigurationReference = AA66DDF2F9BB2D8480FAB9BD /* Pods-integration_test.debug.xcconfig */;
790786
buildSettings = {
791-
OTHER_CPLUSPLUSFLAGS = "$(inherited) -D_LIBCPP_HAS_NO_VERBOSE_ABORT -D_LIBCPP_DISABLE_AVAILABILITY";
792-
OTHER_LDFLAGS = "$(inherited) -Wl,-weak-lswift_Concurrency";
793787
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
794788
ASSETCATALOG_COMPILER_LAUNCHIMAGE_NAME = LaunchImage;
795789
CLANG_ENABLE_MODULES = YES;
@@ -840,8 +834,6 @@
840834
isa = XCBuildConfiguration;
841835
baseConfigurationReference = 5FB592CD6A6DDFBF795F22C1 /* Pods-integration_test.release.xcconfig */;
842836
buildSettings = {
843-
OTHER_CPLUSPLUSFLAGS = "$(inherited) -D_LIBCPP_HAS_NO_VERBOSE_ABORT -D_LIBCPP_DISABLE_AVAILABILITY";
844-
OTHER_LDFLAGS = "$(inherited) -Wl,-weak-lswift_Concurrency";
845837
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
846838
ASSETCATALOG_COMPILER_LAUNCHIMAGE_NAME = LaunchImage;
847839
CLANG_ENABLE_MODULES = YES;
@@ -891,8 +883,6 @@
891883
isa = XCBuildConfiguration;
892884
baseConfigurationReference = F64F2CE3EB5EF07EA247CB71 /* Pods-integration_test_tvos.debug.xcconfig */;
893885
buildSettings = {
894-
OTHER_CPLUSPLUSFLAGS = "$(inherited) -D_LIBCPP_HAS_NO_VERBOSE_ABORT -D_LIBCPP_DISABLE_AVAILABILITY";
895-
OTHER_LDFLAGS = "$(inherited) -Wl,-weak-lswift_Concurrency";
896886
ASSETCATALOG_COMPILER_APPICON_NAME = "App Icon & Top Shelf Image";
897887
ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor;
898888
CLANG_ANALYZER_NONNULL = YES;
@@ -966,8 +956,6 @@
966956
isa = XCBuildConfiguration;
967957
baseConfigurationReference = 3DE393E827F88B06CD3C39CD /* Pods-integration_test_tvos.release.xcconfig */;
968958
buildSettings = {
969-
OTHER_CPLUSPLUSFLAGS = "$(inherited) -D_LIBCPP_HAS_NO_VERBOSE_ABORT -D_LIBCPP_DISABLE_AVAILABILITY";
970-
OTHER_LDFLAGS = "$(inherited) -Wl,-weak-lswift_Concurrency";
971959
ASSETCATALOG_COMPILER_APPICON_NAME = "App Icon & Top Shelf Image";
972960
ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor;
973961
CLANG_ANALYZER_NONNULL = YES;

0 commit comments

Comments
 (0)