libXray
libXray copied to clipboard
fix cgo tvos and add module.modulemap for xcframeworks
This commit fixes the CGO build for tvOS and adds module.modulemap for correct library linking in the project.
Thanks for contribution. LibXray.xcframework does not contain module.modulemap is implemented on purpose. If there are two xcframeworks which contains module.modulemap in one Xcode project, the compilation will fail. For avoiding conflicts with other libraries, LibXray.xcframework won't include module.modulemap until Apple solves this problem.
So please remove the codes related module.modulemap.