Skip to content

Commit bc71022

Browse files
author
Olga Danylova
authored
Update README.md
1 parent ffad6c6 commit bc71022

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

README.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Backendless SDK for iOS (http://backendless.com)
22
---
33

4-
# Version 4.0.2
4+
# Version 4.0.3
55

66
## GETTING STARTED WITH BACKENDLESS
77
The simplest way to get started with Backendless is by using a Project Template for iOS:
@@ -27,14 +27,17 @@ To create a new project with CocoaPods, follow the instructions below:
2727
3. Create a Podfile. This can be done by running `pod init`.
2828
4. Open your Podfile with a text editor, and add the following
2929
```
30-
pod 'Backendless', '4.0.2'
30+
pod 'Backendless', '4.0.3'
3131
```
3232
5. Save Podfile, return to Terminal window and run `pod install` and `pod update`. Once all of the pod data is downloaded/updated, Xcode project workspace file will be created. This is the file you must open when working on your app.
3333
6. Open .xcworkspace file to launch your project.
3434
7. If you use Swift, it is necessary to add a bridging header file. Navigate to "Build Settings -> Swift Compiler ... -> Objective-C Bridging Header" and add the following:
3535
`${PODS_ROOT}/Headers/Public/Backendless/Backendless-Bridging-Header.h`
3636

3737
## RELEASE HISTORY
38+
4.0.3 July 24, 2017
39+
* The autoload relation loading fixed for the basic find method
40+
3841
4.0.2 July 18, 2017
3942
* the mapTableToClass method fixed
4043

0 commit comments

Comments
 (0)