<!-- Thanks for taking the time to report your issue with OHHTTPStubs! When submitting your issue, please make sure to check the following boxes by putting an x in each appropriate [ ] so we can fully understand the context of your problem and help you better --> ### New Issue Checklist - [x] I have tried with the latest version of OHHTTPStubs - [x] I have read the [README](https://github.com/AliSoftware/OHHTTPStubs/blob/master/README.md) - [x] I have read the [Using the right Swift Version of `OHHTTPStubs` for your project](https://github.com/AliSoftware/OHHTTPStubs#using-the-right-swift-version-of-ohhttpstubs-for-your-project) section - [x] I have searched in the [existing issues](https://github.com/AliSoftware/OHHTTPStubs/issues?utf8=✓&q=is%3Aissue) - [x] I have read [the OHHTTPStubs wiki](https://github.com/AliSoftware/OHHTTPStubs/wiki) to see if there wasn't a detailed page talking about my issue ### Environment - version of OHHTTPStubs: [LIB VERSION HERE] - integration method you are using: * [x] Cocoapods * [ ] Carthage * [ ] submodule * [ ] other - version of the tool you use: [INSERT VERSION HERE] ### Issue Description We are consuming the OHHTTPStubs SDK in our App. As mentioned in the WWDC23 video, also it is explained in [Privacy manifest files | Apple Developer Documentation](https://developer.apple.com/documentation/bundleresources/privacy_manifest_files), if we are using any third-party library, then SDK should contain a Privacy Manifest file. But currently, for OHHTTPStubs SDK, the file is missing. So can anyone please add the Privacy Manifest file for the repo ?