Skip to content

Commit

Permalink
RUM-4829 Set SWIFT_VERSION through Base.xcconfig for `Integration…
Browse files Browse the repository at this point in the history
…Tests`
  • Loading branch information
ncreated committed Jun 12, 2024
1 parent 4ab86be commit e1bc9b0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 6 deletions.
6 changes: 0 additions & 6 deletions IntegrationTests/IntegrationTests.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -1314,7 +1314,6 @@
SWIFT_OBJC_BRIDGING_HEADER = "Runner/Runner-Bridging-Header.h";
SWIFT_OPTIMIZATION_LEVEL = "-Onone";
SWIFT_TREAT_WARNINGS_AS_ERRORS = NO;
SWIFT_VERSION = 5.0;
VALIDATE_WORKSPACE = YES;
};
name = Debug;
Expand All @@ -1336,7 +1335,6 @@
PRODUCT_NAME = "Integration Tests Runner";
SWIFT_OBJC_BRIDGING_HEADER = "Runner/Runner-Bridging-Header.h";
SWIFT_TREAT_WARNINGS_AS_ERRORS = NO;
SWIFT_VERSION = 5.0;
VALIDATE_WORKSPACE = YES;
};
name = Release;
Expand All @@ -1358,7 +1356,6 @@
PRODUCT_NAME = "Integration Tests Runner";
SWIFT_OBJC_BRIDGING_HEADER = "Runner/Runner-Bridging-Header.h";
SWIFT_TREAT_WARNINGS_AS_ERRORS = NO;
SWIFT_VERSION = 5.0;
VALIDATE_WORKSPACE = YES;
};
name = Integration;
Expand All @@ -1378,7 +1375,6 @@
PRODUCT_NAME = "$(TARGET_NAME)";
PROVISIONING_PROFILE = "";
SWIFT_ACTIVE_COMPILATION_CONDITIONS = "DEBUG DD_COMPILED_FOR_INTEGRATION_TESTS";
SWIFT_VERSION = 5.0;
TEST_TARGET_NAME = "Runner iOS";
VALIDATE_WORKSPACE = YES;
};
Expand All @@ -1399,7 +1395,6 @@
PRODUCT_NAME = "$(TARGET_NAME)";
PROVISIONING_PROFILE = "";
SWIFT_ACTIVE_COMPILATION_CONDITIONS = DD_COMPILED_FOR_INTEGRATION_TESTS;
SWIFT_VERSION = 5.0;
TEST_TARGET_NAME = "Runner iOS";
VALIDATE_WORKSPACE = YES;
};
Expand All @@ -1420,7 +1415,6 @@
PRODUCT_NAME = "$(TARGET_NAME)";
PROVISIONING_PROFILE = "";
SWIFT_ACTIVE_COMPILATION_CONDITIONS = DD_COMPILED_FOR_INTEGRATION_TESTS;
SWIFT_VERSION = 5.0;
TEST_TARGET_NAME = "Runner iOS";
VALIDATE_WORKSPACE = YES;
};
Expand Down
3 changes: 3 additions & 0 deletions IntegrationTests/xcconfigs/Base.xcconfig
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@
IPHONEOS_DEPLOYMENT_TARGET=12.0
TVOS_DEPLOYMENT_TARGET=12.0

// Minimum supported Swift version
SWIFT_VERSION=5.9

// Add common settings from Datadog.xcconfig
#include "../xcconfigs/Datadog.xcconfig"

Expand Down

0 comments on commit e1bc9b0

Please sign in to comment.