discuss-gnustep
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

ANNOUNCE: libs-xcode 0.3.0


From: Gregory Casamento
Subject: ANNOUNCE: libs-xcode 0.3.0
Date: Mon, 24 Jan 2022 07:05:42 -0500

All,

With this release I have added support for workspaces, fixed a lot of issues related to resource copying.  Added features in the buildtool.plist file which can be used to map files or libraries used on macOS to the equivalent for other platforms.   Please test and let me know if you find any issues.

Yours, GC
---

1 README
==
The GNUstep Xcode Library is a library for building xcode projects.
It can be used to parse and provide information regarding an
xcode project or used to build an xcode project directly.

1.1 License
===========

The GNUstep libraries and library resources are covered under the GNU
Lesser General Public License.  This means you can use these libraries
in any program (even non-free programs). If you distribute the libraries
along with your program, you must make the improvements you have made to
the libraries freely available. You should read the COPYING.LIB file for
more information.

1.2 How to use
==============

To use this library you need to build it and install it and then compile
the front-end which is in tools-buildtool.  Simply go into a directory
which contains an Xcode project and type buildtool and it should build
the project.  If it doesn't then submit a bug.  Currently GNUstep can
only build projects for macOS.

1.2.1 Plans for the future
==========================

  * Create GSXBuildDelegate which will provide a way for the library to
  execute callbacks into the caller so that information can be shown.
  This should eliminate the need to print anything in the library as all
  of the printing will be done on the front end based on information sent
  back by the library to the delegate.
  * Add more options to how the build is run so that the caller can specify
  which target should be built.
  * Add support for workspaces
  * Add support for translated to .pcproj files.
  * Add support for creating from GNUmakefiles... (maybe)
 
1.3 How can you help?
=====================

   * Give us feedback!  Tell us what you like; tell us what you think
     could be better.

     Please log bug reports on the GNUstep project page
     `https://github.com/gnustep/libs-xcode/issues` or send bug reports
     to <bug-gnustep@gnu.org>.


     Happy hacking!

   Copyright (C) 2005 Free Software Foundation

   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.


--
Gregory Casamento
GNUstep Lead Developer / OLC, Principal Consultant
http://www.gnustep.org - http://heronsperch.blogspot.com
https://www.patreon.com/bePatron?u=352392 - Become a Patron
https://gf.me/u/x8m3sx - My GNUstep GoFundMe


reply via email to

[Prev in Thread] Current Thread [Next in Thread]