Skip to content

Intents iOS xcode13.0 rc

Alex Soto edited this page Sep 14, 2021 · 1 revision

#Intents.framework

diff -ruN /Applications/Xcode_13.0.0-beta5.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS.sdk/System/Library/Frameworks/Intents.framework/Headers/INTemperatureResolutionResult.h /Applications/Xcode_13.0.0-rc.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS.sdk/System/Library/Frameworks/Intents.framework/Headers/INTemperatureResolutionResult.h
--- /Applications/Xcode_13.0.0-beta5.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS.sdk/System/Library/Frameworks/Intents.framework/Headers/INTemperatureResolutionResult.h	2021-08-09 03:24:22.000000000 -0400
+++ /Applications/Xcode_13.0.0-rc.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS.sdk/System/Library/Frameworks/Intents.framework/Headers/INTemperatureResolutionResult.h	2021-08-25 14:04:39.000000000 -0400
@@ -9,9 +9,8 @@
 
 NS_ASSUME_NONNULL_BEGIN
 
-API_DEPRECATED("INTemperatureResolutionResult is deprecated. There is no replacement.", ios(10.0, 15.0))
-API_UNAVAILABLE(macos, watchos, tvos)
-
+API_AVAILABLE(ios(10.0), macos(11.0), watchos(3.2))
+API_UNAVAILABLE(tvos)
 @interface INTemperatureResolutionResult : INIntentResolutionResult
 
 // This resolution result is for when the app extension wants to tell Siri to proceed, with a given temperature. The resolvedTemperature can be different than the original temperature. This allows app extensions to apply business logic constraints to the temperature. For example, constraining it to a maximum or minimum value.
Clone this wiki locally