bazelbuild / rules_apple

Bazel rules to build apps for Apple platforms.
Apache License 2.0
514 stars 271 forks source link

visionOS/xros Support #2012

Open erikkerber opened 1 year ago

erikkerber commented 1 year ago

Create a (assumed) visionos_application rule + family of framework rules for visionOS applications.

NOTE: I assume it will just be another pretty straightforward Apple bundling rule, but I haven't prototyped anything myself yet.

keith commented 1 year ago

The first step here would be to add the new apple_platform_type to bazel core if someone wants to take this on

keith commented 1 year ago

first step: https://github.com/bazelbuild/bazel/pull/18905

keith commented 1 year ago

I'm going to collect the relevant changes here, we also need https://github.com/bazelbuild/platforms/pull/71

keith commented 1 year ago

https://github.com/bazelbuild/apple_support/pull/228

keith commented 1 year ago

https://github.com/bazelbuild/rules_swift/pull/1076

keith commented 1 year ago

https://github.com/bazelbuild/rules_apple/pull/2014

keith commented 1 year ago

ok i think that's all for now