Skip to content

Commit

Permalink
[Social] Update to Xcode 9 Beta 1
Browse files Browse the repository at this point in the history
  • Loading branch information
dalexsoto committed Jun 28, 2017
1 parent 0899cd0 commit e66cc1f
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions src/social.cs
Original file line number Diff line number Diff line change
Expand Up @@ -24,24 +24,33 @@ namespace XamCore.Social {
[Mac (10,8, onlyOn64 : true)]
[Static]
interface SLServiceType {
[Deprecated (PlatformName.iOS, 11, 0, message: "Use Facebook SDK instead.")]
[Deprecated (PlatformName.MacOSX, 10, 13, message: "Use Facebook SDK instead.")]
[Field ("SLServiceTypeFacebook")]
[Mac (10,8)]
NSString Facebook { get; }

[Deprecated (PlatformName.iOS, 11, 0, message: "Use Twitter SDK instead.")]
[Deprecated (PlatformName.MacOSX, 10, 13, message: "Use Twitter SDK instead.")]
[Field ("SLServiceTypeTwitter")]
[Mac (10,8)]
NSString Twitter { get; }

[Deprecated (PlatformName.iOS, 11, 0, message: "Use Sina Weibo SDK instead.")]
[Deprecated (PlatformName.MacOSX, 10, 13, message: "Use Sina Weibo SDK instead.")]
[Field ("SLServiceTypeSinaWeibo")]
[Mac (10,8)]
NSString SinaWeibo { get; }

[Deprecated (PlatformName.iOS, 11, 0, message: "Use Tencent Weibo SDK instead.")]
[Deprecated (PlatformName.MacOSX, 10, 13, message: "Use Tencent Weibo SDK instead.")]
[Since (7,0)]
[Field ("SLServiceTypeTencentWeibo")]
[Mac (10,9)]
NSString TencentWeibo { get; }

#if MONOMAC
[Deprecated (PlatformName.MacOSX, 10, 13, message: "Use LinkedIn SDK instead.")]
[Field ("SLServiceTypeLinkedIn")]
[Mac (10,9)]
NSString LinkedIn { get; }
Expand Down

0 comments on commit e66cc1f

Please sign in to comment.