headers icon indicating copy to clipboard operation
headers copied to clipboard

Headers. Not for documents. Not the opposite of footers.

Results 10 headers issues
Sort by recently updated
recently updated
newest added

What does this implement/fix? Explain your changes. --------------------------------------------------- … Checklist --------- - [x] New code follows the [code rules](https://github.com/theos/headers/blob/master/README.md#code-rules) - [ ] I've added modulemaps for any new libraries (e.g....

Not sure how this all works when a .tbd is needed but I think I'm supposed to make another PR in theos/lib so I'm doing that next

Per `README`: > Follow the existing coding style There are many different styles throughout the headers, even ignoring vendor headers (e.g. `openssl`). I believe there should be a more unified,...

What does this implement/fix? Explain your changes. --------------------------------------------------- The contents of this PR adds a GitHub Action that create a blank file, imports a single header, and then tries to...

What does this implement/fix? Explain your changes. --------------------------------------------------- Unable to compile without change. I'm not sure if this qualifies under [code rules](https://github.com/theos/headers/blob/master/README.md#code-rules), feel free to edit the change. Checklist ---------...

What does this implement/fix? Explain your changes. --------------------------------------------------- Provide a Swift wrapper for libroot. Since libroot will be widely used and Swift is a popular language to use with theos,...

What does this implement/fix? Explain your changes. --------------------------------------------------- Complete the list of MG keys (or list about 760 keys) Checklist --------- - [x] New code follows the [code rules](https://github.com/theos/headers/blob/master/README.md#code-rules) -...

What does this implement/fix? Explain your changes. --------------------------------------------------- Adds `.modulemap` files to each directory that corresponds with an iOS private framework. This PR is inspired by the changes in #98...

What does this implement/fix? Explain your changes. --------------------------------------------------- This enables https://github.com/hbang/libcephei/commit/7ad69a903cffa0b8240f8eb1a9afb27c15d8fe57 to compile. This PR adds module information for - `MobileCoreServices` - `MobileIcons` Checklist --------- - [x] New code follows...

What does this implement/fix? Explain your changes. --------------------------------------------------- Theos only links libroot when targeting `iphone`: https://github.com/theos/theos/blob/351fbe83ee6058bdb64e90884c3bb047c31ab6c1/makefiles/instance/rules.mk#L139-L142 This is currently required because libroot is currently only compiled for iOS. This PR...