File tree 6 files changed +47
-1
lines changed
6 files changed +47
-1
lines changed Original file line number Diff line number Diff line change 87
87
88
88
#import < QuartzCore/CoreAnimation.h>
89
89
90
+ #import < ServiceManagement/ServiceManagement.h>
91
+
90
92
#import < SoundAnalysis/SoundAnalysis.h>
91
93
92
94
#import < Speech/Speech.h>
Original file line number Diff line number Diff line change
1
+ data ! {
2
+ }
Original file line number Diff line number Diff line change @@ -48,6 +48,7 @@ data! {
48
48
mod MetricKit ;
49
49
mod OSAKit ;
50
50
mod PhotoKit ;
51
+ mod ServiceManagement ;
51
52
mod SoundAnalysis ;
52
53
mod Speech ;
53
54
mod StoreKit ;
Original file line number Diff line number Diff line change @@ -404,6 +404,14 @@ maccatalyst = "13.0"
404
404
ios = " 2.0"
405
405
tvos = " 9.0"
406
406
407
+ [library .ServiceManagement ]
408
+ imports = [" Foundation" ]
409
+ macos = " 10.6"
410
+ maccatalyst = " 13.0"
411
+ ios = " 12.1"
412
+ tvos = " 12.1"
413
+ watchos = " 5.1"
414
+
407
415
[library .SoundAnalysis ]
408
416
imports = [" Foundation" ]
409
417
macos = " 10.15"
@@ -1734,3 +1742,27 @@ skipped = true
1734
1742
skipped = true
1735
1743
[class .CWInterface .methods .associateToEnterpriseNetwork_identity_username_password_error ]
1736
1744
skipped = true
1745
+
1746
+ # Items from ServiceManagement that uses types from CoreFoundation
1747
+ [fn .SMJobBless ]
1748
+ skipped = true
1749
+ [fn .SMLoginItemSetEnabled ]
1750
+ skipped = true
1751
+ [static .kSMDomainSystemLaunchd ]
1752
+ skipped = true
1753
+ [static .kSMDomainUserLaunchd ]
1754
+ skipped = true
1755
+ [static .kSMErrorDomainFramework ]
1756
+ skipped = true
1757
+ [static .kSMErrorDomainIPC ]
1758
+ skipped = true
1759
+ [static .kSMErrorDomainLaunchd ]
1760
+ skipped = true
1761
+ [fn .SMCopyAllJobDictionaries ]
1762
+ skipped = true
1763
+ [fn .SMJobCopyDictionary ]
1764
+ skipped = true
1765
+ [fn .SMJobRemove ]
1766
+ skipped = true
1767
+ [fn .SMJobSubmit ]
1768
+ skipped = true
Original file line number Diff line number Diff line change @@ -4797,6 +4797,14 @@ PhotoKit_all = [
4797
4797
" PhotoKit_PHProjectChangeRequest" ,
4798
4798
" PhotoKit_PHVideoRequestOptions" ,
4799
4799
]
4800
+ ServiceManagement = [
4801
+ " Foundation" ,
4802
+ ]
4803
+ ServiceManagement_SMAppService = []
4804
+ ServiceManagement_all = [
4805
+ " ServiceManagement" ,
4806
+ " ServiceManagement_SMAppService" ,
4807
+ ]
4800
4808
SoundAnalysis = [
4801
4809
" Foundation" ,
4802
4810
]
@@ -5646,6 +5654,7 @@ unstable-frameworks-macos-13 = [
5646
5654
" ExtensionKit_all" ,
5647
5655
" HealthKit_all" ,
5648
5656
" MetalFX_all" ,
5657
+ " ServiceManagement_all" ,
5649
5658
" unstable-example-browser" ,
5650
5659
" unstable-frameworks-macos-12" ,
5651
5660
]
You can’t perform that action at this time.
0 commit comments