File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -60,6 +60,8 @@ After building the **objc scheme**, manually integrate generated `libobjc.A.dyli
60
60
| objc-runtime-new.mm | ` #include <mach/shared_region.h> ` | /xnu-6153.41.3/osfmk/mach/shared_region.h |
61
61
| objc-cache.mm | ` #include <kern/restartable.h> ` | /xnu-6153.41.3/osfmk/mach/restartable.defs, build from xnu kernel |
62
62
| objc-os.h | ` #include_next <CrashReporterClient.h> ` => ` #include <CrashReporterClient.h> ` | /Libc-825.24/include/CrashReporterClient.h |
63
+ | objc-exception.mm | ` #include <objc/objc-abi.h> ` | removed |
64
+ | objc-gdb.h | ` #include <objc/maptable.h> ` | removed |
63
65
64
66
#### Private Header Included Header
65
67
| private header | #include | tarball |
@@ -69,8 +71,6 @@ After building the **objc scheme**, manually integrate generated `libobjc.A.dyli
69
71
| lock_private.h | ` #include <pthread/tsd_private.h> ` | /libpthread-416.40.3/private/tsd_private.h |
70
72
| workqueue_private.h | ` #include <pthread/qos_private.h> ` | /llibpthread-416.40.3/private/qos_private.h |
71
73
| qos_private.h | ` #include <sys/qos_private.h> ` | /libpthread-416.40.3/sys/qos_private.h |
72
- | objc-exception.mm | ` #include <objc/objc-abi.h> ` | removed |
73
- | objc-gdb.h | ` #include <objc/maptable.h> ` | removed |
74
74
75
75
#### Bridge OS
76
76
You can’t perform that action at this time.
0 commit comments