GNUstep's implementation of Core Data
Find a file
H. Nikolaus Schaller 1cd3eae449 removed private files
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep@36611 72102866-910b-0410-8b05-ffd578937521
2013-05-10 11:13:50 +00:00
CoreData.xcodeproj removed private files 2013-05-10 11:13:50 +00:00
DataBuilder removed private files 2013-05-10 11:13:50 +00:00
Documentation New Import 2007-12-20 08:39:55 +00:00
English.lproj New Import 2007-12-20 08:39:55 +00:00
Images New Import 2007-12-20 08:39:55 +00:00
ChangeLog * added .qcodeproj for compilation on mySTEP/QuantumSTEP 2013-05-08 08:07:02 +00:00
COPYING New Import 2007-12-20 08:39:55 +00:00
COPYING.fdl New Import 2007-12-20 08:39:55 +00:00
CoreData.h New Import 2007-12-20 08:39:55 +00:00
CoreData.qcodeproj fixed compilation on mySTEP 2013-05-10 06:43:03 +00:00
CoreData_Prefix.pch New Import 2007-12-20 08:39:55 +00:00
CoreDataErrors.h New Import 2007-12-20 08:39:55 +00:00
CoreDataErrors.m New Import 2007-12-20 08:39:55 +00:00
CoreDataHeaders.h * CoreDataHeaders.h: Conditionally use the defines for _, ASSIGN, and 2011-06-12 13:44:48 +00:00
CoreDataUtilities.h New Import 2007-12-20 08:39:55 +00:00
Doxyfile New Import 2007-12-20 08:39:55 +00:00
GNUmakefile warn if gnustep-make not found 2010-09-10 13:57:14 +00:00
GNUmakefile.preamble New Import 2007-12-20 08:39:55 +00:00
GSPersistentStore.h New Import 2007-12-20 08:39:55 +00:00
GSPersistentStore.m New Import 2007-12-20 08:39:55 +00:00
GSSQLitePersistentStore.h New Import 2007-12-20 08:39:55 +00:00
GSSQLitePersistentStore.m New Import 2007-12-20 08:39:55 +00:00
Info.plist New Import 2007-12-20 08:39:55 +00:00
NSAttributeDescription.h New Import 2007-12-20 08:39:55 +00:00
NSAttributeDescription.m Updated encoding/decoding of enums to work across compiled versions 2010-12-27 14:20:41 +00:00
NSEntityDescription.h New Import 2007-12-20 08:39:55 +00:00
NSEntityDescription.m New Import 2007-12-20 08:39:55 +00:00
NSFetchedPropertyDescription.h New Import 2007-12-20 08:39:55 +00:00
NSFetchedPropertyDescription.m New Import 2007-12-20 08:39:55 +00:00
NSFetchRequest.h New Import 2007-12-20 08:39:55 +00:00
NSFetchRequest.m New Import 2007-12-20 08:39:55 +00:00
NSManagedObject.h New Import 2007-12-20 08:39:55 +00:00
NSManagedObject.m New Import 2007-12-20 08:39:55 +00:00
NSManagedObjectContext.h New Import 2007-12-20 08:39:55 +00:00
NSManagedObjectContext.m New Import 2007-12-20 08:39:55 +00:00
NSManagedObjectID.h New Import 2007-12-20 08:39:55 +00:00
NSManagedObjectID.m New Import 2007-12-20 08:39:55 +00:00
NSManagedObjectModel.h New Import 2007-12-20 08:39:55 +00:00
NSManagedObjectModel.m New Import 2007-12-20 08:39:55 +00:00
NSPersistentStoreCoordinator.h New Import 2007-12-20 08:39:55 +00:00
NSPersistentStoreCoordinator.m New Import 2007-12-20 08:39:55 +00:00
NSPropertyDescription.h New Import 2007-12-20 08:39:55 +00:00
NSPropertyDescription.m New Import 2007-12-20 08:39:55 +00:00
NSRelationshipDescription.h New Import 2007-12-20 08:39:55 +00:00
NSRelationshipDescription.m New Import 2007-12-20 08:39:55 +00:00
README New Import 2007-12-20 08:39:55 +00:00

 README
 ******

 This is the source distribution of the GNUstep Core Data framework, a
 free implementation of the Apple Core Data framework as available in
 the Mac OS X, release 10.4 (Tiger) operating system.


 INSTALLATION
 ------------

 You must install the GNUstep make and base packages
 (http://www.gnustep.org) first in order to compile and use the GNUstep
 Core Data framework. After that it should be as simple as:

 $ make
 $ make install      <- may require superuser priviledges


 AUTHORS
 -------

 Sašo Kiselkov <diablos@manga.sk>


 LICENSE
 -------

 This framework is released under the terms of the GNU Lesser General
 Public License (LGPL) v2.1 or any later. For the text of the license,
 see the file COPYING included in this distribution package.

 The accompanying documentation is licensed under the GNU Free
 Documentation License (FDL) v1.2 or any later. For the text of the
 license, see the file COPYING.fdl in the Documentation subdirectory of
 this distribution package.