1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45
|
.\" Written by Yavor Doganov <yavor@gnu.org>
.\" (C) Copyright 2025 Free Software Foundation, Inc.
.\"
.TH PCPG 1 "November 2025" GNUstep "GNUstep System Manual"
.SH NAME
pcpg \- parse an Xcode project to determine missing classes
.SH SYNOPSIS
.B pcpg
.IR project.pbxproj
.P
.SH DESCRIPTION
This manual page documents briefly the
.B pcpg
command.
.PP
.B pcpg
parses an existing Xcode project and determines the missing classes in
the XCode framework. It should be used whenever
.B buildtool
(or more precisely, the XCode framework it relies upon) fails to
recognize something that is parsed.
.SH OPTIONS
The argument passed to
.B pcpg
must be an Xcode project file (not a directory).
.SH SEE ALSO
.BR buildtool (1),
.BR GNUstep (7).
.P
.SH AUTHORS
.B pcpg
was written by Gregory Casamento <greg.casamento@gmail.com>.
.P
This manual page was added by Yavor Doganov <yavor@gnu.org>.
.SH COPYRIGHT
Copyright \(co 2025 Free Software Foundation, Inc.
.P
Copying and distribution of this file, with or without modification,
are permitted in any medium without royalty provided the copyright
notice and this notice are preserved.
|