Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
在 .xcodeproj 包中,主要项目数据实际上存储在 .pbxproj 文件中。很明显这是一个存档字典,但我一直没能找到 Apple 使用了哪个编码器?它是 的自定义子类NSCoder,还是记录在案并且我看起来不够努力?
NSCoder
它实际上是一个老式的属性列表,所以我会说用于将字典写入文件的 NSDictionary 工具。但是也有嵌入的注释,所以它可能是某种自定义代码。