Skip to content

Commit 2b76247

Browse files
author
Olga Danylova
authored
Update README.md
1 parent 900494b commit 2b76247

File tree

1 file changed

+2
-10
lines changed

1 file changed

+2
-10
lines changed

README.md

Lines changed: 2 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -23,21 +23,13 @@ To create a new project with CocoaPods, follow the instructions below:
2323
1. Create a new project in Xcode as you would normally, then close the project.
2424
2. Open a Terminal window, and $ cd into your project directory.
2525
3. Create a Podfile. This can be done by running `pod init`.
26-
4. Open your Podfile with a text editor, and add the following for iOS:
26+
4. Open your Podfile with a text editor, and add the following:
2727
```
2828
pod 'Backendless'
2929
```
30-
for macOS:
31-
```
32-
pod 'Backendless-osx-SDK'
33-
```
3430
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.
3531
6. Open .xcworkspace file to launch your project.
36-
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 for iOS:
32+
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:
3733
```
3834
${PODS_ROOT}/Headers/Public/Backendless/Backendless-Bridging-Header.h
3935
```
40-
for macOS:
41-
```
42-
${PODS_ROOT}/Headers/Public/Backendless-osx-SDK/Backendless-Bridging-Header.h
43-
```

0 commit comments

Comments
 (0)