Convert Pachyderm to swift package #138

Closed
opened 2022-02-06 22:02:36 +00:00 by shadowfacts · 0 comments
Owner

WebURL being depended upon by both Pachyderm and the app itself results in it being built as a dynamic framework, which blows up the app size because dead code elimination can't remove public-but-unused parts of it.

Pachyderm being a framework lets everything be statically linked.

WebURL being depended upon by both Pachyderm and the app itself results in it being built as a dynamic framework, which blows up the app size because dead code elimination can't remove public-but-unused parts of it. Pachyderm being a framework lets everything be statically linked.
Sign in to join this conversation.
No Milestone
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: shadowfacts/Tusker#138
No description provided.