Releases: ezefranca/check-permissions
Releases · ezefranca/check-permissions
0.0.6
0.0.3
Full Changelog: 0.0.2...0.0.3
0.0.2
- Separated the logic into a Package and renamed the CLI to check-permissions-cli
- LICENSE file on root folder
Full Changelog: 0.0.1...0.0.2
0.0.1
check-permissions - Release Notes
Version 0.0.1
Overview
The check-permissions CLI tool is a Swift-based command line application designed to scan Info.plist
files in a specified directory and report the permissions requested by each file. This tool is useful for developers working with iOS projects using CocoaPods.
Features
- Recursive scanning of the directory.
- Detection of various permissions and Cocoa keys in
Info.plist
files. - Clear, color-coded output for better readability.
- Command-line options:
--path <path>
: Specify the path to thePods
directory (required).--help
: Display the help message.
Full Changelog: https://github.com/ezefranca/check-permissions/commits/0.0.1