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 46 47 48 49 50 51 52 53 54 55
|
.\" Written by Yavor Doganov <yavor@gnu.org>
.\" (C) Copyright 2025 Free Software Foundation, Inc.
.\"
.TH PC2XC 1 "November 2025" GNUstep "GNUstep System Manual"
.SH NAME
pc2xc \- convert ProjectBuilder/ProjectCenter projects to Xcode
.SH SYNOPSIS
.B pc2xc
.IR input
.IR output
.P
.SH DESCRIPTION
This manual page documents briefly the
.B pc2xc
command.
.PP
.B pc2xc
parses an existing ProjectBuilder or ProjectCenter project and
converts it to an Xcode project.
.SH OPTIONS
Both options are mandatory.
.TP
.B input
Must be a ProjectBuilder
.IR PB.project
file or a ProjectCenter
.IR .pcproj
directory containing a
.IR PC.project
file.
.TP
.B output
Must be the Xcode project directory without the
.IR .xcodeproj
suffix.
.SH SEE ALSO
.BR buildtool (1),
.BR GNUstep (7).
.P
.SH AUTHORS
.B pc2xc
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.
|