我的问题在上面的标题中已经说明,但我会在这里再次写
是否可以明智地将不同的 plist 复制到应用程序包代码中?
这实际上与我之前的问题有点相关;)以编程方式创建字典属性列表
但是因为我可以写出 plist(并测试我是否做错了什么)我想知道我是否可以复制我的书面文件
[testBook writeTofile:@/Users/jack/testbook2.plist" atomically:NO];
到我的代码中的应用程序包(以便它可以从这里读取
NSString *path = [[NSBundle mainBundle] bundlePath];
NSString *dataPath = [path stringbyAppendingPathcomponent:@"testbook2.plist"];
另一种选择也很好,例如,如果我可以直接从另一个路径而不是 mainBundle 读取我的 plist