pyobjc-framework-ExecutionPolicy 12.1__tar.gz → 12.2.1__tar.gz
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.
- {pyobjc_framework_executionpolicy-12.1 → pyobjc_framework_executionpolicy-12.2.1}/Lib/ExecutionPolicy/_metadata.py +4 -1
- {pyobjc_framework_executionpolicy-12.1 → pyobjc_framework_executionpolicy-12.2.1}/Lib/pyobjc_framework_ExecutionPolicy.egg-info/PKG-INFO +3 -3
- {pyobjc_framework_executionpolicy-12.1 → pyobjc_framework_executionpolicy-12.2.1}/Lib/pyobjc_framework_ExecutionPolicy.egg-info/SOURCES.txt +2 -2
- pyobjc_framework_executionpolicy-12.2.1/Lib/pyobjc_framework_ExecutionPolicy.egg-info/pyobjc-build-info.txt +3 -0
- pyobjc_framework_executionpolicy-12.2.1/Lib/pyobjc_framework_ExecutionPolicy.egg-info/requires.txt +2 -0
- {pyobjc_framework_executionpolicy-12.1 → pyobjc_framework_executionpolicy-12.2.1}/PKG-INFO +3 -3
- pyobjc_framework_executionpolicy-12.1/metadata/raw/arm64-26.0.fwinfo → pyobjc_framework_executionpolicy-12.2.1/metadata/raw/arm64-26.5.fwinfo +53 -10
- pyobjc_framework_executionpolicy-12.1/metadata/raw/x86_64-26.0.fwinfo → pyobjc_framework_executionpolicy-12.2.1/metadata/raw/x86_64-26.5.fwinfo +53 -10
- {pyobjc_framework_executionpolicy-12.1 → pyobjc_framework_executionpolicy-12.2.1}/setup.py +1 -1
- pyobjc_framework_executionpolicy-12.1/Lib/pyobjc_framework_ExecutionPolicy.egg-info/pyobjc-build-info.txt +0 -3
- pyobjc_framework_executionpolicy-12.1/Lib/pyobjc_framework_ExecutionPolicy.egg-info/requires.txt +0 -2
- {pyobjc_framework_executionpolicy-12.1 → pyobjc_framework_executionpolicy-12.2.1}/Lib/ExecutionPolicy/__init__.py +0 -0
- {pyobjc_framework_executionpolicy-12.1 → pyobjc_framework_executionpolicy-12.2.1}/Lib/pyobjc_framework_ExecutionPolicy.egg-info/dependency_links.txt +0 -0
- {pyobjc_framework_executionpolicy-12.1 → pyobjc_framework_executionpolicy-12.2.1}/Lib/pyobjc_framework_ExecutionPolicy.egg-info/not-zip-safe +0 -0
- {pyobjc_framework_executionpolicy-12.1 → pyobjc_framework_executionpolicy-12.2.1}/Lib/pyobjc_framework_ExecutionPolicy.egg-info/top_level.txt +0 -0
- {pyobjc_framework_executionpolicy-12.1 → pyobjc_framework_executionpolicy-12.2.1}/License.txt +0 -0
- {pyobjc_framework_executionpolicy-12.1 → pyobjc_framework_executionpolicy-12.2.1}/MANIFEST.in +0 -0
- {pyobjc_framework_executionpolicy-12.1 → pyobjc_framework_executionpolicy-12.2.1}/PyObjCTest/__init__.py +0 -0
- {pyobjc_framework_executionpolicy-12.1 → pyobjc_framework_executionpolicy-12.2.1}/PyObjCTest/test_epdevelopertool.py +0 -0
- {pyobjc_framework_executionpolicy-12.1 → pyobjc_framework_executionpolicy-12.2.1}/PyObjCTest/test_eperrors.py +0 -0
- {pyobjc_framework_executionpolicy-12.1 → pyobjc_framework_executionpolicy-12.2.1}/PyObjCTest/test_executionpolicy.py +0 -0
- {pyobjc_framework_executionpolicy-12.1 → pyobjc_framework_executionpolicy-12.2.1}/metadata/ExecutionPolicy.fwinfo +0 -0
- {pyobjc_framework_executionpolicy-12.1 → pyobjc_framework_executionpolicy-12.2.1}/metadata/metadata.ini +0 -0
- {pyobjc_framework_executionpolicy-12.1 → pyobjc_framework_executionpolicy-12.2.1}/pyobjc_setup.py +0 -0
- {pyobjc_framework_executionpolicy-12.1 → pyobjc_framework_executionpolicy-12.2.1}/pyproject.toml +0 -0
- {pyobjc_framework_executionpolicy-12.1 → pyobjc_framework_executionpolicy-12.2.1}/setup.cfg +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
# This file is generated by objective.metadata
|
|
2
2
|
#
|
|
3
|
-
# Last update:
|
|
3
|
+
# Last update: Sun May 24 11:48:34 2026
|
|
4
4
|
#
|
|
5
5
|
# flake8: noqa
|
|
6
6
|
|
|
@@ -64,6 +64,9 @@ try:
|
|
|
64
64
|
)
|
|
65
65
|
finally:
|
|
66
66
|
objc._updatingMetadata(False)
|
|
67
|
+
|
|
68
|
+
objc.registerNewKeywordsFromSelector("EPDeveloperTool", b"init")
|
|
69
|
+
objc.registerNewKeywordsFromSelector("EPExecutionPolicy", b"init")
|
|
67
70
|
expressions = {}
|
|
68
71
|
|
|
69
72
|
# END OF FILE
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: pyobjc-framework-ExecutionPolicy
|
|
3
|
-
Version: 12.1
|
|
3
|
+
Version: 12.2.1
|
|
4
4
|
Summary: Wrappers for the framework ExecutionPolicy on macOS
|
|
5
5
|
Home-page: https://github.com/ronaldoussoren/pyobjc
|
|
6
6
|
Author: Ronald Oussoren
|
|
@@ -30,8 +30,8 @@ Classifier: Topic :: Software Development :: Libraries :: Python Modules
|
|
|
30
30
|
Classifier: Topic :: Software Development :: User Interfaces
|
|
31
31
|
Requires-Python: >=3.10
|
|
32
32
|
Description-Content-Type: text/x-rst; charset=UTF-8
|
|
33
|
-
Requires-Dist: pyobjc-core>=12.1
|
|
34
|
-
Requires-Dist: pyobjc-framework-Cocoa>=12.1
|
|
33
|
+
Requires-Dist: pyobjc-core>=12.2.1
|
|
34
|
+
Requires-Dist: pyobjc-framework-Cocoa>=12.2.1
|
|
35
35
|
Dynamic: author
|
|
36
36
|
Dynamic: author-email
|
|
37
37
|
Dynamic: classifier
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: pyobjc-framework-ExecutionPolicy
|
|
3
|
-
Version: 12.1
|
|
3
|
+
Version: 12.2.1
|
|
4
4
|
Summary: Wrappers for the framework ExecutionPolicy on macOS
|
|
5
5
|
Home-page: https://github.com/ronaldoussoren/pyobjc
|
|
6
6
|
Author: Ronald Oussoren
|
|
@@ -30,8 +30,8 @@ Classifier: Topic :: Software Development :: Libraries :: Python Modules
|
|
|
30
30
|
Classifier: Topic :: Software Development :: User Interfaces
|
|
31
31
|
Requires-Python: >=3.10
|
|
32
32
|
Description-Content-Type: text/x-rst; charset=UTF-8
|
|
33
|
-
Requires-Dist: pyobjc-core>=12.1
|
|
34
|
-
Requires-Dist: pyobjc-framework-Cocoa>=12.1
|
|
33
|
+
Requires-Dist: pyobjc-core>=12.2.1
|
|
34
|
+
Requires-Dist: pyobjc-framework-Cocoa>=12.2.1
|
|
35
35
|
Dynamic: author
|
|
36
36
|
Dynamic: author-email
|
|
37
37
|
Dynamic: classifier
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
// GENERATED FILE DO NOT EDIT
|
|
2
2
|
//
|
|
3
3
|
// This file was generated by objective.metadata
|
|
4
|
-
// Last update:
|
|
4
|
+
// Last update: Sun May 24 11:48:33 2026
|
|
5
5
|
{
|
|
6
6
|
"arch": "arm64",
|
|
7
7
|
"definitions": {
|
|
@@ -15,7 +15,10 @@
|
|
|
15
15
|
{
|
|
16
16
|
"args": [],
|
|
17
17
|
"class_method": false,
|
|
18
|
+
"introduced": "10.15",
|
|
18
19
|
"retval": {
|
|
20
|
+
"instancetype": true,
|
|
21
|
+
"type_name": "instancetype",
|
|
19
22
|
"typestr": "@",
|
|
20
23
|
"typestr_special": false
|
|
21
24
|
},
|
|
@@ -31,19 +34,25 @@
|
|
|
31
34
|
"type": "^v"
|
|
32
35
|
},
|
|
33
36
|
"1": {
|
|
34
|
-
"type": "Z"
|
|
37
|
+
"type": "Z",
|
|
38
|
+
"type_name": "BOOL"
|
|
35
39
|
}
|
|
36
40
|
},
|
|
37
41
|
"retval": {
|
|
38
42
|
"type": "v"
|
|
39
43
|
}
|
|
40
44
|
},
|
|
45
|
+
"name": "handler",
|
|
46
|
+
"null_accepted": true,
|
|
47
|
+
"type_name": "void (^)(BOOL)",
|
|
41
48
|
"typestr": "@?",
|
|
42
49
|
"typestr_special": false
|
|
43
50
|
}
|
|
44
51
|
],
|
|
45
52
|
"class_method": false,
|
|
53
|
+
"introduced": "10.15",
|
|
46
54
|
"retval": {
|
|
55
|
+
"type_name": "void",
|
|
47
56
|
"typestr": "v",
|
|
48
57
|
"typestr_special": false
|
|
49
58
|
},
|
|
@@ -53,7 +62,9 @@
|
|
|
53
62
|
{
|
|
54
63
|
"args": [],
|
|
55
64
|
"class_method": false,
|
|
65
|
+
"introduced": "10.15",
|
|
56
66
|
"retval": {
|
|
67
|
+
"type_name": "EPDeveloperToolStatus",
|
|
57
68
|
"typestr": "q",
|
|
58
69
|
"typestr_special": false
|
|
59
70
|
},
|
|
@@ -68,6 +79,7 @@
|
|
|
68
79
|
"readonly"
|
|
69
80
|
],
|
|
70
81
|
"name": "authorizationStatus",
|
|
82
|
+
"type_name": "EPDeveloperToolStatus",
|
|
71
83
|
"typestr": "q",
|
|
72
84
|
"typestr_special": false
|
|
73
85
|
}
|
|
@@ -81,7 +93,10 @@
|
|
|
81
93
|
{
|
|
82
94
|
"args": [],
|
|
83
95
|
"class_method": false,
|
|
96
|
+
"introduced": "10.15",
|
|
84
97
|
"retval": {
|
|
98
|
+
"instancetype": true,
|
|
99
|
+
"type_name": "instancetype",
|
|
85
100
|
"typestr": "@",
|
|
86
101
|
"typestr_special": false
|
|
87
102
|
},
|
|
@@ -91,17 +106,25 @@
|
|
|
91
106
|
{
|
|
92
107
|
"args": [
|
|
93
108
|
{
|
|
109
|
+
"name": "url",
|
|
110
|
+
"null_accepted": true,
|
|
111
|
+
"type_name": "NSURL *",
|
|
94
112
|
"typestr": "@",
|
|
95
113
|
"typestr_special": false
|
|
96
114
|
},
|
|
97
115
|
{
|
|
116
|
+
"name": "error",
|
|
117
|
+
"null_accepted": true,
|
|
98
118
|
"type_modifier": "o",
|
|
119
|
+
"type_name": "NSError * _Nullable *",
|
|
99
120
|
"typestr": "^@",
|
|
100
121
|
"typestr_special": false
|
|
101
122
|
}
|
|
102
123
|
],
|
|
103
124
|
"class_method": false,
|
|
125
|
+
"introduced": "10.15",
|
|
104
126
|
"retval": {
|
|
127
|
+
"type_name": "BOOL",
|
|
105
128
|
"typestr": "Z",
|
|
106
129
|
"typestr_special": true
|
|
107
130
|
},
|
|
@@ -116,12 +139,30 @@
|
|
|
116
139
|
}
|
|
117
140
|
},
|
|
118
141
|
"enum": {
|
|
119
|
-
"EPDeveloperToolStatusAuthorized":
|
|
120
|
-
|
|
121
|
-
|
|
122
|
-
|
|
123
|
-
"
|
|
124
|
-
|
|
142
|
+
"EPDeveloperToolStatusAuthorized": {
|
|
143
|
+
"enum": "EPDeveloperToolStatus",
|
|
144
|
+
"value": 3
|
|
145
|
+
},
|
|
146
|
+
"EPDeveloperToolStatusDenied": {
|
|
147
|
+
"enum": "EPDeveloperToolStatus",
|
|
148
|
+
"value": 2
|
|
149
|
+
},
|
|
150
|
+
"EPDeveloperToolStatusNotDetermined": {
|
|
151
|
+
"enum": "EPDeveloperToolStatus",
|
|
152
|
+
"value": 0
|
|
153
|
+
},
|
|
154
|
+
"EPDeveloperToolStatusRestricted": {
|
|
155
|
+
"enum": "EPDeveloperToolStatus",
|
|
156
|
+
"value": 1
|
|
157
|
+
},
|
|
158
|
+
"EPErrorGeneric": {
|
|
159
|
+
"enum": "EPError",
|
|
160
|
+
"value": 1
|
|
161
|
+
},
|
|
162
|
+
"EPErrorNotADeveloperTool": {
|
|
163
|
+
"enum": "EPError",
|
|
164
|
+
"value": 2
|
|
165
|
+
}
|
|
125
166
|
},
|
|
126
167
|
"enum_type": {
|
|
127
168
|
"EPDeveloperToolStatus": {
|
|
@@ -134,6 +175,8 @@
|
|
|
134
175
|
"expressions": {},
|
|
135
176
|
"externs": {
|
|
136
177
|
"EPErrorDomain": {
|
|
178
|
+
"introduced": "10.15",
|
|
179
|
+
"type_name": "const NSErrorDomain",
|
|
137
180
|
"typestr": "@"
|
|
138
181
|
}
|
|
139
182
|
},
|
|
@@ -153,6 +196,6 @@
|
|
|
153
196
|
"EPDeveloperTool.h",
|
|
154
197
|
"EPErrors.h"
|
|
155
198
|
],
|
|
156
|
-
"release": "
|
|
157
|
-
"sdk": "/Users/ronald/Applications/Xcode
|
|
199
|
+
"release": "26.5",
|
|
200
|
+
"sdk": "/Users/ronald/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.5.sdk"
|
|
158
201
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
// GENERATED FILE DO NOT EDIT
|
|
2
2
|
//
|
|
3
3
|
// This file was generated by objective.metadata
|
|
4
|
-
// Last update:
|
|
4
|
+
// Last update: Sun May 24 11:48:31 2026
|
|
5
5
|
{
|
|
6
6
|
"arch": "x86_64",
|
|
7
7
|
"definitions": {
|
|
@@ -15,7 +15,10 @@
|
|
|
15
15
|
{
|
|
16
16
|
"args": [],
|
|
17
17
|
"class_method": false,
|
|
18
|
+
"introduced": "10.15",
|
|
18
19
|
"retval": {
|
|
20
|
+
"instancetype": true,
|
|
21
|
+
"type_name": "instancetype",
|
|
19
22
|
"typestr": "@",
|
|
20
23
|
"typestr_special": false
|
|
21
24
|
},
|
|
@@ -31,19 +34,25 @@
|
|
|
31
34
|
"type": "^v"
|
|
32
35
|
},
|
|
33
36
|
"1": {
|
|
34
|
-
"type": "Z"
|
|
37
|
+
"type": "Z",
|
|
38
|
+
"type_name": "BOOL"
|
|
35
39
|
}
|
|
36
40
|
},
|
|
37
41
|
"retval": {
|
|
38
42
|
"type": "v"
|
|
39
43
|
}
|
|
40
44
|
},
|
|
45
|
+
"name": "handler",
|
|
46
|
+
"null_accepted": true,
|
|
47
|
+
"type_name": "void (^)(BOOL)",
|
|
41
48
|
"typestr": "@?",
|
|
42
49
|
"typestr_special": false
|
|
43
50
|
}
|
|
44
51
|
],
|
|
45
52
|
"class_method": false,
|
|
53
|
+
"introduced": "10.15",
|
|
46
54
|
"retval": {
|
|
55
|
+
"type_name": "void",
|
|
47
56
|
"typestr": "v",
|
|
48
57
|
"typestr_special": false
|
|
49
58
|
},
|
|
@@ -53,7 +62,9 @@
|
|
|
53
62
|
{
|
|
54
63
|
"args": [],
|
|
55
64
|
"class_method": false,
|
|
65
|
+
"introduced": "10.15",
|
|
56
66
|
"retval": {
|
|
67
|
+
"type_name": "EPDeveloperToolStatus",
|
|
57
68
|
"typestr": "q",
|
|
58
69
|
"typestr_special": false
|
|
59
70
|
},
|
|
@@ -68,6 +79,7 @@
|
|
|
68
79
|
"readonly"
|
|
69
80
|
],
|
|
70
81
|
"name": "authorizationStatus",
|
|
82
|
+
"type_name": "EPDeveloperToolStatus",
|
|
71
83
|
"typestr": "q",
|
|
72
84
|
"typestr_special": false
|
|
73
85
|
}
|
|
@@ -81,7 +93,10 @@
|
|
|
81
93
|
{
|
|
82
94
|
"args": [],
|
|
83
95
|
"class_method": false,
|
|
96
|
+
"introduced": "10.15",
|
|
84
97
|
"retval": {
|
|
98
|
+
"instancetype": true,
|
|
99
|
+
"type_name": "instancetype",
|
|
85
100
|
"typestr": "@",
|
|
86
101
|
"typestr_special": false
|
|
87
102
|
},
|
|
@@ -91,17 +106,25 @@
|
|
|
91
106
|
{
|
|
92
107
|
"args": [
|
|
93
108
|
{
|
|
109
|
+
"name": "url",
|
|
110
|
+
"null_accepted": true,
|
|
111
|
+
"type_name": "NSURL *",
|
|
94
112
|
"typestr": "@",
|
|
95
113
|
"typestr_special": false
|
|
96
114
|
},
|
|
97
115
|
{
|
|
116
|
+
"name": "error",
|
|
117
|
+
"null_accepted": true,
|
|
98
118
|
"type_modifier": "o",
|
|
119
|
+
"type_name": "NSError * _Nullable *",
|
|
99
120
|
"typestr": "^@",
|
|
100
121
|
"typestr_special": false
|
|
101
122
|
}
|
|
102
123
|
],
|
|
103
124
|
"class_method": false,
|
|
125
|
+
"introduced": "10.15",
|
|
104
126
|
"retval": {
|
|
127
|
+
"type_name": "BOOL",
|
|
105
128
|
"typestr": "Z",
|
|
106
129
|
"typestr_special": true
|
|
107
130
|
},
|
|
@@ -116,12 +139,30 @@
|
|
|
116
139
|
}
|
|
117
140
|
},
|
|
118
141
|
"enum": {
|
|
119
|
-
"EPDeveloperToolStatusAuthorized":
|
|
120
|
-
|
|
121
|
-
|
|
122
|
-
|
|
123
|
-
"
|
|
124
|
-
|
|
142
|
+
"EPDeveloperToolStatusAuthorized": {
|
|
143
|
+
"enum": "EPDeveloperToolStatus",
|
|
144
|
+
"value": 3
|
|
145
|
+
},
|
|
146
|
+
"EPDeveloperToolStatusDenied": {
|
|
147
|
+
"enum": "EPDeveloperToolStatus",
|
|
148
|
+
"value": 2
|
|
149
|
+
},
|
|
150
|
+
"EPDeveloperToolStatusNotDetermined": {
|
|
151
|
+
"enum": "EPDeveloperToolStatus",
|
|
152
|
+
"value": 0
|
|
153
|
+
},
|
|
154
|
+
"EPDeveloperToolStatusRestricted": {
|
|
155
|
+
"enum": "EPDeveloperToolStatus",
|
|
156
|
+
"value": 1
|
|
157
|
+
},
|
|
158
|
+
"EPErrorGeneric": {
|
|
159
|
+
"enum": "EPError",
|
|
160
|
+
"value": 1
|
|
161
|
+
},
|
|
162
|
+
"EPErrorNotADeveloperTool": {
|
|
163
|
+
"enum": "EPError",
|
|
164
|
+
"value": 2
|
|
165
|
+
}
|
|
125
166
|
},
|
|
126
167
|
"enum_type": {
|
|
127
168
|
"EPDeveloperToolStatus": {
|
|
@@ -134,6 +175,8 @@
|
|
|
134
175
|
"expressions": {},
|
|
135
176
|
"externs": {
|
|
136
177
|
"EPErrorDomain": {
|
|
178
|
+
"introduced": "10.15",
|
|
179
|
+
"type_name": "const NSErrorDomain",
|
|
137
180
|
"typestr": "@"
|
|
138
181
|
}
|
|
139
182
|
},
|
|
@@ -153,6 +196,6 @@
|
|
|
153
196
|
"EPDeveloperTool.h",
|
|
154
197
|
"EPErrors.h"
|
|
155
198
|
],
|
|
156
|
-
"release": "
|
|
157
|
-
"sdk": "/Users/ronald/Applications/Xcode
|
|
199
|
+
"release": "26.5",
|
|
200
|
+
"sdk": "/Users/ronald/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.5.sdk"
|
|
158
201
|
}
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{pyobjc_framework_executionpolicy-12.1 → pyobjc_framework_executionpolicy-12.2.1}/License.txt
RENAMED
|
File without changes
|
{pyobjc_framework_executionpolicy-12.1 → pyobjc_framework_executionpolicy-12.2.1}/MANIFEST.in
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{pyobjc_framework_executionpolicy-12.1 → pyobjc_framework_executionpolicy-12.2.1}/pyobjc_setup.py
RENAMED
|
File without changes
|
{pyobjc_framework_executionpolicy-12.1 → pyobjc_framework_executionpolicy-12.2.1}/pyproject.toml
RENAMED
|
File without changes
|
|
File without changes
|