Convert Pachyderm to swift package #138
Labels
No Milestone
No Assignees
1 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: shadowfacts/Tusker#138
Loading…
Reference in New Issue
No description provided.
Delete Branch "%!s(<nil>)"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
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.