RuntimeViewer icon

RuntimeViewer 2.1.2

Inspect Objective-C and Swift runtime interfaces

Installation

System wide:

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

Home Manager:

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

Package Definition

{
  "pname": "runtimeviewer",
  "version": "2.1.2",
  "src": {
    "url": "https://github.com/MxIris-Reverse-Engineering/RuntimeViewer/releases/download/v2.1.2/RuntimeViewer-macOS.zip",
    "sha256": "0cca9b3844135f8de175cf22c3fceebc668984b022b81565fede8aa976e325d2"
  },
  "installPhase": [
    "mkdir -p \"$out/Applications/RuntimeViewer.app\" && cp -r \"RuntimeViewer.app\" \"$out/Applications\""
  ],
  "meta": {
    "description": "Inspect Objective-C and Swift runtime interfaces",
    "homepage": "https://github.com/MxIris-Reverse-Engineering/RuntimeViewer"
  }
}