» 2020 » November » 30 の記事

function make_fat_library {
# Will smash 2 static libs together
# make_fat_library in1 in2 out
lipo -remove arm64 "${2}" -output "${2}" 
xcrun lipo -create "${1}" "${2}" -output "${3}"
}

| HOME |

Smiley face

November 2020
S M T W T F S
1234567
891011121314
15161718192021
22232425262728
2930