-
Notifications
You must be signed in to change notification settings - Fork 91
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Represent structured resources as files instead of folders in Xcode
The current way matches how Xcode bundles structured resources, and we did it this way for BwX mode. But representing these resources as folders has a few downsides: 1. More files can appear in Xcode than are actually referenced as inputs, because Bazel works on the level of files, not directories 2. The work to translate the files to folder paths isn’t free 3. The translation of files to folder paths broke with rules_apple’s recent runfiles support In a future change I’ll remove all of the code around `.isFolder`, since folder-type files can go down the `file_path` path. Signed-off-by: Brentley Jones <[email protected]>
- Loading branch information
1 parent
f20bd24
commit 4f5c797
Showing
1 changed file
with
2 additions
and
41 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters