简体   繁体   English

iPhone 复制 plist 文件以捆绑资源和目标

[英]iPhone Copying plist files to bundle resources and target

I have 3 different targets fro my project.我的项目有 3 个不同的目标。

I am not sure, if I should copy all the info plist files of the corresponding targets in their bundle resources.我不确定是否应该将相应目标的所有 info plist 文件复制到其捆绑资源中。 Should the plist files be copied in the targets?是否应该将 plist 文件复制到目标中?

I dont think so.我不这么认为。

You need to copy only the xib files and image files etc. into the resources.您只需将 xib 文件和图像文件等复制到资源中。 eg .h files are not copied.例如 .h 文件不会被复制。 but.m files are.但是.m 文件是。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 Copy Bundle Resources 构建阶段包含此目标的 Info.plist 文件 'Info.plist' in xcode 6? - The Copy Bundle Resources build phase contains this target's Info.plist file 'Info.plist' in xcode 6? 警告:“复制捆绑包资源”构建阶段包含此目标的Info.plist文件 - Warning: The Copy Bundle Resources build phase contains this target's Info.plist file 错误:警告:复制包资源构建阶段包含此目标的Info.plist文件'UserDefinedLocalization-Info.plist' - Error : Warning: The Copy Bundle Resources build phase contains this target's Info.plist file 'UserDefinedLocalization-Info.plist' iPhone(iOS):将文件从主包复制到文档文件夹错误 - iPhone (iOS): copying files from main bundle to documents folder error iPhone NSMain捆绑资源 - iPhone NSMain Bundle Resources iPhone Xcode Settings.bundle Plist帮助 - iPhone Xcode Settings.bundle Plist Help 如何在MonoTouch中启用iPhone设置(包,plist) - How to enable iPhone Settings (bundle, plist) in MonoTouch UIWebview iPhone加载捆绑资源 - UIWebview iPhone loading bundle resources iPhone:将资源移至应用程序捆绑包 - iPhone: move resources to Application bundle iPhone通用应用程序资源包 - iPhone Generic bundle for application resources
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM