Skip to content

Commit cebfd34

Browse files
authored
Update src/connections/sources/catalog/libraries/mobile/swift-ios/index.md
1 parent de88415 commit cebfd34

File tree

1 file changed

+1
-1
lines changed
  • src/connections/sources/catalog/libraries/mobile/swift-ios

1 file changed

+1
-1
lines changed

src/connections/sources/catalog/libraries/mobile/swift-ios/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -456,7 +456,7 @@ No, only the plugins listed above are supported in device-mode for Analytics-Swi
456456
### Will I still see device-mode integrations listed as `false` in the integrations object?
457457
When you successfully package a plugin in device-mode, you will no longer see the integration listed as `false` in the integrations object for a Segment event. This logic is now packaged in the event metadata, and is not surfaced in the Segment debugger.
458458
### Does the Analytics-Swift mobile library support multiple instances of Segment on the device?
459-
The Analytics-Swift mobile library does support multiple instances of Segment on the device. For example, you may wish to send some events to one source and other events to another:
459+
The Analytics-Swift mobile library supports multiple instances of Segment on the device. For example, you may wish to send some events to one source and other events to another:
460460
```swift
461461
let configuration1 = Configuration(writeKey: "WRITE_KEY1")
462462
.trackApplicationLifecycleEvents(true)

0 commit comments

Comments
 (0)