You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Suffix '-both' means that xcframeworks will be built for both arm64 and x86_64 architectures.
77
77
The platform names for macosx and simulators without an architecture suffix (e.g. macosx, iossim, tvossim) mean that xcframeworks are only built for the current host architecture.
@@ -100,7 +100,7 @@ Add the following lines into your project's Podfile:
100
100
use_frameworks!
101
101
pod 'boost-iosx', '~> 1.88.0'
102
102
# or optionally more precisely e.g.:
103
-
# pod 'boost-iosx', :git => 'https://github.com/apotocki/boost-iosx', :tag => '1.88.0.0'
103
+
# pod 'boost-iosx', :git => 'https://github.com/apotocki/boost-iosx', :tag => '1.88.0.1'
104
104
```
105
105
If you want to use specific boost libraries, specify them as in the following example for log and program_options libraries:
Copy file name to clipboardExpand all lines: boost-iosx.podspec
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
Pod::Spec.newdo |s|
2
2
s.name="boost-iosx"
3
-
s.version="1.88.0.0"
3
+
s.version="1.88.0.1"
4
4
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."
0 commit comments