Skip to content

Commit b921dae

Browse files
jrose-appletkremenek
authored andcommitted
Add API notes for a few poorly-imported CoreLocation APIs. (#2794)
rdar://problem/26526454 (cherry picked from commit 4091e54)
1 parent e996f0c commit b921dae

File tree

1 file changed

+22
-0
lines changed

1 file changed

+22
-0
lines changed

apinotes/CoreLocation.apinotes

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
---
2+
Name: CoreLocation
3+
Classes:
4+
- Name: CLPlacemark
5+
Properties:
6+
- Name: ISOcountryCode
7+
SwiftName: isoCountryCode
8+
Protocols:
9+
- Name: CLLocationManagerDelegate
10+
Methods:
11+
- Selector: 'locationManager:didUpdateLocations:'
12+
SwiftName: 'locationManager(_:didUpdateLocations:)'
13+
MethodKind: Instance
14+
- Selector: 'locationManager:didUpdateHeading:'
15+
SwiftName: 'locationManager(_:didUpdateHeading:)'
16+
MethodKind: Instance
17+
- Selector: 'locationManager:didEnterRegion:'
18+
SwiftName: 'locationManager(_:didEnterRegion:)'
19+
MethodKind: Instance
20+
- Selector: 'locationManager:didChangeAuthorization:'
21+
SwiftName: 'locationManager(_:didChangeAuthorization:)'
22+
MethodKind: Instance

0 commit comments

Comments
 (0)