Skip to content

Intents macOS xcode15.3 b1

Alex Soto edited this page May 22, 2024 · 2 revisions

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

diff -ruN /Applications/Xcode_15.2.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/Intents.framework/Headers/INCarChargingConnectorType.h /Applications/Xcode_15.3.0-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/Intents.framework/Headers/INCarChargingConnectorType.h
--- /Applications/Xcode_15.2.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/Intents.framework/Headers/INCarChargingConnectorType.h	2023-11-12 04:57:12
+++ /Applications/Xcode_15.3.0-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/Intents.framework/Headers/INCarChargingConnectorType.h	2024-01-11 23:03:01
@@ -16,5 +16,7 @@
 INTENTS_EXTERN INCarChargingConnectorType const INCarChargingConnectorTypeCHAdeMO NS_SWIFT_NAME(INCarChargingConnectorType.chaDeMo) API_AVAILABLE(ios(14.0), watchos(7.0)) API_UNAVAILABLE(macos, tvos);
 INTENTS_EXTERN INCarChargingConnectorType const INCarChargingConnectorTypeGBTAC NS_SWIFT_NAME(INCarChargingConnectorType.gbtAC) API_AVAILABLE(ios(14.0), watchos(7.0)) API_UNAVAILABLE(macos, tvos);
 INTENTS_EXTERN INCarChargingConnectorType const INCarChargingConnectorTypeGBTDC NS_SWIFT_NAME(INCarChargingConnectorType.gbtDC) API_AVAILABLE(ios(14.0), watchos(7.0)) API_UNAVAILABLE(macos, tvos);
-INTENTS_EXTERN INCarChargingConnectorType const INCarChargingConnectorTypeTesla API_AVAILABLE(ios(14.0), watchos(7.0)) API_UNAVAILABLE(macos, tvos);
+INTENTS_EXTERN INCarChargingConnectorType const INCarChargingConnectorTypeTesla API_DEPRECATED("INCarChargingConnectorTypeTesla is deprecated. Please adopt INCarChargingConnectorTypeNACSDC instead", ios(14.0, 17.4), watchos(7.0, 10.4)) API_UNAVAILABLE(macos, tvos);
 INTENTS_EXTERN INCarChargingConnectorType const INCarChargingConnectorTypeMennekes API_AVAILABLE(ios(14.0), watchos(7.0)) API_UNAVAILABLE(macos, tvos);
+INTENTS_EXTERN INCarChargingConnectorType const INCarChargingConnectorTypeNACSDC NS_SWIFT_NAME(INCarChargingConnectorType.nascDC) API_AVAILABLE(ios(17.4), watchos(10.4)) API_UNAVAILABLE(macos, tvos);
+INTENTS_EXTERN INCarChargingConnectorType const INCarChargingConnectorTypeNACSAC NS_SWIFT_NAME(INCarChargingConnectorType.nascAC) API_AVAILABLE(ios(17.4), watchos(10.4)) API_UNAVAILABLE(macos, tvos);
Clone this wiki locally