我应该为 App Store 提交构建哪个目标,包括 Watch 扩展?

Which target do I build for App Store submission including Watch extension?

我有一个通用的 iOS 应用程序,可以在所有 iOS 9 兼容的 iPhone 和 iPad 上运行。该应用程序还有一个 Watch 扩展。当我来提交第一个版本到 App Store 时,我构建、归档和提交哪个目标?我是否必须存档 Watch 扩展目标,或者如果我构建、存档并提交 iOS 应用程序目标,Watch 扩展是否会被包含在内?还是无所谓?

A​​pple documentation 声明如下:

Adding a Watch app target to your Xcode project creates two new executables and updates your project’s build dependencies.

此外,关于应用程序的构建:

Building your iOS app builds all three executables (the iOS app, Watch app, and WatchKit extension) and packages them together inside the iOS app’s bundle.

(强调我的)

iOS 应用目标。扩展程序和手表应用程序将自动捆绑在原始包中。