This repository was archived by the owner on Jun 13, 2023. It is now read-only.
File tree
8 files changed
+22
-12
lines changed- Carthage/Checkouts
- Examples/LiveQueryDemo
- Sources/ParseLiveQuery/Internal
8 files changed
+22
-12
lines changedOriginal file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1 | 1 |
| |
2 | 2 |
| |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
3 | 10 |
| |
4 | 11 |
| |
5 | 12 |
| |
|
+1-1
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1 | 1 |
| |
2 |
| - | |
| 2 | + | |
3 | 3 |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1 |
| - | |
| 1 | + | |
2 | 2 |
| |
| 3 | + | |
3 | 4 |
| |
4 |
| - |
Submodule Bolts-ObjC updated 43 files
- .gitignore+29-7
- .gitmodules+1-1
- .travis.yml+17-9
- Bolts.podspec+4-4
- Bolts.xcodeproj/project.pbxproj+19-37
- Bolts.xcodeproj/project.xcworkspace/xcshareddata/Bolts.xcscmblueprint-30
- Bolts.xcodeproj/xcshareddata/xcschemes/Bolts-iOS-Dynamic.xcscheme+1-1
- Bolts.xcodeproj/xcshareddata/xcschemes/Bolts-iOS.xcscheme+1-1
- Bolts.xcodeproj/xcshareddata/xcschemes/Bolts-macOS.xcscheme+1-1
- Bolts.xcodeproj/xcshareddata/xcschemes/Bolts-tvOS-Dynamic.xcscheme+1-1
- Bolts.xcodeproj/xcshareddata/xcschemes/Bolts-tvOS.xcscheme+1-1
- Bolts.xcodeproj/xcshareddata/xcschemes/Bolts-watchOS-Dynamic.xcscheme+1-1
- Bolts.xcodeproj/xcshareddata/xcschemes/Bolts-watchOS.xcscheme+1-1
- Bolts/Common/BFCancellationToken.h+1-1
- Bolts/Common/BFExecutor.h+2-2
- Bolts/Common/BFExecutor.m+10-10
- Bolts/Common/BFGeneric.h+25
- Bolts/Common/BFTask+Exceptions.h-32
- Bolts/Common/BFTask+Exceptions.m-24
- Bolts/Common/BFTask.h+28-55
- Bolts/Common/BFTask.m+10-108
- Bolts/Common/BFTaskCompletionSource.h+5-25
- Bolts/Common/BFTaskCompletionSource.m-12
- Bolts/Common/Bolts.h+1-1
- Bolts/Common/Bolts.m+1-1
- Bolts/iOS/BFAppLinkNavigation.h+1
- Bolts/iOS/BFAppLinkResolving.h+1-1
- Bolts/iOS/BFAppLinkReturnToRefererController.h+1
- Bolts/iOS/BFAppLinkReturnToRefererView.h+1
- Bolts/iOS/BFWebViewAppLinkResolver.m+13-22
- BoltsTests/AppLinkTests.m+4-2
- BoltsTests/TaskTests.m+2-164
- CHANGELOG.md+468-209
- Configurations/Bolts-iOS-Dynamic.xcconfig+2
- Configurations/Bolts-iOS.xcconfig+3-1
- Configurations/Bolts-macOS.xcconfig+2
- Configurations/Bolts-tvOS-Dynamic.xcconfig+2
- Configurations/Bolts-tvOS.xcconfig+2
- Configurations/Bolts-watchOS-Dynamic.xcconfig+2-2
- Configurations/Bolts-watchOS.xcconfig+2-2
- Configurations/BoltsTests-iOS.xcconfig+1-1
- Configurations/Version.xcconfig+1-1
- Vendor/xctoolchain+1-1
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
37 | 37 |
| |
38 | 38 |
| |
39 | 39 |
| |
40 |
| - | |
| 40 | + | |
| 41 | + | |
41 | 42 |
| |
42 | 43 |
| |
43 | 44 |
| |
| |||
64 | 65 |
| |
65 | 66 |
| |
66 | 67 |
| |
67 |
| - | |
| 68 | + | |
| 69 | + | |
68 | 70 |
| |
69 | 71 |
| |
70 | 72 |
| |
| |||
123 | 125 |
| |
124 | 126 |
| |
125 | 127 |
| |
126 |
| - | |
| 128 | + | |
| 129 | + | |
127 | 130 |
| |
128 | 131 |
| |
129 | 132 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1 | 1 |
| |
2 | 2 |
| |
3 |
| - | |
| 3 | + | |
4 | 4 |
| |
5 | 5 |
| |
6 | 6 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
19 | 19 |
| |
20 | 20 |
| |
21 | 21 |
| |
22 |
| - | |
| 22 | + | |
23 | 23 |
| |
24 |
| - | |
| 24 | + | |
25 | 25 |
| |
26 | 26 |
| |
27 | 27 |
| |
28 | 28 |
| |
29 | 29 |
| |
30 | 30 |
| |
31 | 31 |
| |
32 |
| - | |
| 32 | + | |
33 | 33 |
| |
34 | 34 |
| |
35 | 35 |
| |
|
0 commit comments