Skip to content

Commit

Permalink
Updated README
Browse files Browse the repository at this point in the history
  • Loading branch information
omarzl authored Oct 16, 2021
1 parent 3dda60b commit f440060
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
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`

0 comments on commit f440060

Please sign in to comment.