Skip to content

Commit

Permalink
Create README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Wooder authored Aug 2, 2023
0 parents commit 411bf17
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
Scans the given directory for possible use of "iOS required reason API".

The scan is very rudimentary and based on comparing strings, but should be very helpful for a first analysis.

See https://developer.apple.com/documentation/bundleresources/privacy_manifest_files/describing_use_of_required_reason_api for details.

Usage:

`sh required_reason_api_scanner.sh directory_name`

Example Output:

`Found potentially required reason API usage 'UserDefaults' in './ViewController.swift'
Line numbers: 28`

0 comments on commit 411bf17

Please sign in to comment.