Skip to content

Intents macOS xcode15.3 b3

Alex Soto edited this page Feb 13, 2024 · 1 revision

#Intents.framework

diff -ruN /Applications/Xcode_15.3.0-beta2.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/Intents.framework/Headers/INCarChargingConnectorType.h /Applications/Xcode_15.3.0-beta3.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/Intents.framework/Headers/INCarChargingConnectorType.h
--- /Applications/Xcode_15.3.0-beta2.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/Intents.framework/Headers/INCarChargingConnectorType.h	2024-01-27 21:01:41
+++ /Applications/Xcode_15.3.0-beta3.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/Intents.framework/Headers/INCarChargingConnectorType.h	2024-02-06 01:01:08
@@ -18,5 +18,5 @@
 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_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);
+INTENTS_EXTERN INCarChargingConnectorType const INCarChargingConnectorTypeNACSDC NS_SWIFT_NAME(INCarChargingConnectorType.nacsDC) API_AVAILABLE(ios(17.4), watchos(10.4)) API_UNAVAILABLE(macos, tvos);
+INTENTS_EXTERN INCarChargingConnectorType const INCarChargingConnectorTypeNACSAC NS_SWIFT_NAME(INCarChargingConnectorType.nacsAC) API_AVAILABLE(ios(17.4), watchos(10.4)) API_UNAVAILABLE(macos, tvos);
Clone this wiki locally