From d8132042e5b1d78aa86c039a2d7fadc715fbaffb Mon Sep 17 00:00:00 2001 From: rperezb Date: Thu, 20 Nov 2014 12:56:08 +0100 Subject: [PATCH] Update library_installation.rst Update Xcode version --- developer_manual/ios_library/library_installation.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/developer_manual/ios_library/library_installation.rst b/developer_manual/ios_library/library_installation.rst index 7ec5569c4..03eee3d13 100644 --- a/developer_manual/ios_library/library_installation.rst +++ b/developer_manual/ios_library/library_installation.rst @@ -9,7 +9,7 @@ The ownCloud iOS library may be obtained from the following Github repository: `git@github.com:owncloud/ios-library.git `_ -Once obtained, this code should be compiled with Xcode 5. The Github +Once obtained, this code should be compiled with Xcode 6. The Github repository not only contains the library, ownCloud iOS library, but also contains a sample project, OCLibraryExample, which will assist in learning how to use the library.