Skip to content

iOS: use 32-bit IDs only; remove armv7s as default

Tim Thirion requested to merge timt/vtk:ios-build-32bit-ids into master

For iOS builds, we only use one set of headers. If we're mixing 32- and 64-bit architectures into the framework, we must enforce 32-bit vtkIdTypes, otherwise there will be linker errors.

Also, remove armv7s as a default-built architecture as Apple doesn't require it anymore.

Merge request reports