indygreg / PyOxidizer

A modern Python application packaging and distribution tool
Mozilla Public License 2.0
5.4k stars 234 forks source link

apple-bundles: fix iOS framework signing #640

Closed kabiroberai closed 1 year ago

kabiroberai commented 1 year ago

iOS frameworks contain the Info.plist file in their root directory, rather than inside Resources/.

indygreg commented 1 year ago

I've moved apple-bundles to https://github.com/indygreg/apple-platform-rs. Please rebase this PR and submit it against the new project if you'd still like it to be considered. (The new repository has the full history of https://github.com/indygreg/PyOxidizer so a rebase should work assuming there aren't other code changes since this PR was submitted.)