Fix modulemap creation#283
Conversation
|
Untested; might have bugs. Also I tried building a trivial app using the visionOS XCFramework, but a plist is missing when the framework is prepared w/ our script. Changging the install script to the following (see |
|
As with the changes to the USAGE.md... have you actually tested this? Is this a problem you're actually seeing? Neither of the changes you're proposing here make sense to me. I'm looking at a local build for iOS and visionOS, and both contain a modulemap in the right place. And we've got a live iOS testbed check that uses essentially the same build script, and it is validating that plist creation is working - as is the fact that the visionOS testbed works. So... why are these changes needed? |
|
Wait nevermind... I was looking for the wrong filename when I first opened this PR. Apologies |
|
Specifically, in the wrong place. I looked in the includes folder but it's needed in the Headers folder. |
Done in the wrong order -- it gets overwritten by the symlink.
PR Checklist: