pyobjc-framework-ServiceManagement 10.2__py2.py3-none-any.whl → 10.3__py2.py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- ServiceManagement/_metadata.py +2 -10
- {pyobjc_framework_ServiceManagement-10.2.dist-info → pyobjc_framework_ServiceManagement-10.3.dist-info}/METADATA +3 -3
- pyobjc_framework_ServiceManagement-10.3.dist-info/RECORD +7 -0
- {pyobjc_framework_ServiceManagement-10.2.dist-info → pyobjc_framework_ServiceManagement-10.3.dist-info}/WHEEL +1 -1
- pyobjc_framework_ServiceManagement-10.2.dist-info/RECORD +0 -7
- {pyobjc_framework_ServiceManagement-10.2.dist-info → pyobjc_framework_ServiceManagement-10.3.dist-info}/LICENSE.txt +0 -0
- {pyobjc_framework_ServiceManagement-10.2.dist-info → pyobjc_framework_ServiceManagement-10.3.dist-info}/top_level.txt +0 -0
ServiceManagement/_metadata.py
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
# This file is generated by objective.metadata
|
|
2
2
|
#
|
|
3
|
-
# Last update: Sat
|
|
3
|
+
# Last update: Sat May 18 09:36:49 2024
|
|
4
4
|
#
|
|
5
5
|
# flake8: noqa
|
|
6
6
|
|
|
@@ -32,15 +32,7 @@ else:
|
|
|
32
32
|
misc = {}
|
|
33
33
|
constants = """$kSMDomainSystemLaunchd$kSMDomainUserLaunchd$kSMErrorDomainFramework$kSMErrorDomainIPC$kSMErrorDomainLaunchd$kSMInfoKeyAuthorizedClients$kSMInfoKeyPrivilegedExecutables$"""
|
|
34
34
|
enums = """$SMAppServiceStatusEnabled@1$SMAppServiceStatusNotFound@3$SMAppServiceStatusNotRegistered@0$SMAppServiceStatusRequiresApproval@2$kSMErrorAlreadyRegistered@12$kSMErrorAuthorizationFailure@4$kSMErrorInternalFailure@2$kSMErrorInvalidPlist@10$kSMErrorInvalidSignature@3$kSMErrorJobMustBeEnabled@9$kSMErrorJobNotFound@6$kSMErrorJobPlistNotFound@8$kSMErrorLaunchDeniedByUser@11$kSMErrorServiceUnavailable@7$kSMErrorToolNotValid@5$"""
|
|
35
|
-
misc.update(
|
|
36
|
-
{
|
|
37
|
-
"enum (unnamed at /Users/ronald/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.0.sdk/System/Library/Frameworks/ServiceManagement.framework/Headers/SMErrors.h:58:1)": NewType(
|
|
38
|
-
"enum (unnamed at /Users/ronald/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.0.sdk/System/Library/Frameworks/ServiceManagement.framework/Headers/SMErrors.h:58:1)",
|
|
39
|
-
int,
|
|
40
|
-
),
|
|
41
|
-
"SMAppServiceStatus": NewType("SMAppServiceStatus", int),
|
|
42
|
-
}
|
|
43
|
-
)
|
|
35
|
+
misc.update({"SMAppServiceStatus": NewType("SMAppServiceStatus", int)})
|
|
44
36
|
misc.update({})
|
|
45
37
|
misc.update(
|
|
46
38
|
{
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: pyobjc-framework-ServiceManagement
|
|
3
|
-
Version: 10.
|
|
3
|
+
Version: 10.3
|
|
4
4
|
Summary: Wrappers for the framework ServiceManagement on macOS
|
|
5
5
|
Home-page: https://github.com/ronaldoussoren/pyobjc
|
|
6
6
|
Author: Ronald Oussoren
|
|
@@ -34,8 +34,8 @@ License-File: LICENSE.txt
|
|
|
34
34
|
Project-URL: Documentation, https://pyobjc.readthedocs.io/en/latest/
|
|
35
35
|
Project-URL: Issue tracker, https://github.com/ronaldoussoren/pyobjc/issues
|
|
36
36
|
Project-URL: Repository, https://github.com/ronaldoussoren/pyobjc
|
|
37
|
-
Requires-Dist: pyobjc-core >=10.
|
|
38
|
-
Requires-Dist: pyobjc-framework-Cocoa >=10.
|
|
37
|
+
Requires-Dist: pyobjc-core >=10.3
|
|
38
|
+
Requires-Dist: pyobjc-framework-Cocoa >=10.3
|
|
39
39
|
|
|
40
40
|
|
|
41
41
|
Wrappers for framework 'ServiceManagement' on macOS 10.6. This framework
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
ServiceManagement/__init__.py,sha256=eT63GXMCoYHKn7PVmT_QnNTTa8m1Zm5JdkgLxOfjO3s,1088
|
|
2
|
+
ServiceManagement/_metadata.py,sha256=CLJd-Ecb0hDGnasZS2f6ZzCGS7Eja7YqzPobS6PKugs,3570
|
|
3
|
+
pyobjc_framework_ServiceManagement-10.3.dist-info/LICENSE.txt,sha256=VBYOCJp5HziM90a14Txl68gt3y2rIJpcoZAoVkfX4Ho,1249
|
|
4
|
+
pyobjc_framework_ServiceManagement-10.3.dist-info/METADATA,sha256=2SYlLS3l44YWjZBvguAGvljnLKtP7plC1OT_81X8LR8,2458
|
|
5
|
+
pyobjc_framework_ServiceManagement-10.3.dist-info/WHEEL,sha256=DZajD4pwLWue70CAfc7YaxT1wLUciNBvN_TTcvXpltE,110
|
|
6
|
+
pyobjc_framework_ServiceManagement-10.3.dist-info/top_level.txt,sha256=1PUYbDTBUGuOV7N8dmUnGSdRDw2dkJNHcC-J6p2obeg,18
|
|
7
|
+
pyobjc_framework_ServiceManagement-10.3.dist-info/RECORD,,
|
|
@@ -1,7 +0,0 @@
|
|
|
1
|
-
ServiceManagement/__init__.py,sha256=eT63GXMCoYHKn7PVmT_QnNTTa8m1Zm5JdkgLxOfjO3s,1088
|
|
2
|
-
ServiceManagement/_metadata.py,sha256=rHLaMnU21CmPxvb9ELuwtlEAYj5h9qvFyrCxAvQY4SQ,4080
|
|
3
|
-
pyobjc_framework_ServiceManagement-10.2.dist-info/LICENSE.txt,sha256=VBYOCJp5HziM90a14Txl68gt3y2rIJpcoZAoVkfX4Ho,1249
|
|
4
|
-
pyobjc_framework_ServiceManagement-10.2.dist-info/METADATA,sha256=2jd9i4zqgtldmu8dpP1nvRWSBBr09UlgkwyO4h2BlC8,2458
|
|
5
|
-
pyobjc_framework_ServiceManagement-10.2.dist-info/WHEEL,sha256=iYlv5fX357PQyRT2o6tw1bN-YcKFFHKqB_LwHO5wP-g,110
|
|
6
|
-
pyobjc_framework_ServiceManagement-10.2.dist-info/top_level.txt,sha256=1PUYbDTBUGuOV7N8dmUnGSdRDw2dkJNHcC-J6p2obeg,18
|
|
7
|
-
pyobjc_framework_ServiceManagement-10.2.dist-info/RECORD,,
|
|
File without changes
|