Skip to content

Commit c5fd020

Browse files
author
Olga Danylova
authored
Update README.md
1 parent b5ea515 commit c5fd020

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 Beta 12
4+
# Version 4.0 Beta 13
55
> For the instructions for version 3.x of the library, see [Backendless 3.x Getting Started Guide](https://backendless.com/mobile-developers/quick-start-guide-for-ios/ "Backendless 3.x Getting Started Guide")
66
77
## GETTING STARTED WITH BACKENDLESS
@@ -28,14 +28,17 @@ To create a new project with CocoaPods, follow the instructions below:
2828
3. Create a Podfile. This can be done by running `pod init`.
2929
4. Open your Podfile with a text editor, and add the following
3030
```
31-
pod 'Backendless', '4.0b12'
31+
pod 'Backendless', '4.0b13'
3232
```
3333
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.
3434
6. Open .xcworkspace file to launch your project.
3535
7. If you use Swift, it is necessary to add a bridging header file. Navigate to "Build Settings -> Swift Compiler ... -> Objective-C Bridgeing Header" and add the following:
3636
`${PODS_ROOT}/Headers/Public/Backendless/Backendless-Bridging-Header.h`
3737

3838
## RELEASE HISTORY
39+
4.0b13 June 23, 2017
40+
* The findById method called in UserService returns BackendlessUser
41+
3942
4.0b12 June 21, 2017
4043
* PushPolicyEnum changed to PublishPolicyEnum and now supports the PUSH, PUBSUB and BOTH delivery options
4144

0 commit comments

Comments
 (0)