File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 15
15
set -o pipefail
16
16
set -e
17
17
18
- OVERLAY_NAME_ALTERNATION=" AppKit|AssetsLibrary|AVFoundation|CallKit|CloudKit|Contacts|CoreAudio|CoreData|CoreGraphics|CoreImage|CoreLocation|CoreMedia|CryptoTokenKit|dispatch|Foundation|GameplayKit|GLKit|HomeKit|IOKit|Intents|MapKit|objc|OpenCL|os|Photos|QuartzCore|SafariServices|SceneKit|simd|SpriteKit|UIKit|WatchKit|XCTest|xpc"
18
+ OVERLAY_NAME_ALTERNATION=" AppKit|AssetsLibrary|AVFoundation|CallKit|CloudKit|Compression| Contacts|CoreAudio|CoreData|CoreGraphics|CoreImage|CoreLocation|CoreMedia|CryptoTokenKit|dispatch|Foundation|GameplayKit|GLKit|HomeKit|IOKit|Intents|MapKit|objc|OpenCL|os|Photos|QuartzCore|SafariServices|SceneKit|simd|SpriteKit|UIKit|WatchKit|XCTest|xpc"
19
19
20
20
function find_deps() {
21
21
local OVERLAY_ARG=$1
@@ -39,7 +39,7 @@ function find_deps() {
39
39
exit 123
40
40
fi
41
41
42
- local REGEX=" ./Frameworks/(${OVERLAY_NAME_ALTERNATION} ).framework/.*|.*/usr/include/(xpc|dispatch|os|objc|simd)/.*\.h"
42
+ local REGEX=" ./Frameworks/(${OVERLAY_NAME_ALTERNATION} ).framework/.*|.*/usr/include/(xpc|dispatch|os|objc|simd|compression )/.*\.h"
43
43
44
44
# shellcheck disable=SC1004
45
45
IFS=' \
You can’t perform that action at this time.
0 commit comments