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.
2 parents 6bb7b4c + fbe244d commit 87e0853Copy full SHA for 87e0853
src/connections/sources/catalog/libraries/mobile/apple/swift-destination-filters.md
@@ -16,7 +16,7 @@ To get started with destination filters using Swift:
16
1. Xcode 12: **File > Swift Packages > Add Package Dependency**
17
2. Xcode 13: **File > Add Packages...**
18
19
- After you install the package, import the package with `import DestinationFilters_Swift` to reference the Destination Filters plugin.
+ After you install the package, import the package with `import AnalyticsFilters` to reference the Destination Filters plugin.
20
2. Add the plugin.
21
```swift
22
analytics.add(DestinationFilters())
0 commit comments