From 81d3c57b0f8b33bcabe09f1bc497f0b1e9a3b9c9 Mon Sep 17 00:00:00 2001 From: Priyanka Mistry Date: Fri, 23 Sep 2016 16:01:49 +0530 Subject: [PATCH] Update Readme.md --- Readme.md | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/Readme.md b/Readme.md index 2d04111..3b9dc5a 100644 --- a/Readme.md +++ b/Readme.md @@ -1,20 +1,20 @@ # Contentstack SDK for iOS -Built.io Contentstack is a headless CMS with an API-first approach that puts content at the centre. It is designed to simplify the process of publication by separating code from content. For more information see the [website](https://contentstackdocs.built.io/developer) and [getting started](https://contentstackdocs.built.io/developer). +Built.io Contentstack is a headless CMS with an API-first approach that puts content at the centre. It is designed to simplify the process of publication by separating code from content. For more information see the [website](https://contentstackdocs.built.io/developer). #### Installation Options ##### Manual -1. Download the [Latest iOS SDK release](https://github.com/raweng/BuiltIOBackend-iOS/releases) and extract the zip file to your local disk. +1. Download the [Latest iOS SDK release](https://github.com/raweng/BuiltIOContentstack-iOS/releases) and extract the zip file to your local disk. -2. Drag and drop Contentstack.framework into your project folder in Xcode. - -A window will appear, prompting you to choose one of the options for adding files. Click the ‘Destination’ checkbox to copy items into the destination group’s folder. This will add the SDK to your project. +2. Drag and drop Contentstack.framework into your project folder in Xcode. + + A window will appear, prompting you to choose one of the options for adding files. Click the ‘Destination’ checkbox to copy items into the destination group’s folder. This will add the SDK to your project. 3. In the project editor, select your app under `TARGETS`. Under the `General` tab, open `Linked Frameworks and Libraries` and add the following libraries: -- CoreGraphics.framework -- MobileCoreServices.framework -- Security.framework -- SystemConfiguration.framework + - CoreGraphics.framework + - MobileCoreServices.framework + - Security.framework + - SystemConfiguration.framework 4. In your target app, click on the `Build Settings` tab and add the `-ObjC` flag to `Other Linker Flags`. @@ -47,6 +47,6 @@ import Contentstack ## License ``` -Copyright (c) 2012-present, Contentstack.io. +Copyright (c) 2016, Contentstack.io. All rights reserved. ```