Skip to content

Commit f2c4598

Browse files
authored
Merge pull request #1000 from DataDog/release/1.12.0
Release 1.12.0
2 parents bdf21c2 + c7f95c6 commit f2c4598

File tree

50 files changed

+875
-309
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

50 files changed

+875
-309
lines changed

CHANGELOG.md

+146-166
Large diffs are not rendered by default.

Datadog/Datadog.xcodeproj/project.pbxproj

+18
Original file line numberDiff line numberDiff line change
@@ -172,6 +172,12 @@
172172
613F23E4252B062F006CD2D7 /* TaskInterceptionTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 613F23E3252B062F006CD2D7 /* TaskInterceptionTests.swift */; };
173173
613F23F1252B129E006CD2D7 /* URLSessionRUMResourcesHandlerTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 613F23F0252B129E006CD2D7 /* URLSessionRUMResourcesHandlerTests.swift */; };
174174
613F23FD252B3755006CD2D7 /* URLSessionAutoInstrumentationTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 613F23FC252B3755006CD2D7 /* URLSessionAutoInstrumentationTests.swift */; };
175+
613F592928ABD8CF0099E182 /* AppVersionProvider.swift in Sources */ = {isa = PBXBuildFile; fileRef = 613F592828ABD8CF0099E182 /* AppVersionProvider.swift */; };
176+
613F592A28ABD8CF0099E182 /* AppVersionProvider.swift in Sources */ = {isa = PBXBuildFile; fileRef = 613F592828ABD8CF0099E182 /* AppVersionProvider.swift */; };
177+
613F592C28AD314E0099E182 /* AppVersionProviderTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 613F592B28AD314E0099E182 /* AppVersionProviderTests.swift */; };
178+
613F592D28AD314E0099E182 /* AppVersionProviderTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 613F592B28AD314E0099E182 /* AppVersionProviderTests.swift */; };
179+
613F592F28AD341B0099E182 /* _InternalProxyTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 613F592E28AD341B0099E182 /* _InternalProxyTests.swift */; };
180+
613F593028AD341B0099E182 /* _InternalProxyTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 613F592E28AD341B0099E182 /* _InternalProxyTests.swift */; };
175181
61410141251A454500E3C2D9 /* TracingCommonAsserts.swift in Sources */ = {isa = PBXBuildFile; fileRef = 61410140251A454500E3C2D9 /* TracingCommonAsserts.swift */; };
176182
6141014F251A57AF00E3C2D9 /* UIApplicationSwizzler.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6141014E251A57AF00E3C2D9 /* UIApplicationSwizzler.swift */; };
177183
6141015B251A601D00E3C2D9 /* UIKitRUMUserActionsHandler.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6141015A251A601D00E3C2D9 /* UIKitRUMUserActionsHandler.swift */; };
@@ -1393,6 +1399,9 @@
13931399
613F23E3252B062F006CD2D7 /* TaskInterceptionTests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = TaskInterceptionTests.swift; sourceTree = "<group>"; };
13941400
613F23F0252B129E006CD2D7 /* URLSessionRUMResourcesHandlerTests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = URLSessionRUMResourcesHandlerTests.swift; sourceTree = "<group>"; };
13951401
613F23FC252B3755006CD2D7 /* URLSessionAutoInstrumentationTests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = URLSessionAutoInstrumentationTests.swift; sourceTree = "<group>"; };
1402+
613F592828ABD8CF0099E182 /* AppVersionProvider.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = AppVersionProvider.swift; sourceTree = "<group>"; };
1403+
613F592B28AD314E0099E182 /* AppVersionProviderTests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = AppVersionProviderTests.swift; sourceTree = "<group>"; };
1404+
613F592E28AD341B0099E182 /* _InternalProxyTests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = _InternalProxyTests.swift; sourceTree = "<group>"; };
13961405
61410140251A454500E3C2D9 /* TracingCommonAsserts.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = TracingCommonAsserts.swift; sourceTree = "<group>"; };
13971406
6141014E251A57AF00E3C2D9 /* UIApplicationSwizzler.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = UIApplicationSwizzler.swift; sourceTree = "<group>"; };
13981407
6141015A251A601D00E3C2D9 /* UIKitRUMUserActionsHandler.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = UIKitRUMUserActionsHandler.swift; sourceTree = "<group>"; };
@@ -2181,6 +2190,7 @@
21812190
61133BA22423979B00786299 /* CarrierInfoProvider.swift */,
21822191
61133BA42423979B00786299 /* NetworkConnectionInfoProvider.swift */,
21832192
9ED6A6B325F2901800CB2E29 /* AppStateListener.swift */,
2193+
613F592828ABD8CF0099E182 /* AppVersionProvider.swift */,
21842194
);
21852195
path = System;
21862196
sourceTree = "<group>";
@@ -2442,6 +2452,7 @@
24422452
614AD085254C3027004999A3 /* LaunchTimeProviderTests.swift */,
24432453
61133C242423990D00786299 /* NetworkConnectionInfoProviderTests.swift */,
24442454
61133C262423990D00786299 /* CarrierInfoProviderTests.swift */,
2455+
613F592B28AD314E0099E182 /* AppVersionProviderTests.swift */,
24452456
);
24462457
path = System;
24472458
sourceTree = "<group>";
@@ -4172,6 +4183,7 @@
41724183
isa = PBXGroup;
41734184
children = (
41744185
D2956CAF2869D520007D5462 /* Context */,
4186+
613F592E28AD341B0099E182 /* _InternalProxyTests.swift */,
41754187
);
41764188
path = DatadogInternal;
41774189
sourceTree = "<group>";
@@ -5136,6 +5148,7 @@
51365148
618715F924DC13A100FC0F69 /* RUMDataModelsMapping.swift in Sources */,
51375149
61C3638524361E9200C4D4E6 /* Globals.swift in Sources */,
51385150
E1D202EA24C065CF00D1AF3A /* ActiveSpansPool.swift in Sources */,
5151+
613F592928ABD8CF0099E182 /* AppVersionProvider.swift in Sources */,
51395152
9ED6A6B425F2901800CB2E29 /* AppStateListener.swift in Sources */,
51405153
61F3CDA3251118FB00C816E5 /* UIViewControllerHandler.swift in Sources */,
51415154
61C5A88824509A0C00DA608C /* Warnings.swift in Sources */,
@@ -5322,6 +5335,7 @@
53225335
61F9CABA2513A7F5000A5E61 /* RUMSessionMatcher.swift in Sources */,
53235336
61C3638324361BE200C4D4E6 /* DatadogPrivateMocks.swift in Sources */,
53245337
61AD4E182451C7FF006E34EA /* TracingFeatureMocks.swift in Sources */,
5338+
613F592C28AD314E0099E182 /* AppVersionProviderTests.swift in Sources */,
53255339
9EAF0CF6275A21100044E8CA /* WKUserContentController+DatadogTests.swift in Sources */,
53265340
61DA8CB2286215DE0074A606 /* CryptographyTests.swift in Sources */,
53275341
615A4A8924A34FD700233986 /* DDTracerTests.swift in Sources */,
@@ -5396,6 +5410,7 @@
53965410
61E45BD22450F65B00F2C652 /* SpanEventBuilderTests.swift in Sources */,
53975411
61F2723F25C86DA400D54BF8 /* CrashReportingFeatureMocks.swift in Sources */,
53985412
61FF416225EE5FF400CE35EC /* CrashReportingWithLoggingIntegrationTests.swift in Sources */,
5413+
613F592F28AD341B0099E182 /* _InternalProxyTests.swift in Sources */,
53995414
61A9238E256FCAA2009B9667 /* DateCorrectionTests.swift in Sources */,
54005415
61EF7890257E289A00EDCCB3 /* DeleteAllDataMigratorTests.swift in Sources */,
54015416
61E45BCF2450A6EC00F2C652 /* TracingUUIDTests.swift in Sources */,
@@ -5809,6 +5824,7 @@
58095824
D2CB6E6B27C50EAE00A62B57 /* ValuePublisher.swift in Sources */,
58105825
D2CB6E6D27C50EAE00A62B57 /* RUMUUID.swift in Sources */,
58115826
D2CB6E6E27C50EAE00A62B57 /* URLSessionInterceptor.swift in Sources */,
5827+
613F592A28ABD8CF0099E182 /* AppVersionProvider.swift in Sources */,
58125828
D2CB6E6F27C50EAE00A62B57 /* TracingHTTPHeaders.swift in Sources */,
58135829
D2CB6E7027C50EAE00A62B57 /* MethodSwizzler.swift in Sources */,
58145830
492749022880489400ECD49B /* _InternalProxy.swift in Sources */,
@@ -5961,6 +5977,7 @@
59615977
D2CB6EFF27C520D400A62B57 /* AttributesMocks.swift in Sources */,
59625978
D2CB6F0027C520D400A62B57 /* RUMSessionMatcher.swift in Sources */,
59635979
D2CB6F0127C520D400A62B57 /* DatadogPrivateMocks.swift in Sources */,
5980+
613F592D28AD314E0099E182 /* AppVersionProviderTests.swift in Sources */,
59645981
D2CB6F0227C520D400A62B57 /* TracingFeatureMocks.swift in Sources */,
59655982
61DA8CB3286215DE0074A606 /* CryptographyTests.swift in Sources */,
59665983
D2CB6F0327C520D400A62B57 /* WKUserContentController+DatadogTests.swift in Sources */,
@@ -6035,6 +6052,7 @@
60356052
D2CB6F4727C520D400A62B57 /* SpanEventBuilderTests.swift in Sources */,
60366053
D2CB6F4827C520D400A62B57 /* CrashReportingFeatureMocks.swift in Sources */,
60376054
D2CB6F4927C520D400A62B57 /* CrashReportingWithLoggingIntegrationTests.swift in Sources */,
6055+
613F593028AD341B0099E182 /* _InternalProxyTests.swift in Sources */,
60386056
D2CB6F4A27C520D400A62B57 /* DateCorrectionTests.swift in Sources */,
60396057
D2CB6F4B27C520D400A62B57 /* DeleteAllDataMigratorTests.swift in Sources */,
60406058
D2CB6F4C27C520D400A62B57 /* TracingUUIDTests.swift in Sources */,

