Fork of NextBSD's libxpc for Darling build
Go to file
Ariel Abreu 0ec7a91082
Implement xpc_main
However, bundled XPC services still don't work properly.

The problem is that bundled XPC service support needs to be implemented in launchd.
The open-source launchd sources are severely outdated, much like CoreFoundation.
The new launchd is based on libxpc and is closed-source.
We probably don't want to completely rewrite launchd, but at the very least, we do need to add support for new XPC-based features.
2021-04-21 17:30:34 -04:00
include Implement bundles and property list parsing 2021-04-21 12:02:02 -04:00
internal-include/xpc Implement xpc_main 2021-04-21 17:30:34 -04:00
scripts Implement bundles and property list parsing 2021-04-21 12:02:02 -04:00
src Implement xpc_main 2021-04-21 17:30:34 -04:00
test Implement xpc_main 2021-04-21 17:30:34 -04:00
.gitignore Initial commit 2015-09-11 16:35:24 +02:00
.gitmodules Initial rewrite commit 2021-03-27 15:14:08 -04:00
CMakeLists.txt Implement xpc_main 2021-04-21 17:30:34 -04:00