ipaverse icon

ipaverse 1.0.0

Tool for downloading and managing iOS apps from the App Store

Installation

System wide:

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

Home Manager:

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

Package Definition

{
  "pname": "ipaverse",
  "version": "1.0.0",
  "src": {
    "url": "https://github.com/bahattinkoc/ipaverse/releases/download/v1.0.0/ipaverse.dmg",
    "sha256": "e3e28f60eb9bfc000977e6e5f0e1b455854daebd034770567eefae537e15d4f4"
  },
  "installPhase": [
    "mkdir -p \"$out/Applications/ipaverse.app\" && cp -r \"ipaverse.app\" \"$out/Applications\""
  ],
  "meta": {
    "description": "Tool for downloading and managing iOS apps from the App Store",
    "homepage": "https://github.com/bahattinkoc/ipaverse"
  }
}