Jeffrey Forbes
Jeffrey Forbes
This is a convenience feature -- we prefer seeing the entire target name as xcode groups, so this small change exposes it as a configuration setting.
This is a small fix that makes the xcodeprojs more correct; moving defaultConfigurationIsVisible from a float/number to String.
A small ergonomic improvement; this `apple.add_root_user_header_search_path_in_xcode` adds the root to the header search path, which enables autocomplete for fully qualified non-modular imports (e.g. `/src/include/my_header.h`) to work.
This change will prevent frameworks from being copied into appex binaries. This can save significant megabytes when building applications in xcode.
We observed that the `resources_from_deps` would propagate linkables for the transitive dependencies into a resultant binary. With this change, `resources_from_deps` will only include resources, not the actual linkable results.
When running kastree on Java 11, an error occurs; it looks something like this: `Exception in thread "main" java.lang.IllegalStateException: LOGGING: Loading modules: [] (no MessageCollector configured)` This fixes this issue...