Validating/Verifying App Clip size

Apologies if this is referenced somewhere but I don't recall it being mentioned in a talk.
I understand they're meant to be 10mb or smaller, but is there a validation tool in Xcode to verify how big our app clip is?
Whilst waiting for this to be published, I've also since just tried Archiving, then doing an Ad Hoc distribution, which in turn gives me the option to explicitly export the Clip (or the App)..
The end result is an .ipa which I hope is a good enough indication of the size.

Wonder if this is the best/only way to do it?
Xcode does not have a validation tool to verify app clip size. Sizes are validated when submitting to App Store Connect.
Is 10 MB size limit applicable to .app or .ipa ?
To estimate the final size of your app clip, first create a release build of your app clip, then count the size of @3x assets in its asset catalogs. The 10MB limit is the size of the uncompressed, thinned variant of the app clip.
Validating/Verifying App Clip size
 
 
Q