[OGo-MacOSX] Problem with SOPE-4.5/sopex/Templates

Philippe Laval macosx@opengroupware.org
Tue, 28 Mar 2006 20:22:25 +0200


Marcus,

First, thank you for your modifications of the templates. I have =20
upgraded mine to test them here.

The template "Web Application (WOx)" is now working fine now.

explicitFileType =3D wrapper.application;
			path =3D "=AC=B4PROJECTNAME=AC=AA.app";

But you still have to modify the one nammed "Web Application (Wrapper)"
It generate an application with .sopex extension. As you known now, =20
it does not work with XCode 2.2.


I have checked the template and it contains.
explicitFileType =3D wrapper.application;
			path =3D "=AC=B4PROJECTNAME=AC=AA.sopex";

When changed to .app, the project is working perfectly.

Philippe=