Skip to content

Commit 81d3c57

Browse files
Update Readme.md
1 parent 4105beb commit 81d3c57

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

Readme.md

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,20 @@
11
# 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).
33

44
#### Installation Options
55
##### Manual
66

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.
88

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.
1212

1313
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
1818

1919
4. In your target app, click on the `Build Settings` tab and add the `-ObjC` flag to `Other Linker Flags`.
2020

@@ -47,6 +47,6 @@ import Contentstack
4747

4848
## License
4949
```
50-
Copyright (c) 2012-present, Contentstack.io.
50+
Copyright (c) 2016, Contentstack.io.
5151
All rights reserved.
5252
```

0 commit comments

Comments
 (0)