mParticle / mparticle-apple-sdk

mParticle Apple SDK
Apache License 2.0
46 stars 66 forks source link

test: Update string check for Xcode 15 compat #216

Closed einsteinx2 closed 1 year ago

einsteinx2 commented 1 year ago

Summary

We were previously directly checking the internal obj-c string class name in 2 unit tests. This has changed to the internal swift class name in iOS 17/Xcode 15. I modified the checks to use the more generic isKindOfClass: and now they work on both iOS 17 and earlier versions.

Testing Plan

mparticle-automation commented 1 year ago

:tada: This PR is included in version 8.15.0 :tada:

The release is available on GitHub release

Your semantic-release bot :package::rocket: