This is an automated email from the ASF dual-hosted git repository. fsaintjacques pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/arrow.git
The following commit(s) were added to refs/heads/master by this push: new 451445e ARROW-5675: [Doc] Fix typo in Xcode workflow documentation 451445e is described below commit 451445e00f80fd126087b8b2ce90867f812f8438 Author: Hatem Helal <hhe...@mathworks.com> AuthorDate: Fri Jun 21 09:37:33 2019 -0400 ARROW-5675: [Doc] Fix typo in Xcode workflow documentation This is a followup to address @kou's comment here: https://github.com/apache/arrow/pull/4596#discussion_r296093152 Author: Hatem Helal <hhe...@mathworks.com> Closes #4647 from hatemhelal/arrow-5675 and squashes the following commits: ab05b8283 <Hatem Helal> remove ^ --- docs/source/developers/cpp.rst | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/docs/source/developers/cpp.rst b/docs/source/developers/cpp.rst index 1244040..b44b0d6 100644 --- a/docs/source/developers/cpp.rst +++ b/docs/source/developers/cpp.rst @@ -649,8 +649,7 @@ by generating an Xcode project: cd cpp mkdir xcode-build cd xcode-build - cmake .. -G Xcode ^ - -DARROW_BUILD_TESTS=ON + cmake .. -G Xcode -DARROW_BUILD_TESTS=ON open arrow.xcodeproj This will generate a project and open it in the Xcode app. As an alternative,