Commit Graph

60 Commits

Author SHA1 Message Date
Ariel Abreu
7af80ac66c
Add fmdb symlink in SDK 2020-07-24 23:13:39 -04:00
Ariel Abreu
f5722174cf
Add libtelnet SDK symlinks 2020-07-24 16:54:35 -04:00
Ariel Abreu
504a614902
Update SDK symlinks
Added IOKit to usr/include for IOKitTools (IIRC?) because it uses `Kernel/IOKit/IOKitDebugging.h`, and our Kernel framework headers directory is just a symlink to usr/include at the moment (this'll be fixed later)
2020-07-24 14:44:17 -04:00
Ariel Abreu
cbfc616cbd Update SDK symlinks 2020-07-23 15:41:09 -04:00
Ariel Abreu
9ec6315bda
Update CFNetwork header symlinks to include private headers 2020-07-16 14:42:12 -04:00
Ariel Abreu
f72cf64a79
Update SDK symlinks 2020-07-15 12:17:07 -04:00
Ariel Abreu
157c5445aa
xar-420 2020-07-05 21:52:08 -04:00
Ariel Abreu
c62a60df69
Add some more SDK header symlinks 2020-07-05 13:46:21 -04:00
Ariel Abreu
5e35640f25
Update openpam and SDK header symlinks 2020-07-03 07:39:22 -04:00
Ariel Abreu
e0132e4b7b
Update libxslt and SDK header symlinks 2020-07-02 21:52:04 -04:00
Ariel Abreu
b8d26b76d1
Update libxpc and add an SDK header symlink 2020-07-02 21:05:50 -04:00
Ariel Abreu
418a294f08
Add bootfiles.h symlink in SDK 2020-07-02 10:13:38 -04:00
Ariel Abreu
93aeda9d21
libedit-55 2020-07-01 23:45:42 -04:00
Ariel Abreu
02588c68d7
Update/add some SDK header symlinks 2020-07-01 23:18:37 -04:00
Ariel Abreu
d5f5a418ed
Add some BSM headers to the SDK 2020-07-01 22:40:33 -04:00
Ariel Abreu
3c9026f618
Update libxml2 and SDK header symlinks 2020-07-01 13:47:35 -04:00
Ariel Abreu
0d3d7b8bf9
Update icu and SDK header symlinks 2020-07-01 10:56:25 -04:00
Ariel Abreu
9e7c933506
Update bzip2 and SDK symlinks 2020-06-30 13:38:00 -04:00
Ariel Abreu
ef9d96f195
Fix up some SDK header symlinks 2020-06-29 23:34:47 -04:00
Ariel Abreu
978b76e066
Create SDK header symlinks for CommonNumerics 2020-06-23 17:40:12 -04:00
Ariel Abreu
4210413820
Update coretls and fix some SDK header symlinks 2020-06-16 16:11:21 -04:00
Ariel Abreu
c950869171
Update commoncrypto and its SDK header symlinks 2020-06-16 15:55:02 -04:00
Ariel Abreu
9b23a7dbbe
Add NSSystemDirectories.h and sysdir.h from the old platform-include 2020-06-16 14:46:28 -04:00
Ariel Abreu
bba9911934
Symlink malloc_implementation.h into the SDK 2020-06-16 12:28:45 -04:00
Ariel Abreu
84ad5c1ff4
Fix broken pthread_machdep.h symlink 2020-06-16 09:51:22 -04:00
Ariel Abreu
20ab534eb4
Fix copyfile header links in the SDK; add Kernel framework to the SDK
For now, the Kernel framework just links to the SDK headers, just like the System framework
2020-06-16 08:50:06 -04:00
Ariel Abreu
7c3df4e5ec
Add more headers to the SDK
These are for libdarwin
2020-06-15 20:42:51 -04:00
Ariel Abreu
38dd79e337
Add os/api.h to the SDK 2020-06-15 14:10:47 -04:00
Ariel Abreu
0229b91a56
More/fixed SDK headers
Also move launchd_defs.h into libxpc
2020-06-14 23:53:04 -04:00
Ariel Abreu
e994c52001
More SDK headers 2020-06-12 23:02:08 -04:00
Ariel Abreu
ec4ec43278
Link libinfo headers directly in the SDK
...as opposed to linking to the symlinks in the `include` directory in libinfo
2020-06-12 21:05:58 -04:00
Ariel Abreu
fe9bb283bc
More SDK headers (cctools headers this time) 2020-06-10 13:01:50 -04:00
Ariel Abreu
13ba951dd5
More SDK headers 2020-06-10 10:02:42 -04:00
Ariel Abreu
d9a1224eda
Fix libmalloc build 2020-06-08 22:05:12 -04:00
Ariel Abreu
07e7b0beaa
Some more SDK include changes 2020-06-07 18:58:03 -04:00
Ariel Abreu
74f4618357
Fix libpthread build 2020-05-19 21:15:00 -04:00
Ariel Abreu
96a6f789ef
Add libc_private.h symlink and fix sandbox symlinks 2020-05-18 11:13:18 -04:00
Ariel Abreu
d9d2e11387
Expand version comments in dyld_priv.h 2020-05-18 09:45:48 -04:00
Ariel Abreu
b92d908b12
Add more header symlinks in the SDK and fix some others 2020-05-18 09:44:34 -04:00
Ariel Abreu
2879f25e8c
Initial CMakeLists cleanup for SDK 2020-05-14 13:01:07 -04:00
Ariel Abreu
05a3dba7bd
Add more headers into the SDK include directory 2020-05-13 22:21:43 -04:00
Ariel Abreu
daef11fbb4
Symlink some more frameworks and headers
[skip ci]
2020-05-12 22:27:18 -04:00
Ariel Abreu
129b374e57
Symlink framework header directories into namespaced directories in framework-include
[skip ci]

Also symlink framework header directories directly into the SDK frameworks. The headers are contained in their own namespace directory, so it doesn't matter if private headers are visible

Also prune unnecessary symlinks to directories that *should* be in the SDK include directory now
2020-05-12 14:26:19 -04:00
Ariel Abreu
d7d7863ff7
Update symlinks in SDK frameworks folder 2020-05-11 22:07:02 -04:00
Ariel Abreu
72ce19acea
Remove platform-include and kernel-include and unify all headers into the SDK in Developer
[skip ci]

The SDK include directory has been recreated to match the structure of macOS's actual SDK include directory.

The SDK include directory symlinks as many headers as possible, and provides copies of the open source (and therefore freely redistributable) headers found in macOS's SDK that can't be found elsewhere.

The CMakeLists will be updated in a later commit to include this directory instead of platform-include, and to resolve any missing header errors.
2020-05-10 19:43:43 -04:00
Andrew Hyatt
8a09f2b66c
Developer dir improvements 2018-09-03 19:18:17 -04:00
Andrew Hyatt
67917dcbcf
Developer dir improvements (#411)
Improve running scripts
2018-08-19 20:14:21 -04:00
Andrew Hyatt
efde35f4f8
Developer dir inprovements (#411) 2018-08-13 21:16:54 -04:00
Andrew Hyatt
495662aac1
Xcodeproj fixes (#411) 2018-08-13 21:16:53 -04:00
Andrew Hyatt
3f7d4758b9
Xcodeproj fixes (#144) 2018-08-04 13:21:58 -04:00