Sherlock icon

Sherlock 2.12.0

iOS simulator visual debugger

Installation

System wide:

{
  environment.systemPackages = with nix-casks.packages.${system}; [
    sherlock-app # Sherlock
  ];
}

Home Manager:

{
  home.packages = with nix-casks.packages.${system}; [
    sherlock-app # Sherlock
  ];
}

Package Definition

{
  "pname": "sherlock-app",
  "version": "2.12.0",
  "src": {
    "url": "https://sherlock-macos-releases.s3.amazonaws.com/Sherlock+2.12.0.dmg",
    "sha256": "97ca67d876eb3524c1bfdb74248a686097957f598c233d1458d19588a732348d"
  },
  "installPhase": [
    "mkdir -p \"$out/Applications/Sherlock.app\" && cp -r \"Sherlock.app\" \"$out/Applications\""
  ],
  "meta": {
    "description": "iOS simulator visual debugger",
    "homepage": "https://sherlock.inspiredcode.io/"
  }
}