`default-storage` needs to include a privacy manifest file to include reason for certain API usage, [more here](https://developer.apple.com/documentation/bundleresources/privacy_manifest_files/describing_use_of_required_reason_api). Looks like we're using just [`fileModificationDate`](https://github.com/react-native-async-storage/async-storage/blob/990b6f2417359dd5dbf074b218719ccb79312e2b/packages/default-storage/ios/RNCAsyncStorage.mm#L260) API but need to check for other. The manifest file should be included in a bundle via Cocoapods' `resource_bundles`. [Mind the naming](https://github.com/flutter/packages/pull/5846#issuecomment-1881788602)