iMazing Profile Editor icon

iMazing Profile Editor 2.1.0,377601

Apple Device Configuration Profile Editor

Installation

System wide:

{
  environment.systemPackages = with nix-casks.packages.${system}; [
    imazing-profile-editor # iMazing Profile Editor
  ];
}

Home Manager:

{
  home.packages = with nix-casks.packages.${system}; [
    imazing-profile-editor # iMazing Profile Editor
  ];
}

Package Definition

{
  "pname": "imazing-profile-editor",
  "version": "2.1.0,377601",
  "src": {
    "url": "https://downloads.imazing.com/mac/iMazing-Profile-Editor/2.1.0.377601/iMazing_Profile_Editor_2.1.0.377601.dmg",
    "sha256": "325213e0effda9b7f72791a18eaf8b6f92865f73b56a6b098fc29ec94ca72977"
  },
  "installPhase": [
    "mkdir -p \"$out/Applications/iMazing Profile Editor.app\" && cp -r \"iMazing Profile Editor.app\" \"$out/Applications\""
  ],
  "meta": {
    "description": "Apple Device Configuration Profile Editor",
    "homepage": "https://imazing.com/profile-editor"
  }
}