Datadog/Datadog.xcodeproj/xcshareddata/xcschemes/Datadog iOS.xcscheme

+20
Original file line numberDiff line numberDiff line change
@@ -121,6 +121,26 @@
121121
value = "1"
122122
isEnabled = "YES">
123123
</EnvironmentVariable>
124+
<EnvironmentVariable
125+
key = "DD_APPLICATION_KEY"
126+
value = "$(DD_SDK_SWIFT_TESTING_APPLICATION_KEY)"
127+
isEnabled = "YES">
128+
</EnvironmentVariable>
129+
<EnvironmentVariable
130+
key = "DD_CIVISIBILITY_GIT_UPLOAD_ENABLED"
131+
value = "1"
132+
isEnabled = "YES">
133+
</EnvironmentVariable>
134+
<EnvironmentVariable
135+
key = "DD_CIVISIBILITY_ITR_ENABLED"
136+
value = "1"
137+
isEnabled = "YES">
138+
</EnvironmentVariable>
139+
<EnvironmentVariable
140+
key = "DD_CIVISIBILITY_EXCLUDED_BRANCHES"
141+
value = "develop,release/*,hotfix/*"
142+
isEnabled = "YES">
143+
</EnvironmentVariable>
124144
</EnvironmentVariables>
125145
<CodeCoverageTargets>
126146
<BuildableReference

