iMazing Profile Editor icon

iMazing Profile Editor 2.0.0,364301

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.0.0,364301",
  "src": {
    "url": "https://downloads.imazing.com/mac/iMazing-Profile-Editor/2.0.0.364301/iMazing_Profile_Editor_2.0.0.364301.dmg",
    "sha256": "b35686da3edda25273069d370996caa611012ed8f1f3f5bf18128ca9fa130310"
  },
  "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"
  }
}