Skip to content

Commit

Permalink
version 74.2.6
Browse files Browse the repository at this point in the history
  • Loading branch information
apotocki committed Dec 18, 2023
1 parent 3e21485 commit fe78eba
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ This repo provides a universal script for building static ICU libraries for use
use_frameworks!
pod 'icu4c-iosx', '~> 74.2'
# or optionally more precisely
# pod 'icu4c-iosx', :git => 'https://github.com/apotocki/icu4c-iosx', :tag => '74.2.5', :submodules => 'true'
# pod 'icu4c-iosx', :git => 'https://github.com/apotocki/icu4c-iosx', :tag => '74.2.6', :submodules => 'true'
```
install new dependency:
```
Expand Down
2 changes: 1 addition & 1 deletion icu4c-iosx.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = "icu4c-iosx"
s.version = "74.2.5"
s.version = "74.2.6"
s.summary = "ICU XCFramework for macOS and iOS, including both arm64 and x86_64 builds for macOS, Mac Catalyst and Simulator."
s.homepage = "https://github.com/apotocki/icu4c-iosx"
s.license = "BSD"
Expand Down
4 changes: 2 additions & 2 deletions scripts/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,8 @@ echo "USING WITH_DATA_PACKAGING: $WITH_DATA_PACKAGING"

#explicit 74.2
pushd icu
git checkout -f 2d02932
#git reset --hard 2d02932
git fetch --depth=1 origin 2d029329c82c7792b985024b2bdab5fc7278fbc8
git reset --hard 2d029329c82c7792b985024b2bdab5fc7278fbc8
popd

COMMON_CONFIGURE_ARGS="--enable-static --disable-shared prefix=$INSTALL_DIR --with-data-packaging=$WITH_DATA_PACKAGING"
Expand Down

0 comments on commit fe78eba

Please sign in to comment.