Skip to content

Commit

Permalink
fix(ios): Avoid CDVScreenOrientationDelegate umbrella header warning (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
jcesarmobile authored Oct 19, 2021
1 parent 7981599 commit 31ec30d
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions ios/Capacitor/Capacitor/Capacitor.modulemap
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
framework module Capacitor {
umbrella header "Capacitor.h"
exclude header "CAPBridgedJSTypes.h"

exclude header "CAPBridgeViewController+CDVScreenOrientationDelegate.h"

export *
module * { export * }
}
}

0 comments on commit 31ec30d

Please sign in to comment.