Add CoreLocation platform library on macOS (#3044)

Fix #3041
This commit is contained in:
SvyatoslavScherbina
2019-06-04 10:15:01 +03:00
committed by GitHub
parent 69fd55656d
commit dcf82951ed
@@ -0,0 +1,7 @@
depends = ApplicationServices CFNetwork CoreFoundation CoreGraphics CoreServices CoreText DiskArbitration Foundation IOKit ImageIO Security darwin libkern osx posix
language = Objective-C
package = platform.CoreLocation
modules = CoreLocation
compilerOpts = -framework CoreLocation
linkerOpts = -framework CoreLocation