aboutsummaryrefslogtreecommitdiffstats
path: root/ldid.hpp
Commit message (Expand)AuthorAgeFilesLines
* Allow -P to work on directoriesTeutates2022-07-201-1/+1
* Change platform to a uint8_tTeutates2022-07-201-1/+1
* Fix -S -M and -s on .app bundles (Closes #18)Cameron Katri2022-07-191-1/+1
* Add proper hash agility required for 15.1+zhuxinlang2022-07-031-0/+2
* Improve, but not really fix :/, support for macOS.Jay Freeman (saurik)2021-02-191-0/+2
* Provide a -M flag to merge entitlements into file.v2.1.0Jay Freeman (saurik)2019-02-181-1/+1
* Let the user set values for CS flags and platform.Jay Freeman (saurik)2017-12-311-1/+1
* Clarify progress output for multiple architecture.Jay Freeman (saurik)2018-09-211-2/+7
* Rename requirement to requirements (pluralize it).Jay Freeman (saurik)2018-09-171-2/+2
* Require user to store streambufs for UnionFolders.Jay Freeman (saurik)2017-12-271-15/+7
* Add support for alternate SHA256 code directories.Jay Freeman (saurik)2017-12-111-3/+8
* Report progress (in terms of percent and logging).Jay Freeman (saurik)2017-03-121-7/+7
* We need Path in DiskFolder subclass to forge flag.Jay Freeman (saurik)2017-02-121-0/+2
* Make Folder::Find const, removing internal Save().Jay Freeman (saurik)2017-02-121-21/+21
* Support separate provisioning for bundled plugins.Jay Freeman (saurik)2017-02-061-2/+1
* Add #include <set> that was semi-missing from hpp.Jay Freeman (saurik)2017-01-111-0/+1
* Provide a simple to use implementation of ldid -e.Jay Freeman (saurik)2016-12-211-0/+1
* Drastic improvements to nested support (and Mac!).Jay Freeman (saurik)2016-08-251-2/+7
* Chop bool Open() into void Open() and bool Look().Jay Freeman (saurik)2016-08-251-4/+8
* Add support for signing symbolic links (sort of?).Jay Freeman (saurik)2016-08-251-5/+5
* Store SHA256 as hash2 in files2 for CodeDirectory.Jay Freeman (saurik)2016-08-251-1/+1
* Add -q and -Q to dump and sign "requirement data".Jay Freeman (saurik)2016-08-251-2/+2
* Provide a way to maintain file permissions in IPA.Jay Freeman (saurik)2016-07-291-13/+15
* Support renaming files under an ldid::UnionFolder.Jay Freeman (saurik)2016-07-291-2/+18
* Technically, I should have these two header files.Jay Freeman (saurik)2015-10-111-0/+2
* Port to Apple's pathetic third-world toolchain :/.Jay Freeman (saurik)2015-10-101-1/+14
* Sort of support signing bundles with entitlements.Jay Freeman (saurik)2015-10-101-1/+1
* UnionFolder (code for Impactor) should be in ldid.Jay Freeman (saurik)2015-10-101-0/+19
* SubFolder should take a reference (not a pointer).Jay Freeman (saurik)2015-10-101-2/+2
* Add ldid::Bundle to the header file, for Impactor.Jay Freeman (saurik)2015-09-281-0/+2
* Avoid FTS (broken in glibc, not present on Win32).Jay Freeman (saurik)2015-09-281-0/+2
* Finish implementating application bundle codesign.Jay Freeman (saurik)2015-09-281-1/+41
* Slightly improve prototypes for Sign and Allocate.Jay Freeman (saurik)2015-09-271-1/+1
* Move Functor implementation to header for the API.Jay Freeman (saurik)2015-09-271-0/+37
* Rename resign to Sign and put into ldid namespace.Jay Freeman (saurik)2015-09-271-0/+17