Re: Progress on ProjectCenter...

Riccardo Mottola <[email protected]> Tue, 4 Aug 2026 21:12:36 +0200
Newsgroups gmane.comp.lib.gnustep.general
Message-ID <[email protected]>
Sebastian Reitenbach wrote:
>  * it would be nice if PC could allow the user to choose a 
> different license than (L)GPL,

well, we push it, so it is fine :) you can always change it. We are for 
FOSS licenses.

I don't remember how flexible templates are, we could offer BSD. Very 
low priority IMO.

>  * let the user choose to use modern objective-c as default for 
> Objective-C based projects, so support ARC by default, and update 
> templates accordingly to just build. Or just default PC to modern 
> objective-c and let the user use old-school manual memory management 
> if they insist to ;)

Absolutely against it!
Besides, the parser still needs to be tweaked to work, it is a bit 
limited regarding protocols, has no notion of properties and such. It is 
on my to do list. But it will go to the winter I suppose.ù

The templates are in any case very small amd generic and compiler 
agnostic. Will comment on your issues.

Riccardo