AppStore提交-如何复制发布配置?
我正在尝试通过 XCode 4 提交应用程序。我刚刚注意到,根据 Apple 的此网址:
http://tinyurl.com/3ol2qoj
要准备一个应用程序以提交到 XCode 4 中的应用程序商店,您必须:
- 在您的项目中,复制发布构建配置并将副本命名为“AppStore”。
- 通过 AppStore 构建配置的应用程序分发配置文件,将代码签名身份构建设置设置为团队的分发代码签名身份。
该页面显示了一张图像(如果我知道如何发布,我会发布该图像),其中突出显示了该项目(而不是目标)。项目的 BuildSettings、代码签名身份在调试和发布条目上方显示一个 AppStore 条目。
我的问题是,复制该发布条目的方法是什么?
I'm in the throes of attempting to submit an app via XCode 4. I've just noticed, per this url from Apple :
http://tinyurl.com/3ol2qoj
that to prepare an app for submission to the app store in XCode 4, you must:
- In your project, duplicate the Release build configuration and name the duplicate “AppStore”.
- Set the Code Signing Identity build setting to your team’s distribution code signing identity through the application’s distribution provisioning profile for the AppStore build configuration.
The page shows an image (which I'd post if I knew how) which has the project highlighted (not the targets). The BuildSettings, Code Signing Identity for the project shows an AppStore entry above the Debug and Release entries.
My questions is, what is the method for duplicating that release entry?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您需要转到项目设置(而不是目标应用程序)中的
Info
选项卡。您将在那里看到配置列表(调试、发布)。单击底部的+,然后复制“发布”配置You need to go to the
Info
tab located in the Project settings (not the target apps). You'll see a list of configurations there (Debug, Release). Click on the + at the bottom and then Duplicate "Release" Configuration