Make default format of keyed archives be xml for now.

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@18470 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
CaS 2004-01-24 17:50:11 +00:00
parent 8d0f717534
commit ef6c24d415
2 changed files with 4 additions and 0 deletions

View file

@ -699,6 +699,7 @@ static NSMapTable *globalClassMap = 0;
_obj = [NSMutableArray new]; // Array of objects.
[_obj addObject: @"$null"]; // Placeholder.
_format = NSPropertyListXMLFormat_v1_0; // FIXME ... should be binary.
}
return self;
}