Skip to content

Commit

Permalink
Rewrite plutil for parity with all Darwin functionality
Browse files Browse the repository at this point in the history
  • Loading branch information
parkera committed Feb 19, 2025
1 parent bb396c4 commit 641ab89
Show file tree
Hide file tree
Showing 6 changed files with 1,770 additions and 393 deletions.
6 changes: 5 additions & 1 deletion Sources/plutil/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,11 @@
##===----------------------------------------------------------------------===##

add_executable(plutil
main.swift)
main.swift
PLUContext_Arguments.swift
PLUContext_KeyPaths.swift
PLUContext.swift
PLULiteralOutput.swift)

target_link_libraries(plutil PRIVATE
Foundation)
Expand Down
Loading

0 comments on commit 641ab89

Please sign in to comment.