Metadata-Version: 2.1
Name: mac-app-bundleid
Version: 2019.4.14
Summary: get/set macOS app Bundle ID
Home-page: https://github.com/looking-for-a-job/mac-app-bundleid
License: UNKNOWN
Description: <!--
        https://pypi.org/project/readme-generator/
        https://pypi.org/project/python-readme-generator/
        -->
        
        [![](https://img.shields.io/badge/OS-macOS-blue.svg?longCache=True)]()
        
        #### Installation
        ```bash
        $ [sudo] pip install mac-app-bundleid
        ```
        
        #### Scripts usage
        ```bash
        usage: app-bundleid app [value]
        ```
        
        #### Examples
        ```bash
        $ app-bundleid "Finder"
        com.apple.finder
        $ app-bundleid /System/Library/CoreServices/Finder.app
        com.apple.finder
        ```
        
        ```bash
        $ app-bundleid path/to/my-app.app "me.my-app.app"
        $ app-bundleid path/to/my-app.app
        me.my-app.app
        ```
        
        <p align="center">
            <a href="https://pypi.org/project/python-readme-generator/">python-readme-generator</a>
        </p>
Keywords: mac app
Platform: UNKNOWN
Classifier: Operating System :: MacOS
Classifier: Programming Language :: Unix Shell
Classifier: Topic :: Utilities
Description-Content-Type: text/markdown
