Reveal icon

Reveal 53

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": "53",
  "src": {
    "url": "https://download.revealapp.com/Reveal.app-53.zip",
    "sha256": "150c028561fe826ae7eb401ef3b709af38c1454353f2a0093646038d6216e26e"
  },
  "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/"
  }
}