GNUstep's implementation of Core Data
Find a file
H. Nikolaus Schaller 30c88829fc New Import
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep@25765 72102866-910b-0410-8b05-ffd578937521
2007-12-20 08:39:55 +00:00
CoreData.xcodeproj New Import 2007-12-20 08:39:55 +00:00
DataBuilder New Import 2007-12-20 08:39:55 +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 New Import 2007-12-20 08:39:55 +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_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 New Import 2007-12-20 08:39:55 +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 New Import 2007-12-20 08:39:55 +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 New Import 2007-12-20 08:39:55 +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.