Begin migration from Matomo to PostHog

Add CocoaPods-Keys.
This commit is contained in:
Doug
2021-10-27 14:51:46 +01:00
parent 5aa59e87fe
commit 8ec27e8579
49 changed files with 423 additions and 341 deletions
@@ -111,7 +111,7 @@
[super viewWillAppear:animated];
// Screen tracking
[[Analytics sharedInstance] trackScreen:@"CountryPicker"];
[Analytics.shared trackScreen:@"CountryPicker"];
}
- (void)tableView:(UITableView *)tableView willDisplayCell:(UITableViewCell *)cell forRowAtIndexPath:(NSIndexPath *)indexPath;