You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CLAUDE.md
+40-10Lines changed: 40 additions & 10 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,10 +4,10 @@ This file provides guidance to Claude Code (claude.ai/code) when working with co
4
4
5
5
## Project Overview
6
6
7
-
`quickpkg` is a macOS command-line tool that builds installer packages (.pkg files) from applications. It wraps Apple's `pkgbuild`tool and automatically extracts app metadata (name, version, identifier) to create properly named packages.
7
+
`quickpkg` is a macOS command-line tool that builds installer packages (.pkg files) from applications. It wraps Apple's `pkgbuild`and `productbuild` tools and automatically extracts app metadata (name, version, identifier, minimum OS version) to create properly named packages.
8
8
9
9
Two implementations exist:
10
-
-**Swift** (`Sources/quickpkg/`) - Primary implementation (macOS 15+) using swift-argument-parser and swift-subprocess
10
+
-**Swift** (`Sources/quickpkg/`) - Primary implementation (macOS 15+, Swift 6.0) using swift-argument-parser and swift-subprocess
11
11
-**Python** (`quickpkg`) - Original implementation using MacAdmins Managed Python
0 commit comments