Skip to content

Commit 06423d5

Browse files
authored
added 'module_name' to podspecs (#618)
1 parent c2abccb commit 06423d5

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

OpenTelemetry-Swift-Api.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ Pod::Spec.new do |spec|
1515
spec.ios.deployment_target = "13.0"
1616
spec.tvos.deployment_target = "13.0"
1717
spec.watchos.deployment_target = "6.0"
18-
18+
spec.module_name = "OpenTelemetryApi"
1919
# This is necessary because we use the `package` keyword to access some properties in `OpenTelemetryApi`
2020
# This keyword was introduced in Swift 5.9 and it's tightly bound to SPM.
2121
# To provide the correct values to the flags `-package-name` and `-module-name` we checked out the outputs from:

OpenTelemetry-Swift-Sdk.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,6 @@ Pod::Spec.new do |spec|
1515
spec.ios.deployment_target = "13.0"
1616
spec.tvos.deployment_target = "13.0"
1717
spec.watchos.deployment_target = "6.0"
18-
18+
spec.module_name = "OpenTelemetrySdk"
1919
spec.dependency 'OpenTelemetry-Swift-Api', spec.version.to_s
2020
end

0 commit comments

Comments
 (0)