Datadog/Datadog.xcodeproj/xcshareddata/xcschemes/Datadog tvOS.xcscheme

+20
Original file line numberDiff line numberDiff line change
@@ -121,6 +121,26 @@
121121
value = "1"
122122
isEnabled = "YES">
123123
</EnvironmentVariable>
124+
<EnvironmentVariable
125+
key = "DD_APPLICATION_KEY"
126+
value = "$(DD_SDK_SWIFT_TESTING_APPLICATION_KEY)"
127+
isEnabled = "YES">
128+
</EnvironmentVariable>
129+
<EnvironmentVariable
130+
key = "DD_CIVISIBILITY_GIT_UPLOAD_ENABLED"
131+
value = "1"
132+
isEnabled = "YES">
133+
</EnvironmentVariable>
134+
<EnvironmentVariable
135+
key = "DD_CIVISIBILITY_ITR_ENABLED"
136+
value = "1"
137+
isEnabled = "YES">
138+
</EnvironmentVariable>
139+
<EnvironmentVariable
140+
key = "DD_CIVISIBILITY_EXCLUDED_BRANCHES"
141+
value = "develop,release/*,hotfix/*"
142+
isEnabled = "YES">
143+
</EnvironmentVariable>
124144
</EnvironmentVariables>
125145
<CodeCoverageTargets>
126146
<BuildableReference

