|
1 | 1 | # Contentstack SDK for iOS
|
2 |
| -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). |
| 2 | +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). |
3 | 3 |
|
4 | 4 | #### Installation Options
|
5 | 5 | ##### Manual
|
6 | 6 |
|
7 |
| -1. Download the [Latest iOS SDK release](https://github.com/raweng/BuiltIOBackend-iOS/releases) and extract the zip file to your local disk. |
| 7 | +1. Download the [Latest iOS SDK release](https://github.com/raweng/BuiltIOContentstack-iOS/releases) and extract the zip file to your local disk. |
8 | 8 |
|
9 |
| -2. Drag and drop Contentstack.framework into your project folder in Xcode. |
10 |
| - |
11 |
| -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. |
| 9 | +2. Drag and drop Contentstack.framework into your project folder in Xcode. |
| 10 | + |
| 11 | + 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. |
12 | 12 |
|
13 | 13 | 3. In the project editor, select your app under `TARGETS`. Under the `General` tab, open `Linked Frameworks and Libraries` and add the following libraries:
|
14 |
| -- CoreGraphics.framework |
15 |
| -- MobileCoreServices.framework |
16 |
| -- Security.framework |
17 |
| -- SystemConfiguration.framework |
| 14 | + - CoreGraphics.framework |
| 15 | + - MobileCoreServices.framework |
| 16 | + - Security.framework |
| 17 | + - SystemConfiguration.framework |
18 | 18 |
|
19 | 19 | 4. In your target app, click on the `Build Settings` tab and add the `-ObjC` flag to `Other Linker Flags`.
|
20 | 20 |
|
@@ -47,6 +47,6 @@ import Contentstack
|
47 | 47 |
|
48 | 48 | ## License
|
49 | 49 | ```
|
50 |
| -Copyright (c) 2012-present, Contentstack.io. |
| 50 | +Copyright (c) 2016, Contentstack.io. |
51 | 51 | All rights reserved.
|
52 | 52 | ```
|
0 commit comments