this repo has no description
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

Add a note into PKSignedContainer

+4
+4
src/private-frameworks/PackageKit/src/PKSignedContainer.m
··· 24 24 #include <fcntl.h> 25 25 #include <pthread/private.h> 26 26 27 + // This class is (will) be implemented to allow applications such as 28 + // https://github.com/danzimm/xip_extract/blob/master/xip_extract.m 29 + // to work. 30 + 27 31 static int open_cb(struct archive *a, void *_client_data) 28 32 { 29 33 return ARCHIVE_OK;