Skip to content

feat: support @import of modules in Objective-C code #238

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 40 commits into from
Feb 23, 2023

Conversation

cgrindel
Copy link
Owner

@cgrindel cgrindel commented Feb 23, 2023

  • 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.

pkginfo_targets.is_modulemap_label.
@cgrindel cgrindel self-assigned this Feb 23, 2023
@cgrindel cgrindel merged commit d3f4765 into main Feb 23, 2023
@cgrindel cgrindel deleted the gh208_use_gen_modulemap_new branch February 23, 2023 20:25
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Firebase iOS SDK version 10+ fails to compile The @import of Objective-C modules in Objective-C does not work.
1 participant