This repository was archived by the owner on Jun 13, 2023. It is now read-only.
File tree
13 files changed
+52
-22
lines changed- Carthage/Checkouts
- Examples/LiveQueryDemo-ObjC
- Sources
- ParseLiveQuery
- Internal
- ParseLiveQuery.xcodeproj
13 files changed
+52
-22
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: 5 additions & 3 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 |
| - | |
24 |
| - | |
| 25 | + | |
| 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 |
| |
|
Lines changed: 9 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
131 | 131 |
| |
132 | 132 |
| |
133 | 133 |
| |
| 134 | + | |
134 | 135 |
| |
135 | 136 |
| |
136 | 137 |
| |
| |||
143 | 144 |
| |
144 | 145 |
| |
145 | 146 |
| |
| 147 | + | |
146 | 148 |
| |
147 | 149 |
| |
148 | 150 |
| |
| |||
155 | 157 |
| |
156 | 158 |
| |
157 | 159 |
| |
| 160 | + | |
158 | 161 |
| |
159 | 162 |
| |
160 | 163 |
| |
| |||
167 | 170 |
| |
168 | 171 |
| |
169 | 172 |
| |
| 173 | + | |
170 | 174 |
| |
171 | 175 |
| |
172 | 176 |
| |
| |||
179 | 183 |
| |
180 | 184 |
| |
181 | 185 |
| |
| 186 | + | |
182 | 187 |
| |
183 | 188 |
| |
184 | 189 |
| |
| |||
190 | 195 |
| |
191 | 196 |
| |
192 | 197 |
| |
| 198 | + | |
193 | 199 |
| |
194 | 200 |
| |
195 | 201 |
| |
| |||
201 | 207 |
| |
202 | 208 |
| |
203 | 209 |
| |
| 210 | + | |
204 | 211 |
| |
205 | 212 |
| |
206 | 213 |
| |
| |||
212 | 219 |
| |
213 | 220 |
| |
214 | 221 |
| |
| 222 | + | |
215 | 223 |
| |
216 | 224 |
| |
217 | 225 |
| |
| |||
223 | 231 |
| |
224 | 232 |
| |
225 | 233 |
| |
| 234 | + | |
226 | 235 |
| |
227 | 236 |
| |
228 | 237 |
| |
|
0 commit comments