File tree Expand file tree Collapse file tree 6 files changed +75
-1
lines changed Expand file tree Collapse file tree 6 files changed +75
-1
lines changed Original file line number Diff line number Diff line change 35
35
36
36
#import < CoreLocation/CoreLocation.h>
37
37
38
+ #import < CoreWLAN/CoreWLAN.h>
39
+
38
40
#import < DataDetection/DataDetection.h>
39
41
40
42
#import < DeviceCheck/DeviceCheck.h>
Original file line number Diff line number Diff line change
1
+ data ! {
2
+ }
Original file line number Diff line number Diff line change @@ -21,6 +21,7 @@ data! {
21
21
mod CoreAnimation ;
22
22
mod CoreData ;
23
23
mod CoreLocation ;
24
+ mod CoreWLAN ;
24
25
mod DataDetection ;
25
26
mod DeviceCheck ;
26
27
mod EventKit ;
Original file line number Diff line number Diff line change @@ -144,6 +144,10 @@ ios = "2.0"
144
144
tvos = " 9.0"
145
145
watchos = " 2.0"
146
146
147
+ [library .CoreWLAN ]
148
+ imports = [" Foundation" ]
149
+ macos = " 10.6"
150
+
147
151
[library .DataDetection ]
148
152
imports = [" Foundation" ]
149
153
macos = " 12.0"
@@ -1614,3 +1618,41 @@ skipped-protocols = ["NSCopying", "NSMutableCopying"]
1614
1618
# Will have to be a method that takes `MainThreadMarker`.
1615
1619
[static .NSApp ]
1616
1620
skipped = true
1621
+
1622
+ # Uses types from CoreFoundation
1623
+ [fn .CWKeychainCopyEAPUsernameAndPassword ]
1624
+ skipped = true
1625
+ [fn .CWKeychainCopyEAPIdentityList ]
1626
+ skipped = true
1627
+ [fn .CWKeychainSetEAPUsernameAndPassword ]
1628
+ skipped = true
1629
+ [fn .CWKeychainDeleteEAPUsernameAndPassword ]
1630
+ skipped = true
1631
+ [fn .CWKeychainSetPassword ]
1632
+ skipped = true
1633
+ [fn .CWKeychainDeletePassword ]
1634
+ skipped = true
1635
+ [fn .CWKeychainCopyEAPIdentity ]
1636
+ skipped = true
1637
+ [fn .CWKeychainSetEAPIdentity ]
1638
+ skipped = true
1639
+ [fn .CWKeychainCopyPassword ]
1640
+ skipped = true
1641
+ [fn .CWKeychainFindWiFiPassword ]
1642
+ skipped = true
1643
+ [fn .CWKeychainSetWiFiPassword ]
1644
+ skipped = true
1645
+ [fn .CWKeychainDeleteWiFiPassword ]
1646
+ skipped = true
1647
+ [fn .CWKeychainFindWiFiEAPUsernameAndPassword ]
1648
+ skipped = true
1649
+ [fn .CWKeychainSetWiFiEAPUsernameAndPassword ]
1650
+ skipped = true
1651
+ [fn .CWKeychainDeleteWiFiEAPUsernameAndPassword ]
1652
+ skipped = true
1653
+ [fn .CWKeychainCopyWiFiEAPIdentity ]
1654
+ skipped = true
1655
+ [fn .CWKeychainSetWiFiEAPIdentity ]
1656
+ skipped = true
1657
+ [class .CWInterface .methods .associateToEnterpriseNetwork_identity_username_password_error ]
1658
+ skipped = true
Original file line number Diff line number Diff line change @@ -2056,6 +2056,32 @@ CoreLocation_all = [
2056
2056
" CoreLocation_CLRegion" ,
2057
2057
" CoreLocation_CLVisit" ,
2058
2058
]
2059
+ CoreWLAN = [
2060
+ " Foundation" ,
2061
+ ]
2062
+ CoreWLAN_CWChannel = []
2063
+ CoreWLAN_CWConfiguration = []
2064
+ CoreWLAN_CWInterface = []
2065
+ CoreWLAN_CWMutableConfiguration = [
2066
+ " CoreWLAN_CWConfiguration" ,
2067
+ ]
2068
+ CoreWLAN_CWMutableNetworkProfile = [
2069
+ " CoreWLAN_CWNetworkProfile" ,
2070
+ ]
2071
+ CoreWLAN_CWNetwork = []
2072
+ CoreWLAN_CWNetworkProfile = []
2073
+ CoreWLAN_CWWiFiClient = []
2074
+ CoreWLAN_all = [
2075
+ " CoreWLAN" ,
2076
+ " CoreWLAN_CWChannel" ,
2077
+ " CoreWLAN_CWConfiguration" ,
2078
+ " CoreWLAN_CWInterface" ,
2079
+ " CoreWLAN_CWMutableConfiguration" ,
2080
+ " CoreWLAN_CWMutableNetworkProfile" ,
2081
+ " CoreWLAN_CWNetwork" ,
2082
+ " CoreWLAN_CWNetworkProfile" ,
2083
+ " CoreWLAN_CWWiFiClient" ,
2084
+ ]
2059
2085
DataDetection = [
2060
2086
" Foundation" ,
2061
2087
]
@@ -5329,6 +5355,7 @@ unstable-frameworks-macos-10-7 = [
5329
5355
" Automator_all" ,
5330
5356
" CoreAnimation_all" ,
5331
5357
" CoreData_all" ,
5358
+ " CoreWLAN_all" ,
5332
5359
" ExceptionHandling_all" ,
5333
5360
" Foundation_all" ,
5334
5361
" InputMethodKit_all" ,
You can’t perform that action at this time.
0 commit comments