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
63 stars 17 forks source link

Armv7 and i386 support #3

Closed priteshrnandgaonkar closed 3 years ago

priteshrnandgaonkar commented 3 years ago

Are you planning to add Arm7 and i386 support ? Because when you archive the app, it also builds it in arm7. i386 is the intel architecture for 32 bit simulator

Also in M1 machines simulators are of type arm64 too, so if we can have that then it would be awesome.

apotocki commented 3 years ago

The script builds artifacts for the current host machine architecture for macOS, catalyst and ios simulator. So for Intel x64 you will have x64, for M1 - arm64 libraries. But I haven't tested it on i386 machine. I'm not planning arm7 for the same reason - no hardware to test