Skip to content

Commit

Permalink
Update Readme.md
Browse files Browse the repository at this point in the history
  • Loading branch information
priyankamistry09 authored Sep 23, 2016
1 parent 4105beb commit 81d3c57
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions Readme.md
Original file line number Diff line number Diff line change
@@ -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`.

Expand Down Expand Up @@ -47,6 +47,6 @@ import Contentstack

## License
```
Copyright (c) 2012-present, Contentstack.io.
Copyright (c) 2016, Contentstack.io.
All rights reserved.
```

0 comments on commit 81d3c57

Please sign in to comment.