Skip to content

Intents watchOS xcode15.0 b5

Manuel de la Pena edited this page Sep 12, 2023 · 3 revisions

#Intents.framework https://github.com/xamarin/xamarin-macios/pull/19006

diff -ruN /Applications/Xcode_15.0.0-beta4.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS.sdk/System/Library/Frameworks/Intents.framework/Headers/INEditMessageIntentResponse.h /Applications/Xcode_15.0.0-beta5.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS.sdk/System/Library/Frameworks/Intents.framework/Headers/INEditMessageIntentResponse.h
--- /Applications/Xcode_15.0.0-beta4.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS.sdk/System/Library/Frameworks/Intents.framework/Headers/INEditMessageIntentResponse.h	2023-06-24 06:10:58
+++ /Applications/Xcode_15.0.0-beta5.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS.sdk/System/Library/Frameworks/Intents.framework/Headers/INEditMessageIntentResponse.h	2023-07-15 01:57:17
@@ -19,6 +19,7 @@
     INEditMessageIntentResponseCodeFailureMessageTypeUnsupported,
     INEditMessageIntentResponseCodeFailureUnsupportedOnService,
     INEditMessageIntentResponseCodeFailureMessageServiceNotAvailable,
+    INEditMessageIntentResponseCodeFailureRequiringInAppAuthentication API_AVAILABLE(macos(14.0)) API_UNAVAILABLE(tvos),
 } API_AVAILABLE(ios(17.0), macos(14.0), watchos(10.0)) API_UNAVAILABLE(tvos);
 
 NS_ASSUME_NONNULL_BEGIN
diff -ruN /Applications/Xcode_15.0.0-beta4.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS.sdk/System/Library/Frameworks/Intents.framework/Headers/INRelevanceProvider.h /Applications/Xcode_15.0.0-beta5.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS.sdk/System/Library/Frameworks/Intents.framework/Headers/INRelevanceProvider.h
--- /Applications/Xcode_15.0.0-beta4.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS.sdk/System/Library/Frameworks/Intents.framework/Headers/INRelevanceProvider.h	2023-05-13 17:11:54
+++ /Applications/Xcode_15.0.0-beta5.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS.sdk/System/Library/Frameworks/Intents.framework/Headers/INRelevanceProvider.h	2023-07-15 01:57:15
@@ -115,8 +115,8 @@
  @abstract A relevance provider to indicate relevance at a specific location.
  @note Your app needs Always or When in Use location authorization to use this relevance provider.
  */
-#if (defined(TARGET_OS_XR) && TARGET_OS_XR)
-API_AVAILABLE(ios(12.0), watchos(5.0)) API_UNAVAILABLE(macos, tvos) API_UNAVAILABLE(xros)
+#if (defined(TARGET_OS_VISION) && TARGET_OS_VISION)
+API_AVAILABLE(ios(12.0), watchos(5.0)) API_UNAVAILABLE(macos, tvos) API_UNAVAILABLE(visionos)
 #else
 API_AVAILABLE(ios(12.0), watchos(5.0)) API_UNAVAILABLE(macos, tvos)
 #endif
diff -ruN /Applications/Xcode_15.0.0-beta4.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS.sdk/System/Library/Frameworks/Intents.framework/Headers/INSearchForMessagesIntentResponse.h /Applications/Xcode_15.0.0-beta5.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS.sdk/System/Library/Frameworks/Intents.framework/Headers/INSearchForMessagesIntentResponse.h
--- /Applications/Xcode_15.0.0-beta4.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS.sdk/System/Library/Frameworks/Intents.framework/Headers/INSearchForMessagesIntentResponse.h	2023-06-24 06:10:56
+++ /Applications/Xcode_15.0.0-beta5.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS.sdk/System/Library/Frameworks/Intents.framework/Headers/INSearchForMessagesIntentResponse.h	2023-07-15 01:57:15
@@ -18,6 +18,7 @@
     INSearchForMessagesIntentResponseCodeFailureRequiringAppLaunch,
     INSearchForMessagesIntentResponseCodeFailureMessageServiceNotAvailable,
     INSearchForMessagesIntentResponseCodeFailureMessageTooManyResults,
