{
  "$schema": "https://raw.githubusercontent.com/conda/menuinst/refs/heads/main/menuinst/data/menuinst.schema.json",
  "menu_name": "Example with entitlements",
  "menu_items": [
    {
      "name": "Example with entitlements on macOS",
      "description": "This examples include entitlements on macOS, which require code signing.",
      "icon": null,
      "command": [
        "echo",
        "entitlements"
      ],
      "platforms": {
        "osx": {
          "CFBundleName": "Entitlements",
          "CFBundleDisplayName": "My Example with entitlements on macOS",
          "entitlements": [
            "com.apple.security.files.user-selected.read-write"
          ],
          "LSBackgroundOnly": false,
          "LSEnvironment": {
            "example_var": "example_value"
          },
          "LSMinimumSystemVersion": "10.4.0",
          "NSAudioCaptureUsageDescription": "Audio test",
          "NSCameraUsageDescription": "Camera test",
          "NSMainCameraUsageDescription": "Main camera test",
          "NSMicrophoneUsageDescription": "Mic check",
          "NSSupportsAutomaticGraphicsSwitching": false,
          "info_plist_extra": {
            "NSRequiresAquaSystemAppearance": "NO",
            "NSHighResolutionCapable": true
          }
        }
      }
    }
  ]
}
