Skip to content

Commit

Permalink
Merge pull request #241 from olgadanylova/master
Browse files Browse the repository at this point in the history
* iOS-SDK marked as deprecated
  • Loading branch information
Olha Danylova authored Nov 27, 2019
2 parents 3ca3311 + 6f3290e commit 60d0d10
Show file tree
Hide file tree
Showing 19 changed files with 39 additions and 18 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# RELEASE HISTORY

## 5.6.0-deprecated November 27, 2019
iOS-SDK is now deprecated and won't be updated with upcoming features.
Please use [Backendless Swift-SDK ](https://github.com/Backendless/Swift-SDK) instead.

[Backendless Swift-SDK on Cocoapods.](https://cocoapods.org/pods/BackendlessSwift)
[Backendless Swift-SDK Documentation](https://backendless.com/docs/ios/)

## 5.6.0 November 15, 2019
* added methods to the DataQueryBuilder:
```
Expand Down
16 changes: 14 additions & 2 deletions Pods/Backendless.podspec

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
# iOS-SDK is deprecated. Please use [Backendless Swift-SDK](https://github.com/Backendless/Swift-SDK) instead.

Backendless SDK for iOS (http://backendless.com)
---

Expand Down
10 changes: 5 additions & 5 deletions SDK/Podfile.lock
Original file line number Diff line number Diff line change
@@ -1,19 +1,19 @@
PODS:
- Socket.IO-Client-Swift (15.1.0):
- Socket.IO-Client-Swift (15.2.0):
- Starscream (~> 3.1)
- Starscream (3.1.0)
- Starscream (3.1.1)

DEPENDENCIES:
- Socket.IO-Client-Swift

SPEC REPOS:
https://github.com/CocoaPods/Specs.git:
trunk:
- Socket.IO-Client-Swift
- Starscream

SPEC CHECKSUMS:
Socket.IO-Client-Swift: 7cb44c0ffb86e158cee32d0642d30ec5fdcf8f61
Starscream: 08172b481e145289c4930cb567230fb55897cfa4
Socket.IO-Client-Swift: 1e3e3a1f09f3312a167f0d781eb2f383d477357c
Starscream: 4bb2f9942274833f7b4d296a55504dcfc7edb7b0

PODFILE CHECKSUM: 5cd4b8ef98be7dc5a7082de9b679e21d33e284c4

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8677,7 +8677,7 @@
F9042AFA15FDD8D300C9381A /* Project object */ = {
isa = PBXProject;
attributes = {
LastUpgradeCheck = 1100;
LastUpgradeCheck = 1120;
ORGANIZATIONNAME = BACKENDLESS.COM;
TargetAttributes = {
5A06BCDE20D1109F00E0315F = {
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<Scheme
LastUpgradeVersion = "1100"
LastUpgradeVersion = "1120"
version = "1.3">
<BuildAction
parallelizeBuildables = "YES"
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<Scheme
LastUpgradeVersion = "1100"
LastUpgradeVersion = "1120"
version = "1.3">
<BuildAction
parallelizeBuildables = "YES"
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<Scheme
LastUpgradeVersion = "1100"
LastUpgradeVersion = "1120"
version = "1.3">
<BuildAction
parallelizeBuildables = "YES"
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<Scheme
LastUpgradeVersion = "1100"
LastUpgradeVersion = "1120"
version = "1.3">
<BuildAction
parallelizeBuildables = "YES"
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<Scheme
LastUpgradeVersion = "1100"
LastUpgradeVersion = "1120"
version = "1.3">
<BuildAction
parallelizeBuildables = "YES"
Expand Down
Loading

0 comments on commit 60d0d10

Please sign in to comment.