This repository was archived by the owner on Jun 13, 2023. It is now read-only.
File tree
22 files changed
+317
-188
lines changed- .circleci
- Carthage/Checkouts
- Examples
- LiveQueryDemo-ObjC.xcodeproj
- Sources
- ParseLiveQuery
- Internal
- ParseLiveQuery.xcodeproj
22 files changed
+317
-188
lines changedDiff for: .circleci/config.yml
+1-1
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1 | 1 |
| |
2 | 2 |
| |
3 |
| - | |
| 3 | + | |
4 | 4 |
| |
5 | 5 |
| |
6 | 6 |
| |
|
Diff for: .gitmodules
+6
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
10 | 10 |
| |
11 | 11 |
| |
12 | 12 |
| |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + |
Diff for: .travis.yml
+1-1
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
4 | 4 |
| |
5 | 5 |
| |
6 | 6 |
| |
7 |
| - | |
| 7 | + | |
8 | 8 |
| |
9 | 9 |
| |
10 | 10 |
| |
|
Diff for: CHANGELOG.md
+6
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1 | 1 |
| |
2 | 2 |
| |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
3 | 9 |
| |
4 | 10 |
| |
5 | 11 |
| |
|
Diff for: Cartfile
+3-3
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1 |
| - | |
2 |
| - | |
3 |
| - | |
| 1 | + | |
| 2 | + | |
| 3 | + |
Diff for: Cartfile.resolved
+4-2
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1 | 1 |
| |
2 | 2 |
| |
3 |
| - | |
4 |
| - | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + |
Diff for: Carthage/Checkouts/Parse-SDK-iOS-OSX
Submodule Parse-SDK-iOS-OSX updated from 2032def to 854dd75
Diff for: Carthage/Checkouts/Starscream
Submodule Starscream updated 22 files
- .swift-version+1-1
- CHANGELOG.md+77
- Cartfile+2
- Cartfile.resolved+2
- README.md+51-30
- Source/Info-tvOS.plist-30
- Sources/Compression.swift+4-4
- Sources/Info.plist+1-1
- Sources/SSLSecurity.swift+8-2
- Sources/Starscream.h
- Starscream.podspec+5-4
- Starscream.xcodeproj/project.pbxproj+177-636
- Starscream.xcodeproj/xcshareddata/xcschemes/Starscream.xcscheme+35-9
- Starscream.xcodeproj/xcshareddata/xcschemes/StarscreamOSX.xcscheme-113
- Starscream.xcodeproj/xcshareddata/xcschemes/StarscreamTests.xcscheme-99
- Starscream.xcodeproj/xcshareddata/xcschemes/StarscreamTv.xcscheme-113
- examples/AutobahnTest/Autobahn/ViewController.swift+14-6
- examples/SimpleTest/SimpleTest.xcodeproj/project.pbxproj+16-4
- examples/SimpleTest/SimpleTest.xcodeproj/project.xcworkspace/xcuserdata/dalton.xcuserdatad/UserInterfaceState.xcuserstate
- examples/SimpleTest/SimpleTest.xcodeproj/xcuserdata/dalton.xcuserdatad/xcschemes/SimpleTest.xcscheme+3-1
- examples/SimpleTest/SimpleTest/ViewController.swift+11-6
Diff for: Carthage/Checkouts/common-crypto-spm
Submodule common-crypto-spm added at 2eb3aff
Diff for: Carthage/Checkouts/zlib-spm
+13-1
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
153 | 153 |
| |
154 | 154 |
| |
155 | 155 |
| |
156 |
| - | |
| 156 | + | |
157 | 157 |
| |
158 | 158 |
| |
159 | 159 |
| |
| |||
270 | 270 |
| |
271 | 271 |
| |
272 | 272 |
| |
| 273 | + | |
273 | 274 |
| |
| 275 | + | |
274 | 276 |
| |
275 | 277 |
| |
276 | 278 |
| |
277 | 279 |
| |
278 | 280 |
| |
279 | 281 |
| |
| 282 | + | |
| 283 | + | |
280 | 284 |
| |
| 285 | + | |
| 286 | + | |
281 | 287 |
| |
282 | 288 |
| |
283 | 289 |
| |
| |||
316 | 322 |
| |
317 | 323 |
| |
318 | 324 |
| |
| 325 | + | |
319 | 326 |
| |
| 327 | + | |
320 | 328 |
| |
321 | 329 |
| |
322 | 330 |
| |
323 | 331 |
| |
324 | 332 |
| |
325 | 333 |
| |
| 334 | + | |
| 335 | + | |
326 | 336 |
| |
| 337 | + | |
| 338 | + | |
327 | 339 |
| |
328 | 340 |
| |
329 | 341 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1 | 1 |
| |
2 | 2 |
| |
3 |
| - | |
| 3 | + | |
4 | 4 |
| |
5 | 5 |
| |
6 | 6 |
| |
| |||
26 | 26 |
| |
27 | 27 |
| |
28 | 28 |
| |
| 29 | + | |
29 | 30 |
| |
30 | 31 |
| |
31 | 32 |
| |
| |||
45 | 46 |
| |
46 | 47 |
| |
47 | 48 |
| |
| 49 | + | |
48 | 50 |
| |
49 | 51 |
| |
50 | 52 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1 | 1 |
| |
2 | 2 |
| |
3 |
| - | |
| 3 | + | |
4 | 4 |
| |
5 | 5 |
| |
6 | 6 |
| |
| |||
26 | 26 |
| |
27 | 27 |
| |
28 | 28 |
| |
| 29 | + | |
29 | 30 |
| |
30 | 31 |
| |
31 | 32 |
| |
| |||
45 | 46 |
| |
46 | 47 |
| |
47 | 48 |
| |
| 49 | + | |
48 | 50 |
| |
49 | 51 |
| |
50 | 52 |
| |
|
Diff for: ParseLiveQuery.podspec
+4-4
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1 | 1 |
| |
2 | 2 |
| |
3 |
| - | |
| 3 | + | |
4 | 4 |
| |
5 | 5 |
| |
6 | 6 |
| |
| |||
20 | 20 |
| |
21 | 21 |
| |
22 | 22 |
| |
23 |
| - | |
24 |
| - | |
25 |
| - | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
26 | 26 |
|
0 commit comments