Commits


Michael Haney authored and GitHub committed 27847eea381
Refactor event fileURLs to be derived (#5137) * Refactor event fileURLs to be derived Apparently, since iOS 8, it's possible for the app's bundle to change directories as often as every launch. This is a mechanism that's hopefully slightly more robust against that, as data is supposed to carry over, the UUID component of the app's absolute directory might just change. * Convert a couple of tests, actually use a non-absolute URL in GDTCOREvent * Make sure to use the event fileURL property as the source of truth. Add some additional logs and improve the integration test * Fix KVC not working for the removed property