You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This destination is maintained by 1Flow. For any issues with the destination, [contact Support team](mailto:[email protected]).
18
18
@@ -30,16 +30,18 @@ This destination is maintained by 1Flow. For any issues with the destination, [c
30
30
31
31
In the Xcode File menu, click Add Packages. You'll see a dialog where you can search for Swift packages. In the search field, enter the URL to this repo.
32
32
33
-
https://github.com/1Flow-Inc/Segment1Flow
33
+
https://github.com/1Flow-Inc/segment-1flow-ios
34
34
35
35
You'll then have the option to pin to a version, or specific branch, as well as which project in your workspace to add it to. Once you've made your selections, click the Add Package button.
36
36
37
37
### Step 2: Initialise Segment and Add 1Fow Destination
38
38
39
39
```
40
-
let config = Configuration(writeKey: "YOUR_WRITE_KEY_HERE")
41
-
let analytics = Analytics(configuration: config)
42
-
analytics.add(plugin: OneFlowDestination())
40
+
import Segment1Flow
41
+
...
42
+
let config = Configuration(writeKey: "YOUR_WRITE_KEY_HERE")
0 commit comments