Breaking changes
- The Darwin (iOS/macOS) implementation no longer links
CoreLocation, so apps that do not save assets with location no longer need anNSLocationWhenInUseUsageDescriptionpurpose string (#1428). Saving withlatitude/longitudeon iOS/macOS now throws; install thephoto_manager_locationplugin to keep that capability (which linksCoreLocation).
Fixes
- Avoid App Store rejections caused by referencing the private
PHAsset.filenameselector. The Darwintitlelookup now uses the publicPHAssetResource.originalFilenameAPI directly instead of KVC'ing into the non-publicfilenameselector.