Ajouter une clé à NSDictionary (SDK de l'iPhone)

Hé les gars,
très rapidement, essayez d'ajouter une touche à un .plist, près de l'avoir, quelle est la bonne version de la quatrième ligne? Merci!

    NSString *path = [[NSBundle mainBundle] pathForResource:@"Favourites" ofType:@"plist"];
    NSDictionary *rootDict = [[NSDictionary alloc] initWithContentsOfFile:path];
    [rootDict addKey:@"Test"]; //guessed code
    [rootDict writeToFile:path atomically: YES];
InformationsquelleAutor DexCurl | 2011-02-27