Update dependencies for CoreTelephony.def on macOS

Recent Xcode versions provide empty module for CoreTelephony on macOS,
so it doesn't actually depend on anything.

All of its significant declarations are not available on macOS anyway,
so importing headers instead of module doesn't make much sense.
This commit is contained in:
Svyatoslav Scherbina
2020-06-08 09:35:02 +03:00
committed by SvyatoslavScherbina
parent 1a0114d64a
commit e8e0ffa6a8
@@ -1,4 +1,4 @@
depends = ApplicationServices CFNetwork CoreFoundation CoreGraphics CoreServices CoreText DiskArbitration Foundation IOKit ImageIO Security darwin libkern osx posix
depends = posix
language = Objective-C
package = platform.CoreTelephony
modules = CoreTelephony