beeware / Python-Apple-support

A meta-package for building a version of Python that can be embedded into a macOS, iOS, tvOS or watchOS project.
MIT License
1.11k stars 160 forks source link

Updating the docs for the new folder structure #226

Closed michaeleisel closed 1 month ago

michaeleisel commented 1 month ago

Describe the bug

The usage guide discusses adding a module map at Python.xcframework/macos-arm64_x86_64/Headers/, but this path no longer exists with the new structure

Steps to reproduce

-

Expected behavior

-

Screenshots

-

Environment

-

Logs

No response

Additional context

No response

michaeleisel commented 1 month ago

Ah I see, this path does exist but only for the macOS version. Perhaps it would be good to discuss the paths involved for the iOS etc. versions, but I can see it either way.