Skip to content

Commit

Permalink
[MapKit] Added suggestions
Browse files Browse the repository at this point in the history
  • Loading branch information
Israel Soto authored and mandel-macaque committed Oct 10, 2022
1 parent 2ba0b92 commit d1d90de
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
1 change: 0 additions & 1 deletion src/mapkit.cs
Original file line number Diff line number Diff line change
Expand Up @@ -1788,7 +1788,6 @@ partial interface MKOverlayRenderer {
[Export ("contentScaleFactor")]
nfloat ContentScaleFactor { get; }

// @property (assign, nonatomic) CGBlendMode blendMode __attribute__((availability(ios, introduced=16.0))) __attribute__((availability(tvos, introduced=16.0))) __attribute__((availability(macos, unavailable))) __attribute__((availability(watchos, unavailable))) __attribute__((availability(maccatalyst, unavailable)));
[NoMac, iOS (16,0), NoMacCatalyst, NoWatch, TV (16,0)]
[Export ("blendMode", ArgumentSemantic.Assign)]
CGBlendMode BlendMode { get; set; }
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,4 @@
!deprecated-attribute-missing! MKMapView::showsBuildings missing a [Deprecated] attribute
!deprecated-attribute-missing! MKMapView::setShowsBuildings: missing a [Deprecated] attribute
!deprecated-attribute-missing! MKMapView::showsTraffic missing a [Deprecated] attribute
!deprecated-attribute-missing! MKMapView::setShowsTraffic: missing a [Deprecated] attribute
!deprecated-attribute-missing! MKMapView::setShowsTraffic: missing a [Deprecated] attribute
2 changes: 1 addition & 1 deletion tests/xtro-sharpie/common-MapKit.ignore
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,4 @@
!deprecated-attribute-missing! MKMapView::showsBuildings missing a [Deprecated] attribute
!deprecated-attribute-missing! MKMapView::setShowsBuildings: missing a [Deprecated] attribute
!deprecated-attribute-missing! MKMapView::showsTraffic missing a [Deprecated] attribute
!deprecated-attribute-missing! MKMapView::setShowsTraffic: missing a [Deprecated] attribute
!deprecated-attribute-missing! MKMapView::setShowsTraffic: missing a [Deprecated] attribute

0 comments on commit d1d90de

Please sign in to comment.