Datadog/Datadog.xcodeproj/xcshareddata/xcschemes/DatadogCrashReporting iOS.xcscheme

+20
Original file line numberDiff line numberDiff line change
@@ -176,6 +176,26 @@
176176
value = "1"
177177
isEnabled = "YES">
178178
</EnvironmentVariable>
179+
<EnvironmentVariable
180+
key = "DD_APPLICATION_KEY"
181+
value = "$(DD_SDK_SWIFT_TESTING_APPLICATION_KEY)"
182+
isEnabled = "YES">
183+
</EnvironmentVariable>
184+
<EnvironmentVariable
185+
key = "DD_CIVISIBILITY_GIT_UPLOAD_ENABLED"
186+
value = "1"
187+
isEnabled = "YES">
188+
</EnvironmentVariable>
189+
<EnvironmentVariable
190+
key = "DD_CIVISIBILITY_ITR_ENABLED"
191+
value = "1"
192+
isEnabled = "YES">
193+
</EnvironmentVariable>
194+
<EnvironmentVariable
195+
key = "DD_CIVISIBILITY_EXCLUDED_BRANCHES"
196+
value = "develop,release/*,hotfix/*"
197+
isEnabled = "YES">
198+
</EnvironmentVariable>
179199
</EnvironmentVariables>
180200
<CodeCoverageTargets>
181201
<BuildableReference

Datadog/Datadog.xcodeproj/xcshareddata/xcschemes/DatadogCrashReporting tvOS.xcscheme

+20
Original file line numberDiff line numberDiff line change
@@ -176,6 +176,26 @@
176176
value = "1"
177177
isEnabled = "YES">
178178
</EnvironmentVariable>
179+
<EnvironmentVariable
180+
key = "DD_APPLICATION_KEY"
181+
value = "$(DD_SDK_SWIFT_TESTING_APPLICATION_KEY)"
182+
isEnabled = "YES">
183+
</EnvironmentVariable>
184+
<EnvironmentVariable
185+
key = "DD_CIVISIBILITY_GIT_UPLOAD_ENABLED"
186+
value = "1"
187+
isEnabled = "YES">
188+
</EnvironmentVariable>
189+
<EnvironmentVariable
190+
key = "DD_CIVISIBILITY_ITR_ENABLED"
191+
value = "1"
192+
isEnabled = "YES">
193+
</EnvironmentVariable>
194+
<EnvironmentVariable
195+
key = "DD_CIVISIBILITY_EXCLUDED_BRANCHES"
196+
value = "develop,release/*,hotfix/*"
197+
isEnabled = "YES">
198+
</EnvironmentVariable>
179199
</EnvironmentVariables>
180200
<CodeCoverageTargets>
181201
<BuildableReference

Datadog/Datadog.xcodeproj/xcshareddata/xcschemes/DatadogObjc iOS.xcscheme

