Reveal icon

Reveal 56

Powerful runtime view debugging for iOS developers

Installation

System wide:

{
  environment.systemPackages = with nix-casks.packages.${system}; [
    reveal # Reveal
  ];
}

Home Manager:

{
  home.packages = with nix-casks.packages.${system}; [
    reveal # Reveal
  ];
}

Package Definition

{
  "pname": "reveal",
  "version": "56",
  "src": {
    "url": "https://download.revealapp.com/Reveal.app-56.zip",
    "sha256": "bd473e597d1871c112ba75933fda7946d619d304998c8b8b307a9c9a34a80b8d"
  },
  "installPhase": [
    "mkdir -p \"$out/Applications/Reveal.app\" && cp -r \"Reveal.app\" \"$out/Applications\""
  ],
  "meta": {
    "description": "Powerful runtime view debugging for iOS developers",
    "homepage": "https://revealapp.com/"
  }
}