export interface XcodeProjectObjectWithId { id: string; obj: T; comment?: string; }