Commits


Ilija Puaca authored and Antoine Pitrou committed 43cb8d4f46d
ARROW-8795: [C++] Limited iOS support Per suggestion from [JIRA](https://issues.apache.org/jira/browse/ARROW-8795), opening up a pull request to potentially get the ball rolling on having iOS as one of the supported platforms. Per writeup in [this doc](https://github.com/UnfoldedInc/deck.gl-native-dependencies/blob/master/docs/iOS-BUILD.md#arrow-v0170), there are a few issues with cmake's Xcode generator that require a few workarounds even when using their most recent versions. The writeup also describes issues that we've encountered building the library, as well as issues that were not resolved as they use optional features we are currently not making use of. Closes #7189 from ilijapuaca/feature/ios-support Authored-by: Ilija Puaca <ipuaca@gmail.com> Signed-off-by: Antoine Pitrou <antoine@python.org>