ipaverse icon

ipaverse 2.1.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": "2.1.0",
  "src": {
    "url": "https://github.com/bahattinkoc/ipaverse/releases/download/v2.1.0/ipaverse.dmg",
    "sha256": "565632403077a06e6c15a9296cdd1dfc8f94bd85e42077836d92350bd4bb9c27"
  },
  "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"
  }
}