AppBox icon

AppBox 3.6.0

iOS app distribution tool

Installation

System wide:

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

Home Manager:

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

Package Definition

{
  "pname": "appbox",
  "version": "3.6.0",
  "src": {
    "url": "https://github.com/getappbox/AppBox-iOSAppsWirelessInstallation/releases/download/3.6.0/AppBox.app.zip",
    "sha256": "e978af3b776a3efd8cc6cef4cb69729173b4277dbec291eb6710545f550ade72"
  },
  "installPhase": [
    "mkdir -p \"$out/Applications/AppBox.app\" && cp -r \"AppBox.app\" \"$out/Applications\""
  ],
  "meta": {
    "description": "iOS app distribution tool",
    "homepage": "https://getappbox.com/"
  }
}