-
Notifications
You must be signed in to change notification settings - Fork 518
Intents macOS xcode16.1 b3
Alex Soto edited this page Oct 24, 2024
·
2 revisions
#Intents.framework https://github.com/xamarin/xamarin-macios/pull/21515
diff -ruN /Applications/Xcode_16.1.0-beta2.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/Intents.framework/Headers/INMessage.h /Applications/Xcode_16.1.0-beta3.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/Intents.framework/Headers/INMessage.h
--- /Applications/Xcode_16.1.0-beta2.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/Intents.framework/Headers/INMessage.h 2024-08-28 20:17:15
+++ /Applications/Xcode_16.1.0-beta3.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/Intents.framework/Headers/INMessage.h 2024-09-16 12:40:34
@@ -23,12 +23,12 @@
INMessageTypeDigitalTouch,
INMessageTypeHandwriting,
INMessageTypeSticker,
- INMessageTypeTapbackLiked,
- INMessageTypeTapbackDisliked,
- INMessageTypeTapbackEmphasized,
- INMessageTypeTapbackLoved,
- INMessageTypeTapbackQuestioned,
- INMessageTypeTapbackLaughed,
+ INMessageTypeTapbackLiked API_DEPRECATED("Use INMessageReaction", ios(11.0, 18.1), watchos(4.0, 11.1)) API_UNAVAILABLE(macos, tvos),
+ INMessageTypeTapbackDisliked API_DEPRECATED("Use INMessageReaction", ios(11.0, 18.1), watchos(4.0, 11.1)) API_UNAVAILABLE(macos, tvos),
+ INMessageTypeTapbackEmphasized API_DEPRECATED("Use INMessageReaction", ios(11.0, 18.1), watchos(4.0, 11.1)) API_UNAVAILABLE(macos, tvos),
+ INMessageTypeTapbackLoved API_DEPRECATED("Use INMessageReaction", ios(11.0, 18.1), watchos(4.0, 11.1)) API_UNAVAILABLE(macos, tvos),
+ INMessageTypeTapbackQuestioned API_DEPRECATED("Use INMessageReaction", ios(11.0, 18.1), watchos(4.0, 11.1)) API_UNAVAILABLE(macos, tvos),
+ INMessageTypeTapbackLaughed API_DEPRECATED("Use INMessageReaction", ios(11.0, 18.1), watchos(4.0, 11.1)) API_UNAVAILABLE(macos, tvos),
INMessageTypeMediaCalendar,
INMessageTypeMediaLocation,
INMessageTypeMediaAddressCard,
- README
- xcode13.0 Binding Status
- xcode13.1 Binding Status
- xcode13.2 Binding Status
- xcode13.3 Binding Status
- xcode13.4 Binding Status
- xcode14.0 Binding Status
- xcode14.1 Binding Status
- xcode14.2 Binding Status
- xcode14.3 Binding Status
- xcode15.0 Binding Status
- xcode15.1 Binding Status
- xcode15.3 Binding Status
- xcode15.4 Binding Status
- xcode16.0 Binding Status
- xcode16.1 Binding Status
- xcode16.2 Binding Status