This repository was archived by the owner on Jun 13, 2023. It is now read-only.
  
  
  
  
File tree
27 files changed
+291
-1070
lines changed- .circleci
- Carthage/Checkouts
- Examples- LiveQueryDemo-ObjC.xcodeproj
- LiveQueryDemo.xcodeproj
 
- ParseLiveQuery.xcworkspace
- Sources- BoltsSwift.xcodeproj- project.xcworkspace
 
- ParseLiveQuery.xcodeproj
- ParseLiveQuery- Internal
 
 
27 files changed
+291
-1070
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
|  | |||
| 1 | 1 |  | |
| 2 | 2 |  | |
| 3 |  | - | |
|  | 3 | + | |
| 4 | 4 |  | |
| 5 | 5 |  | |
| 6 | 6 |  | |
| 7 |  | - | |
|  | 7 | + | |
| 8 | 8 |  | |
| 9 |  | - | |
|  | 9 | + | |
| 10 | 10 |  | |
| 11 | 11 |  | |
| 12 | 12 |  | |
|  | |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
|  | |||
| 1 |  | - | |
| 2 |  | - | |
| 3 |  | - | |
| 4 |  | - | |
| 5 |  | - | |
| 6 |  | - | |
| 7 | 1 |  | |
| 8 | 2 |  | |
| 9 | 3 |  | |
|  | 4 | + | |
|  | 5 | + | |
|  | 6 | + | |
|  | 7 | + | |
|  | 8 | + | |
|  | 9 | + | |
|  | 10 | + | |
|  | 11 | + | |
|  | 12 | + | |
| 10 | 13 |  | |
| 11 | 14 |  | |
| 12 | 15 |  | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
|  | |||
| 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 | + | |
|  | 11 | + | |
|  | 12 | + | |
| 11 | 13 |  | |
| 12 | 14 |  | |
| 13 | 15 |  | |
|  | |||
| 30 | 32 |  | |
| 31 | 33 |  | |
| 32 | 34 |  | |
| 33 |  | - | |
|  | 35 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
|  | |||
| 2 | 2 |  | |
| 3 | 3 |  | |
| 4 | 4 |  | |
| 5 |  | - | |
|  | 5 | + | |
|  | 6 | + | |
|  | 7 | + | |
|  | 8 | + | |
|  | 9 | + | |
|  | 10 | + | |
|  | 11 | + | |
|  | 12 | + | |
|  | 13 | + | |
|  | 14 | + | |
|  | 15 | + | |
| 6 | 16 |  | |
| 7 | 17 |  | |
| 8 | 18 |  | |
| 9 | 19 |  | |
| 10 | 20 |  | |
| 11 | 21 |  | |
| 12 | 22 |  | |
| 13 |  | - | |
|  | 23 | + | |
| 14 | 24 |  | |
| 15 | 25 |  | |
| 16 | 26 |  | |
|  | |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
|  | |||
| 1 |  | - | |
| 2 |  | - | |
|  | 1 | + | |
|  | 2 | + | |
| 3 | 3 |  | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
|  | |||
| 1 | 1 |  | |
| 2 |  | - | |
| 3 |  | - | |
|  | 2 | + | |
|  | 3 | + | |
| 4 | 4 |  | |
|  | 5 | + | |
Submodule Bolts-Swift updated 25 files
- .gitignore+1
- .swift-version-1
- .travis.yml+27-14
- Bolts-Swift.podspec+3-1
- BoltsSwift.xcodeproj/project.pbxproj+11-4
- BoltsSwift.xcodeproj/xcshareddata/xcschemes/BoltsSwift-iOS.xcscheme+12-16
- BoltsSwift.xcodeproj/xcshareddata/xcschemes/BoltsSwift-macOS.xcscheme+12-16
- BoltsSwift.xcodeproj/xcshareddata/xcschemes/BoltsSwift-tvOS.xcscheme+12-16
- BoltsSwift.xcodeproj/xcshareddata/xcschemes/BoltsSwift-watchOS.xcscheme+1-5
- CHANGELOG.md+17-1
- CODE_OF_CONDUCT.md+2
- Configurations/BoltsSwift-Shared.xcconfig+23
- Configurations/BoltsSwift-iOS.xcconfig+2-7
- Configurations/BoltsSwift-macOS.xcconfig+2-7
- Configurations/BoltsSwift-tvOS.xcconfig+2-7
- Configurations/BoltsSwift-watchOS.xcconfig+2-7
- Configurations/BoltsSwiftTests-Shared.xcconfig+21
- Configurations/BoltsSwiftTests-iOS.xcconfig+2-6
- Configurations/BoltsSwiftTests-macOS.xcconfig+2-6
- Configurations/BoltsSwiftTests-tvOS.xcconfig+2-6
- Configurations/Version.xcconfig+1-1
- Package.swift+28
- README.md+50-16
- Sources/BoltsSwift/Executor.swift+2-2
- Sources/BoltsSwift/Task.swift+4-4
Submodule facebook-objc-sdk added at cf9e0d8
0 commit comments