Skip to content

Commit 4c7a96e

Browse files
committed
Add module map for framework
This allows users to directly import Instabug from Swift, without having to do it in their bridging header.
1 parent c080cd6 commit 4c7a96e

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
framework module Instabug {
2+
umbrella header "Instabug.h"
3+
4+
export *
5+
module * { export * }
6+
}

0 commit comments

Comments
 (0)