Skip to content

Bazel UIKit implicit import in Swift modules via a clang module + umbrella header

Notifications You must be signed in to change notification settings

omarzl/bazel-uikit-implicit-import-demo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This project demonstrates how to implicitly import UIKit in Swift modules using a Clang module + Umbrella header

How to run it?

Execute the build.sh script

As you can notice the classes SomeClass and OtherClass are instantiating an UIViewController which is part of the UIKit framework and it is being implicitly imported using the MyLib.modulemap and the MyLib-umbrella.h

About

Bazel UIKit implicit import in Swift modules via a clang module + umbrella header

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published