Commit c8ef210
committed
Fix bridging header paths for CocoaPods compatibility
Remove Public/ and Private/ path prefixes from import statements
in Branch-Bridging-Header.h. CocoaPods flattens all headers into
a single directory, so relative paths don't work in the built
framework.1 parent 725271c commit c8ef210
1 file changed
+7
-7
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
8 | | - | |
9 | | - | |
10 | | - | |
11 | | - | |
12 | | - | |
13 | | - | |
14 | | - | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
0 commit comments