apotocki / boost-iosx

Builds Boost C++ libraries and packages them as XCFrameworks for iOS (simulator and device), visionOS (simulator and device), macOS, and Mac Catalyst (Intel & Apple Silicon M1).
Boost Software License 1.0
60 stars 17 forks source link

Can we change the min iOS version to 10 or less ? #1

Closed priteshrnandgaonkar closed 3 years ago

priteshrnandgaonkar commented 3 years ago

Right now I am not able to use this pod because its min supported platform version for iOS is 12, which is quite high. Is there a reason for this.

I am getting the following

    Flipper-Folly (from `/Users/prit91/fbsource/xplat/sonar/iOS/Podspecs/Flipper-Folly.podspec`) was resolved to 2.6.0, which depends on
      boost-iosx (~> 1.76.0)

Specs satisfying the `boost-iosx (~> 1.76.0)` dependency were found, but they required a higher minimum deployment target.
apotocki commented 3 years ago

Let's try! I changed ios.deployment_target to '10' in branch 1.76.0 Could you test it? pod 'boost-iosx', :git => 'https://github.com/apotocki/boost-iosx', :branch => '1.76.0' If it works I'll push the changes into cocoapods repo.