Skip to content

Commit

Permalink
[xcode16.1] Update Intents all the way to Xcode 16.1 RC (#21515)
Browse files Browse the repository at this point in the history
  • Loading branch information
dalexsoto authored Oct 24, 2024
1 parent 13b56f0 commit f610d76
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions src/intents.cs
Original file line number Diff line number Diff line change
Expand Up @@ -1459,11 +1459,29 @@ public enum INMessageType : long {
DigitalTouch,
Handwriting,
Sticker,
[Deprecated (PlatformName.iOS, 18, 1, message: "Use 'INMessageReaction' instead.")]
[Deprecated (PlatformName.MacCatalyst, 18, 1, message: "Use 'INMessageReaction' instead.")]
[Deprecated (PlatformName.WatchOS, 11, 1, message: "Use 'INMessageReaction' instead.")]
TapbackLiked,
[Deprecated (PlatformName.iOS, 18, 1, message: "Use 'INMessageReaction' instead.")]
[Deprecated (PlatformName.MacCatalyst, 18, 1, message: "Use 'INMessageReaction' instead.")]
[Deprecated (PlatformName.WatchOS, 11, 1, message: "Use 'INMessageReaction' instead.")]
TapbackDisliked,
[Deprecated (PlatformName.iOS, 18, 1, message: "Use 'INMessageReaction' instead.")]
[Deprecated (PlatformName.MacCatalyst, 18, 1, message: "Use 'INMessageReaction' instead.")]
[Deprecated (PlatformName.WatchOS, 11, 1, message: "Use 'INMessageReaction' instead.")]
TapbackEmphasized,
[Deprecated (PlatformName.iOS, 18, 1, message: "Use 'INMessageReaction' instead.")]
[Deprecated (PlatformName.MacCatalyst, 18, 1, message: "Use 'INMessageReaction' instead.")]
[Deprecated (PlatformName.WatchOS, 11, 1, message: "Use 'INMessageReaction' instead.")]
TapbackLoved,
[Deprecated (PlatformName.iOS, 18, 1, message: "Use 'INMessageReaction' instead.")]
[Deprecated (PlatformName.MacCatalyst, 18, 1, message: "Use 'INMessageReaction' instead.")]
[Deprecated (PlatformName.WatchOS, 11, 1, message: "Use 'INMessageReaction' instead.")]
TapbackQuestioned,
[Deprecated (PlatformName.iOS, 18, 1, message: "Use 'INMessageReaction' instead.")]
[Deprecated (PlatformName.MacCatalyst, 18, 1, message: "Use 'INMessageReaction' instead.")]
[Deprecated (PlatformName.WatchOS, 11, 1, message: "Use 'INMessageReaction' instead.")]
TapbackLaughed,
MediaCalendar,
MediaLocation,
Expand Down

6 comments on commit f610d76

@vs-mobiletools-engineering-service2

This comment was marked as outdated.

@vs-mobiletools-engineering-service2

This comment was marked as outdated.

@vs-mobiletools-engineering-service2

This comment was marked as outdated.

@vs-mobiletools-engineering-service2

This comment was marked as outdated.

@vs-mobiletools-engineering-service2

This comment was marked as outdated.

@vs-mobiletools-engineering-service2

This comment was marked as outdated.

Please sign in to comment.