xcode: fwlib: make static framework generator handle both thin and fat libs
Static library frameworks can be generated with both a fat and a thin binary, depends on the arch selected for the build. In case it is a fat library, extra work is required to split the fat small libraries into its thin parts, merge their objects together separately and then create a new fat library from the merged thing versions
Please register or sign in to comment