From 50ecfe701834300ba95e9fc67d02a4f5d3a39639 Mon Sep 17 00:00:00 2001 From: apotocki Date: Fri, 8 Nov 2024 14:00:24 +0100 Subject: [PATCH] version 75.1.3 --- README.md | 4 ++-- icu4c-iosx.podspec | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index efda94a..e4e0741 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ Supported versions: 75.1 -This repo provides a universal script for building static ICU libraries for use in iOS, visionOS, and macOS 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. "75" branch corresponds to "maint/maint-75" branch. +This repo provides a universal script for building static ICU libraries for use in iOS, visionOS, and macOS applications. The actual ICU library version is taken from https://github.com/unicode-org/icu . The repo branches correspond to the suitable branches of ICU repo. E.g. "75" branch corresponds to "maint/maint-75" branch. ## Prerequisites 1) Xcode must be installed because xcodebuild is used to create xcframeworks @@ -26,7 +26,7 @@ This repo provides a universal script for building static ICU libraries for use use_frameworks! pod 'icu4c-iosx', '~> 75.1' # or optionally more precisely - # pod 'icu4c-iosx', :git => 'https://github.com/apotocki/icu4c-iosx', :tag => '75.1.2' + # pod 'icu4c-iosx', :git => 'https://github.com/apotocki/icu4c-iosx', :tag => '75.1.3' ``` install new dependency: ``` diff --git a/icu4c-iosx.podspec b/icu4c-iosx.podspec index 369eb6f..775b7b9 100644 --- a/icu4c-iosx.podspec +++ b/icu4c-iosx.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = "icu4c-iosx" - s.version = "75.1.2" + s.version = "75.1.3" s.summary = "ICU XCFramework for macOS, iOS, and visionOS, including both arm64 and x86_64 builds for macOS, Mac Catalyst, iOS Simulator, and visionOS Simulator." s.homepage = "https://github.com/apotocki/icu4c-iosx" s.license = "BSD"