Skip to content

Commit e64ccf5

Browse files
committed
version 78.1.2
1 parent 6a34a47 commit e64ccf5

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ Add the following lines into your project's Podfile:
7676
pod 'icu4c-iosx', '~> 78.1'
7777
7878
# or optionally more precisely
79-
# pod 'icu4c-iosx', :git => 'https://github.com/apotocki/icu4c-iosx', :tag => '78.1.1'
79+
# pod 'icu4c-iosx', :git => 'https://github.com/apotocki/icu4c-iosx', :tag => '78.1.2'
8080
```
8181
install new dependency:
8282
```

icu4c-iosx.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Pod::Spec.new do |s|
22
s.name = "icu4c-iosx"
3-
s.version = "78.1.1"
3+
s.version = "78.1.2"
44
s.summary = "ICU XCFramework for macOS, iOS, watchOS, tvOS, and visionOS, including builds for Mac Catalyst, iOS Simulator, watchOS Simulator, tvOS Simulator, and visionOS Simulator."
55
s.homepage = "https://github.com/apotocki/icu4c-iosx"
66
s.license = "BSD"

scripts/build.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -156,7 +156,7 @@ fi
156156
generic_build()
157157
{
158158
if [[ $REBUILD == true ]] || [[ ! -f $ICU_VER_NAME-$1-$2-build.success ]]; then
159-
[[ -f $ICU_VER_NAME-$1-$2-build.success ]] rm $ICU_VER_NAME-$1-$2-build.success
159+
[[ -f $ICU_VER_NAME-$1-$2-build.success ]] && rm $ICU_VER_NAME-$1-$2-build.success
160160
echo preparing build folder $ICU_VER_NAME-$1-$2-build ...
161161
[[ -d $ICU_VER_NAME-$1-$2-build ]] && rm -rf $ICU_VER_NAME-$1-$2-build
162162

0 commit comments

Comments
 (0)