-
-
Notifications
You must be signed in to change notification settings - Fork 18.1k
Closed
Labels
0.kind: packaging requestRequest for a new package to be addedRequest for a new package to be added6.topic: darwinRunning or building packages on DarwinRunning or building packages on Darwin
Description
Project description
The ldid is an alternative to using codesign to sign apple darwin binaries. I can see that there's a PR that was merged in that brought ldid in to pkgs.ios-cross-compile.ldid, but ldid is also useful for apple executables like vercel/pkg bundled executables.
nixpkgs/pkgs/development/compilers/ios-cross-compile/9.2.nix
Lines 16 to 21 in 451f200
| ldid = fetchFromGitHub { | |
| owner = "tpoechtrager"; | |
| repo = "ldid"; | |
| rev = "3064ed628108da4b9a52cfbe5d4c1a5817811400"; | |
| sha256 = "1a6zaz8fgbi239l5zqx9xi3hsrv3jmfh8dkiy5gmnjs6v4gcf6sf"; | |
| }; |
There's not really an offical ldid implementation as there are many maintained forks:
- https://github.com/tpoechtrager/ldid - used by
pkgs.ios-cross-compile.ldid - https://github.com/xerub/ldid
- https://github.com/ProcursusTeam/ldid - seems the most active and the one used by ArchLinux (https://aur.archlinux.org/packages?O=0&SeB=nd&K=ldid&outdated=&SB=p&SO=d&PP=50&submit=Go)
- https://github.com/sbingner/ldid
So I think it's worth considering which one is the most active.
Metadata
- homepage URL: https://iphonedev.wiki/index.php/Ldid
- source URL: unknown
- license: AGPL-3.0 license
- platforms: linux
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
0.kind: packaging requestRequest for a new package to be addedRequest for a new package to be added6.topic: darwinRunning or building packages on DarwinRunning or building packages on Darwin