TimOliver / TOCropViewController

A view controller for iOS that allows users to crop portions of UIImage objects
http://www.timoliver.com.au/2015/06/21/tocropviewcontroller-an-open-source-image-cropper-for-ios/
MIT License
4.67k stars 929 forks source link

Add PrivacyInfo.xcprivacy file to project, and all dependency managers #569

Closed TimOliver closed 3 months ago

TimOliver commented 3 months ago

By popular request, this PR adds the newly required PrivacyInfo.xcprivacy file to this library. As a purely UI-only library, there's nothing to actually declare in this manifest, but apparently it's still necessary to include an empty file to denote this.

Having recently integrated a similar file into IGListKit, I THINK this is all that is necessary, but before I make a new cut, please verify this works with your existing build pipelines.

Sorry for the delay. Thanks so much! 🙏