├── .gitignore ├── LICENSE ├── README.md └── apfs_reseal.command /.gitignore: -------------------------------------------------------------------------------- 1 | .DS_Store 2 | sshrd-script 3 | -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lunaynx/apfs-reseal/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lunaynx/apfs-reseal/HEAD/README.md -------------------------------------------------------------------------------- /apfs_reseal.command: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lunaynx/apfs-reseal/HEAD/apfs_reseal.command --------------------------------------------------------------------------------