We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent adc4b5c commit 3e30b31Copy full SHA for 3e30b31
Package.swift
@@ -55,7 +55,7 @@ let package = Package(
55
),
56
.target(
57
name: commonModuleName,
58
- path: "\(mediationAdaptersDirectory)/\(commonModuleNamePath)"
+ path: "\(mediationAdaptersDirectory)/\(commonModuleNamePath)",
59
dependencies: [
60
.target(name: teadsModuleName),
61
]
0 commit comments