Skip to content

Commit 1435844

Browse files
authored
[MobileCoreServices,MobileIcons] Add modulemap (#98)
* Add module.modulemap for MobileIcons * Add module.modulemap for MobileCoreServices
1 parent 322c069 commit 1435844

File tree

3 files changed

+27
-0
lines changed

3 files changed

+27
-0
lines changed
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
#import <MobileCoreServices/LSAppLink.h>
2+
#import <MobileCoreServices/LSApplicationProxy.h>
3+
#import <MobileCoreServices/LSApplicationWorkspace.h>
4+
#import <MobileCoreServices/LSBundleProxy.h>
5+
#import <MobileCoreServices/LSDocumentProxy.h>
6+
#import <MobileCoreServices/LSOpenOperation.h>
7+
#import <MobileCoreServices/LSPlugInKitProxy.h>
8+
#import <MobileCoreServices/LSResourceProxy.h>
9+
#import <MobileCoreServices/NSString+LSAdditions.h>
10+
#import <MobileCoreServices/NSURL+LSAdditions.h>
11+
#import <MobileCoreServices/_LSQueryResult.h>
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
module MobileCoreServices {
2+
umbrella header "MobileCoreServices.h"
3+
4+
link framework "MobileCoreServices"
5+
6+
export *
7+
module * { export * }
8+
}

MobileIcons/module.modulemap

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

0 commit comments

Comments
 (0)