diff --git a/README.md b/README.md index be43556..7c7bf29 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ Supported versions: 74.1 -This repo provides a universal script for building static ICU libraries for use in iOS and Mac OS X applications. The repo contains "icu" submodule that is taken from https://github.com/unicode-org/icu . The repo branches correspond to the suitable branches of ICU repo. E.g. "73" branch corresponds to "maint/maint-73" branch. +This repo provides a universal script for building static ICU libraries for use in iOS and Mac OS X applications. The repo contains "icu" submodule that is taken from https://github.com/unicode-org/icu . The repo branches correspond to the suitable branches of ICU repo. E.g. "74" branch corresponds to "maint/maint-74" branch. ## Prerequisites 1) Xcode must be installed because xcodebuild is used to create xcframeworks diff --git a/icu b/icu index 680f521..9f64d3f 160000 --- a/icu +++ b/icu @@ -1 +1 @@ -Subproject commit 680f521746a3bd6a86f25f25ee50a62d88b489cf +Subproject commit 9f64d3f269014814058091bfe9982c42d59847a7 diff --git a/scripts/build.sh b/scripts/build.sh index 0effd43..2a6be81 100755 --- a/scripts/build.sh +++ b/scripts/build.sh @@ -32,7 +32,7 @@ echo "USING WITH_DATA_PACKAGING: $WITH_DATA_PACKAGING" #explicit 74.1 pushd icu -git reset --hard release-74-1 +git reset --hard 9f64d3f2690 popd COMMON_CONFIGURE_ARGS="--enable-static --disable-shared prefix=$INSTALL_DIR --with-data-packaging=$WITH_DATA_PACKAGING"