We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 65af476 commit 083f821Copy full SHA for 083f821
scripts/build.sh
@@ -34,6 +34,7 @@ if [[ ! -f boost/b2 ]]; then
34
fi
35
36
############### ICU
37
+#export ICU4C_RELEASE_LINK=https://github.com/apotocki/icu4c-iosx/releases/download/72.1.1
38
if [[ ! -d $SCRIPT_DIR/Pods/icu4c-iosx/product ]]; then
39
if [[ ! -z "${ICU4C_RELEASE_LINK}" ]]; then
40
if [[ -d $SCRIPT_DIR/Pods/icu4c-iosx ]]; then
@@ -52,7 +53,6 @@ if [[ ! -d $SCRIPT_DIR/Pods/icu4c-iosx/product ]]; then
52
53
unzip -q icuio.xcframework.zip
54
unzip -q icuuc.xcframework.zip
55
mkdir frameworks
- mv include frameworks/Headers
56
mv icudata.xcframework frameworks/
57
mv icui18n.xcframework frameworks/
58
mv icuio.xcframework frameworks/
0 commit comments