Modify ↓
Ticket #330 (closed enhancement: fixed)
MacOSX - use macholib
| Reported by: | matysek | Owned by: | giovannibajo |
|---|---|---|---|
| Priority: | lowest | Milestone: | PyInstaller 2.0 |
| Component: | Platform Mac | Version: | |
| Severity: | normal | Keywords: | |
| Cc: |
Description
macholib is pure python library for Mach-O (MacOSX binary format) header analysis and editing.
We could use this library for:
- resolving dynamic library dependencies (instead otool - similar to ldd on linux)
- create mac bundle
- perhaps for other cases
Attachments
Change History
comment:3 Changed 16 months ago by matysek
- Status changed from new to closed
- Resolution set to fixed
We already use macholib for resolving dynamic dependencies and we eliminated the need for otool. Current implementation to create mac bundle works. Macholib with mac bundle does almost the same. I think we do not need macholib for that.
At the moment I can't find other cases where it could be useful. Closing this ticket.
Note: See
TracTickets for help on using
tickets.
