Vendor dependencies for 0.3.0 release

This commit is contained in:
2025-09-27 10:29:08 -05:00
parent 0c8d39d483
commit 82ab7f317b
26803 changed files with 16134934 additions and 0 deletions

View File

@@ -0,0 +1,20 @@
framework = "CoreLocation"
crate = "objc2-core-location"
required-dependencies = ["objc2-foundation"]
# macos = "10.6"
macos = "10.11" # Temporarily raised since `CoreLocation` imports `Contacts`
maccatalyst = "13.0"
ios = "2.0"
tvos = "9.0"
watchos = "2.0"
visionos = "1.0"
# error: translator assertion failure: (left `"CLLocation"`) (right `"const CLLocation"`)
class.CLLocation.methods."getDistanceFrom:".skipped = true
class.CLLocation.methods."distanceFromLocation:".skipped = true
# Needs `dispatch_queue_t`
class.CLLocationUpdater.methods."liveUpdaterWithQueue:handler:".skipped = true
class.CLLocationUpdater.methods."liveUpdaterWithConfiguration:queue:handler:".skipped = true
class.CLMonitorConfiguration.methods.queue.skipped = true
class.CLMonitorConfiguration.methods."configWithMonitorName:queue:eventHandler:".skipped = true