MenuBarVolume
trivial app for Macs to show volume in menu bar even when using headphones
File Explorer
- Contents.json
- Contents.json
- Contents.json
- Contents.json
- main.swift
- MenuBarVolume.entitlements
- MenuBarVolumeApp.swift
- IDEWorkspaceChecks.plist
- contents.xcworkspacedata
- xcschememanagement.plist
- project.pbxproj
- .gitignore
- README.md
- screenshot-both.png
- screenshot-percentage.png
- screenshot.png
# Use via CDN
jsDelivrjsDelivr serves any public GitHub repository as a CDN with zero setup. Pick a version and a file to get a ready-to-paste link and snippet.
Link
Example
Command Glossary
Commands referenced in this DOCs, explained below.
codesign
View Details ▼
codesign
Create and manipulate code signatures for macOS.
codesign --sign "{{My Company Name}}" {{path/to/application_file.app}}
Sign an application with a certificate:
codesign --verify {{path/to/application_file.app}}
Verify the certificate of an application:
// repository documentation
Was this content helpful?
(0 ratings)
