An open API service indexing awesome lists of open source software.

https://github.com/andrewpetrochenkov/mac-app-bundleid

:apple: :information_source: :id: get/set macOS app Bundle ID
https://github.com/andrewpetrochenkov/mac-app-bundleid

cli macos

Last synced: about 1 month ago
JSON representation

:apple: :information_source: :id: get/set macOS app Bundle ID

Awesome Lists containing this project

README

          

[![](https://img.shields.io/badge/OS-macOS-blue.svg?longCache=True)]()
[![](https://img.shields.io/pypi/v/mac-app-bundleid.svg?maxAge=3600)](https://pypi.org/project/mac-app-bundleid/)
[![](https://img.shields.io/npm/v/mac-app-bundleid.svg?maxAge=3600)](https://www.npmjs.com/package/mac-app-bundleid)[![](https://img.shields.io/badge/License-Unlicense-blue.svg?longCache=True)](https://unlicense.org/)
[![](https://github.com/andrewp-as-is/mac-app-bundleid/workflows/tests42/badge.svg)](https://github.com/andrewp-as-is/mac-app-bundleid/actions)

### Installation
```bash
$ [sudo] pip install mac-app-bundleid
```

```bash
$ [sudo] npm i -g mac-app-bundleid
```

#### 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
```


readme42.com