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
_An injectable analytics wrapper for Apple platforms._
3
2
4
3
This lightweight framework provides a generic wrapper for analytics SDK's that is suitable for Dependency Injection. Its objective is to avoid tightly coupling an application with a specific analytics provider.
@@ -61,7 +60,7 @@ Installation
61
60
You can add Y—Analytics to an Xcode project by adding it as a package dependency.
62
61
63
62
1. From the **File** menu, select **Add Packages...**
64
-
2. Enter "[https://github.com/yml-org/yanalytics-ios](https://github.com/yml-org/yanalytics-ios)" into the package repository URL text field
63
+
2. Enter "[https://github.com/codeandtheory/ct-analytics-ios](https://github.com/codeandtheory/ct-analytics-ios)" into the package repository URL text field
65
64
3. Click **Add Package**
66
65
67
66
Contributing to Y—Analytics
@@ -145,18 +144,3 @@ When merging a pull request:
145
144
### Releasing new versions
146
145
* Tag the corresponding commit with the new version (e.g. `1.0.5`)
147
146
* Push the local tag to remote
148
-
149
-
Generating Documentation (via Jazzy)
150
-
----------
151
-
152
-
You can generate your own local set of documentation directly from the source code using the following command from Terminal:
153
-
```
154
-
jazzy
155
-
```
156
-
This generates a set of documentation under `/docs`. The default configuration is set in the default config file `.jazzy.yaml` file.
157
-
158
-
To view additional documentation options type:
159
-
```
160
-
jazzy --help
161
-
```
162
-
A GitHub Action automatically runs each time a commit is pushed to `main` that runs Jazzy to generate the documentation for our GitHub page at: https://yml-org.github.io/yanalytics-ios/
0 commit comments