Skip to content
This repository was archived by the owner on Jun 13, 2023. It is now read-only.

Commit 2f483a6

Browse files
committed
⚡ Release 2.4.0 (#151)
* Account for failable encoder in Parse 1.17.0 * Min Parse to alpha.1 * set swift_version in podspec (#154) As of cocoapods 1.4.0 the `.swift-version` file is deprecated in favor of the podspec property * Bumps parse to release version * bumps version in bundle * nits
1 parent 601a538 commit 2f483a6

File tree

15 files changed

+88
-55
lines changed

15 files changed

+88
-55
lines changed

.gitmodules

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,3 +16,6 @@
1616
[submodule "Carthage/Checkouts/common-crypto-spm"]
1717
path = Carthage/Checkouts/common-crypto-spm
1818
url = https://github.com/daltoniam/common-crypto-spm.git
19+
[submodule "Carthage/Checkouts/facebook-ios-sdk"]
20+
path = Carthage/Checkouts/facebook-ios-sdk
21+
url = https://github.com/facebook/facebook-ios-sdk.git

.swift-version

Lines changed: 0 additions & 1 deletion
This file was deleted.

Cartfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
github "BoltsFramework/Bolts-Swift" ~> 1.3.0
2-
github "ParsePlatform/Parse-SDK-iOS-OSX" ~> 1.16.0
1+
github "BoltsFramework/Bolts-Swift" "e9baa72d04521c3b25ef4fa6fef12b340953ee02"
2+
github "ParsePlatform/Parse-SDK-iOS-OSX" ~> 1.17.0
33
github "daltoniam/Starscream" ~> 3.0.4

Cartfile.resolved

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
github "BoltsFramework/Bolts-ObjC" "1.9.0"
2-
github "BoltsFramework/Bolts-Swift" "1.3.0"
3-
github "ParsePlatform/Parse-SDK-iOS-OSX" "1.16.0"
2+
github "BoltsFramework/Bolts-Swift" "e9baa72d04521c3b25ef4fa6fef12b340953ee02"
3+
github "ParsePlatform/Parse-SDK-iOS-OSX" "1.17.0"
44
github "daltoniam/Starscream" "3.0.4"
55
github "daltoniam/common-crypto-spm" "1.1.0"
66
github "daltoniam/zlib-spm" "1.1.0"
7+
github "facebook/facebook-ios-sdk" "sdk-version-4.31.1"
Submodule facebook-ios-sdk added at 2ef44b3

Examples/LiveQueryDemo-ObjC/ChatRoomManager.m

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,7 @@ - (void)connect {
3838
self.query = [self.dataSource queryForChatRoomManager:self];
3939

4040
__weak typeof(self) weakSelf = self;
41+
4142
self.subscription = [[self.client subscribeToQuery:self.query] addCreateHandler:^(PFQuery *query, PFObject *message) {
4243
[weakSelf.delegate chatRoomManager:weakSelf didReceiveMessage:(Message *)message];
4344
}];

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@ source 'https://rubygems.org'
22

33
gem 'xcpretty'
44
# xcode8 compat
5-
gem 'cocoapods', '1.1.1'
5+
gem 'cocoapods', '1.4.0'
66
gem 'jazzy'

Gemfile.lock

Lines changed: 36 additions & 33 deletions
Original file line numberDiff line numberDiff line change
@@ -1,53 +1,56 @@
11
GEM
22
remote: https://rubygems.org/
33
specs:
4-
CFPropertyList (2.3.4)
5-
activesupport (4.2.7.1)
4+
CFPropertyList (2.3.6)
5+
activesupport (4.2.10)
66
i18n (~> 0.7)
7-
json (~> 1.7, >= 1.7.7)
87
minitest (~> 5.1)
98
thread_safe (~> 0.3, >= 0.3.4)
109
tzinfo (~> 1.1)
11-
claide (1.0.1)
12-
cocoapods (1.1.1)
10+
atomos (0.1.2)
11+
claide (1.0.2)
12+
cocoapods (1.4.0)
1313
activesupport (>= 4.0.2, < 5)
14-
claide (>= 1.0.1, < 2.0)
15-
cocoapods-core (= 1.1.1)
16-
cocoapods-deintegrate (>= 1.0.1, < 2.0)
17-
cocoapods-downloader (>= 1.1.2, < 2.0)
14+
claide (>= 1.0.2, < 2.0)
15+
cocoapods-core (= 1.4.0)
16+
cocoapods-deintegrate (>= 1.0.2, < 2.0)
17+
cocoapods-downloader (>= 1.1.3, < 2.0)
1818
cocoapods-plugins (>= 1.0.0, < 2.0)
1919
cocoapods-search (>= 1.0.0, < 2.0)
2020
cocoapods-stats (>= 1.0.0, < 2.0)
21-
cocoapods-trunk (>= 1.1.1, < 2.0)
21+
cocoapods-trunk (>= 1.3.0, < 2.0)
2222
cocoapods-try (>= 1.1.0, < 2.0)
23-
colored (~> 1.2)
23+
colored2 (~> 3.1)
2424
escape (~> 0.0.4)
2525
fourflusher (~> 2.0.1)
2626
gh_inspector (~> 1.0)
27-
molinillo (~> 0.5.1)
27+
molinillo (~> 0.6.4)
2828
nap (~> 1.0)
29-
xcodeproj (>= 1.3.3, < 2.0)
30-
cocoapods-core (1.1.1)
31-
activesupport (>= 4.0.2, < 5)
29+
ruby-macho (~> 1.1)
30+
xcodeproj (>= 1.5.4, < 2.0)
31+
cocoapods-core (1.4.0)
32+
activesupport (>= 4.0.2, < 6)
3233
fuzzy_match (~> 2.0.4)
3334
nap (~> 1.0)
34-
cocoapods-deintegrate (1.0.1)
35+
cocoapods-deintegrate (1.0.2)
3536
cocoapods-downloader (1.1.3)
3637
cocoapods-plugins (1.0.0)
3738
nap
3839
cocoapods-search (1.0.0)
3940
cocoapods-stats (1.0.0)
40-
cocoapods-trunk (1.1.2)
41+
cocoapods-trunk (1.3.0)
4142
nap (>= 0.8, < 2.0)
42-
netrc (= 0.7.8)
43+
netrc (~> 0.11)
4344
cocoapods-try (1.1.0)
44-
colored (1.2)
45+
colored2 (3.1.2)
46+
concurrent-ruby (1.0.5)
4547
escape (0.0.4)
4648
ffi (1.9.18)
4749
fourflusher (2.0.1)
4850
fuzzy_match (2.0.4)
49-
gh_inspector (1.0.2)
50-
i18n (0.7.0)
51+
gh_inspector (1.1.3)
52+
i18n (0.9.5)
53+
concurrent-ruby (~> 1.0)
5154
jazzy (0.9.0)
5255
cocoapods (~> 1.0)
5356
mustache (~> 0.99)
@@ -57,36 +60,36 @@ GEM
5760
sass (~> 3.4)
5861
sqlite3 (~> 1.3)
5962
xcinvoke (~> 0.3.0)
60-
json (1.8.3)
6163
liferaft (0.0.6)
62-
minitest (5.9.0)
63-
molinillo (0.5.5)
64+
minitest (5.11.3)
65+
molinillo (0.6.4)
6466
mustache (0.99.8)
6567
nanaimo (0.2.3)
6668
nap (1.1.0)
67-
netrc (0.7.8)
69+
netrc (0.11.0)
6870
open4 (1.3.4)
6971
rb-fsevent (0.10.2)
7072
rb-inotify (0.9.10)
7173
ffi (>= 0.5.0, < 2)
7274
redcarpet (3.4.0)
7375
rouge (1.11.1)
76+
ruby-macho (1.1.0)
7477
sass (3.5.3)
7578
sass-listen (~> 4.0.0)
7679
sass-listen (4.0.0)
7780
rb-fsevent (~> 0.9, >= 0.9.4)
7881
rb-inotify (~> 0.9, >= 0.9.7)
7982
sqlite3 (1.3.13)
80-
thread_safe (0.3.5)
81-
tzinfo (1.2.2)
83+
thread_safe (0.3.6)
84+
tzinfo (1.2.5)
8285
thread_safe (~> 0.1)
8386
xcinvoke (0.3.0)
8487
liferaft (~> 0.0.6)
85-
xcodeproj (1.4.2)
88+
xcodeproj (1.5.6)
8689
CFPropertyList (~> 2.3.3)
87-
activesupport (>= 3)
88-
claide (>= 1.0.1, < 2.0)
89-
colored (~> 1.2)
90+
atomos (~> 0.1.2)
91+
claide (>= 1.0.2, < 2.0)
92+
colored2 (~> 3.1)
9093
nanaimo (~> 0.2.3)
9194
xcpretty (0.2.2)
9295
rouge (~> 1.8)
@@ -95,9 +98,9 @@ PLATFORMS
9598
ruby
9699

97100
DEPENDENCIES
98-
cocoapods (= 1.1.1)
101+
cocoapods (= 1.4.0)
99102
jazzy
100103
xcpretty
101104

102105
BUNDLED WITH
103-
1.16.0
106+
1.16.1

0 commit comments

Comments
 (0)