cocoapods-binary
cocoapods-binary copied to clipboard
Allows using custom archs in `custom_build_options_simulator`
Resolves issue https://github.com/leavez/cocoapods-binary/issues/93.
It will allow using set_custom_xcodebuild_options_for_prebuilt_frameworks :simulator => "ARCHS=x86_64 i386"
in the Podfile if you need i386 architecture, e.g. for iPhone 5 simulator.
Hi, any news on this PR? I am looking forward for this solution! Thanks for the effort!