cocoapods-binary icon indicating copy to clipboard operation
cocoapods-binary copied to clipboard

List pods to be binary

Open sidferreira opened this issue 4 years ago • 0 comments
trafficstars

React Native has a lot of custom behaviours so it's tricky to add the :binary flag.

I wonder if it's possible to use something like

@prebuild_framework_pod_names = ['MyDep']

instead? to pin point which ones to keep...

or maybe something like

all_binary(['MyDep'])

so we don't have to modify 3rd party files...

sidferreira avatar Nov 05 '21 20:11 sidferreira