2013-09-21 08:17-EDT Gregory John Casamento <greg.casamento@gmail.com>

	* PBXFileReference.m: Add all subdirectories in the project
	to the include directives.

2013-09-21 02:06-EDT Gregory John Casamento <greg.casamento@gmail.com>

	* PBXFileReference.m: Use gnu99 as default.  Need to start thinking
	about a specs file which will allow definition of defaults on
	a per compiler/platform basis.

2013-08-31  Fred Kiefer <FredKiefer@gmx.de>

	* PBXCoder.h,
	* PBXCoder.m: Remove method -changeToProjectRoot.
	* GSXCBuildContext.m: Remove directory change from pop.
	* PBXContainerItemProxy.m: Handle all directory changes here.
	* PBXFileReference.m: Add std to the compile options.
	* PBXFrameworksBuildPhase.m: Add frameworks in OTHER_LDFLAGS to
	the link options.

2013-05-09 12:56-EDT Gregory John Casamento <greg.casamento@gmail.com>

	* PBXApplicationTarget.m: Set the product type in init.
	* PBXBundleTarget.m: Set the product type in init.
	* PBXCommon.h: Add GSXCCommon.h to the header.
	* PBXFrameworkTarget.m: Set the product type in init.

2013-05-09 12:44-EDT Gregory John Casamento <greg.casamento@gmail.com>

	* PBXApplicationTarget.h
	* PBXApplicationTarget.m
	* PBXBundleTarget.h
	* PBXBundleTarget.m
	* PBXFrameworkTarget.h
	* PBXFrameworkTarget.m: Add new classes to handle older files for
	these targets.

2013-05-09 12:44-EDT Gregory John Casamento <greg.casamento@gmail.com>

	* GNUmakefile
	* PBXNativeTarget.h
	* PBXNativeTarget.m: Add new method.

2013-05-07 19:58-EDT Gregory John Casamento <greg.casamento@gmail.com>

	* PBXFrameworksBuildPhase.m: Use the gnustep-config script
	everywhere to allow us to automatically use the default
	compiler.
	* Tools/pcpg/PLCPG.m: Fix an issue where mutable dictionary
	was not used.

2013-05-06 02:14-EDT Gregory John Casamento <greg.casamento@gmail.com>

	* PBXAbstractBuildPhase.h
	* PBXAbstractBuildPhase.m: Added missing methods for property
	showEnvVarsInLog.

2013-05-06 01:55-EDT Gregory John Casamento <greg.casamento@gmail.com>

	* PBXFileReference.m: -build, override buildPath pre-prending
	of project root in some cases.  This is likely due to differences
	in some versions of the xcodeproj format.

2013-05-04 20:38-EDT Gregory John Casamento <greg.casamento@gmail.com>

	* PBXNativeTarget.m
	* PBXResourcesBuildPhase.m: Fix issue with copying English.lproj

2013-04-24 02:39-EDT Gregory John Casamento <greg.casamento@gmail.com>

	* NSString+PBXAdditions.h
	* NSString+PBXAdditions.m: Path manipulation methods.
	* PBXFileReference.m
	* PBXProject.m: Correct issue with handling older project files
	after last modification.

2013-04-20 23:16-EDT Gregory John Casamento <greg.casamento@gmail.com>

	* PBXContainerItemProxy.m
	* PBXFileReference.h
	* PBXFileReference.m: Use the compiler which was used to build
	GNUstep instead of hardcoding.
	* PBXProject.m: Proceed into target directories when doing the build
	* PBXResourcesBuildPhase.m: Copy lproj files.
	* PBXShellScriptBuildPhase.m: Improve building of 10.7 and 10.8
	(Xcode 4.4 and 4.5) style files.

2012-10-15 13:20-EDT Gregory John Casamento <greg.casamento@gmail.com>

	* GSXCBuildContext.h: Add declaration for addEntriesFromDictionary:
	* GSXCBuildContext.m: Implement addEntriesFromDictionary:
	* PBXContainerItemProxy.m: Correct warnings.
	* PBXContainer.m: Added method to collect header directories
	which need to be referenced for build.
	* PBXFileReference.m: Add code to handle INCLUDE_DIRS context
	variable.
	* PBXProject.h: Added ivar
	* PBXProject.m: Add project context.

2012-08-07 01:13-EDT Gregory John Casamento <greg.casamento@gmail.com>

	* PBXFrameworksBuildPhase.m: Automatically add link directives -I
	and -L for frameworks present in the UninstalledProducts directory.
	This allows for linking of dependencies prior to installation.

2012-08-07 00:09-EDT Gregory John Casamento <greg.casamento@gmail.com>

	* PBXNativeTarget.m: Generate the links with a relative path.

2012-03-14 18:25-EDT Gregory John Casamento <greg.casamento@gmail.com>

	* PBXFrameworksBuildPhase.m: Remove commented out code..
	* README: Update readme to reflect new name.

2012-02-25 11:36-EST Gregory John Casamento <greg.casamento@gmail.com>

	* PBXResourcesBuildPhase.m: Fix issues with copying of resources
	which are localized.

2012-02-25 10:29-EST Gregory John Casamento <greg.casamento@gmail.com>

	* PBXVariantGroup.m: More fixes for appending resource names.
	Only use the last path component.

2012-02-25 00:53-EST Gregory John Casamento <greg.casamento@gmail.com>

	* ChangeLog: Add ChangeLog.
	* PBXVariantGroup.m: Fix issue with appending resource
	names.

