File tree Expand file tree Collapse file tree 1 file changed +13
-1
lines changed Expand file tree Collapse file tree 1 file changed +13
-1
lines changed Original file line number Diff line number Diff line change 19
19
'defines' : [ 'NAPI_DISABLE_CPP_EXCEPTIONS' ],
20
20
"xcode_settings" : {
21
21
"MACOSX_DEPLOYMENT_TARGET" : "10.10" ,
22
+ "SYSTEM_VERSION_COMPAT" : 1 ,
22
23
"OTHER_CPLUSPLUSFLAGS" : ["-std=c++14" , "-stdlib=libc++" ],
23
- "OTHER_LDFLAGS" : ["-framework CoreBluetooth -framework CoreFoundation -framework CoreLocation -framework AppKit -framework Speech -framework Contacts -framework Photos -framework EventKit -framework AVFoundation" ]
24
+ "OTHER_LDFLAGS" : [
25
+ "-framework AppKit" ,
26
+ "-framework AVFoundation" ,
27
+ "-framework CoreBluetooth" ,
28
+ "-framework CoreFoundation" ,
29
+ "-framework CoreLocation" ,
30
+ "-framework Contacts" ,
31
+ "-framework EventKit" ,
32
+ "-framework Photos" ,
33
+ "-framework Speech" ,
34
+ "-framework Storekit"
35
+ ]
24
36
}
25
37
}]
26
38
}
You can’t perform that action at this time.
0 commit comments