+    INSearchForMessagesIntentResponseCodeFailureRequiringInAppAuthentication API_AVAILABLE(ios(17.0), macos(14.0), watchos(10.0)) API_UNAVAILABLE(tvos),
 } API_AVAILABLE(ios(10.0), watchos(3.2)) API_UNAVAILABLE(macos, tvos);
 
 NS_ASSUME_NONNULL_BEGIN
diff -ruN /Applications/Xcode_15.0.0-beta4.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS.sdk/System/Library/Frameworks/Intents.framework/Headers/INSendMessageIntentResponse.h /Applications/Xcode_15.0.0-beta5.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS.sdk/System/Library/Frameworks/Intents.framework/Headers/INSendMessageIntentResponse.h
--- /Applications/Xcode_15.0.0-beta4.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS.sdk/System/Library/Frameworks/Intents.framework/Headers/INSendMessageIntentResponse.h	2023-06-24 06:10:56
+++ /Applications/Xcode_15.0.0-beta5.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS.sdk/System/Library/Frameworks/Intents.framework/Headers/INSendMessageIntentResponse.h	2023-07-15 01:57:15
@@ -17,6 +17,7 @@
     INSendMessageIntentResponseCodeFailure,
     INSendMessageIntentResponseCodeFailureRequiringAppLaunch,
     INSendMessageIntentResponseCodeFailureMessageServiceNotAvailable,
+    INSendMessageIntentResponseCodeFailureRequiringInAppAuthentication API_AVAILABLE(ios(17.0), macos(14.0), watchos(10.0)) API_UNAVAILABLE(tvos),
 } API_AVAILABLE(ios(10.0), macos(12.0), watchos(3.2)) API_UNAVAILABLE(tvos);
 
 NS_ASSUME_NONNULL_BEGIN
diff -ruN /Applications/Xcode_15.0.0-beta4.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS.sdk/System/Library/Frameworks/Intents.framework/Headers/INSendMessageRecipientResolutionResult.h /Applications/Xcode_15.0.0-beta5.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS.sdk/System/Library/Frameworks/Intents.framework/Headers/INSendMessageRecipientResolutionResult.h
--- /Applications/Xcode_15.0.0-beta4.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS.sdk/System/Library/Frameworks/Intents.framework/Headers/INSendMessageRecipientResolutionResult.h	2023-06-24 06:10:52
+++ /Applications/Xcode_15.0.0-beta5.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS.sdk/System/Library/Frameworks/Intents.framework/Headers/INSendMessageRecipientResolutionResult.h	2023-07-15 01:57:12
@@ -14,6 +14,7 @@
     INSendMessageRecipientUnsupportedReasonNoValidHandle API_AVAILABLE(ios(12.0), watchos(5.0)),
     INSendMessageRecipientUnsupportedReasonRequestedHandleInvalid API_AVAILABLE(ios(12.0), watchos(5.0)),
     INSendMessageRecipientUnsupportedReasonNoHandleForLabel API_AVAILABLE(ios(12.0), watchos(5.0)),
+    INSendMessageRecipientUnsupportedReasonRequiringInAppAuthentication API_AVAILABLE(ios(17.0), macos(14.0), watchos(10.0)) API_UNAVAILABLE(tvos),
 } API_AVAILABLE(ios(11.0), macos(12.0), watchos(4.0)) API_UNAVAILABLE(tvos);
 
 NS_ASSUME_NONNULL_BEGIN
