Skip to content

Releases: ezefranca/check-permissions

0.0.6

29 Aug 19:21
Compare
Choose a tag to compare

Full Changelog: 0.0.5...0.0.6

0.0.3

05 Jul 16:40
Compare
Choose a tag to compare

Full Changelog: 0.0.2...0.0.3

0.0.2

04 Jul 20:48
a3eb406
Compare
Choose a tag to compare
  • 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

04 Jul 19:12
1e127c4
Compare
Choose a tag to compare

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