rules_apple icon indicating copy to clipboard operation
rules_apple copied to clipboard

Support Watch App Containers

Open brentleyjones opened this issue 2 years ago • 0 comments

In Xcode you can create watch apps in one of two ways: hosted in an iOS app, or as a standalone watch app.

Currently rules_apple only supports the first version, via ios_application and the watch_application attribute. To support the second one we a new target that will create the iOS application stub with com.apple.product-type.application.watchapp2-container product type. Similar to ios_imessage_application a stub binary (and launch storyboard) are bundled along with the watch app itself.

brentleyjones avatar Jul 06 '22 22:07 brentleyjones