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:
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
|
||||
|
||||
Reference in New Issue
Block a user