Comments you submit will be routed for moderation. If you have an account, please log in first.
Modify

Ticket #330 (closed enhancement: fixed)

Opened 2 years ago

Last modified 16 months ago

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:1 Changed 2 years ago by matysek

  • Priority changed from normal to lowest

comment:2 Changed 16 months ago by htgoebel

  • Component changed from PyInstaller to Platform Mac

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.

View

Add a comment

Modify Ticket

Action
as closed
The resolution will be deleted. Next status will be 'reopened'
Author


E-mail address and user name can be saved in the Preferences.

 
Note: See TracTickets for help on using tickets.