leavez / cocoapods-binary

integrate pods in form of prebuilt frameworks conveniently, reducing compile time
MIT License
1.3k stars 207 forks source link

Allows using custom archs in `custom_build_options_simulator` #109

Open osfalt opened 4 years ago

osfalt commented 4 years ago

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.

admin-graycompany commented 4 years ago

Hi, any news on this PR? I am looking forward for this solution! Thanks for the effort!