ios_17_required_reason_api_scanner icon indicating copy to clipboard operation
ios_17_required_reason_api_scanner copied to clipboard

A simple shell script collection to scan your Xcode Swift project for required reason API usage to ensure privacy compliance and to simplify the creation of privacy manifests.

Results 6 ios_17_required_reason_api_scanner issues
Sort by recently updated
recently updated
newest added

1. What do you mean by SDKs that come out empty like in the picture??? 2. I use a library like Toast-Swift and it's not included in 'binaryies'. Is it...

Reduce unnecessary confusion and focus on potentially problematic binary files. #11

Just wanted to say that you're awesome for creating this. Thank you!

When I scan my app binary, it finds these (And I confirm from the Apple email that it also finds these): ``` NSURLContentModificationDateKey, NSURLCreationDateKey, NSUserDefaults ``` But when scanning my...

First of all, thanks for creating these helpful scripts! To make the results of the text-based scanner more complete, it should also consider files with the `.mm` extension. In the...

Thanks to the implementation of the required reason APIs scanning feature in the current project, I have developed a privacy manifest analyzer based on this feature, hoping it can help...