Build scripts to produce a XCFramwork for libicu4c.
- macosx (x86_64, arm64)
- iphoneos (armv7s, arm64)
- iphonesimulator (x86_64, arm64)
- mac catalyst (x86_64, arm64)
- modify
prefix.sh
: 1.1 setBASE_ICU_DIR
(full path to project directory) 1.2 (optional) specify ICU version (64.2 by default) - run
sh create-xcframework
- if everything is ok, the resulting XCFramework will be located in
$BASE_ICU_DIR/XCFramework
directory