Skip to content

0.0.1

Compare
Choose a tag to compare
@ezefranca ezefranca released this 04 Jul 19:12
· 28 commits to main since this release
1e127c4

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 the Pods directory (required).
    • --help: Display the help message.

Full Changelog: https://github.com/ezefranca/check-permissions/commits/0.0.1