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
- Host: GitHub
- URL: https://github.com/andrewpetrochenkov/mac-app-bundleid
- Owner: andrewpetrochenkov
- License: unlicense
- Created: 2019-04-14T18:47:22.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2020-12-03T21:04:49.000Z (over 5 years ago)
- Last Synced: 2026-02-22T09:30:58.047Z (4 months ago)
- Topics: cli, macos
- Language: Shell
- Homepage:
- Size: 4.88 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
[]()
[](https://pypi.org/project/mac-app-bundleid/)
[](https://www.npmjs.com/package/mac-app-bundleid)[](https://unlicense.org/)
[](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
```