简体   繁体   English

版权密钥和价值不在info.plist中

[英]Copyright Key and Value Not in info.plist

I am preparing my first app for submission to the App Store, in Apple's documentation they say to: 我正在准备我的第一个提交到App Store的应用程序,他们在Apple的文档中说:

Make sure that your information property list file contains a valid value for the Copyright key. 确保您的信息属性列表文件包含版权密钥的有效值。

And then show in a picture what they are talking about which can be found here: http://i.imgur.com/V3ZAgUX.png 然后在图片中显示他们正在谈论的内容,可以在这里找到: http//i.imgur.com/V3ZAgUX.png

However, my info.plist does not contain a copyright Key or Value. 但是,我的info.plist不包含版权密钥或值。 How do I get one in there, is it even really necessary to have this? 我如何在那里得到一个,是否真的有必要这个? Is there a chance apple will reject my app without this? 没有这个,苹果有机会拒绝我的应用吗?

Apple Documentation indicates this is needed for Mac apps, but implies thereby that it's not needed for iOS apps. Apple文档表明Mac应用程序需要这样做,但暗示iOS应用程序不需要它。

See: Setting the Copyright Key (Mac) section in: https://developer.apple.com/library/content/documentation/IDEs/Conceptual/AppDistributionGuide/ConfiguringYourApp/ConfiguringYourApp.html 请参阅:设置版权密钥(Mac)部分: https//developer.apple.com/library/content/documentation/IDEs/Conceptual/AppDistributionGuide/ConfiguringYourApp/ConfiguringYourApp.html

... ...

NSHumanReadableCopyright (String - macOS). NSHumanReadableCopyright(String - macOS)。 This key contains a string with the copyright notice for the bundle; 此密钥包含一个字符串,其中包含该软件包的版权声明; for example, © 2016, My Company. 例如,©2016,我的公司。 You can load this string and display it in an About dialog box. 您可以加载此字符串并将其显示在“关于”对话框中。 The system uses this string in the app's Info window in Finder. 系统在Finder的应用程序信息窗口中使用此字符串。

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

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM