This repository was archived by the owner on Jun 13, 2023. It is now read-only.
File tree
15 files changed
+88
-55
lines changed- Carthage/Checkouts
- Examples/LiveQueryDemo-ObjC
- Sources
- ParseLiveQuery
- Internal
- ParseLiveQuery.xcodeproj
15 files changed
+88
-55
lines changedLines changed: 3 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
16 | 16 |
| |
17 | 17 |
| |
18 | 18 |
| |
| 19 | + | |
| 20 | + | |
| 21 | + |
Lines changed: 0 additions & 1 deletion
This file was deleted.
Lines changed: 2 additions & 2 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1 |
| - | |
2 |
| - | |
| 1 | + | |
| 2 | + | |
3 | 3 |
|
Lines changed: 3 additions & 2 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1 | 1 |
| |
2 |
| - | |
3 |
| - | |
| 2 | + | |
| 3 | + | |
4 | 4 |
| |
5 | 5 |
| |
6 | 6 |
| |
| 7 | + |
Submodule Bolts-Swift updated 23 files
- .gitmodules+1-1
- .swift-version+1-1
- .travis.yml+1-1
- BoltsSwift.xcodeproj/xcshareddata/xcschemes/BoltsSwift-iOS.xcscheme+3-1
- BoltsSwift.xcodeproj/xcshareddata/xcschemes/BoltsSwift-macOS.xcscheme+3-1
- BoltsSwift.xcodeproj/xcshareddata/xcschemes/BoltsSwift-tvOS.xcscheme+3-1
- BoltsSwift.xcodeproj/xcshareddata/xcschemes/BoltsSwift-watchOS.xcscheme+3-1
- Configurations/BoltsSwift-iOS.xcconfig+1-1
- Configurations/BoltsSwift-macOS.xcconfig+1-1
- Configurations/BoltsSwift-tvOS.xcconfig+1-1
- Configurations/BoltsSwift-watchOS.xcconfig+1-1
- Configurations/BoltsSwiftTests-iOS.xcconfig+1-1
- Configurations/BoltsSwiftTests-macOS.xcconfig+1-1
- Configurations/BoltsSwiftTests-tvOS.xcconfig+1-1
- README.md+2-2
- Sources/BoltsSwift/Executor.swift+11
- Sources/BoltsSwift/Task.swift+3-3
- Sources/BoltsSwift/TaskCompletionSource.swift+3-3
- Tests/ExecutorTests.swift+19-7
- Tests/TaskCompletionSourceTests.swift+8-8
- Tests/TaskTests.swift+35-35
- Tests/XCTestCase+TestName.swift-9
- Vendor/xctoolchain+1-1
Submodule facebook-ios-sdk added at 2ef44b3
Lines changed: 1 addition & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
38 | 38 |
| |
39 | 39 |
| |
40 | 40 |
| |
| 41 | + | |
41 | 42 |
| |
42 | 43 |
| |
43 | 44 |
| |
|
Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
2 | 2 |
| |
3 | 3 |
| |
4 | 4 |
| |
5 |
| - | |
| 5 | + | |
6 | 6 |
|
Lines changed: 36 additions & 33 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1 | 1 |
| |
2 | 2 |
| |
3 | 3 |
| |
4 |
| - | |
5 |
| - | |
| 4 | + | |
| 5 | + | |
6 | 6 |
| |
7 |
| - | |
8 | 7 |
| |
9 | 8 |
| |
10 | 9 |
| |
11 |
| - | |
12 |
| - | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
13 | 13 |
| |
14 |
| - | |
15 |
| - | |
16 |
| - | |
17 |
| - | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
18 | 18 |
| |
19 | 19 |
| |
20 | 20 |
| |
21 |
| - | |
| 21 | + | |
22 | 22 |
| |
23 |
| - | |
| 23 | + | |
24 | 24 |
| |
25 | 25 |
| |
26 | 26 |
| |
27 |
| - | |
| 27 | + | |
28 | 28 |
| |
29 |
| - | |
30 |
| - | |
31 |
| - | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
32 | 33 |
| |
33 | 34 |
| |
34 |
| - | |
| 35 | + | |
35 | 36 |
| |
36 | 37 |
| |
37 | 38 |
| |
38 | 39 |
| |
39 | 40 |
| |
40 |
| - | |
| 41 | + | |
41 | 42 |
| |
42 |
| - | |
| 43 | + | |
43 | 44 |
| |
44 |
| - | |
| 45 | + | |
| 46 | + | |
45 | 47 |
| |
46 | 48 |
| |
47 | 49 |
| |
48 | 50 |
| |
49 |
| - | |
50 |
| - | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
51 | 54 |
| |
52 | 55 |
| |
53 | 56 |
| |
| |||
57 | 60 |
| |
58 | 61 |
| |
59 | 62 |
| |
60 |
| - | |
61 | 63 |
| |
62 |
| - | |
63 |
| - | |
| 64 | + | |
| 65 | + | |
64 | 66 |
| |
65 | 67 |
| |
66 | 68 |
| |
67 |
| - | |
| 69 | + | |
68 | 70 |
| |
69 | 71 |
| |
70 | 72 |
| |
71 | 73 |
| |
72 | 74 |
| |
73 | 75 |
| |
| 76 | + | |
74 | 77 |
| |
75 | 78 |
| |
76 | 79 |
| |
77 | 80 |
| |
78 | 81 |
| |
79 | 82 |
| |
80 |
| - | |
81 |
| - | |
| 83 | + | |
| 84 | + | |
82 | 85 |
| |
83 | 86 |
| |
84 | 87 |
| |
85 |
| - | |
| 88 | + | |
86 | 89 |
| |
87 |
| - | |
88 |
| - | |
89 |
| - | |
| 90 | + | |
| 91 | + | |
| 92 | + | |
90 | 93 |
| |
91 | 94 |
| |
92 | 95 |
| |
| |||
95 | 98 |
| |
96 | 99 |
| |
97 | 100 |
| |
98 |
| - | |
| 101 | + | |
99 | 102 |
| |
100 | 103 |
| |
101 | 104 |
| |
102 | 105 |
| |
103 |
| - | |
| 106 | + |
Lines changed: 4 additions & 2 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1 | 1 |
| |
2 | 2 |
| |
3 |
| - | |
| 3 | + | |
4 | 4 |
| |
5 | 5 |
| |
6 | 6 |
| |
| |||
12 | 12 |
| |
13 | 13 |
| |
14 | 14 |
| |
| 15 | + | |
| 16 | + | |
15 | 17 |
| |
16 | 18 |
| |
17 | 19 |
| |
| |||
20 | 22 |
| |
21 | 23 |
| |
22 | 24 |
| |
23 |
| - | |
| 25 | + | |
24 | 26 |
| |
25 | 27 |
| |
26 | 28 |
|
Lines changed: 24 additions & 10 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
18 | 18 |
| |
19 | 19 |
| |
20 | 20 |
| |
21 |
| - | |
22 | 21 |
| |
23 | 22 |
| |
24 | 23 |
| |
| |||
27 | 26 |
| |
28 | 27 |
| |
29 | 28 |
| |
30 |
| - | |
31 | 29 |
| |
32 | 30 |
| |
33 | 31 |
| |
| |||
213 | 211 |
| |
214 | 212 |
| |
215 | 213 |
| |
| 214 | + | |
| 215 | + | |
| 216 | + | |
| 217 | + | |
| 218 | + | |
| 219 | + | |
| 220 | + | |
216 | 221 |
| |
217 | 222 |
| |
218 | 223 |
| |
| |||
267 | 272 |
| |
268 | 273 |
| |
269 | 274 |
| |
270 |
| - | |
271 | 275 |
| |
272 | 276 |
| |
273 | 277 |
| |
| |||
277 | 281 |
| |
278 | 282 |
| |
279 | 283 |
| |
280 |
| - | |
281 | 284 |
| |
282 | 285 |
| |
283 | 286 |
| |
| |||
468 | 471 |
| |
469 | 472 |
| |
470 | 473 |
| |
| 474 | + | |
471 | 475 |
| |
472 | 476 |
| |
473 | 477 |
| |
| |||
485 | 489 |
| |
486 | 490 |
| |
487 | 491 |
| |
488 |
| - | |
| 492 | + | |
489 | 493 |
| |
490 | 494 |
| |
491 |
| - | |
| 495 | + | |
492 | 496 |
| |
493 | 497 |
| |
494 | 498 |
| |
| |||
743 | 747 |
| |
744 | 748 |
| |
745 | 749 |
| |
| 750 | + | |
| 751 | + | |
| 752 | + | |
| 753 | + | |
| 754 | + | |
| 755 | + | |
| 756 | + | |
| 757 | + | |
746 | 758 |
| |
747 | 759 |
| |
748 | 760 |
| |
| |||
776 | 788 |
| |
777 | 789 |
| |
778 | 790 |
| |
| 791 | + | |
779 | 792 |
| |
780 | 793 |
| |
781 | 794 |
| |
| |||
810 | 823 |
| |
811 | 824 |
| |
812 | 825 |
| |
| 826 | + | |
813 | 827 |
| |
814 | 828 |
| |
815 | 829 |
| |
| |||
834 | 848 |
| |
835 | 849 |
| |
836 | 850 |
| |
837 |
| - | |
| 851 | + | |
838 | 852 |
| |
839 | 853 |
| |
840 | 854 |
| |
| |||
858 | 872 |
| |
859 | 873 |
| |
860 | 874 |
| |
861 |
| - | |
| 875 | + | |
862 | 876 |
| |
863 | 877 |
| |
864 | 878 |
| |
| |||
884 | 898 |
| |
885 | 899 |
| |
886 | 900 |
| |
887 |
| - | |
| 901 | + | |
888 | 902 |
| |
889 | 903 |
| |
890 | 904 |
| |
| |||
910 | 924 |
| |
911 | 925 |
| |
912 | 926 |
| |
913 |
| - | |
| 927 | + | |
914 | 928 |
| |
915 | 929 |
| |
916 | 930 |
| |
|
Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
15 | 15 |
| |
16 | 16 |
| |
17 | 17 |
| |
18 |
| - | |
| 18 | + | |
19 | 19 |
| |
20 | 20 |
| |
21 | 21 |
| |
|
Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
35 | 35 |
| |
36 | 36 |
| |
37 | 37 |
| |
38 |
| - | |
| 38 | + | |
39 | 39 |
| |
40 | 40 |
| |
41 | 41 |
| |
|
0 commit comments