File tree Expand file tree Collapse file tree 2 files changed +23
-9
lines changed Expand file tree Collapse file tree 2 files changed +23
-9
lines changed Original file line number Diff line number Diff line change 1+ #import " DeepLinkKit.h"
12#import " DPLDeepLink+AppLinks.h"
23#import " DPLMutableDeepLink+AppLinks.h"
Original file line number Diff line number Diff line change 11framework module DeepLinkKit {
22 umbrella header "DeepLinkKit.h"
33 export *
4- module * { export * }
54
6- explicit module Private {
7- header "DeepLinkKit_Private.h"
8- export *
9- }
5+ exclude header "AppLinks.h"
6+ exclude header "DPLDeepLink+AppLinks.h"
7+ exclude header "DPLMutableDeepLink+AppLinks.h"
108
11- explicit module AppLinks {
12- header "AppLinks.h"
13- export *
14- }
9+ exclude header "DeepLinkKit_Private.h"
10+ exclude header "DPLDeepLink_Private.h"
11+ exclude header "DPLSerializable.h"
12+ exclude header "DPLMatchResult.h"
13+ exclude header "DPLRouteMatcher.h"
14+ exclude header "DPLRegularExpression.h"
15+ exclude header "NSString+DPLTrim.h"
16+ exclude header "NSString+DPLQuery.h"
17+ exclude header "NSString+DPLJSON.h"
18+ exclude header "NSObject+DPLJSONObject.h"
1519}
1620
21+ explicit module DeepLinkKit.Private {
22+ header "DeepLinkKit_Private.h"
23+ export DeepLinkKit
24+ }
25+
26+ explicit module DeepLinkKit.AppLinks {
27+ header "AppLinks.h"
28+ export DeepLinkKit
29+ }
You can’t perform that action at this time.
0 commit comments