Skip to content

Commit 5ada662

Browse files
committed
version 1.87.0
1 parent ff02498 commit 5ada662

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ graph_parallel, mpi, python
5757
scripts/build.sh
5858
5959
# However, if you wish, you can skip building the ICU libraries during the boost build and use pre-built binaries from my ICU repository:
60-
# ICU4C_RELEASE_LINK=https://github.com/apotocki/icu4c-iosx/releases/download/76.1.4 scripts/build.sh
60+
# ICU4C_RELEASE_LINK=https://github.com/apotocki/icu4c-iosx/releases/download/77.1.0 scripts/build.sh
6161
6262
# have fun, the result artifacts will be located in 'frameworks' folder.
6363
# Then you can add desirable xcframeworks in your XCode project. The process is described, e.g., at https://www.simpleswiftguide.com/how-to-add-xcframework-to-xcode-project/
@@ -100,7 +100,7 @@ Add the following lines into your project's Podfile:
100100
use_frameworks!
101101
pod 'boost-iosx', '~> 1.87.0'
102102
# or optionally more precisely e.g.:
103-
# pod 'boost-iosx', :git => 'https://github.com/apotocki/boost-iosx', :tag => '1.87.0.5'
103+
# pod 'boost-iosx', :git => 'https://github.com/apotocki/boost-iosx', :tag => '1.87.0.6'
104104
```
105105
If you want to use specific boost libraries, specify them as in the following example for log and program_options libraries:
106106
```

boost-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 = "boost-iosx"
3-
s.version = "1.87.0.5"
3+
s.version = "1.87.0.6"
44
s.summary = "Boost C++ libraries 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/boost-iosx"
66
s.license = "Boost Software License"

0 commit comments

Comments
 (0)