Skip to content

Commit

Permalink
Try other flags
Browse files Browse the repository at this point in the history
  • Loading branch information
philipphofmann committed Nov 17, 2022
1 parent 47e02a7 commit 667eb7e
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions Sentry.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -3856,7 +3856,7 @@
MACOSX_DEPLOYMENT_TARGET = 10.10;
MTL_ENABLE_DEBUG_INFO = YES;
ONLY_ACTIVE_ARCH = YES;
OTHER_SWIFT_FLAGS = "-enable-experimental-concurrency -disable-availability-checking";
OTHER_SWIFT_FLAGS = "-Xfrontend -enable-experimental-concurrency -disable-availability-checking";
SDKROOT = iphoneos;
SWIFT_TREAT_WARNINGS_AS_ERRORS = YES;
TARGETED_DEVICE_FAMILY = "1,2";
Expand Down Expand Up @@ -3917,7 +3917,7 @@
IPHONEOS_DEPLOYMENT_TARGET = 9.0;
MACOSX_DEPLOYMENT_TARGET = 10.10;
MTL_ENABLE_DEBUG_INFO = NO;
OTHER_SWIFT_FLAGS = "-enable-experimental-concurrency -disable-availability-checking";
OTHER_SWIFT_FLAGS = "-Xfrontend -enable-experimental-concurrency -disable-availability-checking";
SDKROOT = iphoneos;
SWIFT_OPTIMIZATION_LEVEL = "-Owholemodule";
SWIFT_TREAT_WARNINGS_AS_ERRORS = YES;
Expand Down Expand Up @@ -4118,7 +4118,7 @@
MACOSX_DEPLOYMENT_TARGET = 10.10;
MTL_ENABLE_DEBUG_INFO = YES;
ONLY_ACTIVE_ARCH = YES;
OTHER_SWIFT_FLAGS = "-enable-experimental-concurrency -disable-availability-checking";
OTHER_SWIFT_FLAGS = "-Xfrontend -enable-experimental-concurrency -disable-availability-checking";
SDKROOT = iphoneos;
SWIFT_TREAT_WARNINGS_AS_ERRORS = YES;
TARGETED_DEVICE_FAMILY = "1,2";
Expand Down Expand Up @@ -4258,7 +4258,7 @@
MACOSX_DEPLOYMENT_TARGET = 10.10;
MTL_ENABLE_DEBUG_INFO = YES;
ONLY_ACTIVE_ARCH = YES;
OTHER_SWIFT_FLAGS = "-enable-experimental-concurrency -disable-availability-checking";
OTHER_SWIFT_FLAGS = "-Xfrontend -enable-experimental-concurrency -disable-availability-checking";
SDKROOT = iphoneos;
SWIFT_TREAT_WARNINGS_AS_ERRORS = YES;
TARGETED_DEVICE_FAMILY = "1,2";
Expand Down

0 comments on commit 667eb7e

Please sign in to comment.