diff -ruN /Applications/Xcode_15.0.0-beta4.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS.sdk/System/Library/Frameworks/Intents.framework/Headers/INStartCallContactResolutionResult.h /Applications/Xcode_15.0.0-beta5.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS.sdk/System/Library/Frameworks/Intents.framework/Headers/INStartCallContactResolutionResult.h
--- /Applications/Xcode_15.0.0-beta4.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS.sdk/System/Library/Frameworks/Intents.framework/Headers/INStartCallContactResolutionResult.h	2023-06-24 06:10:52
+++ /Applications/Xcode_15.0.0-beta5.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS.sdk/System/Library/Frameworks/Intents.framework/Headers/INStartCallContactResolutionResult.h	2023-07-15 01:57:12
@@ -15,6 +15,7 @@
     INStartCallContactUnsupportedReasonUnsupportedMmiUssd,
     INStartCallContactUnsupportedReasonNoCallHistoryForRedial API_DEPRECATED("", ios(13.0, 14.0), watchos(6.0, 7.0)) API_UNAVAILABLE(macos),
     INStartCallContactUnsupportedReasonNoUsableHandleForRedial,
+    INStartCallContactUnsupportedReasonRequiringInAppAuthentication API_AVAILABLE(ios(17.0), macos(14.0), watchos(10.0)) API_UNAVAILABLE(tvos),
 } API_AVAILABLE(ios(13.0), watchos(6.0)) API_UNAVAILABLE(macos, tvos);
 
 NS_ASSUME_NONNULL_BEGIN
diff -ruN /Applications/Xcode_15.0.0-beta4.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS.sdk/System/Library/Frameworks/Intents.framework/Headers/INStartCallIntentResponse.h /Applications/Xcode_15.0.0-beta5.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS.sdk/System/Library/Frameworks/Intents.framework/Headers/INStartCallIntentResponse.h
--- /Applications/Xcode_15.0.0-beta4.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS.sdk/System/Library/Frameworks/Intents.framework/Headers/INStartCallIntentResponse.h	2023-06-24 06:10:54
+++ /Applications/Xcode_15.0.0-beta5.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS.sdk/System/Library/Frameworks/Intents.framework/Headers/INStartCallIntentResponse.h	2023-07-15 01:57:14
@@ -21,6 +21,7 @@
     INStartCallIntentResponseCodeFailureAppConfigurationRequired,
     INStartCallIntentResponseCodeFailureCallInProgress,
     INStartCallIntentResponseCodeFailureCallRinging API_UNAVAILABLE(ios, macos, watchos),
+    INStartCallIntentResponseCodeFailureRequiringInAppAuthentication API_AVAILABLE(ios(17.0), macos(14.0), watchos(10.0)) API_UNAVAILABLE(tvos),
 } API_AVAILABLE(ios(13.0), watchos(6.0)) API_UNAVAILABLE(macos, tvos);
 
 NS_ASSUME_NONNULL_BEGIN
diff -ruN /Applications/Xcode_15.0.0-beta4.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS.sdk/System/Library/Frameworks/Intents.framework/Headers/INUnsendMessagesIntentResponse.h /Applications/Xcode_15.0.0-beta5.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS.sdk/System/Library/Frameworks/Intents.framework/Headers/INUnsendMessagesIntentResponse.h
--- /Applications/Xcode_15.0.0-beta4.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS.sdk/System/Library/Frameworks/Intents.framework/Headers/INUnsendMessagesIntentResponse.h	2023-06-24 06:10:57
+++ /Applications/Xcode_15.0.0-beta5.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS.sdk/System/Library/Frameworks/Intents.framework/Headers/INUnsendMessagesIntentResponse.h	2023-07-15 01:57:16
@@ -19,6 +19,7 @@
     INUnsendMessagesIntentResponseCodeFailureMessageTypeUnsupported,
     INUnsendMessagesIntentResponseCodeFailureUnsupportedOnService,
     INUnsendMessagesIntentResponseCodeFailureMessageServiceNotAvailable,
+    INUnsendMessagesIntentResponseCodeFailureRequiringInAppAuthentication API_UNAVAILABLE(tvos),
 } API_AVAILABLE(ios(17.0), macos(14.0), watchos(10.0)) API_UNAVAILABLE(tvos);
 
 NS_ASSUME_NONNULL_BEGIN
Clone this wiki locally