headers icon indicating copy to clipboard operation
headers copied to clipboard

[MobileCoreServices,MobileIcons] Add modulemap

Open leptos-null opened this issue 1 year ago • 0 comments

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 the code rules
  • [x] I've added modulemaps for any new libraries (e.g. see libactivator/module.modulemap): it should be possible to @import MyLibrary; in ObjC, or import MyLibrary in Swift.
  • [x] My contribution is code written by myself from reverse-engineered headers, licensed into the Public Domain as per LICENSE.md; or, code written by myself / taken from an existing project, released under an OSI-approved license, and I've added relevant licensing credit to LICENSE.md

Does this close any currently open issues?

https://github.com/hbang/libcephei/issues/58

Any relevant logs, error output, etc?

No

Any other comments?

No

Where has this been tested?

Operating System: macOS

Platform: Darwin

Target Platform: iphone

Toolchain Version: Apple clang version 15.0.0 (clang-1500.3.9.4)

SDK Version: iPhoneOS16.5

leptos-null avatar Sep 03 '24 05:09 leptos-null