bazelbuild / rules_apple

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

Support On-Demand Resources #2397

Open qyang-nj opened 9 months ago

qyang-nj commented 9 months ago

It seems --enable-on-demand-resources YES is not used anywhere in actool.bzl, so I believe on-demand resources are not supported currently.

It's probably non trivial to add the support, as it also requires generating a AssetPackOutputSpecifications.plist for --asset-pack-output-specifications argument.