+20
Original file line numberDiff line numberDiff line change
@@ -115,6 +115,26 @@
115115
value = "1"
116116
isEnabled = "YES">
117117
</EnvironmentVariable>
118+
<EnvironmentVariable
119+
key = "DD_APPLICATION_KEY"
120+
value = "$(DD_SDK_SWIFT_TESTING_APPLICATION_KEY)"
121+
isEnabled = "YES">
122+
</EnvironmentVariable>
123+
<EnvironmentVariable
124+
key = "DD_CIVISIBILITY_GIT_UPLOAD_ENABLED"
125+
value = "1"
126+
isEnabled = "YES">
127+
</EnvironmentVariable>
128+
<EnvironmentVariable
129+
key = "DD_CIVISIBILITY_ITR_ENABLED"
130+
value = "1"
131+
isEnabled = "YES">
132+
</EnvironmentVariable>
133+
<EnvironmentVariable
134+
key = "DD_CIVISIBILITY_EXCLUDED_BRANCHES"
135+
value = "develop,release/*,hotfix/*"
136+
isEnabled = "YES">
137+
</EnvironmentVariable>
118138
</EnvironmentVariables>
119139
<CodeCoverageTargets>
120140
<BuildableReference

Datadog/Datadog.xcodeproj/xcshareddata/xcschemes/DatadogObjc tvOS.xcscheme

+20
Original file line numberDiff line numberDiff line change
@@ -129,6 +129,26 @@
129129
value = "1"
130130
isEnabled = "YES">
131131
</EnvironmentVariable>
132+
<EnvironmentVariable
133+
key = "DD_APPLICATION_KEY"
134+
value = "$(DD_SDK_SWIFT_TESTING_APPLICATION_KEY)"
135+
isEnabled = "YES">
136+
</EnvironmentVariable>
137+
<EnvironmentVariable
138+
key = "DD_CIVISIBILITY_GIT_UPLOAD_ENABLED"
139+
value = "1"
140+
isEnabled = "YES">
141+
</EnvironmentVariable>
142+
<EnvironmentVariable
143+
key = "DD_CIVISIBILITY_ITR_ENABLED"
144+
value = "1"
145+
isEnabled = "YES">
146+
</EnvironmentVariable>
147+
<EnvironmentVariable
148+
key = "DD_CIVISIBILITY_EXCLUDED_BRANCHES"
149+
value = "develop,release/*,hotfix/*"
150+
isEnabled = "YES">
151+
</EnvironmentVariable>
132152
</EnvironmentVariables>
133153
<CodeCoverageTargets>
134154
<BuildableReference

Datadog/TargetSupport/DatadogIntegrationTests/DatadogCrashReportingIntegrationTests.xctestplan

