pyobjc-framework-ExceptionHandling 10.2__tar.gz → 11.0__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-ExceptionHandling-10.2 → pyobjc_framework_exceptionhandling-11.0}/Lib/ExceptionHandling/_metadata.py +2 -13
- {pyobjc-framework-ExceptionHandling-10.2 → pyobjc_framework_exceptionhandling-11.0}/Lib/pyobjc_framework_ExceptionHandling.egg-info/PKG-INFO +5 -5
- {pyobjc-framework-ExceptionHandling-10.2 → pyobjc_framework_exceptionhandling-11.0}/Lib/pyobjc_framework_ExceptionHandling.egg-info/SOURCES.txt +5 -4
- pyobjc_framework_exceptionhandling-11.0/Lib/pyobjc_framework_ExceptionHandling.egg-info/pyobjc-build-info.txt +3 -0
- pyobjc_framework_exceptionhandling-11.0/Lib/pyobjc_framework_ExceptionHandling.egg-info/requires.txt +2 -0
- {pyobjc-framework-ExceptionHandling-10.2 → pyobjc_framework_exceptionhandling-11.0}/PKG-INFO +5 -5
- {pyobjc-framework-ExceptionHandling-10.2 → pyobjc_framework_exceptionhandling-11.0}/PyObjCTest/test_debugging.py +1 -0
- {pyobjc-framework-ExceptionHandling-10.2 → pyobjc_framework_exceptionhandling-11.0}/PyObjCTest/test_exceptionhandling.py +1 -0
- pyobjc_framework_exceptionhandling-11.0/metadata/raw/arm64-14.5.fwinfo +274 -0
- pyobjc-framework-ExceptionHandling-10.2/metadata/raw/arm64-12.0.fwinfo → pyobjc_framework_exceptionhandling-11.0/metadata/raw/arm64-15.0.fwinfo +5 -3
- pyobjc_framework_exceptionhandling-11.0/metadata/raw/x86_64-14.5.fwinfo +274 -0
- pyobjc-framework-ExceptionHandling-10.2/metadata/raw/x86_64-12.0.fwinfo → pyobjc_framework_exceptionhandling-11.0/metadata/raw/x86_64-15.0.fwinfo +5 -3
- {pyobjc-framework-ExceptionHandling-10.2 → pyobjc_framework_exceptionhandling-11.0}/pyobjc_setup.py +121 -27
- {pyobjc-framework-ExceptionHandling-10.2 → pyobjc_framework_exceptionhandling-11.0}/setup.py +2 -1
- pyobjc-framework-ExceptionHandling-10.2/Lib/pyobjc_framework_ExceptionHandling.egg-info/requires.txt +0 -2
- pyobjc-framework-ExceptionHandling-10.2/metadata/raw/arm64-14.0.fwinfo +0 -281
- pyobjc-framework-ExceptionHandling-10.2/metadata/raw/x86_64-14.0.fwinfo +0 -281
- {pyobjc-framework-ExceptionHandling-10.2 → pyobjc_framework_exceptionhandling-11.0}/Examples/debugging.py +0 -0
- {pyobjc-framework-ExceptionHandling-10.2 → pyobjc_framework_exceptionhandling-11.0}/LICENSE.txt +0 -0
- {pyobjc-framework-ExceptionHandling-10.2 → pyobjc_framework_exceptionhandling-11.0}/Lib/ExceptionHandling/__init__.py +0 -0
- {pyobjc-framework-ExceptionHandling-10.2 → pyobjc_framework_exceptionhandling-11.0}/Lib/PyObjCTools/Debugging.py +0 -0
- {pyobjc-framework-ExceptionHandling-10.2 → pyobjc_framework_exceptionhandling-11.0}/Lib/pyobjc_framework_ExceptionHandling.egg-info/dependency_links.txt +0 -0
- {pyobjc-framework-ExceptionHandling-10.2 → pyobjc_framework_exceptionhandling-11.0}/Lib/pyobjc_framework_ExceptionHandling.egg-info/not-zip-safe +0 -0
- {pyobjc-framework-ExceptionHandling-10.2 → pyobjc_framework_exceptionhandling-11.0}/Lib/pyobjc_framework_ExceptionHandling.egg-info/top_level.txt +0 -0
- {pyobjc-framework-ExceptionHandling-10.2 → pyobjc_framework_exceptionhandling-11.0}/MANIFEST.in +0 -0
- {pyobjc-framework-ExceptionHandling-10.2 → pyobjc_framework_exceptionhandling-11.0}/PyObjCTest/__init__.py +0 -0
- {pyobjc-framework-ExceptionHandling-10.2 → pyobjc_framework_exceptionhandling-11.0}/PyObjCTest/test_nsexceptionhandler.py +0 -0
- {pyobjc-framework-ExceptionHandling-10.2 → pyobjc_framework_exceptionhandling-11.0}/README.txt +0 -0
- {pyobjc-framework-ExceptionHandling-10.2 → pyobjc_framework_exceptionhandling-11.0}/metadata/ExceptionHandling.fwinfo +0 -0
- {pyobjc-framework-ExceptionHandling-10.2 → pyobjc_framework_exceptionhandling-11.0}/metadata/metadata.ini +0 -0
- {pyobjc-framework-ExceptionHandling-10.2 → pyobjc_framework_exceptionhandling-11.0}/metadata/raw/arm64-12.3.fwinfo +0 -0
- {pyobjc-framework-ExceptionHandling-10.2 → pyobjc_framework_exceptionhandling-11.0}/metadata/raw/x86_64-10.16.fwinfo +0 -0
- {pyobjc-framework-ExceptionHandling-10.2 → pyobjc_framework_exceptionhandling-11.0}/metadata/raw/x86_64-10.6.fwinfo +0 -0
- {pyobjc-framework-ExceptionHandling-10.2 → pyobjc_framework_exceptionhandling-11.0}/metadata/raw/x86_64-10.7.fwinfo +0 -0
- {pyobjc-framework-ExceptionHandling-10.2 → pyobjc_framework_exceptionhandling-11.0}/metadata/raw/x86_64-10.8.fwinfo +0 -0
- {pyobjc-framework-ExceptionHandling-10.2 → pyobjc_framework_exceptionhandling-11.0}/metadata/raw/x86_64-12.3.fwinfo +0 -0
- {pyobjc-framework-ExceptionHandling-10.2 → pyobjc_framework_exceptionhandling-11.0}/pyproject.toml +0 -0
- {pyobjc-framework-ExceptionHandling-10.2 → pyobjc_framework_exceptionhandling-11.0}/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: Tue Jun 11 10:10:34 2024
|
|
4
4
|
#
|
|
5
5
|
# flake8: noqa
|
|
6
6
|
|
|
@@ -32,18 +32,7 @@ else:
|
|
|
32
32
|
misc = {}
|
|
33
33
|
constants = """$NSStackTraceKey$NSUncaughtRuntimeErrorException$NSUncaughtSystemExceptionException$"""
|
|
34
34
|
enums = """$NSHandleOtherExceptionMask@512$NSHandleTopLevelExceptionMask@128$NSHandleUncaughtExceptionMask@2$NSHandleUncaughtRuntimeErrorMask@32$NSHandleUncaughtSystemExceptionMask@8$NSHangOnOtherExceptionMask@16$NSHangOnTopLevelExceptionMask@8$NSHangOnUncaughtExceptionMask@1$NSHangOnUncaughtRuntimeErrorMask@4$NSHangOnUncaughtSystemExceptionMask@2$NSLogOtherExceptionMask@256$NSLogTopLevelExceptionMask@64$NSLogUncaughtExceptionMask@1$NSLogUncaughtRuntimeErrorMask@16$NSLogUncaughtSystemExceptionMask@4$"""
|
|
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/ExceptionHandling.framework/Headers/NSExceptionHandler.h:33: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/ExceptionHandling.framework/Headers/NSExceptionHandler.h:33:1)",
|
|
39
|
-
int,
|
|
40
|
-
),
|
|
41
|
-
"enum (unnamed at /Users/ronald/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.0.sdk/System/Library/Frameworks/ExceptionHandling.framework/Headers/NSExceptionHandler.h:18:1)": NewType(
|
|
42
|
-
"enum (unnamed at /Users/ronald/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.0.sdk/System/Library/Frameworks/ExceptionHandling.framework/Headers/NSExceptionHandler.h:18:1)",
|
|
43
|
-
int,
|
|
44
|
-
),
|
|
45
|
-
}
|
|
46
|
-
)
|
|
35
|
+
misc.update({})
|
|
47
36
|
misc.update({})
|
|
48
37
|
misc.update({})
|
|
49
38
|
functions = {"NSExceptionHandlerResume": (b"v",)}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: pyobjc-framework-ExceptionHandling
|
|
3
|
-
Version:
|
|
3
|
+
Version: 11.0
|
|
4
4
|
Summary: Wrappers for the framework ExceptionHandling on macOS
|
|
5
5
|
Home-page: https://github.com/ronaldoussoren/pyobjc
|
|
6
6
|
Author: Ronald Oussoren
|
|
@@ -18,21 +18,21 @@ Classifier: Operating System :: MacOS :: MacOS X
|
|
|
18
18
|
Classifier: Programming Language :: Python
|
|
19
19
|
Classifier: Programming Language :: Python :: 3
|
|
20
20
|
Classifier: Programming Language :: Python :: 3 :: Only
|
|
21
|
-
Classifier: Programming Language :: Python :: 3.8
|
|
22
21
|
Classifier: Programming Language :: Python :: 3.9
|
|
23
22
|
Classifier: Programming Language :: Python :: 3.10
|
|
24
23
|
Classifier: Programming Language :: Python :: 3.11
|
|
25
24
|
Classifier: Programming Language :: Python :: 3.12
|
|
26
25
|
Classifier: Programming Language :: Python :: 3.13
|
|
26
|
+
Classifier: Programming Language :: Python :: 3.14
|
|
27
27
|
Classifier: Programming Language :: Python :: Implementation :: CPython
|
|
28
28
|
Classifier: Programming Language :: Objective C
|
|
29
29
|
Classifier: Topic :: Software Development :: Libraries :: Python Modules
|
|
30
30
|
Classifier: Topic :: Software Development :: User Interfaces
|
|
31
|
-
Requires-Python: >=3.
|
|
31
|
+
Requires-Python: >=3.9
|
|
32
32
|
Description-Content-Type: text/x-rst; charset=UTF-8
|
|
33
33
|
License-File: LICENSE.txt
|
|
34
|
-
Requires-Dist: pyobjc-core>=
|
|
35
|
-
Requires-Dist: pyobjc-framework-Cocoa>=
|
|
34
|
+
Requires-Dist: pyobjc-core>=11.0
|
|
35
|
+
Requires-Dist: pyobjc-framework-Cocoa>=11.0
|
|
36
36
|
Project-URL: Documentation, https://pyobjc.readthedocs.io/en/latest/
|
|
37
37
|
Project-URL: Issue tracker, https://github.com/ronaldoussoren/pyobjc/issues
|
|
38
38
|
Project-URL: Repository, https://github.com/ronaldoussoren/pyobjc
|
|
@@ -12,6 +12,7 @@ Lib/pyobjc_framework_ExceptionHandling.egg-info/PKG-INFO
|
|
|
12
12
|
Lib/pyobjc_framework_ExceptionHandling.egg-info/SOURCES.txt
|
|
13
13
|
Lib/pyobjc_framework_ExceptionHandling.egg-info/dependency_links.txt
|
|
14
14
|
Lib/pyobjc_framework_ExceptionHandling.egg-info/not-zip-safe
|
|
15
|
+
Lib/pyobjc_framework_ExceptionHandling.egg-info/pyobjc-build-info.txt
|
|
15
16
|
Lib/pyobjc_framework_ExceptionHandling.egg-info/requires.txt
|
|
16
17
|
Lib/pyobjc_framework_ExceptionHandling.egg-info/top_level.txt
|
|
17
18
|
PyObjCTest/__init__.py
|
|
@@ -20,13 +21,13 @@ PyObjCTest/test_exceptionhandling.py
|
|
|
20
21
|
PyObjCTest/test_nsexceptionhandler.py
|
|
21
22
|
metadata/ExceptionHandling.fwinfo
|
|
22
23
|
metadata/metadata.ini
|
|
23
|
-
metadata/raw/arm64-12.0.fwinfo
|
|
24
24
|
metadata/raw/arm64-12.3.fwinfo
|
|
25
|
-
metadata/raw/arm64-14.
|
|
25
|
+
metadata/raw/arm64-14.5.fwinfo
|
|
26
|
+
metadata/raw/arm64-15.0.fwinfo
|
|
26
27
|
metadata/raw/x86_64-10.16.fwinfo
|
|
27
28
|
metadata/raw/x86_64-10.6.fwinfo
|
|
28
29
|
metadata/raw/x86_64-10.7.fwinfo
|
|
29
30
|
metadata/raw/x86_64-10.8.fwinfo
|
|
30
|
-
metadata/raw/x86_64-12.0.fwinfo
|
|
31
31
|
metadata/raw/x86_64-12.3.fwinfo
|
|
32
|
-
metadata/raw/x86_64-14.
|
|
32
|
+
metadata/raw/x86_64-14.5.fwinfo
|
|
33
|
+
metadata/raw/x86_64-15.0.fwinfo
|
{pyobjc-framework-ExceptionHandling-10.2 → pyobjc_framework_exceptionhandling-11.0}/PKG-INFO
RENAMED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: pyobjc-framework-ExceptionHandling
|
|
3
|
-
Version:
|
|
3
|
+
Version: 11.0
|
|
4
4
|
Summary: Wrappers for the framework ExceptionHandling on macOS
|
|
5
5
|
Home-page: https://github.com/ronaldoussoren/pyobjc
|
|
6
6
|
Author: Ronald Oussoren
|
|
@@ -18,21 +18,21 @@ Classifier: Operating System :: MacOS :: MacOS X
|
|
|
18
18
|
Classifier: Programming Language :: Python
|
|
19
19
|
Classifier: Programming Language :: Python :: 3
|
|
20
20
|
Classifier: Programming Language :: Python :: 3 :: Only
|
|
21
|
-
Classifier: Programming Language :: Python :: 3.8
|
|
22
21
|
Classifier: Programming Language :: Python :: 3.9
|
|
23
22
|
Classifier: Programming Language :: Python :: 3.10
|
|
24
23
|
Classifier: Programming Language :: Python :: 3.11
|
|
25
24
|
Classifier: Programming Language :: Python :: 3.12
|
|
26
25
|
Classifier: Programming Language :: Python :: 3.13
|
|
26
|
+
Classifier: Programming Language :: Python :: 3.14
|
|
27
27
|
Classifier: Programming Language :: Python :: Implementation :: CPython
|
|
28
28
|
Classifier: Programming Language :: Objective C
|
|
29
29
|
Classifier: Topic :: Software Development :: Libraries :: Python Modules
|
|
30
30
|
Classifier: Topic :: Software Development :: User Interfaces
|
|
31
|
-
Requires-Python: >=3.
|
|
31
|
+
Requires-Python: >=3.9
|
|
32
32
|
Description-Content-Type: text/x-rst; charset=UTF-8
|
|
33
33
|
License-File: LICENSE.txt
|
|
34
|
-
Requires-Dist: pyobjc-core>=
|
|
35
|
-
Requires-Dist: pyobjc-framework-Cocoa>=
|
|
34
|
+
Requires-Dist: pyobjc-core>=11.0
|
|
35
|
+
Requires-Dist: pyobjc-framework-Cocoa>=11.0
|
|
36
36
|
|
|
37
37
|
|
|
38
38
|
Wrappers for the "ExceptionHandling" framework on macOS. The ExceptionHandling
|
|
@@ -0,0 +1,274 @@
|
|
|
1
|
+
// GENERATED FILE DO NOT EDIT
|
|
2
|
+
//
|
|
3
|
+
// This file was generated by objective.metadata
|
|
4
|
+
// Last update: Sat May 18 09:28:46 2024
|
|
5
|
+
{
|
|
6
|
+
"arch": "arm64",
|
|
7
|
+
"definitions": {
|
|
8
|
+
"aliases": {},
|
|
9
|
+
"called_definitions": {},
|
|
10
|
+
"cftypes": {},
|
|
11
|
+
"classes": {
|
|
12
|
+
"NSExceptionHandler": {
|
|
13
|
+
"categories": [],
|
|
14
|
+
"methods": [
|
|
15
|
+
{
|
|
16
|
+
"args": [],
|
|
17
|
+
"class_method": true,
|
|
18
|
+
"retval": {
|
|
19
|
+
"typestr": "@",
|
|
20
|
+
"typestr_special": false
|
|
21
|
+
},
|
|
22
|
+
"selector": "defaultExceptionHandler",
|
|
23
|
+
"visibility": "public"
|
|
24
|
+
},
|
|
25
|
+
{
|
|
26
|
+
"args": [
|
|
27
|
+
{
|
|
28
|
+
"typestr": "Q",
|
|
29
|
+
"typestr_special": false
|
|
30
|
+
}
|
|
31
|
+
],
|
|
32
|
+
"class_method": false,
|
|
33
|
+
"retval": {
|
|
34
|
+
"typestr": "v",
|
|
35
|
+
"typestr_special": false
|
|
36
|
+
},
|
|
37
|
+
"selector": "setExceptionHandlingMask:",
|
|
38
|
+
"visibility": "public"
|
|
39
|
+
},
|
|
40
|
+
{
|
|
41
|
+
"args": [],
|
|
42
|
+
"class_method": false,
|
|
43
|
+
"retval": {
|
|
44
|
+
"typestr": "Q",
|
|
45
|
+
"typestr_special": false
|
|
46
|
+
},
|
|
47
|
+
"selector": "exceptionHandlingMask",
|
|
48
|
+
"visibility": "public"
|
|
49
|
+
},
|
|
50
|
+
{
|
|
51
|
+
"args": [
|
|
52
|
+
{
|
|
53
|
+
"typestr": "Q",
|
|
54
|
+
"typestr_special": false
|
|
55
|
+
}
|
|
56
|
+
],
|
|
57
|
+
"class_method": false,
|
|
58
|
+
"retval": {
|
|
59
|
+
"typestr": "v",
|
|
60
|
+
"typestr_special": false
|
|
61
|
+
},
|
|
62
|
+
"selector": "setExceptionHangingMask:",
|
|
63
|
+
"visibility": "public"
|
|
64
|
+
},
|
|
65
|
+
{
|
|
66
|
+
"args": [],
|
|
67
|
+
"class_method": false,
|
|
68
|
+
"retval": {
|
|
69
|
+
"typestr": "Q",
|
|
70
|
+
"typestr_special": false
|
|
71
|
+
},
|
|
72
|
+
"selector": "exceptionHangingMask",
|
|
73
|
+
"visibility": "public"
|
|
74
|
+
},
|
|
75
|
+
{
|
|
76
|
+
"args": [
|
|
77
|
+
{
|
|
78
|
+
"typestr": "@",
|
|
79
|
+
"typestr_special": false
|
|
80
|
+
}
|
|
81
|
+
],
|
|
82
|
+
"class_method": false,
|
|
83
|
+
"retval": {
|
|
84
|
+
"typestr": "v",
|
|
85
|
+
"typestr_special": false
|
|
86
|
+
},
|
|
87
|
+
"selector": "setDelegate:",
|
|
88
|
+
"visibility": "public"
|
|
89
|
+
},
|
|
90
|
+
{
|
|
91
|
+
"args": [],
|
|
92
|
+
"class_method": false,
|
|
93
|
+
"retval": {
|
|
94
|
+
"typestr": "@",
|
|
95
|
+
"typestr_special": false
|
|
96
|
+
},
|
|
97
|
+
"selector": "delegate",
|
|
98
|
+
"visibility": "public"
|
|
99
|
+
}
|
|
100
|
+
],
|
|
101
|
+
"name": "NSExceptionHandler",
|
|
102
|
+
"properties": [],
|
|
103
|
+
"protocols": [],
|
|
104
|
+
"super": "NSObject"
|
|
105
|
+
},
|
|
106
|
+
"NSObject": {
|
|
107
|
+
"methods": [
|
|
108
|
+
{
|
|
109
|
+
"args": [
|
|
110
|
+
{
|
|
111
|
+
"typestr": "@",
|
|
112
|
+
"typestr_special": false
|
|
113
|
+
},
|
|
114
|
+
{
|
|
115
|
+
"typestr": "@",
|
|
116
|
+
"typestr_special": false
|
|
117
|
+
},
|
|
118
|
+
{
|
|
119
|
+
"typestr": "Q",
|
|
120
|
+
"typestr_special": false
|
|
121
|
+
}
|
|
122
|
+
],
|
|
123
|
+
"class_method": false,
|
|
124
|
+
"retval": {
|
|
125
|
+
"typestr": "Z",
|
|
126
|
+
"typestr_special": true
|
|
127
|
+
},
|
|
128
|
+
"selector": "exceptionHandler:shouldLogException:mask:",
|
|
129
|
+
"visibility": "public"
|
|
130
|
+
},
|
|
131
|
+
{
|
|
132
|
+
"args": [
|
|
133
|
+
{
|
|
134
|
+
"typestr": "@",
|
|
135
|
+
"typestr_special": false
|
|
136
|
+
},
|
|
137
|
+
{
|
|
138
|
+
"typestr": "@",
|
|
139
|
+
"typestr_special": false
|
|
140
|
+
},
|
|
141
|
+
{
|
|
142
|
+
"typestr": "Q",
|
|
143
|
+
"typestr_special": false
|
|
144
|
+
}
|
|
145
|
+
],
|
|
146
|
+
"class_method": false,
|
|
147
|
+
"retval": {
|
|
148
|
+
"typestr": "Z",
|
|
149
|
+
"typestr_special": true
|
|
150
|
+
},
|
|
151
|
+
"selector": "exceptionHandler:shouldHandleException:mask:",
|
|
152
|
+
"visibility": "public"
|
|
153
|
+
}
|
|
154
|
+
],
|
|
155
|
+
"name": "NSObject",
|
|
156
|
+
"properties": [],
|
|
157
|
+
"protocols": []
|
|
158
|
+
}
|
|
159
|
+
},
|
|
160
|
+
"enum": {
|
|
161
|
+
"NSHandleOtherExceptionMask": 512,
|
|
162
|
+
"NSHandleTopLevelExceptionMask": 128,
|
|
163
|
+
"NSHandleUncaughtExceptionMask": 2,
|
|
164
|
+
"NSHandleUncaughtRuntimeErrorMask": 32,
|
|
165
|
+
"NSHandleUncaughtSystemExceptionMask": 8,
|
|
166
|
+
"NSHangOnOtherExceptionMask": 16,
|
|
167
|
+
"NSHangOnTopLevelExceptionMask": 8,
|
|
168
|
+
"NSHangOnUncaughtExceptionMask": 1,
|
|
169
|
+
"NSHangOnUncaughtRuntimeErrorMask": 4,
|
|
170
|
+
"NSHangOnUncaughtSystemExceptionMask": 2,
|
|
171
|
+
"NSLogOtherExceptionMask": 256,
|
|
172
|
+
"NSLogTopLevelExceptionMask": 64,
|
|
173
|
+
"NSLogUncaughtExceptionMask": 1,
|
|
174
|
+
"NSLogUncaughtRuntimeErrorMask": 16,
|
|
175
|
+
"NSLogUncaughtSystemExceptionMask": 4
|
|
176
|
+
},
|
|
177
|
+
"enum_type": {},
|
|
178
|
+
"expressions": {
|
|
179
|
+
"NSHangOnEveryExceptionMask": "(NSHangOnUncaughtExceptionMask|NSHangOnUncaughtSystemExceptionMask|NSHangOnUncaughtRuntimeErrorMask|NSHangOnTopLevelExceptionMask|NSHangOnOtherExceptionMask)",
|
|
180
|
+
"NSLogAndHandleEveryExceptionMask": "(NSLogUncaughtExceptionMask|NSLogUncaughtSystemExceptionMask|NSLogUncaughtRuntimeErrorMask|NSHandleUncaughtExceptionMask|NSHandleUncaughtSystemExceptionMask|NSHandleUncaughtRuntimeErrorMask|NSLogTopLevelExceptionMask|NSHandleTopLevelExceptionMask|NSLogOtherExceptionMask|NSHandleOtherExceptionMask)"
|
|
181
|
+
},
|
|
182
|
+
"externs": {
|
|
183
|
+
"NSStackTraceKey": {
|
|
184
|
+
"typestr": "@"
|
|
185
|
+
},
|
|
186
|
+
"NSUncaughtRuntimeErrorException": {
|
|
187
|
+
"typestr": "@"
|
|
188
|
+
},
|
|
189
|
+
"NSUncaughtSystemExceptionException": {
|
|
190
|
+
"typestr": "@"
|
|
191
|
+
}
|
|
192
|
+
},
|
|
193
|
+
"formal_protocols": {},
|
|
194
|
+
"func_macros": {},
|
|
195
|
+
"functions": {
|
|
196
|
+
"NSExceptionHandlerResume": {
|
|
197
|
+
"args": [
|
|
198
|
+
{
|
|
199
|
+
"name": null,
|
|
200
|
+
"typestr": "v"
|
|
201
|
+
}
|
|
202
|
+
],
|
|
203
|
+
"retval": {
|
|
204
|
+
"typestr": "v"
|
|
205
|
+
},
|
|
206
|
+
"variadic": true
|
|
207
|
+
}
|
|
208
|
+
},
|
|
209
|
+
"informal_protocols": {
|
|
210
|
+
"NSExceptionHandlerDelegate": {
|
|
211
|
+
"implements": [],
|
|
212
|
+
"methods": [
|
|
213
|
+
{
|
|
214
|
+
"args": [
|
|
215
|
+
{
|
|
216
|
+
"typestr": "@",
|
|
217
|
+
"typestr_special": false
|
|
218
|
+
},
|
|
219
|
+
{
|
|
220
|
+
"typestr": "@",
|
|
221
|
+
"typestr_special": false
|
|
222
|
+
},
|
|
223
|
+
{
|
|
224
|
+
"typestr": "Q",
|
|
225
|
+
"typestr_special": false
|
|
226
|
+
}
|
|
227
|
+
],
|
|
228
|
+
"class_method": false,
|
|
229
|
+
"retval": {
|
|
230
|
+
"typestr": "Z",
|
|
231
|
+
"typestr_special": true
|
|
232
|
+
},
|
|
233
|
+
"selector": "exceptionHandler:shouldLogException:mask:",
|
|
234
|
+
"visibility": "public"
|
|
235
|
+
},
|
|
236
|
+
{
|
|
237
|
+
"args": [
|
|
238
|
+
{
|
|
239
|
+
"typestr": "@",
|
|
240
|
+
"typestr_special": false
|
|
241
|
+
},
|
|
242
|
+
{
|
|
243
|
+
"typestr": "@",
|
|
244
|
+
"typestr_special": false
|
|
245
|
+
},
|
|
246
|
+
{
|
|
247
|
+
"typestr": "Q",
|
|
248
|
+
"typestr_special": false
|
|
249
|
+
}
|
|
250
|
+
],
|
|
251
|
+
"class_method": false,
|
|
252
|
+
"retval": {
|
|
253
|
+
"typestr": "Z",
|
|
254
|
+
"typestr_special": true
|
|
255
|
+
},
|
|
256
|
+
"selector": "exceptionHandler:shouldHandleException:mask:",
|
|
257
|
+
"visibility": "public"
|
|
258
|
+
}
|
|
259
|
+
],
|
|
260
|
+
"properties": []
|
|
261
|
+
}
|
|
262
|
+
},
|
|
263
|
+
"literals": {},
|
|
264
|
+
"structs": {},
|
|
265
|
+
"typedefs": {}
|
|
266
|
+
},
|
|
267
|
+
"framework": "ExceptionHandling",
|
|
268
|
+
"headers": [
|
|
269
|
+
"ExceptionHandlingDefines.h",
|
|
270
|
+
"NSExceptionHandler.h"
|
|
271
|
+
],
|
|
272
|
+
"release": "10.16",
|
|
273
|
+
"sdk": "/Users/ronald/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk"
|
|
274
|
+
}
|
|
@@ -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: Tue Jun 11 10:10:34 2024
|
|
5
5
|
{
|
|
6
6
|
"arch": "arm64",
|
|
7
7
|
"definitions": {
|
|
@@ -174,6 +174,7 @@
|
|
|
174
174
|
"NSLogUncaughtRuntimeErrorMask": 16,
|
|
175
175
|
"NSLogUncaughtSystemExceptionMask": 4
|
|
176
176
|
},
|
|
177
|
+
"enum_type": {},
|
|
177
178
|
"expressions": {
|
|
178
179
|
"NSHangOnEveryExceptionMask": "(NSHangOnUncaughtExceptionMask|NSHangOnUncaughtSystemExceptionMask|NSHangOnUncaughtRuntimeErrorMask|NSHangOnTopLevelExceptionMask|NSHangOnOtherExceptionMask)",
|
|
179
180
|
"NSLogAndHandleEveryExceptionMask": "(NSLogUncaughtExceptionMask|NSLogUncaughtSystemExceptionMask|NSLogUncaughtRuntimeErrorMask|NSHandleUncaughtExceptionMask|NSHandleUncaughtSystemExceptionMask|NSHandleUncaughtRuntimeErrorMask|NSLogTopLevelExceptionMask|NSHandleTopLevelExceptionMask|NSLogOtherExceptionMask|NSHandleOtherExceptionMask)"
|
|
@@ -260,7 +261,8 @@
|
|
|
260
261
|
}
|
|
261
262
|
},
|
|
262
263
|
"literals": {},
|
|
263
|
-
"structs": {}
|
|
264
|
+
"structs": {},
|
|
265
|
+
"typedefs": {}
|
|
264
266
|
},
|
|
265
267
|
"framework": "ExceptionHandling",
|
|
266
268
|
"headers": [
|
|
@@ -268,5 +270,5 @@
|
|
|
268
270
|
"NSExceptionHandler.h"
|
|
269
271
|
],
|
|
270
272
|
"release": "10.16",
|
|
271
|
-
"sdk": "/Users/ronald/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/
|
|
273
|
+
"sdk": "/Users/ronald/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.0.sdk"
|
|
272
274
|
}
|