-
Notifications
You must be signed in to change notification settings - Fork 32
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: support
@import
of modules in Objective-C code (#238)
- Fix the generation logic for Apple built-in frameworks to retrieve the values from the correct directories. - For Objective-C code, look for the import of Apple built-in frameworks and conditionally add them to the `sdk_frameworks` option in `objc_library`. - Generate modulemap for Swift targets `@import`'d by Objective-C. - Update module-to-Bazel label resolution to include modulemap targets when necessary. - Update Firebase example to use 10.5.0. - Enable the `appdistribution` example in the Firebase example. Closes #208. Closes #231.
- Loading branch information
Showing
40 changed files
with
2,544 additions
and
326 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
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
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
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
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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
filegroup( | ||
name = "shared_resources", | ||
srcs = [ | ||
"GoogleService-Info.plist", | ||
], | ||
visibility = ["//appdistribution:__subpackages__"], | ||
) |
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
Oops, something went wrong.