Skip to content

CoreWLAN macOS xcode13.0 rc

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

#CoreWLAN.framework

diff -ruN /Applications/Xcode_13.0.0-beta5.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/CoreWLAN.framework/Headers/CWNetworkProfile.h /Applications/Xcode_13.0.0-rc.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/CoreWLAN.framework/Headers/CWNetworkProfile.h
--- /Applications/Xcode_13.0.0-beta5.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/CoreWLAN.framework/Headers/CWNetworkProfile.h	2021-08-07 05:20:58.000000000 -0400
+++ /Applications/Xcode_13.0.0-rc.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/CoreWLAN.framework/Headers/CWNetworkProfile.h	2021-08-03 21:49:54.000000000 -0400
@@ -86,22 +86,6 @@
     NSDate          *_userPreferredOrderTimestamp;
     
     NSDate          *_updatedAt;
-    
-    NSDate          *_discoveredAt;
-    
-    NSDictionary<NSString *, NSDate *> *_userPreferredNetworkNames;
-    
-    NSDictionary<NSString *, NSDate *> *_userPreferredPasspointDomains;
-    
-    NSString        *_networkGroupID;
-    
-    NSUInteger      _networkGroupPriority;
-    
-    BOOL            _privacyProxyEnabled;
-    
-    NSInteger       _movingAttribute;
-    
-    NSInteger       _publicAttribute;
 }
 
 /*!
diff -ruN /Applications/Xcode_13.0.0-beta5.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/CoreWLAN.framework/Headers/CoreWLANTypes.h /Applications/Xcode_13.0.0-rc.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/CoreWLAN.framework/Headers/CoreWLANTypes.h
--- /Applications/Xcode_13.0.0-beta5.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/CoreWLAN.framework/Headers/CoreWLANTypes.h	2021-08-07 05:20:59.000000000 -0400
+++ /Applications/Xcode_13.0.0-rc.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/CoreWLAN.framework/Headers/CoreWLANTypes.h	2021-08-03 21:49:54.000000000 -0400
@@ -174,9 +174,6 @@
  *
  * @constant kCWPHYMode11ac
  * IEEE 802.11ac physical layer mode.
- *
- * @constant kCWPHYMode11ax
- * IEEE 802.11ax physical layer mode.
  */
 typedef NS_ENUM(NSInteger, CWPHYMode)
 {
@@ -186,7 +183,6 @@
 	kCWPHYMode11g		= 3,
 	kCWPHYMode11n		= 4,
     kCWPHYMode11ac      = 5,
-    kCWPHYMode11ax      = 6,
 } NS_ENUM_AVAILABLE_MAC(10_7);
 
 /*!
Clone this wiki locally