{
  "$schema": "https://raw.githubusercontent.com/conda/menuinst/refs/heads/main/menuinst/data/menuinst.schema.json",
  "menu_name": "Example with macOS symlinks",
  "menu_items": [
    {
      "name": "Example with symlinks on macOS",
      "description": "This examples include symlinks on macOS, which require code signing.",
      "icon": null,
      "command": [
        "{{ MENU_ITEM_LOCATION }}/Contents/Resources/python",
        "-c",
        "import sys; print(sys.executable)"
      ],
      "platforms": {
        "osx": {
          "link_in_bundle": {
            "{{ PREFIX }}/bin/python": "{{ MENU_ITEM_LOCATION }}/Contents/Resources/python"
          }
        }
      }
    }
  ]
}
