Skip to content

Commit

Permalink
Fixes for test configurations
Browse files Browse the repository at this point in the history
  • Loading branch information
AnthonyMDev committed Jun 5, 2024
1 parent 680bafe commit c033f6b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -787,6 +787,7 @@
"@executable_path/../Frameworks",
);
MARKETING_VERSION = 1.0;
OTHER_SWIFT_FLAGS = "-enable-upcoming-feature ExistentialAny";
PRODUCT_BUNDLE_IDENTIFIER = com.apollographql.CocoaPodsProject;
PRODUCT_NAME = "$(TARGET_NAME)";
SWIFT_EMIT_LOC_STRINGS = YES;
Expand Down Expand Up @@ -814,6 +815,7 @@
"@executable_path/../Frameworks",
);
MARKETING_VERSION = 1.0;
OTHER_SWIFT_FLAGS = "-enable-upcoming-feature ExistentialAny";
PRODUCT_BUNDLE_IDENTIFIER = com.apollographql.CocoaPodsProject;
PRODUCT_NAME = "$(TARGET_NAME)";
SWIFT_EMIT_LOC_STRINGS = YES;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -713,7 +713,7 @@
MTL_ENABLE_DEBUG_INFO = INCLUDE_SOURCE;
MTL_FAST_MATH = YES;
ONLY_ACTIVE_ARCH = YES;
OTHER_SWIFT_FLAGS = "\"-enable-upcoming-feature ExistentialAny\"";
OTHER_SWIFT_FLAGS = "-enable-upcoming-feature ExistentialAny";
SDKROOT = macosx;
SWIFT_ACTIVE_COMPILATION_CONDITIONS = DEBUG;
SWIFT_OPTIMIZATION_LEVEL = "-Onone";
Expand Down Expand Up @@ -774,7 +774,7 @@
MACOSX_DEPLOYMENT_TARGET = 12.3;
MTL_ENABLE_DEBUG_INFO = NO;
MTL_FAST_MATH = YES;
OTHER_SWIFT_FLAGS = "\"-enable-upcoming-feature ExistentialAny\"";
OTHER_SWIFT_FLAGS = "-enable-upcoming-feature ExistentialAny";
SDKROOT = macosx;
SWIFT_COMPILATION_MODE = wholemodule;
SWIFT_OPTIMIZATION_LEVEL = "-O";
Expand Down

0 comments on commit c033f6b

Please sign in to comment.