Are there NSExtensionActivationRule changes in Ventura from Monterey?

I have a Share Extension project that is working fine in Monterey but fails to appear in the Share Sheet for Ventura.

It is a simple text share.

Are there any obvious changes to the info.plist requirements in Ventura?

Debugging output isn't giving any obvious clues (there's a lot from the host application). Starting from scratch with a clean project and using the default (not-for-release) NSExtensionActivationRule TRUEPREDICATE works. Using Strict = 1 and DictionaryVersion = 2 works for Monterey but is causing a crash on Ventura, which suggests something that used to work isn't anymore.

Are there NSExtensionActivationRule changes in Ventura from Monterey?
 
 
Q