File tree Expand file tree Collapse file tree 1 file changed +47
-1
lines changed Expand file tree Collapse file tree 1 file changed +47
-1
lines changed Original file line number Diff line number Diff line change @@ -8,7 +8,53 @@ if(SWIFT_BUILD_STATIC_SDK_OVERLAY)
8
8
list (APPEND SWIFT_SDK_OVERLAY_LIBRARY_BUILD_TYPES STATIC )
9
9
endif ()
10
10
11
- set (all_overlays "Accelerate;AppKit;ARKit;AssetsLibrary;AVFoundation;CallKit;CloudKit;Compression;Contacts;CoreAudio;CoreData;CoreFoundation;CoreGraphics;CoreImage;CoreLocation;CoreMedia;CryptoTokenKit;Dispatch;Foundation;GameplayKit;GLKit;HomeKit;IOKit;Intents;MapKit;MediaPlayer;Metal;MetalKit;ModelIO;NaturalLanguage;Network;ObjectiveC;OpenCL;os;Photos;QuartzCore;SafariServices;SceneKit;simd;SpriteKit;UIKit;Vision;WatchKit;XCTest;XPC" )
11
+ set (all_overlays
12
+ Accelerate
13
+ AppKit
14
+ ARKit
15
+ AssetsLibrary
16
+ AVFoundation
17
+ CallKit
18
+ CloudKit
19
+ Compression
20
+ Contacts
21
+ CoreAudio
22
+ CoreData
23
+ CoreFoundation
24
+ CoreGraphics
25
+ CoreImage
26
+ CoreLocation
27
+ CoreMedia
28
+ CryptoTokenKit
29
+ Dispatch
30
+ Foundation
31
+ GameplayKit
32
+ GLKit
33
+ HomeKit
34
+ IOKit
35
+ Intents
36
+ MapKit
37
+ MediaPlayer
38
+ Metal
39
+ MetalKit
40
+ ModelIO
41
+ NaturalLanguage
42
+ Network
43
+ ObjectiveC
44
+ OpenCL
45
+ os
46
+ Photos
47
+ QuartzCore
48
+ SafariServices
49
+ SceneKit
50
+ simd
51
+ SpriteKit
52
+ UIKit
53
+ Vision
54
+ WatchKit
55
+ XCTest
56
+ XPC
57
+ )
12
58
13
59
if (DEFINED SWIFT_OVERLAY_TARGETS )
14
60
set (overlays_to_build ${SWIFT_OVERLAY_TARGETS} )
You can’t perform that action at this time.
0 commit comments