Skip to content

Commit 641ab89

Browse files
committed
Rewrite plutil for parity with all Darwin functionality
1 parent bb396c4 commit 641ab89

6 files changed

+1770
-393
lines changed

Sources/plutil/CMakeLists.txt

+5-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,11 @@
1313
##===----------------------------------------------------------------------===##
1414

1515
add_executable(plutil
16-
main.swift)
16+
main.swift
17+
PLUContext_Arguments.swift
18+
PLUContext_KeyPaths.swift
19+
PLUContext.swift
20+
PLULiteralOutput.swift)
1721

1822
target_link_libraries(plutil PRIVATE
1923
Foundation)

0 commit comments

Comments
 (0)