+16
Original file line numberDiff line numberDiff line change
@@ -81,6 +81,22 @@
8181
{
8282
"key" : "BITRISE_BUILD_URL",
8383
"value" : "$(BITRISE_BUILD_URL)"
84+
},
85+
{
86+
"key" : "DD_APPLICATION_KEY",
87+
"value" : "$(DD_SDK_SWIFT_TESTING_APPLICATION_KEY)"
88+
},
89+
{
90+
"key" : "DD_CIVISIBILITY_GIT_UPLOAD_ENABLED",
91+
"value" : "1"
92+
},
93+
{
94+
"key" : "DD_CIVISIBILITY_ITR_ENABLED",
95+
"value" : "1"
96+
},
97+
{
98+
"key" : "DD_CIVISIBILITY_EXCLUDED_BRANCHES",
99+
"value" : "develop,release\/*,hotfix\/*"
84100
}
85101
],
86102
"targetForVariableExpansion" : {

Datadog/TargetSupport/DatadogIntegrationTests/DatadogIntegrationTests.xctestplan

+16
Original file line numberDiff line numberDiff line change
@@ -137,6 +137,22 @@
137137
{
138138
"key" : "BITRISE_BUILD_URL",
139139
"value" : "$(BITRISE_BUILD_URL)"
140+
},
141+
{
142+
"key" : "DD_APPLICATION_KEY",
143+
"value" : "$(DD_SDK_SWIFT_TESTING_APPLICATION_KEY)"
144+
},
145+
{
146+
"key" : "DD_CIVISIBILITY_GIT_UPLOAD_ENABLED",
147+
"value" : "1"
148+
},
149+
{
150+
"key" : "DD_CIVISIBILITY_ITR_ENABLED",
151+
"value" : "1"
152+
},
153+
{
154+
"key" : "DD_CIVISIBILITY_EXCLUDED_BRANCHES",
155+
"value" : "develop,release\/*,hotfix\/*"
140156
}
141157
],
142158
"targetForVariableExpansion" : {

DatadogSDK.podspec

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Pod::Spec.new do |s|
22
s.name = "DatadogSDK"
33
s.module_name = "Datadog"
4-
s.version = "1.12.0-beta2"
4+
s.version = "1.12.0"
55
s.summary = "Official Datadog Swift SDK for iOS."
66

77
s.homepage = "https://www.datadoghq.com"

DatadogSDKAlamofireExtension.podspec

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Pod::Spec.new do |s|
22
s.name = "DatadogSDKAlamofireExtension"
33
s.module_name = "DatadogAlamofireExtension"
4-
s.version = "1.12.0-beta2"
4+
s.version = "1.12.0"
55
s.summary = "An Official Extensions of Datadog Swift SDK for Alamofire."
66

77
s.homepage = "https://www.datadoghq.com"

DatadogSDKCrashReporting.podspec

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Pod::Spec.new do |s|
22
s.name = "DatadogSDKCrashReporting"
33
s.module_name = "DatadogCrashReporting"
4-
s.version = "1.12.0-beta2"
4+
s.version = "1.12.0"
55
s.summary = "Official Datadog Crash Reporting SDK for iOS."
66

77
s.homepage = "https://www.datadoghq.com"
@@ -22,6 +22,6 @@ Pod::Spec.new do |s|
2222
s.static_framework = true
2323

2424
s.source_files = "Sources/DatadogCrashReporting/**/*.swift"
25-
s.dependency 'DatadogSDK', '1.12.0-beta2'
25+
s.dependency 'DatadogSDK', '1.12.0'
2626
s.dependency 'PLCrashReporter', '~> 1.10.1'
2727
end

DatadogSDKObjc.podspec

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Pod::Spec.new do |s|
22
s.name = "DatadogSDKObjc"
33
s.module_name = "DatadogObjc"
4-
s.version = "1.12.0-beta2"
4+
s.version = "1.12.0"
55
s.summary = "Official Datadog Objective-C SDK for iOS."
66

77
s.homepage = "https://www.datadoghq.com"
@@ -21,5 +21,5 @@ Pod::Spec.new do |s|
2121
s.source = { :git => 'https://github.com/DataDog/dd-sdk-ios.git', :tag => s.version.to_s }
2222

2323
s.source_files = "Sources/DatadogObjc/**/*.swift"
24-
s.dependency 'DatadogSDK', '1.12.0-beta2'
24+
s.dependency 'DatadogSDK', '1.12.0'
2525
end

Makefile

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
all: dependencies xcodeproj-httpservermock templates
22

33
# The release version of `dd-sdk-swift-testing` to use for tests instrumentation.
4-
DD_SDK_SWIFT_TESTING_VERSION = 2.0.1
4+
DD_SDK_SWIFT_TESTING_VERSION = 2.2.0-beta.6
55

66
define DD_SDK_TESTING_XCCONFIG_CI
77
FRAMEWORK_SEARCH_PATHS[sdk=iphonesimulator*]=$$(inherited) $$(SRCROOT)/../instrumented-tests/DatadogSDKTesting.xcframework/ios-arm64_x86_64-simulator/\n
@@ -13,6 +13,7 @@ DD_TEST_RUNNER=1\n
1313
DD_SDK_SWIFT_TESTING_SERVICE=dd-sdk-ios\n
1414
DD_SDK_SWIFT_TESTING_APIKEY=${DD_SDK_SWIFT_TESTING_APIKEY}\n
1515
DD_SDK_SWIFT_TESTING_ENV=ci\n
16+
DD_SDK_SWIFT_TESTING_APPLICATION_KEY=${DD_SDK_SWIFT_TESTING_APPLICATION_KEY}\n
1617
endef
1718
export DD_SDK_TESTING_XCCONFIG_CI
1819

0 commit comments

Comments
 (0)