Skip to content

Commit 83bf111

Browse files
author
Olha Danylova
authored
Merge pull request #225 from olgadanylova/master
podspec updated to support Socket.IO v14.0.0
2 parents d846f0a + 8e6b08f commit 83bf111

18 files changed

+23
-21
lines changed

Pods/Backendless.podspec

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

SDK/Podfile.lock

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
PODS:
2-
- Socket.IO-Client-Swift (14.0.0):
3-
- Starscream (~> 3.0.6)
4-
- Starscream (3.0.6)
2+
- Socket.IO-Client-Swift (15.0.0):
3+
- Starscream (~> 3.1)
4+
- Starscream (3.1.0)
55

66
DEPENDENCIES:
77
- Socket.IO-Client-Swift
@@ -12,9 +12,9 @@ SPEC REPOS:
1212
- Starscream
1313

1414
SPEC CHECKSUMS:
15-
Socket.IO-Client-Swift: 21e6a8a23a7d367d5ddfab6cbbd3c679cf3c25d6
16-
Starscream: ef3ece99d765eeccb67de105bfa143f929026cf5
15+
Socket.IO-Client-Swift: c039a808195d22a7192962841b8c035cb61ea49e
16+
Starscream: 08172b481e145289c4930cb567230fb55897cfa4
1717

1818
PODFILE CHECKSUM: 675cc991d5f2f8cb6bcd0ce2d67444ed1b8f2a74
1919

20-
COCOAPODS: 1.6.0.rc.2
20+
COCOAPODS: 1.7.0.beta.3

SDK/backendlessAPI/backendlessAPI.xcodeproj/project.pbxproj

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8646,7 +8646,7 @@
86468646
F9042AFA15FDD8D300C9381A /* Project object */ = {
86478647
isa = PBXProject;
86488648
attributes = {
8649-
LastUpgradeCheck = 0940;
8649+
LastUpgradeCheck = 1020;
86508650
ORGANIZATIONNAME = BACKENDLESS.COM;
86518651
TargetAttributes = {
86528652
5A06BCDE20D1109F00E0315F = {
@@ -8670,7 +8670,7 @@
86708670
};
86718671
buildConfigurationList = F9042AFD15FDD8D300C9381A /* Build configuration list for PBXProject "backendlessAPI" */;
86728672
compatibilityVersion = "Xcode 3.2";
8673-
developmentRegion = English;
8673+
developmentRegion = en;
86748674
hasScannedForEncodings = 0;
86758675
knownRegions = (
86768676
en,
@@ -11416,6 +11416,7 @@
1141611416
isa = XCBuildConfiguration;
1141711417
buildSettings = {
1141811418
ALWAYS_SEARCH_USER_PATHS = NO;
11419+
CLANG_ANALYZER_LOCALIZABILITY_NONLOCALIZED = YES;
1141911420
CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x";
1142011421
CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES;
1142111422
CLANG_WARN_BOOL_CONVERSION = YES;
@@ -11467,6 +11468,7 @@
1146711468
isa = XCBuildConfiguration;
1146811469
buildSettings = {
1146911470
ALWAYS_SEARCH_USER_PATHS = NO;
11471+
CLANG_ANALYZER_LOCALIZABILITY_NONLOCALIZED = YES;
1147011472
CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x";
1147111473
CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES;
1147211474
CLANG_WARN_BOOL_CONVERSION = YES;

SDK/backendlessAPI/backendlessAPI.xcodeproj/xcshareddata/xcschemes/backendless-device.xcscheme

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<Scheme
3-
LastUpgradeVersion = "1010"
3+
LastUpgradeVersion = "1020"
44
version = "1.3">
55
<BuildAction
66
parallelizeBuildables = "YES"

SDK/backendlessAPI/backendlessAPI.xcodeproj/xcshareddata/xcschemes/backendless-fat.xcscheme

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<Scheme
3-
LastUpgradeVersion = "1010"
3+
LastUpgradeVersion = "1020"
44
version = "1.3">
55
<BuildAction
66
parallelizeBuildables = "YES"

SDK/backendlessAPI/backendlessAPI.xcodeproj/xcshareddata/xcschemes/backendless-mac.xcscheme

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<Scheme
3-
LastUpgradeVersion = "1010"
3+
LastUpgradeVersion = "1020"
44
version = "1.3">
55
<BuildAction
66
parallelizeBuildables = "YES"

SDK/backendlessAPI/backendlessAPI.xcodeproj/xcshareddata/xcschemes/backendless-simulator.xcscheme

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<Scheme
3-
LastUpgradeVersion = "1010"
3+
LastUpgradeVersion = "1020"
44
version = "1.3">
55
<BuildAction
66
parallelizeBuildables = "YES"

SDK/backendlessAPI/backendlessAPI.xcodeproj/xcshareddata/xcschemes/backendless-tv-device.xcscheme

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<Scheme
3-
LastUpgradeVersion = "1010"
3+
LastUpgradeVersion = "1020"
44
version = "1.3">
55
<BuildAction
66
parallelizeBuildables = "YES"

0 commit comments

Comments
 (0)