Copilot for Xcode icon

Copilot for Xcode 0.35.10

Xcode extension for GitHub Copilot

Installation

System wide:

{
  environment.systemPackages = with nix-casks.packages.${system}; [
    copilot-for-xcode # Copilot for Xcode
  ];
}

Home Manager:

{
  home.packages = with nix-casks.packages.${system}; [
    copilot-for-xcode # Copilot for Xcode
  ];
}

Package Definition

{
  "pname": "copilot-for-xcode",
  "version": "0.35.10",
  "src": {
    "url": "https://github.com/intitni/CopilotForXcode/releases/download/0.35.10/Copilot.for.Xcode.app.zip",
    "sha256": "f2889731f6042dc21ef5abf1906ab1d3f08f9878159bae5547c99b0fc05e86d6"
  },
  "installPhase": [
    "mkdir -p \"$out/Applications/Copilot for Xcode.app\" && cp -r \"Copilot for Xcode.app\" \"$out/Applications\""
  ],
  "meta": {
    "description": "Xcode extension for GitHub Copilot",
    "homepage": "https://github.com/intitni/CopilotForXcode"
  }
}